Which feature can be used to automatically distribute traffic across multiple target servers'?
A. use a concurrent rate limiting policy
B. use a LoadBalancer entry in the HTTPTargelConnection session
C. use RouteRules with multiple TargetEndpoints
D. use an AssignMessage policy
The product team is rolling out a new reseller program with API's. The product owner has created Epics covering the high level requirements. The product owner delegate has asked for help creating a product backlog. What task would the product owner delegate need assistance with?
A. Creation of a message logging policy in Apigee.
B. Creating user stories to fulfill the business requirements.
C. Creating support tickets that cover each of the business requirements.
D. Creating a cross functional team of API engineers, business analysts, and backend software developers.
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
Use a Key Value Map when you need to store
A. a value that expires after 300 seconds
B. OAuth tokens for backend service calls
C. configuration values
D. an HTTP response
Which are NOT a step in the OAuth 2 0 authorization code grant process? Select all that are correct
A. generate an authorization code
B. generate an access token
C. verify the device ID
D. validate the client API key
E. obtain the end user's consent for the application to request the user's protected resources F. validate the developer name
Which statements ate true when the following policy is used? Select all that are correct.
A. The rate of 5 per second indicates that 5 requests can be made at any time during a second: but the 6th and later requests dunng the same second would be rejected
B. Spike arrest is calculated separately on each message processor, so you could end up with significantly more than 5 calls in a second
C. It is possible to make fewer than 5 requests in a second and still cause a spike arrest
D. The continueOnError setting means that normal flow processing will resume even if the traffic exceeds the spike arrest rate
Your client's Apigee Edge configuration uses Local Target Proxy Chaining with proxies that have monthly quotas The client has noticed that quotas are being exceeded more quickly than expected What should you do?
A. Switch to daily quotas.
B. Disable quota evaluation for chained proxies.
C. Increase quota levels in API Product settings
D. Use Analytics reports to balance proxy queries
You are building a new API, and have the choice between several names for a particular field. According to Apigee recommended practices, what should you do?
A. Allow each developer to make their own choice.
B. Use the same field name as in the back end system
C. Survey typical consumers to determine which common name to use
D. Pick any name, and make sure that you use that name as consistently as possible
You are designing an API that allows a consumer to fetch all orders associated to a given customer. You want to use a RESTful design Which design should you use?
A. GET/customers/{customer-id)/orders
B. GET/orders7customer-id={customer-id}
C. GET /getOrdersForCustomer?customer-id={customer-id}
D. POST /orders with a post-body of customer-id={customer-id}
You are asked by the mobile app team which API should be used to populate a drop down for regions. According to pragmatic RESTful practices, which method should be used?
A. GET
B. HEAD
C. POST
D. PUT
E. OPTIONS