I applied multiple times with referrals each time, the first few times I was resume rejected and was told later it was due to my university not being prestigious enough. The final time I got sent 2 insanely difficult hackerrank problems and was given an hour to solve them.
Interview questions [1]
Question 1
Given an array of prices of a given stock over n days. Return the maximum profit within k transactions.
int stock(int* prices, int k, int n)
A bit anxiety inducing, there were two developers observing and asking questions. Real-time problem solving required, conducted on Hacker Rank virtually, video and mic enabled - quite nervewracking to say the least
I had one round, which was an online HackerRank test. I wasn’t able to pass all the test cases, and as a result, I did not progress to the next stage of the process.
A lot of interviews. Started off with a call, then some online tests. Then a technical interview. Then a live coding interview along with a architecture interview. Last step would have been final day interview but I did not get that far.
Interview questions [1]
Question 1
How many bits do you need to store a number up to X. And how can you represent that.