Leetcode Hard problems. Find the shortest to tallest then back to shortest height for a rollercoaster. So you have to print all ints in between rollercoaster points. Difficult problem but interesting. input: [1,4, 6, 6 , 5, 5, 2, 7] output: [1, 2 ,3 ,4 ,5, 6,6, 5, 5, 4, 3 ,2 ,1 , 2, 3 ,4 ,5 ,6 ,7, 6, 5, 4, 3 ,2 ,1]
Senior Engineer Interview Questions
102,042 senior engineer interview questions shared by candidates
why you reached late?
how would you tread lower employees
Phone screen ask to write a string manipulation function in Java. Don't remember exact problem. But it wasn't hard. The coding required me to show familiarity with coding (need to code fast), programming language, and some corner case handling.
What is the difference between a switch and a router?
How the Global Traffic Manager works?
basically the test was a high school, entry level modest C set of 3-5 lines long questions, all in almost K&R meant to test if you knew that local variables are not initialized, to see if a for goes beyond nSize - 1, that being given a pointer you can access it using an array and other things of this sort. responses were automatically grilled (just like dmv office) and the so called "technical" recruiter was apparently computer illiterate
Implement a Queue class from scratch with an existing bug, the bug is that it cannot take more than 5 elements.
C++ test Background experience questions
He gave me a NP problem with some menu items and their prices and a budget. I have to provide all combinations of menu items that satisfy the exact budget. The prices can be in decimal
Viewing 991 - 1000 interview questions