EMT Practice Test

1. Question Content...


Question List

Question1: Which statements ate true when the following policy is used? Select all that are correct.
<SpikeArrest continueOnError="false" name="Arrest">
<Rate>5ps</Rate>
</SpikeArrest>

Question2: Which JavaScript statement can be used to raise a fault from a JavaScript policy named 'Weather"?

Question3: You are composing logs created from user input that contains confidential user information You need to record the presence of all fields, while ensuring that confidential information is not recorded in any log Which approach should you take?

Question4: 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?

Question5: The AssignMessage policy can be used to

Question6: OAuth 2.0 Resource Owner Password Credentials grant should be used when (Select all that are correct)

Question7: You are adding a filter on an API to locate all orders in a specific date range You want to use a RESTful design Which design should you use?

Question8: When is it appropriate to use query parameters in RESTful API design? Select all that are correct

Question9: You are generating tokens depending on a partner's service level at runtime You need to control access token expiration What should you do?

Question10: Which of the following statements are the for Edge Microgateway-aware proxies?

Question11: You need to log certain data to a custom logging service while processing the response You want to avoid processing delays due to logging during the logic flow What should you do?

Question12: In Apigee Edge APIs, what is fault.name?

Question13: Which policy can be used to restrict access to API resources based on the client IP?

Question14: Where does a ScriptTarget node.js application run when deployed to Edge?

Question15: 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?

Question16: When using a Shared Flow from a Flow Hook, which proxies will call the Shared Flow?

Question17: Your project has just started, and you are observing that bugs are being caught in QA on features that were previously working You want to provide a self-governing mechanism for the team to identify regression bugs What should you do?

Question18: 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?

Question19: Which describe OAuth 2.0 Refresh Tokens'? Select all that are correct

Question20: You are working on a new design for an API. The backend API will set the customer to a deleted status. The customer will remain in the backend database for later cleanup. The customer can no longer be retrieved by the API once the status is set. Which method should be used at the Apigee proxy to set the deleted status?

Question21: Which are characteristics of the PopulateCache and ResponseCache policies'? Select all that are correct

Question22: Which policies can be used to create or modify a request message for a service callout? Select all that are correct

Question23: Which are techniques for dynamically choosing the target endpoint at runtime? Select all that are correct

Question24: Which of the following statements are true for the out-of-the-box Apigee Edge Analytics Dashboard? Select all that apply Choose 3 answers

Question25: 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?

Question26: Which components of Edge used to configure HTTPS inbound communication?

Question27: As an API Engineer your team is deploying code to production tonight. The test team will spend most of the night ensuring there are no bugs in the new release. After you deploy you want to go home. What is the best way to quickly verify a complete deployment?

Question28: 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?

Question29: Where in the proxy should you place a policy that modifies the flow variable target, url?

Question30: What is the order in which RouteRules are evaluated when many are present?

Question31: 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

Question32: You need to interact with two different back end systems, depending on inbound request data One backend is a default target URL without SSL and another one is a dynamic target URL with 2-Way SSL What should you do?

Question33: 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?

Question34: When implementing a node js application in Edge, what is the only supported configuration for running the application?

Question35: Which features are supported in the OAulhV2 policy'? Select all that are correct. Choose 3 answers

Question36: The backend API team has asked for metrics on the performance of an API. Which two pieces of data should you provide? Choose 2 answers

Question37: Which policy can be used to see if a SOAP request matches a provided WSDL?

Question38: 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?

Question39: You need to restrict write access to those applications that have been specifically delegated that authority by end users Your project is already using OAuth2 for user and app authentication What should you do?

Question40: 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

Question41: Which Apigee product feature can be used to host and version your API documentation'?

Question42: Which is true about DefaultFaultRule"?