Position: New Grad 2020
Date: 05/20/20
50-55 min
First 7-10 min: Resume screening (Explain your favorite project, and then asked some details)
Coding 1: First non-repeating character in a string (easy but the interviewer kept on adding special test cases)
https://leetcode.com/problems/first-unique-character-in-a-string/
(But, return type is the char, also some extra cases like string has numbers, special chars, upper and lower alphabets. He told me to not consider numbers and special characters for the process and then expected to return the character itself, so A and a are different characters for returning but same while counting the frequency.
Coding 2 : Minimum value in a sorted array rotated at some unknown pivot
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
Last 5 mins: for my questions and concerns