Graduate Developer Interview Questions

5,184 graduate developer interview questions shared by candidates

Binary tree: Given any node, write a function dump with returns String 1) returns " " if node is null 2) returns the data if node is a leaf node. 3) returns data, leftChild.data and rightChild.data if node has 2 children
avatar

Software Engineer, University Graduate

Interviewed at Google

4.4
Apr 7, 2016

Binary tree: Given any node, write a function dump with returns String 1) returns " " if node is null 2) returns the data if node is a leaf node. 3) returns data, leftChild.data and rightChild.data if node has 2 children

You have a database that stores arbitrary data, that will regularly change. You have a number of servers that need to regularly pull updates from the database. How do you structure the system so that the database doesn't get overloaded
avatar

Graduate Software Engineer

Interviewed at The Trade Desk

3.8
Mar 12, 2018

You have a database that stores arbitrary data, that will regularly change. You have a number of servers that need to regularly pull updates from the database. How do you structure the system so that the database doesn't get overloaded

Viewing 111 - 120 interview questions

Glassdoor has 5,184 interview questions and reports from Graduate developer interviews. Prepare for your interview. Get hired. Love your job.