What I found surprising was that there were no particularly hard questions, but bear in mind I am a very experienced engineer.
Sr Engineer Interview Questions
113,895 sr engineer interview questions shared by candidates
How to invert all the bits in a byte? e.g. 0x55 should be changed to 0xAA.
Given a string s (1<=s.length()<=1000), return the shortest substring that is only occurring once. Examples: s="aabbabbaab" gives either "bab" or "baa" s="aaaa" gives "aaaa"
In saturation, the channel region pinches off well before the drain. How does current get from the source to drain then? (Since the channel is pinched off, it does not touch the drain)
process and execution order
Write a contains function in javascript
A HackerRank challenge with 90 mins to solve
Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [−2,1,−3,4,−1,2,1,−5,4], the contiguous subarray [4,−1,2,1] has the largest sum = 6.
Did you bring the presentation that we did not ask you to bring?
Find the sqrt of a number
Viewing 291 - 300 interview questions