Suppose you had eight identical balls. One of them is slightly heavier and you are given a balance scale . What's the fewest number of times you have to use the scale to find the heavier ball?
Engineer Intern Interview Questions
24,102 engineer intern interview questions shared by candidates
non disclosure agreement
What was one of your best achievements on a project in the past?
DS, Algorithms.
Given a number n, find the largest number just smaller than n that can be formed using the same digits as n.
To find and return the common node of two linked lists merged into a 'Y' shape.
Suppose we can translate numbers into characters: 1->a, 2->b, ...26->z given an integer, for example, 11223, output every translation of the number.
Given two strings representing integer numbers ("123" , "30") return a string representing the sum of the two numbers ("153")
Determine if an array from 1..n has a duplicate in constant time and space.
You are in a boat in a pool with a rock in your hand. You throw the rock into the pool. Does the water level rise, drop, or stay the same?
Viewing 1 - 10 interview questions