What is Java?What is JVM?
Java Technical Lead Interview Questions
12,697 java technical lead interview questions shared by candidates
Explain what functional programming was, its benefits, downsides and why I thought it was useful or not.
Looping control
What is concurrent hash map?
They ask me about JAVA concept and so on.
They wanted a 2 minute profile video, for their clients
program for Armstrong number and program for factorial
Given an array of numbers, create another array of numbers. Calculate each new array number by multiplying all input array numbers, except for the current number position in the new array.
Input is a string like "AAAAABBCCAA" and it should print "5A2B2C2A". 5 being the continuous number of occurance for character 'A'. Same is with other characters also.
Given an array of pairs of numbers, simplify the numbers. The pairs represent ranges, and the result is a simplified version of these pairs. So [1,5],[3,7] should result in [1,7].
Viewing 31 - 40 interview questions