Saturday, May 15, 2021

Set of Spring Questions

 Useful Questions and Answers on click of this link

1. What is Hystrix server

2. Spring boot advantages

3. How to achieve distributed tx in micro service.

4. Without Spring boot, how will you create micro service in Java?

5. How to write Integration tests in Spring boot?

6. Difference between ribbon and feign client

7. Spring bean life cycles

8. Ways to set the properties to a spring bean before and after bean initialization

9. Different types of scopes in spring and difference between them.

10. @Component and @Bean differences.

11. Is Spring beans thread safe?

12. Circuit Breaker Pattern 

13. Can we customize spring boot sarters

24. In SAGA pattern what will happen to tx if microservice is down or failure

No comments:

Post a Comment

Top DataStructures Problem from Medium-2

  Array: Find a pair with the given sum in an array Maximum Sum Subarray Problem (Kadane’s Algorithm) Longest Increasing Subsequence Problem...