Design a game of chess.
Software Design Engineer Interview Questions
399 software design engineer interview questions shared by candidates
code up a system that will accept a series of telephone keypresses and return a list of possible names from a supporting data structure. Describe both the data structure and the insert and search methods.
asked mostly about docker, Kubernetes and aws
Remove duplicate from a vector, then think about how to optimize it.
Write different codes in C language.
What is the same origin policy?
Code for printing pascal triangle, shortest 3 numbers in unsorted array, 2nd largest salary in a given database.
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.
Think of any product. Design it. Define data structures for it and write algorithms for the methods used.
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.
Viewing 271 - 280 interview questions