Count the number of duplicates in a BST without using recursion and constant space
Developer Interview Questions
269,303 developer interview questions shared by candidates
C++ mcq were not easy. Study ostream, istream, cin etc. How to overload << operator. From STL 2-3 questions were of usingthe sort method.
Why do you want to Work for the Company.
Given a large file that does not fit in memory (say 10GB), find the top 100000 most frequent phrases. The file has 50 phrases per line separated by a pipe (|).
Assignment on Mac
Brute force, greedy algorithms
How to create a calculator that gets a string as an input. for example "2+3*4-(4+5)*3"?
Optimize this code (like what compiler would reconstruct an equivalent source code as): int fn (int a, int b) { int sum = 0; for(int i=4*a;i>0;i--) { sum+=b*i*i; } return sum; }
Do you know Node.js and Go?
Finding squares given a set of points, questions on concurrency and race conditions, memory layout for objects with multiple inheritance and virtual functions.
Viewing 2011 - 2020 interview questions