Initial phone screen. They asked questions on how to handle a situation where an important client is asking for confidential information. They asked how I would handle a situation where a coworker was taking credit for work they did not do.
Interview questions [2]
Question 1
boolean isPowerOfTen(int x) // Need to handle case where x > INTEGER.MAX_VALUE or < MIN_VALUE
int findMin(int a[])
// array is sorted in increasing order, but is rotated some spaces i.e. {6, 1, 2, 3, 4, 5} or {4, 5, 6, 1, 2, 3}
// must be completed in O(log n) time
Had Coderpad interview (45 mins), Superday Interview (45mins ,45 mins) virtually. they were DSA , DSA+ System Design. currently waiting for the update. 2 interviewers, were there in each rounds. DSA problems were Optimal approach and find average score
First round was hackerrank assessment having 2 coding questions. Then after clearing that, the first round of interview had Leetcode Hard question, similar to get the maximum score. I was not able to do it. Interviewer was very nice though
Interview questions [1]
Question 1
Leetcode Hard question, similar to get the maximum score
One OA and coding round
I failed at first round since I cannot solve that lc problem, interviewer is from the office out of Japan,
OA is easy, got help with AI you can easily passed it.
Interview questions [1]
Question 1
one hard lc question.
4. Median of Two Sorted Arrays