Write a function that returns the square root of a number (obviously without using any sort of built-in square root function).
Engineer Intern Interview Questions
18,167 engineer intern interview questions shared by candidates
If you increase the width of a PCB trace, does it decrease or increase the trace impedance?
Given a singly linked list, how can you find if there is a loop in the list?
You are in charge of building a pipeline 200 miles from the ocean to a refinery and there is a mountain range in the way. What issues are involved in this project?
Most difficult question was how would I design an algorithm to find the most frequently searched word in google search
All questions were pretty straight forward... you better know C++ or any similar language though ;)
Write a function to cause stackoverflow.
1. Given an array that contains duplicates (except for one value), find the one value that does not have a duplicate in that array. Explain the complexity of your algorithm. So in the array: A = [2, 3, 4, 5, 2, 3, 4] your algorithm should return 5 since that's the value that does not have a duplicate. 2. Explain the process that happens when you type your username and hit submit on a website (HTTP, server/client communication, etc...)
Write a function called eval, which takes a string and returns a boolean. This string is allowed 6 different characters: 0, 1, &, |, (, and ). Eval should evaluate the string as a boolean expression, where 0 is false, 1 is true, & is an and, and | is an or. An example string might look like "(0 | (1 | 0)) & (1 & ((1 | 0) & 0))"
"What do you know about our company?" "Do you have some questions for me?"
Viewing 101 - 110 interview questions