L1 then L2 First Round questions
1.giving integer array {0,-1,-3} fine the first positive number which is missing in array in this case output is 1, {1,2,4,5} in this output is 3, {1,2,3,4} in this output is 5
2.Some Java 8 coding questions on sorting array
3.Java 8 stream API questions asked about methods
4.Map and flatmap diffrence
5.volatile keyword
6.transit keyword
7.super keyword
8.spring annotations
9.collection question difference between Map and List, concurrency HashMap
11.abstract method and interface difference