Each interview started with questions related to Amazon's LP(first 15 min).
Software Development Engineer Interview Questions
32,867 software development engineer interview questions shared by candidates
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.
String manipulation question to incorporate discount calculations.
Test the APIs Locations and Restaurant Info from this link: https://developers.zomato.com/documentation#/
salary you want.
Exchange two int values without using the third variable Bubble sort logic and code for bubble sort
Focused on data structures, similar to LC medium.
Viewing 2761 - 2770 interview questions