An API call will be received by the gateway and will route it to the appropriate
microservice.
True
A variation for regular Gateway pattern is ______.
Backend for front end
Ideally an application should use _____ protocols.
both of the options
_____ helps in reducing latency during service calls.
Circuit Breaker
_____ doesn't add anything new, it just re-exposes the existing API with some
additional capabilities.
API Proxy
Which service discovery requires an additional router?
server side discovery
An API proxy can act as an API gateway.
False
-------------------------------------------------------------------
Which one of the following is not an API developer/manager lifecycle?
Explore
API creation and management is done in ______.
API Publisher
Which one of the following is an API consumer lifecycle?
Explore
DoS Attacks are prevented using _______.
Traffic management
The communication between the gateway and key management happens through a _____
call.
HTTP
To avoid the gateway from making calls to key management frequently use Caching.
True
Which of the following is not a function of analytic?
Enforce Rate Limiting Policy
-----------------------------------------------------------------------------
Bandwidth is one of the reason to enforce Rate-Limiting.
True
All request will be proxied through Gateway, using their ______.
Application Name
Which of the following is not a rate limiting types?
Bandwith specific Ratelimit
A single service can have multiple endpoints.
True
Which of the following is not a HTTP method?
UPDATE
_____ is a URL that communicates with the API.
Endpoint
_____ are identified using _____.
Resource, Endpoints
Rate limiting based on the HTTP header is not possible.
False
------------------------------------------------------------------------------
X-API-Version: 2 is _____ type of versioning.
Custom Header
Which of the core modules of Swagger helps in creating Interactive documentation?
Swagger UI
Which of the following is not an API Life-cycle?
Subscribed
It is possible to test an API without subscribing.
True
Which of the following is a type of documentation?
URL
Swagger UI creates Documentation based on API Parameters.
True
Deprecated API can still be used.
True
API Documentation can be added using ______.
API publisher
---------------------------------------------------------------------------------