You are given an array with n positive integers where all values in the array are repeated except for one. Return the one that is not repeated.
Engineering Intern Interview Questions
56,345 engineering intern interview questions shared by candidates
Given a sorted array, write a program to decide if two elements sum up to a third.
There is an NxM grid containing a robot at (1, 1) and a destination at (N, M). Robot can move only up or right. Some locations can have obstacles. Find the number of unique paths from (1, 1) to (N, M). What is the time complexity of your algorithm?
How to determine if an Array of integers contains 3 numbers that sum to 0
25 racehorses, no stopwatch. 5 tracks. Figure out the top three fastest horses in the fewest number of races.
Are you willing to travel?
If you were building a search tool and wanted search results to pop up as you typed but the server call was taxing, write a function that gets called on every key down but calls the server when the user stops typing for 400ms.
Tell us about a time you handled a new experience/situation?
identify the number of 1s in an integer is odd or even
You're the captain of a pirate ship, and your crew gets to vote on how the gold is divided up. If fewer than half of the pirates agree with you, you die. How do you recommend apportioning the gold in such a way that you get a good share of the booty, but still survive?
Viewing 11 - 20 interview questions