If I was David's pizza and I wanted to cancel my subscription because it was costing me to much. What would you do ? Goal is to retain the account.
Software Development Engineer New Grad Interview Questions
5,947 software development engineer new grad interview questions shared by candidates
Write a function that finds the median of a set of three numbers, also find the Big O. Can it be done with only 2 comparisons, or do you need 3?
Implement division without using multiplication or division. It should work most efficient and fast.
Improve this piece of code, loop tracing, very basic printing problem
We have a fairly large log file, about 5GB. Each line of the log file contains an url which a user has visited on our site. We want to figure out what's the most popular 100 urls visited by our users.
Given a base 10 number, print the hexidecimal (base 16) representation of that number.
WHAT IS YOUR AGE??? - A totally prohibited ground in HR context.
How to access data from a tree structure and to sort them into an array?
Given a list of compare orders and keys (directions), find the hashmap that matches the directions. If the first direction gives equal, then go to the second. And so on.
Given a Pre-Order and In-Order string of a binary tree, can we and if we can, construct the "Post-Order" String.
Viewing 1 - 10 interview questions