Phone interview question: What happens when the "new" operator in C++ fails?
Development Engineer Interview Questions
37,134 development engineer interview questions shared by candidates
Consider n people with random birthdays. How large does n need to be before there is at least a 50% chance that two people have the same birthday?
Shuffle Linked List
Find the max int in an onordered binary tree.
Data structures - - Write program to print Binary Tree using bredth first search and depth first search
You have a list of numbers from 1 to 1,000,000, and one number is missing. How do you find the number?
Design and implement a "inner join" function using 2 sorted lists/arrays. Make it run in O(n) time.
How would you test an elevator?
Compare two integers a and b without +-*/ and without if statement
1. Given a non-negative integer array that is then shuffled and 1 element is removed, find which element was removed. 2. Assume you are designing/writing code for some small business software how would you go about creating a clean, extensible method for calculating sales tax that can be extended easily to work in different parts of the world. 3. (Two separate questions) 3a. Given an integer array, remove the duplicate values and return an integer array 3b. Test a dice role generator method 4. Design a system for tracking employee applicants through the interview process
Viewing 681 - 690 interview questions