Current Position : SDE -1 at a startup
YOE: 2.8
I am sharing the interview experience of oracle cloud infrastructure.
Round 1
Round 2
This round was taken from US as the team in not present in India and they are hiring engineers for this team.
Interviewver asked me introduce myself and then he introduced himself and talked a little bit about the team.
Asked me two behavioural questions, A project that I think is the most challenging wrt technical sapects and also asked what happened when you were not able to meet deadline?
Then he asked me question, given a list of error strings like following give me top m errors.
errorA errorB errorC errorB errorB errorB error C error D errorD errorC errorC
if m = 2, then output will be errorB and errorC
I first proposed a brute force solution which included sorting then proposed max heap solution and coded it and also dry run of the code but I was not able to give O(n) solution
Question link : https://leetcode.com/problems/top-k-frequent-elements/