Applied through LinkedIn, got call from HR and discussed about my experience and skills match for the Job
Round 1: Coderpad
Questions:
1. Find first non-repeating character in array
2. Find the median of two merged sorted arrays: I did in O(n) initially but was asked to do in O(logn), told them the approach as didnt have enough time to code
3. two behavioral questions
Coder pad 2:
Given a string and prefix to search, return the start index of all the words which are starting with the given prefix
Interwiever expected me to do with Trie datastructure but i did it with two pointers.
Got call from HR for next round (technical )
I will update this post as I go forward