What design patterns do you know?
Senior Software Developer Interview Questions
6,897 senior software developer interview questions shared by candidates
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
Discuss the features of an n-tier architecture for (a particular problem that I don't recall). What would belong at each tier?
Why do you think you are suitable for this role?
You have a processPayment() function. This function has 3 API's for payments. Each API costs money. 1 is 10$, 2 is 20$, and 3 is 100$. Each API is limited by rate: 1 is 10 queries at a time, 2 is 100, etc. You need to implement this function to be scalable, async, fast, and cost-efficient.
asp.net framework ...oops and mvc
There were no unexpected Questions
1. Exp in angular and project 2. how is the angular upgrade in your project?
Find the index of array summing up with target.
Basic questions on java, spring and sprint boot
Viewing 5251 - 5260 interview questions