How would you design a hardware to detect the sequence "10110"? And how would you verify it?
Engineers Interview Questions
843,959 engineers interview questions shared by candidates
Check if two strings are Palindrome
2SUM problem and how to optimize it.
1 question I had was next greatest element in an array - searching only to the right. I had a solution with O(n^2), but they said don't even bother, that's rejected
Various linux command questions; how do you determine if a drive is full?
(python) Given two sentences, construct an array that has the words that appear in one sentence and not the other.
write a program to delete the space between words. input:"qapitol qa" output:"qapitolqa"
They asked a lot of questions about patterns and math questions. You are not allowed to use a calculator and only have a few seconds for each question if you want to attempt to pass all 50.
salary(department_id,employee_id,salary) List all employees with salary greater than the everage department salary and also greather than $50K
What sorting algorithm I would use for sorting an array?
Viewing 2991 - 3000 interview questions