Backend For Front End
Backend For Front End
devices. – true
2) A variation for regular Gateway pattern is ______ -backend for front
end
3) Which service discovery requires an additional router? – service side
recovery
4) An API proxy can act as an API gateway.-false
5) ____doesn't add anything new, it just re-exposes the existing API with
some additional capabilities. – API Proxy
6) _______ helps in reducing latency during service calls.=circuit breaker
7) API creation and management is done in – api publisher
8) To avoid the gateway from making calls to key management frequently
use Caching. – true
9) Which one of the following is not an API developer/manager lifecycle?
– explore
10) DoS Attacks are prevented using – traffic management
11) Which of the following is not a function of analytic? –enforce rate
limit policy
12) _____ is a URL that communicates with the API. – endpoint
13) Rate limiting based on the HTTP header is not possible –false
14) A single service can have multiple endpoints. – true
15) All request will be proxied through Gateway, using their - appli
name
16) not a HTTP method – update
17) _____ are identified using _____. Resource enpoiont
18) Which of the following is not a rate limiting types? – bandwidth
specific
19) Bandwidth is one of the reason to enforce Rate-Limiting. – true
20) Which of the core modules of Swagger helps in creating
Interactive documentation? – swagger ui
21) Which of the following is not an API Life-cycle? – subscribed
22) Which of the following is a type of documentation – url
23) API Documentation can be added using – api publisher
24) X-API-Version: 2 is _____ type of versioning. – custom header
25) Deprecated API can still be used. – ture
26) It is possible to test an API without subscribing. – true
27) Swagger UI creates Documentation based on API Parameters. –
true
===============
28) Role based authentication is done using _____ setting – not
authendication
29) Oauth uses ____ to authenticate the users – tokens
30) Which of the following is not a Netflix Open software service? –
kuberne
31) Which of the following are the parameters taken by Token APIs to
generate tokens? – resource
32) a process of storing server response at the client-end. – caching
33) REST architecture treats every content as a - resource
34) WSO2 API publisher can be accessed through the address. – not
- local host:9444
35) The tool that is used to develop API documentation is – swagger
36) A single API cannot be subscribed multiple times with many SLA
levels – false
37) An API call will be received by the gateway and will route it to the
appropriate microservice – true
38) The default burst limit in AWS gateway is – 10000
39) WSO2 store is a – not web application
40) 1. Role based authentication is done using _____ setting-Not
Access