Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Apigee-API-Engineer Exam Questions Tutorials

Google Cloud - Apigee Certified API Engineer Questions and Answers

Question 9

Which is a use of OAuth 2 0 scopes'?

Options:

A.

govern the level of access for client applications

B.

select API products for the request

C.

implement SAML security assertions

D.

issue OAuth 2 0 refresh tokens

Question 10

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?

Options:

A.

Use the payload.

B.

Use a header version: vl.

C.

UsetheURI/products/productjd/vl

D.

UsetheURI/v1/products/product id

Question 11

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?

Options:

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.

Question 12

If a string value is put in both a cache and a key value map (KVM) using the same key, which one is true?

Options:

A.

The object will expire from both locations after the TimeToLive has passed.

B.

The object will be stored in Cassandra twice

C.

When object is retrieved from KVM, the object with the same key will be returned from the cache instead to improve performance

D.

One of the inserts (either to cache or to KVM) will fail as you cant insert the same key twice