Given an integer as input, return how many 1's are in the binary representation of that integer.
Development Intern Interview Questions
5,454 development intern interview questions shared by candidates
If you have 8 lead balls, one gold ball of the same weight (visually the same) and a scale you can only use twice, how do you figure out which ball is the gold ball?
Who is our main competitor?
Warum hast du vorher bei einer Beratung gearbeitet und willst jetzt zu uns in die Start Up Branche?
Tell me about a time when you worked in a team, but were not a team leader. How did you handle a conflict?
Comment gérez-vous les conflits dans une équipe? Qu'avez-vous appris à vos stages précédents?
How do you deal with stressful situations or tasks while working?
Implement a stack that supports push, pop and mode(the one from statistics) operation. Gave an O(log n ) push and pop and O(1) mode operation.Another good question was implement atoi function. I assumed it as base 10 but was asked to support from binary to any base numbers(even base 50).
Write a function in java to calculate all the possible palindromes in a string.
1. Find the minimum number of train stations required given a list of departure and arrival times. 2. The online screens had a couple of SAT style questions and some debugging questions.
Viewing 101 - 110 interview questions