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.
Development Engineer Interview Questions
37,127 development engineer interview questions shared by candidates
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++)
I got a brain teaser question that how can I make the most number of triangles with 9 wooden stick.
Given an array with integers, return the array so that it will not have any consecutive duplicates.
The coding problem he asked me was to find the next larger element in a BST.
what is your preferred programming language?
N/A - the technical task was the first port of call.
They don't have any respect for you and value for your time, first of all the interviewee did not join on time - waited for him for 12 mins, then he started with basic java questions & programs, It was going well and all in mid he decided to leave saying i am done with it, Totally a waste of time.
Viewing 1051 - 1060 interview questions