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

Loading demo links...

Showing 4–6 of 10 questions

Question 4

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

Select all that apply, then click Submit answer.

  • generate an authorization code

  • generate an access token C. verify the device ID

  • validate the client API key

  • obtain the end user's consent for the application to request the user's protected resources

  • validate the developer name


Question 5

When is it appropriate to use query parameters in RESTful API design? Select all that are correct

Select all that apply, then click Submit answer.

  • When passing username and passwords.

  • When providing the ability to return different levels of detail in the response.

  • When requesting that an entire collection be deleted.

  • When filtering the response based upon a query


Question 6

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?

Select an option, then click Submit answer.

  • Use a Node.JS target to implement a nonblocking call.

  • Attach a Message Logging policy to the Post Client Flow

  • Implement a Java Extension Callout with a worker thread

  • Use an asynchronous Service Callout policy in your proxy (low as soon as you have enough data to log