The racehorse problem: given 25 horses and no stopwatch, and you can only race 5 horses at the same time, how few races does it take to find the fastest horse?
Senior Engineer Interview Questions
107,600 senior engineer interview questions shared by candidates
They will ask related to your domain. For .net questions would be like Ref vs out How garbage collector works What is field and properties Abstract class vs interface Static class Use of static class Some sql related queries like find the 2nd highest salary Define interface Solid priniciples Oops concepts etc. All the questions are of basic level so you should be clear about these
Remove the comments from code.
The questions are purely related to mobile and web app automation !!
Design ride service like Uber
Will I move to the site location for a long term assignment?
What are the 6 TCP flags?
Difference between process/thread, heap/stack. What is JIT?
1st phase 1st technical interview: Problem was that given a positive integer n print all distinct ordered sets of positive integer which have sum equal n. eg:- for n=2 output: { [1, 1] } for n=3 output: { [1, 1, 1], [1, 2], [2, 1] } for n=4 output: { [1, 1, 1, 1], [1, 1, 2], [1, 2, 1], [2, 1, 1], [2, 2], [1, 3], [3, 1] }
Compare two strings, return if one can be comprised of the other by swapping 2 characters, adding a char, removing a char, or if they are identical, or cannot determine.
Viewing 471 - 480 interview questions