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
Gateway is capable of exposing a client to different APIs based on the devices
@True
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.
None of the options
To avoid the gateway from making calls to key management frequently use Caching.
True
Which of the following is 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
---------------------------------------------------------------------------------
Oauth uses ____ to authenticate the users.
tokens
______ is a process of storing server response at the client-end.
No Client side discovery
Monetization is one of the reason for Rate limiting.
True
WSO2 API publisher can be accessed through the address
https://localhost:9443/publisher
The tool that is used to develop API documentation is _____.
Swagger
WSO2 store is a ______.
None of the options - Application management
Who manages the API lifecycle?
Publisher
Which of the following are the parameters taken by Token APIs to generate tokens?
No Password
Which of the following is not a Netflix Open software service?
Ribbon
The default burst limit in AWS gateway is _____.
10000
What HTTP Status Code 401 indicates?
FORBIDDEN
A single API cannot be subscribed multiple times with many SLA levels.
False
REST architecture treats every content as a
Source