Given two very large timestamped sorted log files that do not fit in memory (possibly on different machines), merge them in timestamp order. Provide some test cases.
Software Development Engineer Interview Questions
32,867 software development engineer interview questions shared by candidates
I was sked a variety of questions surrounding the more advanced areas of C# and JavaScript.
Given a 4x4 matrix, give any combination of elements from the matrix.
Given a string with single digit numbers and four simple arithmetic operations in a form of string that recorded in postfix (reverse Pascal) notation, perform the operation and validate the recording. Write pseudo-code that returns result or informs about malformed recording.
Write a routine to find index of first occurance of a character in a string E.g "advzzzza" find(z) Returns 3
Given a file that has a C++ program in it, how would you verify that the code in it is syntactically correct?
How many cars in Chicago?
Implement enqueue and dequeue using stacks.
How would you test Excel?
How to implement the minimum spanning tree using double-side lists?
Viewing 2911 - 2920 interview questions