You're in a conference room and the window is broken. What's the temperature outside?
Development Engineer Interview Questions
37,151 development engineer interview questions shared by candidates
"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.
how google implments auto suggest in google search
Merged K sorted Linked List
Viewing 2111 - 2120 interview questions