Count bits in a byte.
Programmer Developer Interview Questions
747,437 programmer developer interview questions shared by candidates
written test on basic java you can crack if you are average concept in java.
Say I have a deck of 52 cards, regular deck of cards. I put a joker in the deck somewhere and shuffle it up. Now I start dealing you cards until the joker shows up. Once it shows up, I stop dealing you cards. What is the probability that you have, in your set of cards, all 4 aces?
Write some pseudo code to raise a number to a power.
Given a set of n jobs with [start time, end time, cost] find a subset so that no 2 jobs overlap and the cost is maximum ?
Describe and code an algorithm that returns the first duplicate character in a string?
Given an array of integer in which all numbers occur even times except for one number occurs odd times, find it.
What is Little Endian and Big Endian?
How to find the max number of a shift buffer queue. For instance, there is an array like 5, 6,8,11,1,2, how to find the max number, which is 11 in this example.
How many golf balls can fit in a school bus?
Viewing 171 - 180 interview questions