Given two unsorted arrays, one with event start times and one with end times, find out if any two events overlap.
Engineer Interview Questions
843,353 engineer interview questions shared by candidates
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
You have two linked lists that merge at some node. The lists could be billions of nodes long. Find the node where the lists merge in the most optimal time while using a low amount of memory.
Viewing 751 - 760 interview questions