In the onsite, questions were only based on the task that was given. Focus on Amazon's leadership principles and try to include them in any answers that you give.
Software Development Interview Questions
36,975 software development interview questions shared by candidates
1. OA1 consists 2 parts, the first one is answering questions and the second one is debugging. 2. OA2 is two coding problems. 3. Phone interview asked me to talk about a recent project and a coding problem, writing a function to search for a contact.
Given an array of unique integers, return a pair of integers that sum up to a target sum.
Connect nodes at the same level in a binary tree
Write a function, which takes input, two sets of integers, and moves a integer from one set to another set in a way that average of both sets increases. It returns true if it successfully moved a element, false otherwise.
Pick the closest k points.
How to find a number which exist odd times in a list
Calculate the square root of a number.
make a function that counts the number of nodes in a tree
Given an array of integers, all but one of which appears an even number of times, find the one integer which appears an odd number of times.
Viewing 341 - 350 interview questions