What are the HTTPTargetConneclion properties to control network timeouts?
When a quota is configured with the distributed flag set to false, the number of which of the following would affect the overall allowed traffic?
You have a new set of requirements for a mobile app. The product team tells you that the user data already exists from the website version of the app. The user APIs are currently internal access only. The product team has asked for the following.
• The app requires user authentication before data should be accessed.
• The app needs to display user data once the user has logged into the mobile app.
* The app needs to allow changes to user data once the user has logged into the mobile app.
Choose three development tasks that would accomplish the requirements. Choose 3 answers
In your last release, there were unexpected errors uncovered by users within the first 24 hours The root cause analysis found that key configurations were not promoted to production You want to avoid similar release failures in your next release What should you do?
The performance testing team would like to improve the transactions per second for an API you recently developed. The API retrieves partner names and contact information. What should you do?
As an API Engineer you have been asked to automate the build process for Apigee deployments. You decide to build a new tool to deploy the API Bundles using the Apigee Management API. What would be the correct approach?
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?
Which proxy endpoint configuration determines the target endpoint that will be used?
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?
Which are NOT a step in the OAuth 2 0 authorization code grant process? Select all that are correct
As an API Engineer you get a calendar invite for a backlog grooming session. What should you expect to take place in the meeting?
Your team has the following requirements in building an API:
• Adhere to Pragmatic REST.
• Model the API to the consumption use case.
• Require API Key authentication
• Implement CORS
• Validate inputs.
You have begun migrating a SOAP-based web service to a REST API by using the SOAP to REST function in Apigee Edge Which two of the above-listed requirements could be satisfied by this action?
Choose 2 answers
As an Apigee API Engineer you are building a new proxy as follows:
POST /v1/virtualnetworkconnections
The backend developer, being new to RESTful APIs, asks you which response code should be returned on a successful call. What should you recommend?
Your APIs are configured as a relying party on an OpenID Connect platform. You need to inspect and verify the OpenID Connect identity. What two actions should you take?
Choose 2 answers
You are using Apigee Edge as the OAuth Resource Server. The product owner asks you to create an API that logs a user out by revoking OAuth tokens. What should you do?
Which JavaScript statement can be used to raise a fault from a JavaScript policy named 'Weather"?
What does the variable "message.content" represent?
While testing your Apigee API proxy, you discover that the TargetEndpomt that is called is not what you expect. You have verified that there is a RouteRule that matches conditions, and should be called. What should you do?