Given an array of n integers find the number which is repeated an odd number of times. There is only one such number.
Software Development Interview Questions
37,314 software development interview questions shared by candidates
For coding test, it is almost of algorithms questions. And they
Given a matrix of 0s and 1s where 0 represents path way and 1 represents obstacle. Find a way to reach from [0,0] position to [n-1, n-1] position. You can only move down, left and right.
Describe a time you stepped in to help a struggling teammate
Given a 2d array to represent a map/matrix, find and return all of the islands (1s) on the map that don't touch an edge and are surrounded by water (0s). (ex [0001], [0100], [0000])
Data structures. Design large int class, a Trie and a recursion problem.
Give an example of where you failed to do the right thing?
k smallest integers in a list
which project was the most challenging project for you till now? What was challenging about that project? one Coding question which was based on Travelling Salesman problem
Behavioural questions based on Amazon's leadership principles
Viewing 1841 - 1850 interview questions