Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Google Apigee-API-Engineer - Google Cloud - Apigee Certified API Engineer

Page: 2 / 4
Total 126 questions

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 API traffic metrics

C.

Visualize Developer Engagement metrics

D.

Visualize API Deployment metrics

E.

Visualize Management API traffic metrics

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

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.

Concurrent Rate Limit > Spike Arrest > Quota

B.

Quota > Concurrent Rate Limit > Spike Arrest

C.

Spike Arrest > Quota > Concurrent Rate Limit

D.

Quota > Spike Arrest > Concurrent Rate Limit

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.

Write business and functional requirements documents.

B.

Implement ad-hoc microservices using a managed container system.

C.

Catalog the data model of the backing data store or API into a data dictionary

D.

Work with the existing or targeted application consumers to build an Open API Specification model

Use a Key Value Map when you need to store

A.

a value that expires after 300 seconds

B.

OAuth tokens for backend service calls

C.

configuration values

D.

an HTTP response

Which statements are true for configuring the Edge Microgateway quota plugin? Choose 3 answers

A.

Quotas are only enforced when client authentication is enabled

B.

Quota plugin requires quota-memory plugin to be installed and enabled

C.

Quota plugin requires OAuth Plugin to be installed and enabled

D.

Quota plugin must execute after the quota-memory Plugin execution

E.

Quota plugin must execute after the OAuth Plugin execution

As an API Engineer you get a calendar invite for a backlog grooming session. What should you expect to take place in the meeting?

A.

Review the Epics and meet the cross functional team

B.

Review and update the user stories and tasks in detail.

C.

Review the high level design document and ask questions

D.

Update support tickets that have been sitting for x number of days

Which proxy endpoint configuration determines the target endpoint that will be used?

A.

Step

B.

TargetConfiguration

C.

RouteRule

D.

Connection

E.

Path

How many times can an authorization code be used to obtain an access token?

A.

1

B.

2

C.

5

D.

Unlimited until it expires

E.

Unlimited as long as requests come within specified time of authorization code creation

Which HTTP method would NOT be used for CRUD operations?

A.

GET

B.

POST

C.

OPTIONS

D.

PUT