How do you print all elements of a linked list.
Engineer Interview Questions
843,586 engineer interview questions shared by candidates
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)
SDLC, what games have you played till now? Have you played any PS games or not. Difference between Regression Testing and Retesting.
reverse bits of an integer that is a power of 2 , keeping complexity in mind.
Find the second maximum element in an unsorted array of integers, using single for loop.
Reverse the words in a sentence. For example, "Have a nice day" becomes "day nice a Have"
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?
string compression: aaabbbbcc ->a3b4c2
Viewing 751 - 760 interview questions