Please explain the system you are currently working on?
Software Development Engineer Ii Interview Questions
2,270 software development engineer ii interview questions shared by candidates
Given an array and list of queries that contains and starting and end indexes we have to find the sum of arrays from staring to end indexes and add it to the list for each query. eg. arr[] ={1,2,5,8,9,10} , and queries = List<List<Integer>> queries= [[2,5],[3,5]]; output=list<Integer> =[32,27] explanation = for first query add sum from index 2 to 5 and for second query = sum from index 3 to 5
Design Bookmyshow application, mostly how you define the class structure
The first was do a moving average with a window. This required working running code, then you had to make it faster and explain big O. (this was a phone screen question)
Few questions for algorithms, data structures, tricky logic and overall systems architecture. A lot of time spent on behavioral open-ended questions involving Amazon Leadership Principles.
Cant mention specific questions (NDA). Would highly recommend knowing stacks, queues, dictionaries, recursion and dynamic programming.
The questions focused on diving deep and ownership
Design a meeting room reservation site, first for a simple 1 building office, and then scale it to a multinational compamny
Maximum substring of two number product Password strength calculation
Lots of questions about past experiences and leadership principles - be ready to talk about this
Viewing 1421 - 1430 interview questions