Ideally an application should use _____ protocols.
both
_____ doesn't add anything new, it just re-exposes the existing API with some
additional capabilities.
API Proxy
A variation for regular Gateway pattern is ______.
backend for front end
Gateway is capable of exposing a client to different APIs based on the devices.
True
An API proxy can act as an API gateway.
False
Which service discovery requires an additional router?
Server side discovery
Which one of the following is not an API developer/manager lifecycle?
Explore
DoS Attacks are prevented using _______.
Traffic management
API creation and management is done in ______.
API Publisher
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
The communication between the gateway and key management happens through a _____
call.
Thrift
Rate limiting based on the HTTP header is not possible.
False
Which of the following is not a rate limiting types?
bandwidth
_____ are identified using _____.
Resource, Endpoints
_____ is a URL that communicates with the API.
Endpoint
API Documentation can be added using ______.
API Publisher
Swagger UI creates Documentation based on API Parameters.
True
Which of the core modules of Swagger helps in creating Interactive documentation?.
Swagger Ui
Deprecated API can still be used
True
Which of the following are the parameters taken by Token APIs to generate tokens?
Grant Type -> wrong
Which of the following is not an API Life-cycle?
Subscribed
Role based authentication is done using _____ setting.
Visibility
Which one of the following is an API consumer lifecycle?
Explore
A single API cannot be subscribed multiple times with many SLA levels.
False
An API call will be received by the gateway and will route it to the appropriate
microservice.
True
______ is a process of storing server response at the client-end.
All -> wrong
Oauth uses ____ to authenticate the users.
Tokens
Which one of the following is not an API developer/manager lifecycle?
Explore
WSO2 API publisher can be accessed through the address.
9443
Who manages the API lifecycle?
Publisher
A single service can have multiple endpoints.
True
Who manages the API lifecycle?
Publisher
Oauth uses ____ to authenticate the users.
Tokens
X-API-Version: 2 is _____ type of versioning.
Custom Header
All request will be proxied through Gateway, using their ______.
Application name
Monetization is one of the reason for Rate limiting
True