Tell me about a time where you had to improve on something?
Graduate Developer Interview Questions
2,022 graduate developer interview questions shared by candidates
What are your contributions to your thesis/capstone project?
Coding - simple string manipulation algorithms
Minimal number of comparisons to find out which of n balls is not the same weight as the rest
Write on a paper or whiteboard a UML diagram for a bank with different types of accounts with some functionalities in common and others specific to them.
Data structures, Logical Questions
Problem where three people have a hat that is either black of white, arranged one behind the other. Can the person at the front confidently say what hat they have
Simple pseudo code question (similar to an easy Project Euler problem), logic question, design/class structure question. More specific coding questions.
Object-oriented and algorithmic programming questions plus few theoretical, multi-choice questions from C++. The first two questions tested the basics, while the third one was more complex and consumed majority of the time.
Online technical interview: 1. You are given a list of network packages to send from A to B and you are given a list of routes that take varying times. Each of the packages have an associated time and the total time for a given package to travel on a particular route is calculated by multiplying the route time x package time. Find the quickest way to send all of the packages.
Viewing 451 - 460 interview questions