NDA signed can't go into specifics. System design question was the most difficult and was related to what Robinhood does.
New Grad Software Engineer Interview Questions
2,844 new grad software engineer interview questions shared by candidates
Already listed on this site (also see Leetcode discussions)
whatever codesignal questions there were
cant say because I signed NDA
They asked some medium leet code questions. Also, I got ghosted.
How to deal with conflict at work?
Memory management & OOP in CPP, quite easy if u r familiar with CPP
How do I strive to learn more on the job?
questions were easy to solve 2d array question and classes-based callback function creation question. The follow-up questions were difficult. Optimal solution was answered but then the question was changed to cache topic and then I was asked how to optimize if we want to use cache. The question was 2d array in form of balanced binary tree and the last row decides if the root will be 1/0. If both children are 1 only then parent is 1 otherwise 0. For this cache was used later and I was asked to optimize it. We agreed till log(n) time complexity but the interviewer wanted something else.
A shop in HackerLand contains n items where the price of the ith item is priceli]. In one operation, the price of any one item can be increased or decreased by 1. Given q queries denoted by the array queryll, find the minimum number of operations required to make the price of all items equal to each queryli] (0 ≤ i < q).
Viewing 2061 - 2070 interview questions