What are common webapp flaws? Explain. How to you secure platform X (with details)? How to do ensure security occurs before shipping the product, etc?
Sr Engineer Interview Questions
107,314 sr engineer interview questions shared by candidates
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]
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
Viewing 1011 - 1020 interview questions