Tell us about a time you handled a new experience/situation?
Engineering Internships Interview Questions
56,367 engineering internships interview questions shared by candidates
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?
Write an algorithm to calculate the total number of paths possible from point (0, 0) to point (m, n) in an m by n grid. (You cannot retrace a line you already made when forming a path.)
Given an array of (unsorted) integers, arrange them such that a < b > c < d > e... etc.
What's the best way to detect a loop in a linked list?
how would you find the shortest path between two nodes in a social network?
Print a linked list in reverse recursively and non-destructively.
Design a data structure that supports insert, delete min, delete max, get min, and get max, all in log(n) time.
Write a C function to define strstr(char *haystack, char * needle) to return the first occurrence of needle in haystack. Code must compile and execute.
Viewing 21 - 30 interview questions