Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

Apigee-API-Engineer Practice Test


Page 1 out of 25 Pages

Which versioning scheme follows Apigee's API design best practices?


A.

GET /customers/{customend}/v1


B.

GET /customers/v1/{customerid}


C.

GET /v1/customers/{customerid}


D.

GET /customers?customend={customerid}&version=v1





D.
  

GET /customers?customend={customerid}&version=v1



Which of the following statements are the for Edge Microgateway-aware proxies?


A.

Edge Microgateway-aware proxies must point to a Node js ScnptTarget
Edge Microgateway-aware proxies should at least contain a quota or OAuth2 policy
Edge Microgateway-aware proxies support the execution of conditional flows
Edge Microgateway-aware proxies must use HTTPTargetConnection in the TargetEndpoint


B.

Edge Microgateway-aware proxies must point to a Node js ScnptTarget


C.

Edge Microgateway-aware proxies should at least contain a quota or OAuth2 policy


D.

Edge Microgateway-aware proxies support the execution of conditional flows


E.

Edge Microgateway-aware proxies must use HTTPTargetConnection in the TargetEndpoint





C.
  

Edge Microgateway-aware proxies should at least contain a quota or OAuth2 policy



Which statements are true for configuring the Edge Microgateway quota plugin? Choose 3 answers


A.

Quotas are only enforced when client authentication is enabled


B.

Quota plugin requires quota-memory plugin to be installed and enabled


C.

Quota plugin requires OAuth Plugin to be installed and enabled


D.

Quota plugin must execute after the quota-memory Plugin execution


E.

Quota plugin must execute after the OAuth Plugin execution





A.
  

Quotas are only enforced when client authentication is enabled



B.
  

Quota plugin requires quota-memory plugin to be installed and enabled



C.
  

Quota plugin requires OAuth Plugin to be installed and enabled



What is the order in which RouteRules are evaluated when many are present?


A.

no order, random


B.

alphabetical by name


C.

bottom to top as configured in the ProxyEndpoint


D.

bottom to top as configured in the TargetEndpoint


E.

top to bottom as configured in the ProxyEndpoint





E.
  

top to bottom as configured in the ProxyEndpoint



You have a single back end that needs to be exposed to customers using different API request and response
payloads You need to allow these different request types without breaking existing implementations What
should you do?


A.

Create a new API proxy for new customers and invoke backend target system with required parameters.


B.

Configure the API as a pass-through proxy and invoke backend target system with client request parameters.


C.

Create a new proxy xml and base path with upgraded version and invoke backend target system with required parameters


D.

Include a new customer requirement in an existing API proxy and invoke backend target system with required parameters.





D.
  

Include a new customer requirement in an existing API proxy and invoke backend target system with required parameters.




Page 1 out of 25 Pages