What is the primary function of an API Gateway in a microservices architecture?
- Authentication
- Data Storage
- Request Routing
- Service Orchestration
In a microservices architecture, the API Gateway primarily handles request routing, directing incoming requests to the appropriate microservice.
Loading...
Related Quiz
- What role does API documentation play in understanding the expected responses of an API?
- What is Equivalence Partitioning in the context of API testing?
- While testing an API for a booking system, how would you apply Boundary Value Analysis to test the system's handling of reservation dates and capacities?
- In a scenario where an API is consumed by various external clients, how does contract testing help in managing expectations and requirements?
- To prevent unauthorized access in API security, OAuth uses _________ to verify the authenticity of the access token.