Write a recursive function to determine prime number
Engineer Interview Questions
933,739 engineer interview questions shared by candidates
There is a refrigerator in a perfectly insulated room. The door is then opened. Is it an open or closed system? After a long time has passed, has the temperature in the room increased or decreased?
Create a 8 input AND gate using 3 4:1 muxes
"What is the size of an integer on a 32-bit system?"
How to remove a node from a singly-linked list when only given the pointer to the node
Explain P&IDs
Find max k elements among mostly sorted list.
Was asked how I would implement division without using division or mod operators. The answer should return in the form quotient r remainder.
Given 2 numbers x and y, check if x is an integer power of y. For instance, x = 8, y = 2 would return true and x = 10 and y = 2 would return false since the first one is an integer power but the second isn't.
How to reverse a number, e.g. 1234.
Viewing 301 - 310 interview questions