Go to home page

Sample Questions

Managing Users and Credentials

Which statement is a function of user management?

  • a) Restrict what operations/data the user can access
  • b) Auditing user activity in the system
  • c) Update email, mobile, first name, last name of the user
  • d) All of the above

Implementing Access Delegation for Web and Mobile Applications

Which token types are used during the UMA 2.0 flow?

  • a) PAT token
  • b) Kerberos token
  • c) NTLM token
  • d) OTP token

Which statement describes OAuth 2.0 most accurately?

  • a) It is an open standard used for access delegation
  • b) It is an open framework used for authentication
  • c) It is a framework designed for single sign-on
  • d) It is an open standard used for authentication and authorization

OIDC is an __________ protocol.

  • a) Authorization
  • b) Authentication
  • c) User management
  • d) All of the above

Implement Fine-grained Access Control Policies with XACML

Which statement about the responsibility of PEP is INCORRECT?

  • a) Converts the request into an XACML authorization request
  • b) Forwards the request to PDP
  • c) Evaluates the request against policies
  • d) Forwards the decision from PDP