{"id":712,"date":"2023-05-07T01:51:26","date_gmt":"2023-05-07T01:51:26","guid":{"rendered":"https:\/\/emorah.com\/story\/?p=712"},"modified":"2023-05-07T01:51:27","modified_gmt":"2023-05-07T01:51:27","slug":"api-gateways-fresco-play-mcqs-answers","status":"publish","type":"post","link":"https:\/\/emorah.com\/story\/fresco-play\/api-gateways-fresco-play-mcqs-answers\/","title":{"rendered":"API Gateways Fresco Play MCQs Answers"},"content":{"rendered":"\n<p>API Gateways Fresco Play MCQs Answers<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Course Path:&nbsp;Microservices\/GATEWAYS\/API Gateways<\/strong><\/p>\n\n\n\n<p>All Question of the Quiz Present Below for Ease Use Ctrl + F to find the Question.<\/p>\n\n\n\n<p><strong>Suggestion: If you didn&#8217;t find the question, Search by options to get a more accurate result.<\/strong><strong>Quiz on API Gateway Pattern<\/strong><\/p>\n\n\n\n<p>1.An API proxy can act as an API gateway.<\/p>\n\n\n\n<ol><li>True<\/li><li>False<\/li><\/ol>\n\n\n\n<p>Answer: 1)True<\/p>\n\n\n\n<p>2._____ does not add anything new, it just re-exposes the existing API with some additional capabilities.<\/p>\n\n\n\n<ol><li>API Proxy<\/li><li>API Gateway<\/li><\/ol>\n\n\n\n<p>Answer: 1)API Proxy<\/p>\n\n\n\n<p>3.An API call will be received by the gateway and will be routed to the appropriate microservice.<\/p>\n\n\n\n<ol><li>True<\/li><li>False<\/li><\/ol>\n\n\n\n<p>Answer: 1)True<\/p>\n\n\n\n<p>4.Ideally, an application should use _____ protocols.<\/p>\n\n\n\n<ol><li>HTTP<\/li><li>None of the options<\/li><li>Websocket<\/li><li>Both the options<\/li><\/ol>\n\n\n\n<p>Answer: 4)Both the options<\/p>\n\n\n\n<p>5.Gateway is capable of exposing a client to different APIs based on the devices.<\/p>\n\n\n\n<ol><li>False<\/li><li>True<\/li><\/ol>\n\n\n\n<p>Answer: 2)True<\/p>\n\n\n\n<p>6.A variation of regular Gateway pattern is ______.<\/p>\n\n\n\n<ol><li>Backend for frontend<\/li><li>Frontend for backend<\/li><\/ol>\n\n\n\n<p>Answer: 1)Backend for frontend<\/p>\n\n\n\n<p>7._____ helps in reducing latency during service calls.<\/p>\n\n\n\n<ol><li>Circuit Breaker<\/li><li>Client-side discovery<\/li><li>Server-side discovery<\/li><li>None of the options<\/li><\/ol>\n\n\n\n<p>Answer: 1)Circuit Breaker<\/p>\n\n\n\n<p>8.Which service discovery requires an additional router?<\/p>\n\n\n\n<ol><li>Server-side discovery<\/li><li>Client-side discovery<\/li><\/ol>\n\n\n\n<p>Answer: 1)Server-side discovery<strong>Quiz on API Gateway &#8211; Architecture<\/strong><\/p>\n\n\n\n<p>1.The communication between the gateway and key management happens through a _____ call.<\/p>\n\n\n\n<ol><li>SOAP<\/li><li>HTTP<\/li><li>none of the options<\/li><li>Thrift<\/li><\/ol>\n\n\n\n<p>Answer: 4)Thrift<\/p>\n\n\n\n<p>2.DoS attacks are prevented using _______.<\/p>\n\n\n\n<ol><li>Publisher<\/li><li>Traffic management<\/li><li>Key management<\/li><li>Store<\/li><\/ol>\n\n\n\n<p>Answer: 2)Traffic management<\/p>\n\n\n\n<p>3.Which one of the following is an API consumer lifecycle?<\/p>\n\n\n\n<ol><li>Publish<\/li><li>Manage<\/li><li>Develop<\/li><li>Explore<\/li><\/ol>\n\n\n\n<p>Answer: 4)Explore<\/p>\n\n\n\n<p>4.To avoid the gateway from making calls to key management frequently, caching can be used.<\/p>\n\n\n\n<ol><li>False<\/li><li>True<\/li><\/ol>\n\n\n\n<p>Answer: 2)True<\/p>\n\n\n\n<p>5.The following are API developer\/manager lifecycles, except _______.<\/p>\n\n\n\n<ol><li>Develop<\/li><li>Publish<\/li><li>Manage<\/li><li>Explore<\/li><\/ol>\n\n\n\n<p>Answer: 4)Explore<\/p>\n\n\n\n<p>6.API creation and management is done in ______.<\/p>\n\n\n\n<ol><li>API Publisher<\/li><li>API Store<\/li><li>API Creator<\/li><li>API Gateway<\/li><\/ol>\n\n\n\n<p>Answer: 1)API Publisher<\/p>\n\n\n\n<p>7.The following are functions of analytics, except ________<\/p>\n\n\n\n<ol><li>Enforce Rate Limiting Policy<\/li><li>Alert on unusual activities<\/li><li>Statistical Graph<\/li><li>Log analyzer<\/li><\/ol>\n\n\n\n<p>Answer: 1)Enforce Rate Limiting Policy<strong>Quiz on API Gateway &#8211; Throttling<\/strong><\/p>\n\n\n\n<p>1._____ is identified using _____.<\/p>\n\n\n\n<ol><li>Resource, Endpoints<\/li><li>Endpoint, Resource<\/li><\/ol>\n\n\n\n<p>Answer: 1)Resource, Endpoints<\/p>\n\n\n\n<p>2.The following are all HTTP methods, except ________.<\/p>\n\n\n\n<ol><li>PUT<\/li><li>DELETE<\/li><li>CONNECT<\/li><li>UPDATE<\/li><\/ol>\n\n\n\n<p>Answer: 4)UPDATE<\/p>\n\n\n\n<p>3.All requests will be proxied through Gateway using their ______.<\/p>\n\n\n\n<ol><li>API Key<\/li><li>Endpoint<\/li><li>None of the options<\/li><li>Application Name<\/li><\/ol>\n\n\n\n<p>Answer: 4)Application Name<\/p>\n\n\n\n<p>4.Rate limiting based on the HTTP header is possible.<\/p>\n\n\n\n<ol><li>True<\/li><li>False<\/li><\/ol>\n\n\n\n<p>Answer: 1)True<\/p>\n\n\n\n<p>5._____ is a URL that communicates with the API.<\/p>\n\n\n\n<ol><li>Both the options<\/li><li>Resource<\/li><li>None of the above options<\/li><li>Endpoint<\/li><\/ol>\n\n\n\n<p>Answer: 1)Both the options<\/p>\n\n\n\n<p>6.Bandwidth is one of the reasons to enforce Rate-Limiting.<\/p>\n\n\n\n<ol><li>True<\/li><li>False<\/li><\/ol>\n\n\n\n<p>Answer: 1)True<\/p>\n\n\n\n<p>7.A single service can have multiple endpoints.<\/p>\n\n\n\n<ol><li>True<\/li><li>False<\/li><\/ol>\n\n\n\n<p>Answer: 1)True<\/p>\n\n\n\n<p>8.The following are rate-limiting types, except _______.<\/p>\n\n\n\n<ol><li>Bandwith Specific Rate Limit<\/li><li>Regional Rate Limit<\/li><li>Server Rate Limiting<\/li><li>User Specific Limiting<\/li><\/ol>\n\n\n\n<p>Answer: 1)Bandwith Specific Rate Limit<strong>Quiz on API Gateway Documentation<\/strong><\/p>\n\n\n\n<p>1.API Documentation can be added using ______.<\/p>\n\n\n\n<ol><li>API Publisher<\/li><li>API Store<\/li><\/ol>\n\n\n\n<p>Answer: 1)API Publisher<\/p>\n\n\n\n<p>2.X-API-Version: 2 is _____ type of versioning.<\/p>\n\n\n\n<ol><li>Parameter<\/li><li>Media type<\/li><li>Custom Header<\/li><li>Domain<\/li><\/ol>\n\n\n\n<p>Answer: 3)Custom Header<\/p>\n\n\n\n<p>3.Which of the core modules of Swagger helps in creating Interactive documentation?<\/p>\n\n\n\n<ol><li>Swagger Editor<\/li><li>None of the options<\/li><li>Swagger UI<\/li><li>Swagger codegen<\/li><\/ol>\n\n\n\n<p>Answer: 3)Swagger UI<\/p>\n\n\n\n<p>4.It is possible to test an API without subscribing.<\/p>\n\n\n\n<ol><li>True<\/li><li>False<\/li><\/ol>\n\n\n\n<p>Answer: 1)True<\/p>\n\n\n\n<p>5.The following are API life cycles, except ______.<\/p>\n\n\n\n<ol><li>Subscribed<\/li><li>Deprecated<\/li><li>Prototype<\/li><li>Retired<\/li><\/ol>\n\n\n\n<p>Answer: 1)Subscribed<\/p>\n\n\n\n<p>6.Deprecated API can still be used.<\/p>\n\n\n\n<ol><li>False<\/li><li>True<\/li><\/ol>\n\n\n\n<p>Answer: 2)True<\/p>\n\n\n\n<p>7.Swagger UI creates documentation based on API parameters.<\/p>\n\n\n\n<ol><li>False<\/li><li>True<\/li><\/ol>\n\n\n\n<p>Answer: 2)True<\/p>\n\n\n\n<p>8.Which of the following is a type of documentation?<\/p>\n\n\n\n<ol><li>All the options<\/li><li>URL<\/li><li>Static<\/li><li>Dynamic<\/li><\/ol>\n\n\n\n<p>Answer: 2)URL<strong>API Gateways &#8211; Final Assesment<\/strong><\/p>\n\n\n\n<p>1.The default burst limit in AWS gateway is _____.<\/p>\n\n\n\n<ol><li>1000<\/li><li>5000<\/li><li>2000<\/li><li>10000<\/li><\/ol>\n\n\n\n<p>Answer: 2)5000<\/p>\n\n\n\n<p>2.REST architecture treats every content as a _____.<\/p>\n\n\n\n<ol><li>Assert<\/li><li>Capital<\/li><li>Resource<\/li><li>Source<\/li><\/ol>\n\n\n\n<p>Answer: 3)Resource<\/p>\n\n\n\n<p>3.Which one of the following is an API consumer lifecycle?<\/p>\n\n\n\n<ol><li>Explore<\/li><li>Publish<\/li><li>Manage<\/li><li>Develop<\/li><\/ol>\n\n\n\n<p>Answer: 1)Explore<\/p>\n\n\n\n<p>4.The following are API life cycles, except ______.<\/p>\n\n\n\n<ol><li>Deprecated<\/li><li>Retired<\/li><li>Prototype<\/li><li>Subscribed<\/li><\/ol>\n\n\n\n<p>Answer: 4)Subscribed<\/p>\n\n\n\n<p>5.The following are API developer\/manager lifecycles, except _______.<\/p>\n\n\n\n<ol><li>Manage<\/li><li>Explore<\/li><li>Develop<\/li><li>Publish<\/li><\/ol>\n\n\n\n<p>Answer: 2)Explore<\/p>\n\n\n\n<p>6.Oauth uses ____ to authenticate the users.<\/p>\n\n\n\n<ol><li>tokens<\/li><li>index<\/li><li>badges<\/li><li>cards<\/li><\/ol>\n\n\n\n<p>Answer: 1)tokens<\/p>\n\n\n\n<p>7.Which of the following parameters is taken by Token APIs to generate tokens?<\/p>\n\n\n\n<ol><li>Both the options<\/li><li>Grant type<\/li><li>Scope<\/li><li>None of the options<\/li><\/ol>\n\n\n\n<p>Answer: 1)Both the options<\/p>\n\n\n\n<p>8.WSO2 store is a ______.<\/p>\n\n\n\n<ol><li>Both the options<\/li><li>None of the options<\/li><li>Web application<\/li><li>Key manager<\/li><\/ol>\n\n\n\n<p>Answer: 3)Web application<\/p>\n\n\n\n<p>9.The tool that is used to develop API documentation is _____.<\/p>\n\n\n\n<ol><li>Hystrix<\/li><li>Ribbon<\/li><li>Turbine<\/li><li>Swagger<\/li><\/ol>\n\n\n\n<p>Answer: 4)Swagger<\/p>\n\n\n\n<p>10.Monetization is one of the reasons for Rate limiting.<\/p>\n\n\n\n<ol><li>False<\/li><li>True<\/li><\/ol>\n\n\n\n<p>Answer: 2)True<\/p>\n\n\n\n<p>11.______ is a process of storing server response at the client-end.<\/p>\n\n\n\n<ol><li>Traffic management<\/li><li>Client side discovery<\/li><li>All the options<\/li><li>Catching<\/li><\/ol>\n\n\n\n<p>Answer: 3)All the options<\/p>\n\n\n\n<p>12.Role based authentication is done using _____ setting.<\/p>\n\n\n\n<ol><li>Roll<\/li><li>Authentication<\/li><li>Visibility<\/li><li>Access<\/li><\/ol>\n\n\n\n<p>Answer: 3)Visibility<\/p>\n\n\n\n<p>13.Who manages the API lifecycle?<\/p>\n\n\n\n<ol><li>Subscriber<\/li><li>Creator<\/li><li>Admin X<\/li><li>Publisher<\/li><\/ol>\n\n\n\n<p>Answer: 3)Admin<\/p>\n\n\n\n<p>14._____ is a URL that communicates with the API.<\/p>\n\n\n\n<ol><li>None of the options<\/li><li>Both the option<\/li><li>Resource<\/li><li>Endpoint<\/li><\/ol>\n\n\n\n<p>Answer: 4)Endpoint<\/p>\n\n\n\n<p>15.The following are Netflix open software services, except __________<\/p>\n\n\n\n<ol><li>Ribbon<\/li><li>Hystrix<\/li><li>Turbine<\/li><li>Kubernetes<\/li><\/ol>\n\n\n\n<p>Answer: 4)Kubernetes<\/p>\n\n\n\n<p>16.A single API cannot be subscribed multiple times with many SLA levels.<\/p>\n\n\n\n<ol><li>False<\/li><li>True<\/li><\/ol>\n\n\n\n<p>Answer: 1)False<\/p>\n\n\n\n<p>17.What does the HTTP Status Code 401 indicate?<\/p>\n\n\n\n<ol><li>BAD REQUEST<\/li><li>UNAUTHORIZED<\/li><li>INTERNAL SERVER ERROR<\/li><li>NOT FOUND<\/li><\/ol>\n\n\n\n<p>Answer: 2)UNAUTHORIZED<\/p>\n\n\n\n<p>18.WSO2 API publisher can be accessed through the address ________.<\/p>\n\n\n\n<ol><li>https:\/\/localhost:9442\/publisher<\/li><li>https:\/\/localhost:9443\/publisher<\/li><li>https:\/\/localhost:9445\/publisher<\/li><li>https:\/\/localhost:9444\/publisher<\/li><\/ol>\n\n\n\n<p>Answer: 2)https:\/\/localhost:9443\/publisher<\/p>\n","protected":false},"excerpt":{"rendered":"<p>API Gateways Fresco Play MCQs Answers Course Path:&nbsp;Microservices\/GATEWAYS\/API Gateways All Question of the Quiz Present Below for Ease Use Ctrl + F to find the Question. Suggestion: If you didn&#8217;t find the question, Search by options to get a more accurate result.Quiz on API Gateway Pattern 1.An API proxy can [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":663,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":""},"categories":[156],"tags":[],"_links":{"self":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/712"}],"collection":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/comments?post=712"}],"version-history":[{"count":1,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/712\/revisions"}],"predecessor-version":[{"id":713,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/712\/revisions\/713"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/media\/663"}],"wp:attachment":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/media?parent=712"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/categories?post=712"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/tags?post=712"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}