Find duplicate elements in two lists
Engineer Intern Interview Questions
18,211 engineer intern interview questions shared by candidates
Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You got some baby bottle samples. You would like to know the max height you can drop it without breaking the bottle. Let set the unit as 1 foot. And the highest height you can reach is at N feet. So how would you find the (max) safe height?
"What do you know about our company?" "Do you have some questions for me?"
How would you implement int atoi ( const char * str );
What is the difference between a FlipFlop and a latch?
You are in charge of building a pipeline 200 miles from the ocean to a refinery and there is a mountain range in the way. What issues are involved in this project?
Connect Four is a game where two players take turns dropping their color discs into a vertically suspended grid. The game ends when a player adds a disc to the playing grid that connects four discs of their color. The connected discs can be in a horizontal, vertical or diagonal line. Write a function to be called after every turn that returns true if the game is over (and false otherwise).
How would you sort an array if you had infinite RAM? Infinite memory?
Give the sizeof of the following struct : struct{ char a,b; int c; }
Viewing 111 - 120 interview questions