Question 1: SERVICE DISCOVERY - Eureka Server Annotation
Which annotation enables a Spring Boot application to act as a Eureka Server?
Question 2: API GATEWAY - Purpose of Spring Cloud Gateway
What is the primary role of Spring Cloud Gateway in a microservices architecture?
Question 3: CENTRALIZED CONFIG - Purpose of Spring Cloud Config
What is the main role of Spring Cloud Config Server in a microservices setup?
Question 4: CIRCUIT BREAKEER - Purpose of Circuit Breaker
What is the main goal of using a Circuit Breaker in a microservice?
Question 5: DISTRIBUTED TRACING - Purpose of Distributed Tracing
What is the primary purpose of distributed tracing in microservices?
Question 6: SERVICE DISCOVERY - Eureka Client Annotation
Which annotation registers a Spring Boot application as a Eureka Client?
Question 7: API GATEWAY - Code Snippet (Basic Route)
What does this configuration achieve?
Question 8: CENTRALIZED CONFIG - Code Snippet (Enable Config Server)
What does the following class represent?
Question 9: CIRCUIT BREAKEER - States of Circuit Breaker
Which is not a valid state of Resilience4j Circuit Breaker?
Question 10: DISTRIBUTED TRACING - Spring Cloud Sleuth Role
What does Spring Cloud Sleuth do in a Spring Boot microservice?
Question 11: SERVICE DISCOVERY - Code Snippet (Eureka Server Setup)
What role does this application play?
Question 12: API GATEWAY - Using Service Discovery
How do we enable service discovery–based routing in Spring Cloud Gateway with Eureka?
Question 13: CENTRALIZED CONFIG - Config Server Backend
By default, where does Spring Cloud Config Server fetch configurations from?
Question 14: CIRCUIT BREAKEER - Code Snippet (Annotation Usage)
What does this method do?
Question 15: DISTRIBUTED TRACING - Code Snippet (Enable Sleuth and Zipkin)
What is achieved by this configuration in application.yml?
Question 16: SERVICE DISCOVERY - Code Snippet (Eureka Client Setup)
What is configured by the following snippet?
Question 17: API GATEWAY - Code Snippet (Discovery Routing)
What does this route config do?
Question 18: CENTRALIZED CONFIG - Code Snippet (Config Server Properties)
What does this application.yml config achieve?
Question 19: RESILIENCE - Fallback Method Rule
In Resilience4j, what must be true for a fallback method?
Question 20: DISTRIBUTED TRACING - Span vs Trace
Which statement is correct?