Explain the difference between Promise and Observables in javascript.
Senior Software Developer Java Interview Questions
7,041 senior software developer java interview questions shared by candidates
what are the big four when a c++ class is created? anything different when talking about c++11?
Basic Java Concepts, Design patterns
Related to AWS API Gateway, EC2, ELB,AMI,S3
Design patterns, SOLID, live coding, implementing a list
The questions were standard programming questions; but some good system design discussions happened.
General HR questions first, and then technical questions on differen aspects, from software architecture to Databse and security
Fibonacci (dynamic programming solution only, top-down approach)
What design patterns do you know?
1. Sample input given with array size M is 4,array elements are 2,2,4,5 and num is 6 sum of 2 and 4 is 6 and 2 such pairs exist but consider only single unique pair i/p: 4 2245 6 o/p:1 2.Given a sentenceL and a letter in alphabet sort the strings in the sentence get all the strings and their respective positions i/p:planet earth is our home e o/p:earth 1 home 2 planet 5 3.given 2 numbers,N and P as an input ,form a circle with all the prime numbers below N written on it ,in a clockwise direction. expected to add all prime numbers starting from first position (ie 2) till sum exceeds P. The index at which sum exceeds P should be printed as an output i/p:20 25 o/p:4
Viewing 5351 - 5360 interview questions