Data Structures, DS Algo, CTCI
Software Development Interview Questions
37,298 software development interview questions shared by candidates
I got a brain teaser question that how can I make the most number of triangles with 9 wooden stick.
Given a random array, how can you find the median without using any know sorting algorithm?
Propose an algorithm to remove duplicates in very large datset (which cannot be completely stored in memory for processing). Now, give scenarios in which your algorithm fails.
Being only the first interview, there were no hard questions, but they asked why I liked library A or library B and such questions.
The good ol' triangle problem.
merge two sorted arrays in sorted order?
Which cycle performs quickier? for (int i=0; i<1000; i++) for (int j=0;j<100;j++) or for (int i=0; i<100; i++) for (int j=0;j<1000;j++)
Suppose you have a C++ base class and several classes that inherit from it. What might happen if you do not write a virtual destructor for the base class?
How many people can you stuff in a school bus
Viewing 1071 - 1080 interview questions