1 point
40. You are working on a microservices-based application with multiple backend services. How can an API Gateway enhance the architecture and implement features like OAuth2 authentication, rate limiting, and request/response transformation to improve security and performance.?
By directly exposing all backend services to external clients
By simplifying client interactions and providing a single entry point to the microservices
By avoiding the use of microservices altogether
By increasing the complexity of the application
FUO