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: 3 / 4
Total 126 questions

Which statements ate true when the following policy is used? Select all that are correct.

5ps

A.

The rate of 5 per second indicates that 5 requests can be made at any time during a second: but the 6th and later requests dunng the same second would be rejected

B.

Spike arrest is calculated separately on each message processor, so you could end up with significantly more than 5 calls in a second

C.

It is possible to make fewer than 5 requests in a second and still cause a spike arrest

D.

The continueOnError setting means that normal flow processing will resume even if the traffic exceeds the spike arrest rate

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?

A.

GET/customers/{customer-id}/orders

B.

GET/orders?customer-id={customer-id}

C.

GET/getOrdersForCustomer?customer-id={customer-id}

D.

POST /orders with a post-body of customer-id-{customer-id}

Given the following Javascript code snippet, which statement is true?

var paloAlto = httpClient.get{'http://weather.yahooapis.com/forecastrss?w=2467861 '); context.session['paloAlto'] = paloAlto;

A.

The code execution will wait for the httpClient to receive a response and store that into a session vanable named paloAlto.

B.

The string paloAlto' will be stored in a message flow variable named paloAlto

C.

The httpClient request will send a POST request to http //weather yahooapis com/forecastrss

D.

The code execution will complete even if the httpClient has not yet received a response

As an Apigee API Engineer you attend a meeting where a Product Owner would like to release a new feature to customers. There are several teams in the meeting, Backend API team, Apigee API team, and the Security team. The feature will be exposed through the companies external facing website. The architecture allows the website to call the backend APIs directly. The security team raises a concern about the backend APIs being wide open to anyone inside the network, not just the external website. You are later contacted and asked for your teams impacts. How should you reply?

A.

You should recommend an Apigee Edge Access Control policy

B.

You should recommend that the backend API's use TLS v12 to secure their APIs.

C.

You should recommend the use of custom secure headers with time stamp verification

D.

You should recommend a design change that uses a Apigee microgateway in front of the backend APIs.

Which is a benefit of 2-way TLS (mutual TLS) for target endpoint connections?

A.

Sensitive data presented to end users will be encrypted

B.

Certificates can be used to verify the identity of both Apigee Edge and the target endpoint

C.

End users can use the name of the system to verify that they are connecting to a trusted system.

D.

All of the above

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

What are all of the values typically set in a Raise Fault policy?

A.

Error Code. Reason Phrase, and Payload

B.

Status Code and Payload

C.

Status Code. Reason Phrase, and Payload

D.

Status Code. Error Code, and Payload

E.

None of the above

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

A.

All proxies in the environment where the Flow Hook is configured

B.

Only proxies that contain a Flow Callout policy

C.

All proxies within an Organization

D.

Only proxies with the Flow Hook checkbox checked

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

Which is a benefit of three-legged OAuth (authonzation_code grant)'?

A.

authorization codes can be used multiple times to obtain access tokens

B.

allows another individual to access a user's private data

C.

provides access to user-specific resources without exposing end-user credentials to the client application

D.

provides end-user credentials to requesting app