What is the main class in java?
Desenvolvedor Interview Questions
102,610 desenvolvedor interview questions shared by candidates
The questions in the initial round were about the topics learnt in college about networking, cloud computing basics and some java programming question.
Given a integer , return corresponding ASCII char representation without using language building in feature. ex. input interger 1234, return "1234" in string or characters
Given an array like [-1, 2, 3, 5, 4, 6] and it should print the 3 that is order of the array is equal to array element
Another was a puzzle: A king orders 100 bottles of wine for a celebration. A courtier who's angry with the king over something puts poison in one of those bottles. The king has a way of identifying the poisoned bottle by giving a few drops of wine to a monkey. Since the poison is fast acting, the monkey will die immediately. Whats the minimum number of monkeys needed to find the poisoned bottle?
write an algorithm to divide two numbers using only loops and addition.
Please check above
Bucket Sorting
Whats is max possible edges in a graph with no cycles.
You have a long set of numbers. More than 400k. How would you search if a specific number is in set? They expect a better solution than looping the set until you find the number.
Viewing 31 - 40 interview questions