What did you work on ? What experience do you have in C/C++ ? At one point I said I designed a custom API for a customer. He asked me to detail it and what problems I encountered. A problem regarding 2 sets of numbers that should satisfy a property (can't remember exactly).
Software Development Engineer Interview Questions
33,200 software development engineer interview questions shared by candidates
Logic, reasoning, coding
Sort an array with only operation allowed as reversing 0 to i index elements.
Design your own hashmap in Java.
Not hard, questions in cracking the code interview.
Sort array of integers (positive, zero and negatives) so that the negatives are first, then the zeros, then the positive numbers while ensuring that the order of the individual groups stay the same. I.e. order groups but keep original order of internal elements of each group.
They asked me to create an algorithm to find all the strongly connected components of a graph.
It was easy interview, just be confident
There is a common type of word puzzle where you are given two English words of the same length, say, "HEAD" and "TAIL". The puzzle is to come up with a sequence of valid English words, starting with "HEAD", and ending with "TAIL", such that each word is formed by changing a single letter of the previous word. Create an algorithm to automatically solve such puzzles.
The design you proposed me seems fine to me, it will probably work. Though, let's imagine that someone comes to you saying he dislikes it and ask you to change it. What do you do ?
Viewing 1551 - 1560 interview questions