What should you do?

You are working on a project that adheres strictly to the Roy Fielding REST concepts. You need to update a single property named "status" of a complicated entity. What should you do?A . Fetch the full entity, update the status value locally. DELETE the original entity and POST the new...

December 27, 2020 No Comments READ MORE +

Which identifies a set of Apigee policies that, when used together, could be used to implement this?

In an API Proxy flow we need to orchestrate two XML services - Service A and Service B Data fields from each response must be returned in the response to the client. Which identifies a set of Apigee policies that, when used together, could be used to implement this?A ....

December 27, 2020 No Comments READ MORE +

Which identifies a set of Apigee policies that, when used together, could be used to implement this?

In an API Proxy flow we need to orchestrate two XML services - Service A and Service B Data fields from each response must be returned in the response to the client. Which identifies a set of Apigee policies that, when used together, could be used to implement this?A ....

December 27, 2020 No Comments READ MORE +

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

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 configuredB . Only proxies that contain a Flow Callout policyC . All proxies within an OrganizationD . Only proxies with the Flow Hook...

December 27, 2020 No Comments READ MORE +

Which identifies a set of Apigee policies that, when used together, could be used to implement this?

In an API Proxy flow we need to orchestrate two XML services - Service A and Service B Data fields from each response must be returned in the response to the client. Which identifies a set of Apigee policies that, when used together, could be used to implement this?A ....

December 26, 2020 No Comments READ MORE +

What should you do?

You need to log certain data to a custom logging service while processing the response You want to avoid processing delays due to logging during the logic flow. What should you do?A . Use a Node.JS target to implement a nonblocking call.B . Attach a Message Logging policy to the...

December 25, 2020 No Comments READ MORE +

What should you do?

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 PoliciesB . Add a Spike Arrest PolicyC . Add an Assign Message PolicyD . Add a Statistics...

December 25, 2020 No Comments READ MORE +

What task would the product owner delegate need assistance with?

The product team is rolling out a new reseller program with API's. The product owner has created Epics covering the high level requirements. The product owner delegate has asked for help creating a product backlog. What task would the product owner delegate need assistance with?A . Creation of a message...

December 25, 2020 No Comments READ MORE +

Which are NOT a step in the OAuth 2 0 authorization code grant process? Select all that are correct

Which are NOT a step in the OAuth 2 0 authorization code grant process? Select all that are correctA . generate an authorization codeB . generate an access tokenC . verify the device IDD . validate the client API keyE . obtain the end user's consent for the application to...

December 25, 2020 No Comments READ MORE +

Which features are supported in the OAuthV2 policy? Choose 3 answers

Which features are supported in the OAuthV2 policy? Choose 3 answersA . Storing of external access tokensB . Setting custom attributes for generated access tokensC . Credentials validation when password grant type is usedD . Setting different expiration for refresh and access tokens.View AnswerAnswer: B,C,D

December 25, 2020 No Comments READ MORE +