How many unique paths are there from B-L point to the T-R point of a chess table? What would be your approach to calculate this?
Engineer Interview Questions
934,023 engineer interview questions shared by candidates
Describe a time you had to change your style to adapt to a situation or accommodate others.
is there any benefit to use cache if there is read miss for every access?
There is a singly linked list of ints, write a function that takes the head pointer, and prints the list in reverse order
Do you always dress like that?
Code a program to check if a given string is matching a given regular expression
How do you print all elements of a linked list.
Given two unsorted arrays, one with event start times and one with end times, find out if any two events overlap.
You are given a list of strings (e.g. ["cat", "dog", "hat", "apple", "c"] ). Write a program that would take as input a string containing a wild card character, like "*at", "**t" (could be "cat", "hat", "bat"), "ca*", etc. and return true if there is a corresponding string in the list, and false otherwise.
SQL : Top 3 Products by sale, % using Case, Basic Having clause and one Set operator (Intersect) type question Python : Average word length, ip-address parsing, dictionary, list of lists, flatten list of lists. ( Similar to previous interview experiences)
Viewing 821 - 830 interview questions