Given a list of integers which are sorted, but rotated ([4, 5, 6, 1, 2, 3]), search for a given integer in the list.
Production Coordinator Interview Questions
19,650 production coordinator interview questions shared by candidates
Initial tech screen asked very basic questions, like what the "uname" command does, or what type of packet terminates a TCP connection.
One of the coding questions was to generate a minesweeper grid (2x3) with 3 randomly-placed mines.
Given a string, determine if it is a palindrome.
Given an array of numbers(ex [3 2 5]), find if its possible to split it into 2 parts with equal sum without reordering (ex [3 2 ] and [5] ) and false if not possible!
How do you trace all the function calls in a running process
Explain everything that happens over the network when a client tries to access a website.
Count words and output top n
Where is the dns file located?
Under ps, what are three states that a service can be in?
Viewing 171 - 180 interview questions