LTIMINDTREE
Technical Interview:
[Link] yourself ?
[Link] experience, roles , responsibilities?.
[Link] are Streams preferred over for loops?
Ans: [Link] provide declarative approach.
[Link] allows functional proagramming which allows chainig operations like
filter , map , reduce etc.
3. Parallel processing in streams allows imporving performance by splitting
the task across multiplethreads.
[Link] is Static method, keyword?
Ans: [Link] keyword makes methods,variable class-level.
[Link] anything is static then we dont need to make object because it is
directly associated with class.
[Link] is main method static?
Ans: [Link] we run any java program then firstly JVM runs main funtion and if main
function is not static
then it has to create object of it and then call. So for making it execute
fast and simple.
[Link] vs LinkedList.
[Link] working of HashMap?
[Link] classes , create , example?
[Link] classes?
[Link] in multi threading?
Springboot:
[Link] do you secure endpoints of springboot apis.
[Link] will you reduce the response time of your Api.
[Link] vs RestController
[Link] between RequestParam, Pathvariable, RequestBody annotation.
[Link] do you handle concurrent users in springboot applications.
[Link] in your application there are 1500 users and suddenly traffic inicreases
to 15000 users
so how would you handle this solution?
Ans: Scale up resources horizontally by adding more servers.
Implement Autoscaling to resource up dynamically based on traffic.
Utilize load balancers.
[Link] between Future and Completable Future?
[Link] properties
[Link].
[Link] and Normalization.
[Link] second highest salary of employee?