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.
Engineer Internship Interview Questions
24,163 engineer internship interview questions shared by candidates
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
Java Script is what ?
1.Find height of tree 2. Find first non repeating character in a string 3. How to find sum of a very large number represented as a string
Viewing 1511 - 1520 interview questions