Spring Cloud Gateway

Assess how well you know routing,filters,and reactive APIs in Spring Cloud Gateway.

1. What is the primary function of Spring Cloud Gateway?
2. Which of the following are key features of Spring Cloud Gateway?
3. Spring Cloud Gateway is built on a reactive, non-blocking foundation using Netty.
4. What is the configuration property prefix used to define routes in Spring Cloud Gateway (format: spring.cloud.gateway.xxx)?
5. Which server runtime does Spring Cloud Gateway rely on for handling requests?
6. Which types of filters are supported by Spring Cloud Gateway?
7. Route predicates in Spring Cloud Gateway determine if a request should be routed to a specific target URI.
8. Spring Cloud Gateway is designed as a modern replacement for which legacy gateway?
9. In a Spring Cloud Gateway route configuration, what key specifies the target URI to forward matched requests to?
10. Which of the following are examples of Spring Cloud Gateway route predicates?
Answered 0 of 0 — 0 correct