Return a String with the characters present in the first word but not in the second word. "ab", "ab" -> "" "abc", "ca" -> "b" "a", "z" -> "a" They were looking for O(n+m).
Software Engineer New Grad Interview Questions
3,069 software engineer new grad interview questions shared by candidates
- 2 LC medium - 1 LC hard
Generally speaking, all questions were LC easy to medium level.
Trailing zeroes in the factorial of a number, LRU cache. System Design.
NDA, but honestly just basic behavioral/technical questions. Practice should should do the trick!
Given T9 mappings, print out all the possible texts from a string of numbers
Why would you choose Lime over x,y,z?
One question was to take a string of a day (ex: Monday) and add a number n days to it, and return a string of whatever day that was.
Validate Binary Search Tree
What is the number in the Unix command for SIGKILL
Viewing 231 - 240 interview questions