Given a list of dominoes (represented as tuples), what is the longest row of dominoes that you can place down such that adjacent sides of neighboring dominoes have the same label? An example list of dominoes is [(0,3), (3,1), (2,1), (4,0)] and a valid row would be [(0,3), (3,1), (1,2)],
Intern Engineering Interview Questions
56,411 intern engineering interview questions shared by candidates
write an algorithm to determine if an integer given is prime, write an efficient and inefficient implementation of the algorithm.
Random coding questions
How you determine yourself?
Tell me about a time you had to convince someone using data/logic.
Tell me about yourself
Find two integers in an unsorted array that produced a certain sum in linear time.
Technical Question. Given a string such as 3 + 2 / 5 - 3 * 4, calculate it.
What data structure would you use to find the 100 closest stars?
Algorithm questions. Get prepared with Tree, graph, array related ds
Viewing 621 - 630 interview questions