Code for printing pascal triangle, shortest 3 numbers in unsorted array, 2nd largest salary in a given database.
Software Design Engineer Interview Questions
404 software design engineer interview questions shared by candidates
Remove duplicate from a vector, then think about how to optimize it.
Think of any product. Design it. Define data structures for it and write algorithms for the methods used.
Given a string representing path of a file, normalise the string for eg - /a/b/.././c becomes /a/c '..' represents previous directory and . represents current directory.
I did not expect to be grilled so badly on my projects.
you have an array of size N whose contents are either 0, 1 or 2 (repeated, of course). Sort the array in a single pass.
asked to create a particular algorithm for a hash table scenario. the scenario was confusing and I didn't know how to even start. was not given any clarification when asked, just told to do it. I did a regular hash table and could tell that wasn't what he wanted but he just huffed and said we were done, and went to fetch the next interviewer.
You'll get challenging coding questions, and a testing question that requires creative thought.
What is the difference between C and C++?
Explain the dependency between teams
Viewing 281 - 290 interview questions