You are on page 1of 3

API creation and management is done in ______.

API Publisher

Which one of the following is not an API developer/manager lifecycle?


Explore

The communication between the gateway and key management happens through a _____
call.
Thrift

DoS Attacks are prevented using _______.


Traffic management

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

Which one of the following is an API consumer lifecycle?


Explore

Ideally an application should use _____ protocols.


both of the options

_____ 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

An API proxy can act as an API gateway


False

An API call will be received by the gateway and will route it to the appropriate
microservice.
True

Which service discovery requires an additional router


server side discovery

is a process of storing server response at the client-end


client side discovery
try - all

What HTTP Status Code 401 indicates


Forbidden

A single service can have multiple endpoints.


False

_____ are identified using _____


Resource, endpoint / try reverse

does not add anything new, it just re-exposes the existing API with some additional
capabilities
API proxy
Bandwidth is one of the reason to enforce Rate-Limiting.
True

Rate limiting based on the HTTP header is not possible


False

All request will be proxied through Gateway, using their ______.


Application Name

Which of the following is not a HTTP method?


Update

Which of the following is not a rate limiting types


Bandwidth specific ratelimit

_____ is a URL that communicates with the API.


Endpoint

It is possible to test an API without subscribing.


True

Swagger UI creates Documentation based on API Parameters.


True

Which of the following is not an API Life-cycle?


Subscribed

Which of the core modules of Swagger helps in creating Interactive documentation?


Swagger UI

X-API-Version: 2 is _____ type of versioning.


Custom Header

Deprecated API can still be used.


True

Which of the following is a type of documentation?


URL

API Documentation can be added using ______.


API Publisher

Oauth uses ____ to authenticate the users.


tokens

Who manages the API lifecycle?


Publisher

A single API cannot be subscribed multiple times with many SLA levels.
True

The tool that is used to develop API documentation is _____.


Swagger

REST architecture treats every content as a _____.


ResourcE

Who manages the API lifecycle


Publisher
Which of the following is not a Netflix Open software service?
Kubernetes

Monetization is one of the reason for Rate limiting.


True

WSO2 store is a
both

WSO2 API publisher can be accessed through the address


https://localhost:9443/publisher

The default burst limit in AWS gateway is _____.


10000

Which of the following are the parameters taken by Token APIs to generate tokens
scope
resource

You might also like