A customer has added response cache policy on all their search APIs, but traffic to the backend has not reduced much. They ask you to investigate, you find that GET queries are being cached and available in memory but cache misses are still high You want to improve caching and reduce cache misses What should you do?
Which policy is best used to convert a SOAP response to a JSON response'?
Which are NOT a step in the OAuth 2 0 authorization code grant process? Select all that are correct
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?
Which HTTP method would NOT be used for CRUD operations?
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?
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
Which are techniques for dynamically choosing the target endpoint at runtime? Select all that are correct
Your API generates tokens to authenticate users. You have the following requirements
1. Limited token lifetime.
2. Managed key rotation.
3. Self-verifiable content.
4 Compact data representation
5. Refresh without new challenge.
You plan to use SAML2 Which two of the above-listed requirements are satisfied by using SAML2? Choose 2 answers
Which feature can be used to limit application consumption to a particular group of API proxy resources?
When retrieving a value from an encrypted KVM. the variable name to which it is assigned must be prefixed with which value to prevent it from being readable in tracing sessions?
You have a particularly complicated API proxy in Edge., that uses many variables and conditions You are concerned that the number ot names is quite large, and can become confusing What can you do?
What is the purpose of a refresh token?
How many times can an authorization code be used to obtain an access token?
When implementing a node js application in Edge, what is the only supported configuration for running the application?
Which OAuth 2 0 grant requires redirection'?
Your company runs their internal services across two datacenters in a hot-warm configuration The back-end system for a new API runs in both data centers You want to implement a proxy that handles failover between these data centers What should you do?
Which statements are true for configuring the Edge Microgateway quota plugin? Choose 3 answers