Round2 : Question 1: You have a website & you want to know the number of hits made in last 5 seconds. Even a user refreshes the page, it will be considered a new hit. Provide the approach for this. Question 2: web service - cache - yes ---> return (timeout is 1 second) else go to api call - yes ---> return (timeout 5 seconds) else go to database - yes ---> return (timeout 10 seconds) default error You have to implement above kind of system where each module is used if it is Up, else check with next module. What design pattern you will follow. Question 3: Difference between SOAP & REST Question 4: Have you used Micoservices? Question 5: Which framework did you use in REST? He was suggesting like Jersey webserver, Spring.
Senior Development Engineer Interview Questions
1,611 senior development engineer interview questions shared by candidates
Tell me about Past Projects and Experience.
Design a component to support their business. Medium LeetCode questions
Lots of behavioral questions. I suggest do not prepare for each question, it does not work that way to fake answers per question. But surely have two genuine personal examples per amazon principles(example can overlap principles, no issues). and use them to answer the behavioral questions.
TCP/Routing protocols
Most challenging development you has faced in your last project. How long it took? How was the process?
Implement JSON parser from scratch, by reading character by character from stream. Return Map<String, Object> . JSON can contain nested objects.
Design overall system able to do XX with NN requirements
All of the questions asked were within the range of the expected. Know your strongest language well.
Pretty well all expected coding questions on data manipulation, algorithm optimization, efficiency, etc.
Viewing 1551 - 1560 interview questions