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.
Software Development Interview Questions
37,026 software development interview questions shared by candidates
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.
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.
Viewing 3181 - 3190 interview questions