Java basics and related to recent work
Java Software Developer Interview Questions
4,188 java software developer interview questions shared by candidates
What is JVM JRE and JDK
Good in programming and theory part
Java Spring boot Hibernate MySQL Database
it will differ from day to day
Skills learned and were did i use them
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
Find max subarray sum in an array of Integers i.e [1,2,5,-5,-7,1,0,-2] max subarray sum is: 8 , subarray [1,2,5]
Oops concepts, SQl, Collection Framework, Hibernate, RestAPI
Viewing 431 - 440 interview questions