Lots of role playing questions, i.e. from the perspective of leadership at a fictitious company. Examples: how will this increase my revenue, what about the cost, etc.
Engineer Senior Interview Questions
113,933 engineer senior interview questions shared by candidates
Didn't really expect basic questions like what is the difference between memcached and redis. What is REST, what is its advantages. Caught me off guard because I've been using those technologies almost instinctually for years and never had to verbalize them.
designing APIs, linked list implementation, SQL concepts, OOPS questions, some deep IAM questions
Execute tasks in order of depedency
Explain how the garbage collector works.
Given an array having integers with just one integer repeated thrice, how will you find out which integer is that?
There are incoming numbers from a stream, print the largest 1000 numbers.
implement the interface: interface SortedList<T>{ /*Get an item from list at index position *params index - index position in array *returns item - if item is found at index position *throws IndexOutOfBoundException - if input index is not within list T get(int index); } Check if an item exists in sortedList. Eg. 1,2,3,4,5,6 ...
Joan and Jim agree to meet at the library after school between 3 and 4 p.m. Each agrees to wait no longer than 15 min for the other. What is the probability that they will meet?
Algorithm question (a classical NP problem) that I was able to solve followed by a distributed system debugging question
Viewing 671 - 680 interview questions