Some logistic and Math problem, need fast reading and quick reaciton. Each question only have 2.5 minuetes to finish.
Software Developers Interview Questions
96,343 software developers interview questions shared by candidates
An integer X and a non-empty zero-indexed array A consisting of N integers are given. We are interested in which elements of A are qual to X and which are different from X. The goal is to split array A into two parts, such that the number of elements equal to X in the first part is the same as the number of elements different from X in the other part. More formally, we are looking for an index K such that: 0 ≤ K < N and the number of elements equal to X in A[0..K−1] is the same as the number of elements different from X in A[K..N−1]. For K = 0, A[0..K−1] does not contain any elements.
Data structures and java coding problemd
When should you use a linked list vs an array?
the quiz
What happens when you type in an address in the address bar of the web browser?
You have a 100 story building and two glasses. By dropping glasses from a given floor, figure out what is the highest floor from which you can drop and glass and it will not break.
Most difficult question involved graphs and path finding.
They asked me find last digit on n!
Come up a most efficient way to determine if a integer is odd or even.
Viewing 571 - 580 interview questions