first round: Set Matrix Zeroes from leetcode second round: Max Consecutive Ones III from leetcode
Engineer Internship Interview Questions
23,885 engineer internship interview questions shared by candidates
What you learned from working with someone different?
Just 5 algorithmic questions over 2 interviews.
Binary search & binary tree traversal
Given an array of integers, find the kth largest integer in the array.
OOD question about a safe deposit box and with typical insertion, removal, keeping track of max, etc. type features.
Tell me about a project you involved in.
In your previous experiences, what technologies have you used?
What is your greatest strength.
Q: Given a binary tree, prove a data structure of your choice is just as efficient Q: Using C/C++, reverse a string using pointers Q: Write a basic parser for any one of the rules given a grammar (specific example I had): S > C A B | D A B A > aA | epsilon B > bA | b C > DAa | epsilon D > Db | CAA
Viewing 1901 - 1910 interview questions