Given two unsigned 32-bit integer write a function to find average without using any extra space and return 32-bit unsigned int
Senior Software Developer Interview Questions
98,087 senior software developer interview questions shared by candidates
Make a progress bar in vanilla JS with setInterval to kick it off. Then make 3 to kickoff at the same time. Then make them kick off at 3 different times (or end at different times). then use recursion to make them kick off one after the other sequentially.
What is the difference between these declarations? function a(){ } var a = function(){ }
How would you distribute and limit incoming traffic between several API endpoints, if you have limit in N millions requests per second, and real traffic starts to exceed these value.
I'd classify this as the most bizarre and unexpected question which was what are the four tenets of object oriented programming.
How do you dereference a hash in Perl?
1. Given a list of ranges find the largest interval. 2. Given a string of men and women dancers ina given order, pair each man with a woman in a first-in first-pair fashion and print the pairs. 3. Given some coordinates find the line passing through most of the points.
Write a function to find elements that repeat a given N times in a given L list.
Describe your biggest work failure.
- Do you know what "S-E-X-T" means?
Viewing 891 - 900 interview questions