Why do I want to return to work after having been retired for 6 years?
Member Technical Staff Interview Questions
4,283 member technical staff interview questions shared by candidates
process schedule order given dependency between processes
Mostly it were Techinical questions related to cloud domain , One question was related to What do you think of your previous boss?
There is a long wire along a straight line, which contains N bird nests at positions x1, x2, ... xn. There are B birds (B <= N), which become angry towards each other once put into a nest. To prevent the birds from hurting each other, you want to assign birds to nests such that the minimum distance between any 2 birds is as large as possible. What is the largest minimum distance? Input: N = 5, B = 3 Nests = [1,2,4,8,9] Output: 3
Given a string, write code to rotate the the string in-place. That means without any extra buffer. Come up with three different ways of doing so.
The questions were mainly based on graphs, arrays and debugging questions.
Q2. Given a string, find the minimum number of partitions such that each partition is a palindrome.
First Round was debugging in which they asked me to find bugs in LRU/LFU(Least Recently/Frequently Used) cache implementation.
Another round was Design round in which they asked to design paint.
Given a number n, print the following pattern without using loops. N = 11, output = 11 6 1 -4 1 6 11 N = 5, output = 5 0 -5 0 5
Viewing 671 - 680 interview questions