Grad Interview Questions

7,989 grad interview questions shared by candidates

Given a directed graph with nodes pointing to dependencies, and a node, return a list of nodes such that when the nodes are run in order, all its dependencies have already been seen, and that the last node in the list is the node given.
avatar

Software Engineer New Grad

Interviewed at Arista

3.1
Oct 23, 2018

Given a directed graph with nodes pointing to dependencies, and a node, return a list of nodes such that when the nodes are run in order, all its dependencies have already been seen, and that the last node in the list is the node given.

Given a list of Person objects, group all Person objects which have the same first name. Two first names can be the same if they are aliases of each other. E.g. (Bob and Robert, Elizabeth and Liz, Chris and Christopher) Person objects consist of firstName and lastName Strings and get() methods for each respective variable.
avatar

Associate Software Engineer, New Grad

Interviewed at Veeva Systems

3.5
Mar 21, 2018

Given a list of Person objects, group all Person objects which have the same first name. Two first names can be the same if they are aliases of each other. E.g. (Bob and Robert, Elizabeth and Liz, Chris and Christopher) Person objects consist of firstName and lastName Strings and get() methods for each respective variable.

Viewing 821 - 830 interview questions

Glassdoor has 7,989 interview questions and reports from Grad interviews. Prepare for your interview. Get hired. Love your job.