Apigee-API-Engineer Exam Question 1
Given the following Javascript code snippet, which statement is true?
var paloAlto = httpClient.get{'http://weather.yahooapis.com/forecastrss?w=2467861'); context.session['paloAlto'] = paloAlto;
var paloAlto = httpClient.get{'http://weather.yahooapis.com/forecastrss?w=2467861'); context.session['paloAlto'] = paloAlto;
Apigee-API-Engineer Exam Question 2
Which will allow me to set the number of maximum elements to be cached in memory in a particular cache resource?
Apigee-API-Engineer Exam Question 3
You have the following requirements for your API:
* Authenticate users.
* Identify applications.
* Log update events to StackDriver
* Enforce quotas based on Product configurations
* Alert when total API latency exceeds 500 milliseconds
Your Apigee Edge API proxy is currently implemented with the following Proxy Endpoint configuration Which above 2 requirements have been met with this configuration? Choose 2 answers

* Authenticate users.
* Identify applications.
* Log update events to StackDriver
* Enforce quotas based on Product configurations
* Alert when total API latency exceeds 500 milliseconds
Your Apigee Edge API proxy is currently implemented with the following Proxy Endpoint configuration Which above 2 requirements have been met with this configuration? Choose 2 answers

Apigee-API-Engineer Exam Question 4
Which features are supported in the OAulhV2 policy'? Select all that are correct. Choose 3 answers
Apigee-API-Engineer Exam Question 5
You are designing an API that allows a consumer to tetch all orders associated to a given customer You want to use a RESTful design Which design should you use?