A few behavioral questions and a coding question about arrays.
Development Engineer Interview Questions
37,137 development engineer interview questions shared by candidates
Describe a time in which you took ownership of something.
1st Round: Related to Graph and leadership principles. 2nd Round: Related to Hash map and leadership principles. 3rd Round: OOD Question and leadership principles. Lunch Break 4th Round:leadership principles. 5th Round: System Design question and leadership principles.
A modified version of the Two sum problem. The expected output was to give all pairs of integers from a list that result in a target integer when added.
LP question in the final interview: Describe a situation that you failed your manager.
Each interview started with questions related to Amazon's LP(first 15 min).
Design a car park system?
Round 1. Q 2. n x 2 matrix of integers given. The matrix says enmity between 2 prisoners. Divide the prisoners into 2 groups where there is no enmity in the groups. Eg: 1,2 2,3 5,4 The matrix means: There are 5 prisoners (1,2,3,4,5). Prisoner 1 is an enemy of P2. Not vice versa. Similarly Prisoner 2 is an enemy of P3. The two possible groups are: {1,3,4} and {2,5} where is there is no enmity within the groups.
Behavioural question on how to make system design choices
Given a graph, determine if the graph can be coloured with 2 colours such that no two adjacent vertices of the graph are coloured with the same color.
Viewing 3101 - 3110 interview questions