Tell me about yourself .
What is auto configuration in spring boot?
What is your current project.
Explain your project with micro-services architecture.
How did you apply security in your application ?
How transaction management work in spring and how you handled in your project.
Suppose you have a user object with one property list of address and you have to
save user details in service A and address list and service B both are having
different databases then how you will handle this transaction.
What is client side load balancing and server side load balancing and how you were
doing in your project.
Why Eureka Service Discovery Registry?
What is the use of feign and how it works.
How zuul manage routing ?
How will you handle if a service is down?
What is docker ? Do you know any other tool like docker?
How to create docker image ? How to create docker container ?
How to create EC2 instance in aws?What is S3 bucket ?
What is actuator ?
How to configure MySQL with spring boot.
You developed chatting feature in your application and used spring websocket
[Link] how you configured ? We can also send data in spring rest then why
spring websocket ?What code you write client side for this.
If I give you git link of a spring boot project then how will you execute this in
your system?
Suppose we want to search employee based on empid,salary and [Link] are optional
what endpoints you write?
What is the entry point of spring boot application and how server start that
application?
What is Dependency Injection?What is default scope of bean?What is use of @Bean
What is IOC?How IOC know about bean classes?
What are the different scope of bean
When client send json data then how you consume it and how json data is converted
in java object
Write code snippet to remove duplicate employee object from employee list
What will happen if override equals method but not hashcode
How Treeset sort data.
Write code to split employee list in sub-list based on similar employee id.
How did you handle exception in your project
What is @ControllerAdvice
What are different type of advice ?
Write Singleton class ?
What design patterns you have used in your project.
Explain Lambda expression .
Explain java memory management .What are the different type of memory in jvm.
How do you handle OutOfMemoryError
How to execute native sql query in hibernate to get list object a pojo class which
is not entity class.
What is two way binding in angularjs?
How do you manage angularjs controller, services if your project?
Write code to make ajax call in angularjs.