Mulethi threading and exception questions
Sr Developer Interview Questions
30,044 sr developer interview questions shared by candidates
How do you approach designing a scalable microservices-based architecture for a web application?
Remove duplicate characters from a string
What does "final" mean in a PHP class?
What is the complexity of your approaches?
Not many questions and not very conversational.
What will be the output for below code? console.log(6 > 5 > 4)
Do you have any experience with athletic apparel?
They asked about sharding and load balancing servers
Swift question: let years = [15, 2, 67, 4, 5] let sum = years.filter({ $0 < 10 }).map({ $0 * 2 }).reduce(5, +) print(sum) Which of the following will be printed out to the console? A. [30, 4, 134, 88, 10] //yes, it's 88. I know you may have expected an 8, but I suspect a typo on their part (as in many other places) B. [5, 4, 8, 10] C. 14 D. 17 E. 19
Viewing 741 - 750 interview questions