Given a range of numbers ordered from 1 to 1 million, what is the most efficient method to find a number that is missing within the range.
Software Development Engineer Interview Questions
33,205 software development engineer interview questions shared by candidates
The most difficult in that interview is linked list, although it's not difficult at all. The quesiton is to remove all even numbers from the linked list
You're in a conference room and the window is broken. What's the temperature outside?
"Tell me about your biggest achievement?"
unexpected: The Recruiter asked how many lines of code I have written in my biggest project
There was no difficult or unexpected questions. for instance: -sort an array with just two types of elements, optimize your algorithm -find common letters in two strings and put them in a sorted order -compare sorting algorithms
Write a function to return the intersection geometry of a circle and a square.
Simple linked list question I wasn't prepared to deal with (it had been a while since I practiced my coding, and I had midterms so I didn't have time). Elements of a linked list can have a "dirty" boolean tag, implement void setDirty(node) and boolean hasDirtyDescendants(node)
Write a function that takes in 3 sides (lengths) of a triangle and determine if it is a valid triangle. (see, it's not too bad, remember the basics and you'll be fine)
Find if two nodes in a binary tree have a common ancestor.
Viewing 1921 - 1930 interview questions