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
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
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
Quotas are only enforced when client authentication is enabled
Quota plugin requires quota-memory plugin to be installed and enabled
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
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.
Include a new customer requirement in an existing API proxy and invoke backend target system with required parameters.
Page 1 out of 25 Pages |