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
Engineers Interview Questions
842,634 engineers interview questions shared by candidates
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.........
General Questions about leadership principle, 3 coding questions and 1 system design question
Fastest way to find the middle node in a linked list
In java and using math, check if a number is a palindrome.
Asked to write a method were it's passed an array of numbers and a single number. I needed to return true if there was two numbers in the array that if added totaled the single number. I was then asked to rewrite it to make it run faster.
Viewing 1101 - 1110 interview questions