Print out a binary tree level by level
Engineer Interview Questions
934,754 engineer interview questions shared by candidates
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.
write a program where a there are multiple users logging into the system or file and I want to know the login Occurrences of the each user . Note : The file is separated by the commas. ex: User1 , User2, user1 , user3.........
Viewing 1151 - 1160 interview questions