0% found this document useful (0 votes)
3 views1 page

Java Interview 2

The document outlines various Java and Spring Boot concepts, including Java 8 features, stream API differentiation, and the volatile keyword. It also covers collections, serialization, REST API authentication, JWT workings, microservice design patterns, unit testing, dependency injection, Hibernate differences, and AWS Elastic Load Balancer. Each topic is briefly introduced, providing essential information for understanding these technologies.

Uploaded by

sharath09kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Java Interview 2

The document outlines various Java and Spring Boot concepts, including Java 8 features, stream API differentiation, and the volatile keyword. It also covers collections, serialization, REST API authentication, JWT workings, microservice design patterns, unit testing, dependency injection, Hibernate differences, and AWS Elastic Load Balancer. Each topic is briefly introduced, providing essential information for understanding these technologies.

Uploaded by

sharath09kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Java 8 features
2. Differentiate between Map and Flat Map of stream API with example
3. volatile key word in java with usage
4. Collections interface in Java , Concurrent HashMap etc
5. When we use ArrayList and LinkedList which is better
6. serialization in java and its advantages
7. What is spring boot Actuator, different Endpoints in spring actuator
8. Different HTTP methods that you have used in Rest , difference between PUT Vs Patch
9. Authentication and Authorization of Rest APIS : how it is being implemented in your project
10. How JWT internally works
11. what are the design Patterns in Microservice Architecture used in the project with example
12. How you have done unit testing
13. what is the dependency injection and what are the various ways of achieving it
14. Hibernate : Session and Session Factory difference and which one is thread safe
15. Unit Testing concepts and tools used
16. stack and heap concept and when object is eligible for garbage collections
17. Features of Spring cloud
18. Elastic load balancer works in AWS

You might also like