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

An API product in Apigee can be used to

A.

restrict access to a set of APIs

B.

configure the quota limits for APIs

C.

restrict access to APIs in different environments

D.

all of the above

How can we specrfy the type of Security (basic auth, oauth) used by the API in OpenAPI Specification 2.0?

A.

specify using the secuntyDefinrtions name property

B.

specify using the secuntySchemas name property

C.

specify using the security Variables name properly

D.

specify using the securityParams name property

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

A.

XMLValidation

B.

MessageValidation

C.

XMLThreatProtection

D.

AccessControl

Which versioning scheme follows Apigee's API design best practices?

A.

GET /customers/{customend}/v1

B.

GET /customers/v1/{customerid}

C.

GET /v1/customers/{customerid}

D.

GET /customers?customend={customerid}&version=v1

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.

Limited token lifetime.

B.

Managed key rotation

C.

Self-verifiable content

D.

Compact data representation

E.

Refresh without a new challenge

Which Edge Microgateway plugin does not need to be explicitly added to the plugin sequence attribute configuration for execution?

A.

analytics

B.

oauth

C.

quota

D.

spike arrest

You are using the Apigee ExtractVariables policy JSONPath feature, and discover that the query is not returning the expected result for the payload you are providing What should you do?

A.

Check that the Accept header is set to text/json

B.

Check that the Accept header is set to application/json.

C.

Check that the Content-Type header is set to text/json

D.

Check that the Content-Type header is set to application/json