Didn't sign NDA, but I would rather not disclose the coding questions they asked me. I would just say to practice CTCI / Leetcode / etc.
Software Developer Intern Interview Questions
17,724 software developer intern interview questions shared by candidates
An arrays of integers is there which has all elements present odd number of times, only one element is present even number of times, find the number.
Ask me to implement a BFS for a social network
Q. Remove duplicates from an sorted array inplace. He was expecting a linear time solution for this.
Implement a Stack. (of ints; push, pop, peek) Implement a method that returns the smallest integer in the stack. (min) Implement a method that returns the statistical mode of the stack. (mode) O(1) time for all.
What would you do if your team has a member does not work at all?
Design and implement an LRU Cache
Got an lc easy, and a followup lc medium
A few behavioral questions and a coding question about arrays.
largest non repeating substring in string
Viewing 1291 - 1300 interview questions