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

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Your APIs are configured as a relying party on an OpenID Connect platform. You need to inspect and verify the OpenID Connect identity. What two actions should you take?

Choose 2 answers

Select all that apply, then click Submit answer.

  • Verify the signature of the JWT using a shared secret.

  • Parse the JWT to extract the exp: nbf and iat properties to determine if the token is still valid

  • Pass the JWT to a preconfigured 3rd party for verification of the signature, exp, nbf and iat properties

  • Use the OpenID Connect URL to locate a trusted 3rd party for verification the signature, exp, nbf and iat properties

  • Using the JKWS URL in the OpenID Connect configuration, fetch the signing key to verify the JWT signature and parameters


Question 2

Which of the following properties have type as "required" in the OpenAPI Specification 2.0?

Choose 3 answers

Select all that apply, then click Submit answer.

  • Info

  • host

  • paths

  • license

  • swagger

  • basePath

  • produces

  • consumes


Question 3

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

Select all that apply, then click Submit answer.

  • Storing of external access tokens

  • Setting custom attributes for generated access tokens

  • Credentials validation when password grant type is used

  • Setting different expiration for refresh and access tokens.