[Sep-2021] Apigee Certification Program Apigee-API-Engineer Exam Practice Dumps [Q59-Q82]

Share

[Sep-2021] Apigee Certification Program Apigee-API-Engineer Exam Practice Dumps

2021 Apigee-API-Engineer Premium Files Test pdf - Free Dumps Collection

NEW QUESTION 59
When using a Shared Flow from a Flow Hook, which proxies will call the Shared Flow?

  • A. All proxies within an Organization
  • B. Only proxies with the Flow Hook checkbox checked
  • C. Only proxies that contain a Flow Callout policy
  • D. All proxies in the environment where the Flow Hook is configured

Answer: C

 

NEW QUESTION 60
In Apigee Quota policy, if it is essential that you do NOT allow any API calls over the quota, which configuration option is used?

  • A. distributed, non-synchronous
  • B. non-distnbuted, non-synchronous
  • C. distnbuted, synchronous
  • D. non-distributed, synchronous

Answer: A

 

NEW QUESTION 61
Which is true about PostClientFlow?

  • A. PostClientFlow can include any supported policy.
  • B. PostClientFlow can only include MessageLogging policies.
  • C. The response is blocked until! the PostClientFlow policies are executed.
  • D. PostClientFlow will only be executed if a payload is returned.

Answer: B

 

NEW QUESTION 62
Which policies can be used to create or modify a request message for a service callout?

  • A. ServiceCallout
  • B. AssignMessage
  • C. Message Validation
  • D. RequestMessage

Answer: D

 

NEW QUESTION 63
Use a Key Value Map when you need to store

  • A. configuration values
  • B. a value that expires after 300 seconds
  • C. an HTTP response
  • D. OAuth tokens for backend service calls

Answer: D

 

NEW QUESTION 64
A cloud customer wants to safeguard their APIs against a sudden increase in traffic. You need to calculate an allowable traffic rate of 100 transactions per second (TPS) What should you do?

  • A. Use a Quota enforcement policy set to limit throughput to 100 TPS
  • B. Use a default Spike Arrest policy setting the limit to 100 TPS
  • C. Use a Spike Arrest policy setting the UseEffectiveCount parameter
  • D. Keep a count of accesses in the back-end, rejecting queries when they exceed 100 TPS

Answer: B

 

NEW QUESTION 65
You have implemented an Apigee Edge API proxy that includes a new shared flow Before you release to production, you need to ensure all dependencies are readied What should you do?

  • A. Run automated unit tests in the test environment
  • B. Alert the quality analysis team and product owner that you are preparing the release
  • C. Deploy the shared flow to the production environment
  • D. Execute static code analysis on the bundle

Answer: B

 

NEW QUESTION 66
Where in the proxy should you place a policy that modifies the flow variable target, url?

  • A. proxy response flow
  • B. proxy request flow
  • C. any flow
  • D. target response flow
  • E. target request flow

Answer: D

 

NEW QUESTION 67
What happens to the API request processing when more than one of the conditional flows in a proxy is matched''

  • A. All matching flows run. in order from the top to the bottom.
  • B. Only the first matching flow from the top runs
  • C. Only the first matching flow from the bottom runs.
  • D. A fault is raised and this should be handled in the FaultRules.

Answer: B

 

NEW QUESTION 68
Which of the following statements are the for Edge Microgateway-aware proxies?

  • A. Edge Microgateway-aware proxies must use HTTPTargetConnection in the TargetEndpoint
  • B. Edge Microgateway-aware proxies must point to a Node js ScnptTarget
  • C. Edge Microgateway-aware proxies support the execution of conditional flows
  • D. Edge Microgateway-aware proxies should at least contain a quota or OAuth2 policy

Answer: C

 

NEW QUESTION 69
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

  • A. Enforce quotas based on Product configurations
  • B. Authenticate users.
  • C. Log update events to StackDriver
  • D. Alert when total API latency exceeds 500 milliseconds
  • E. Authenticate applications

Answer: A,B

 

NEW QUESTION 70
Which features are supported in the OAulhV2 policy'? Select all that are correct. Choose 3 answers

  • A. credentials validation when password grantjype is used
  • B. setting different expiration for refresh and access tokens
  • C. setting custom attributes for generated access tokens
  • D. storing external access tokens

Answer: B,C,D

 

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

  • A. Visualize API proxy error metrics
  • B. Visualize Developer Engagement metrics
  • C. Visualize API Deployment metrics
  • D. Visualize Management API traffic metrics
  • E. Visualize API traffic metrics

Answer: A,C,D

 

NEW QUESTION 72
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

  • A. Compact data representation
  • B. Refresh without a new challenge
  • C. Self-verifiable content
  • D. Limited token lifetime.
  • E. Managed key rotation

Answer: B,D

 

NEW QUESTION 73
Which Apigee product feature can be used to host and version your API documentation'?

  • A. Apigee-127
  • B. API BaaS
  • C. SmartDocs
  • D. Edge
  • E. Insights

Answer: D

 

NEW QUESTION 74
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?

  • A. Add Caching Policies
  • B. Add a Spike Arrest Policy
  • C. Add a Statistics Collector Policy
  • D. Add an Assign Message Policy

Answer: C

 

NEW QUESTION 75
Which HTTP method would NOT be used for CRUD operations?

  • A. OPTIONS
  • B. GET
  • C. POST
  • D. PUT

Answer: A

 

NEW QUESTION 76
You are part of an API team working on a versioning strategy for a new API. Several members of the team disagree on how to indicate the version. According to Apigee recommended practices, what would you recommend to the team?

  • A. UsetheURI/v1/products/product id
  • B. Use the payload.
  • C. UsetheURI/products/productjd/vl
  • D. Use a header version: vl.

Answer: A

 

NEW QUESTION 77
Which JavaScript statement can be used to raise a fault from a JavaScript policy named 'Weather"?

  • A. return false,
  • B. throw "Bad Data";
  • C. context setVanablefWeather Fault", "true"),
  • D. return-1,

Answer: C

 

NEW QUESTION 78
You are implementing Concurrent Rate Limit, Spike Arrest and Quota policies in your proxy You want to make sure the simplest checks run first Using the flow shown in the diagram, which order of operations should you follow?

  • A. Quota > Concurrent Rate Limit > Spike Arrest
  • B. Quota > Spike Arrest > Concurrent Rate Limit
  • C. Concurrent Rate Limit > Spike Arrest > Quota
  • D. Spike Arrest > Quota > Concurrent Rate Limit

Answer: A

 

NEW QUESTION 79
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?

  • A. Store a list of revoked tokens in Firebase. On each access, check the list and only allow unrevoked tokens through
  • B. Store a list of revoked tokens in Key-Value Maps. On each access, check the list and only allow unrevoked tokens through
  • C. Use the InvalidateToken operation with cascade=false
  • D. Use the InvalidateToken operation with cascade=true

Answer: C

 

NEW QUESTION 80
You have a requirement to expose functions and data from an existing back-end system Using Apigee recommended practices, which step should you take first*?

  • A. Work with the existing or targeted application consumers to build an Open API Specification model
  • B. Implement ad-hoc microservices using a managed container system.
  • C. Write business and functional requirements documents.
  • D. Catalog the data model of the backing data store or API into a data dictionary

Answer: B

 

NEW QUESTION 81
Which is the recommended solution lo specify a different backend target for each environment?

  • A. TargetEndpoint configuration
  • B. TargetServer
  • C. Java/JavaScript/Python callout
  • D. RouteRules

Answer: B

 

NEW QUESTION 82
......

Get ready to pass the Apigee-API-Engineer Exam right now using our Apigee Certification Program  Exam Package: https://www.validbraindumps.com/Apigee-API-Engineer-exam-prep.html

A fully updated 2021 Apigee-API-Engineer Exam Dumps exam guide from training expert ValidBraindumps: https://drive.google.com/open?id=1v8sqNdmzlwY7QroieoucoTgvszDx3KRV