How will you implement word ladder puzzle
Software Development Interview Questions
36,992 software development interview questions shared by candidates
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.
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++)
Reverse the words in a string.
One example that I thought was interesting: given a list of points, find the line that goes through the greatest number of them.
Write recursion that calculate the permutation of string
Array, Tree, Dynamic Programming questions
NDA , Unable to disclose (But mostly data structures and algorithms.) Careercup and glassdoor will reach you. Nothing difficult at all.
Viewing 1081 - 1090 interview questions