Given a set of non-overlapping integer ranges (1,3) (5,8), etc., and an input integer, what is the best way to organize the data and allow for quick search based on the input, etc.
Engineer Interview Questions
844,362 engineer interview questions shared by candidates
Print out a binary tree level by level
Given array of elements of 3 types. Sort it.
Implement data pipeline to answer business question
use bit operations to write a function that will determine if a number is a power of 2
They gave me a problem in which I had to find the next largest number of a given integer, where the next largest number can consist only of a combination of 3s and 5s. ex: number: 23 output: 33, number: 129 output: 333, number: 432 output: 533
compress strings such as "aaabbbcccc" into the string "a3b3c4"
How many pins in a JTAG cable?
Given an unsorted array, extract the max and min value using the least number of comparison.
Business case.
Viewing 1041 - 1050 interview questions