Java Spring boot Hibernate MySQL Database
Engenheiro De Software Java Interview Questions
3,071 engenheiro de software java interview questions shared by candidates
it will differ from day to day
Game: Initially starting with 1 Two Steps 1.Increment the number by 1, x = x + 1 2.Double the number , x = x * 2 Step 2 can be used atmost maxStepTwoTimes Find the minimum number of steps to reach a number N Example N=19 maxStepTwoTimes=2 Increment 1 ,3 times ,result into 4 Double 4 ,becomes 8 Increment by 1, becomes 9 Double 9 ,becomes 18 Increment by 1 , becomes 19 total Steps 7 NOTE: This is almost same as "Number Line Jumps" in hanckerrank. I wrote code , initially it has some bugs. I modified it .But he is not satisified with my code.
Of course self introduction
what is you current salary
-describe Spring MVC mechanism -how Spring REST finds out which controller to invoke -how to scale application, DB -how Hibernate works -what is problem with try-catch block
What are Deep copy and Shallow Copy?
Just experiences and what I like to work in.
Why should we hire you?
how can you print singly linked list in reverse order with out using additional variables????
Viewing 311 - 320 interview questions