The first assessment is a 20 minutes debugging session where there are 7 methods/functions and you need to find the only error in each. The second was two large hackerrank style questions. The last is the workplace simmulation.
Software Developer New Grad Interview Questions
2,866 software developer new grad interview questions shared by candidates
Part 1 was several debugging questions
15 min behavioral for each interview. 1 easy, 1 hard, 1 medium
A System Deisgn question about amazon locker A coding question about topological ordering
Had the most trouble with the HTTP/UDP/SSL/TCP stuff as that was not my strong suit
Given an array of sorted linked lists (so each array element is a pointer to some node), return ONE linked list that's sorted.
Algorithm and data structures based questions
sort question
What port used for internet protocol?
Onsite Questions: How does Java GC work, how to implement a GC. Using random numbers to determine value of PI(3.1518926..), and how to let it work in multi-computer environment. "tom" has "salad soup sandwich", "rose" has "drink soup". Input "salad sandwich" return "tom rose". Given a software package depend list, like a->b, b->c, b->d, c->e, d->e, return installation sequence e,c,d,b,a. Design database tables of Yelp. What happens after sending an HTTP get request to yelp.com. Questions about software engineering and previous projects. Why yelp.
Viewing 401 - 410 interview questions