Typical interview questions
Engineer Internship Interview Questions
23,875 engineer internship interview questions shared by candidates
read the given string and print out how many same characters in the string
In my technical round I was asked long integer addition using linked lists. In my HR round I was asked fibonacci with edge cases, and I was asked to design a system for garage parking at a mall.
Describe multithreading for 5 years old
They given 3 arrays and i was asked to take 3 elements from each array such that the difference between the elements that i selected has to be minimum
What was your hardest project?
1) Implement an iterator for a binary tree 2) Given 2 strings s1 and s2, return True if s2 is a substring of s1. Follow up: Return True if any combination of s2 is a substring of s1
3. 100 doors puzzle (doors toggled in multiple passes).
1. Find pairs with minimum absolute difference in an array (Closest latency spikes).
Similar to (283. Move Zeroes) on LeetCode, except instead of moving zeros to the end of the array (which is pretty trivial), had to move zeros to beginning of the array while maintaining the order of all non-zero elements. Probably LC Easy/Med
Viewing 1491 - 1500 interview questions