Which plugins are not enabled as part of the default Edge Microgateway installation? Choose 2 answers
A. analytics
B. oauth
C. quota
D. spike arrest
Where in the proxy should you place a policy that modifies the flow variable target, url?
A. proxy request flow
B. proxy response flow
C. target request flow
D. target response flow
E. any flow
Which are techniques for dynamically choosing the target endpoint at runtime? Select all that are correct
A. use routing tables defined for the proxy using the MGMT API
B. use javascript to set targeturl
C. use route rules with conditions
D. nothing is needed, done by default
You have created an OpenAPl specification and begun a sample implementation of the API Proxy in Apigee Edge Another team is asking for early access for interactive documentation What should you do1?
A. Publish using SwaggerUI
B. Generate web documents using SmartDocs
C. Send the requesting team the OpenAPl spec.
D. Create a sample web app that uses your API, and publish the source code.
As an Apigee API Engineer you attend a meeting where a Product Owner would like to release a new feature to customers. There are several teams in the meeting, Backend API team, Apigee API team, and the Security team. The feature will be exposed through the companies external facing website. The architecture allows the website to call the backend APIs directly. The security team raises a concern about the backend APIs being wide open to anyone inside the network, not just the external website. You are later contacted and asked for your teams impacts. How should you reply?
A. You should recommend an Apigee Edge Access Control policy
B. You should recommend that the backend API's use TLS v12 to secure their APIs.
C. You should recommend the use of custom secure headers with time stamp verification
D. You should recommend a design change that uses a Apigee microgateway in front of the backend APIs.
When implementing a node js application in Edge, what is the only supported configuration for running the application?
A. ScriptTarget in a ServiceCallout policy
B. ScriptTarget in a TargetEndpotnt
C. NodeApp policy
D. ResourceURL in a Javascript policy
In Apigee Edge APIs, what is fault.name?
A. An out-of-the-box variable populated by Edge when a policy fails
B. Custom variable that you populate before you Raise Fault
C. System errors that are only populated in script callouts
D. Backend error names that are populated along with error code
E. None of the above
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
Which of the following statements are the for Edge Microgateway-aware proxies?
A. Edge Microgateway-aware proxies must point to a Node js ScnptTarget
B. Edge Microgateway-aware proxies should at least contain a quota or OAuth2 policy
C. Edge Microgateway-aware proxies support the execution of conditional flows
D. Edge Microgateway-aware proxies must use HTTPTargetConnection in the TargetEndpoint
Which components of Edge used to configure HTTPS inbound communication?
A. TLS Store
B. Virtual Hosts
C. Certificate Manager
D. Keystores and Truststores