Courseiva

CCNA Identity And Access Management Architecture Questions

59 questions · Identity And Access Management Architecture · All types, answers revealed

1
Multi-Selectmedium

Which TWO factors are mandatory for a secure 'MFA' implementation?

Select 2 answers
A.Exclusion of any knowledge-based factors.
B.Validation of multiple independent credentials.
C.The use of a proprietary hardware token only.
D.Factors from different authentication categories.
E.The use of only biometric factors.
AnswersB, D

Independent validation is key to security.

Why this answer

MFA requires at least two distinct authentication factors from different categories (e.g., possession and knowledge).

2
MCQeasy

In a cloud architecture, what does the 'Principle of Least Privilege' (PoLP) imply regarding IAM roles?

A.All users should have read access to the root directory.
B.Administrators should have full control over all cloud resources.
C.Permissions should be granted based on the user's job role and the specific resources needed.
D.Roles should be static and never changed to ensure stability.
AnswerC

This aligns with PoLP.

Why this answer

PoLP requires that identities are granted only the minimum permissions necessary to perform their assigned task, for the minimum duration required.

3
Multi-Selectmedium

Which THREE attributes should be evaluated when defining access policies in a modern Zero Trust Architecture?

Select 3 answers
A.User's physical office desk number
B.The color of the device chassis
C.Device security posture
D.Network location (e.g., Geo-IP/IP Address)
E.User identity and group membership
AnswersC, D, E

Health and compliance status of the device is critical for access decisions.

Why this answer

Zero Trust evaluates the context of the user, the device, and the resource being accessed to make a dynamic decision.

4
Multi-Selectmedium

Which TWO concepts are central to 'Federated Identity'?

Select 2 answers
A.A centralized Identity Provider (IdP).
B.The requirement for the same OS on all servers.
C.The use of a shared local database on each server.
D.Establishment of trust between IdP and SP.
E.Public IP address matching.
AnswersA, D

The broker for identity claims.

Why this answer

A central Identity Provider (IdP) and the establishment of 'Trust' between organizations are the core concepts of federation.

5
MCQhard

You are configuring an AWS IAM policy to allow a user to list S3 buckets only if they are connected from a specific IP range. Which policy element is required?

A.Effect: Deny
B.Resource: *
C.Action: s3:ListBucket
D.Condition: { "IpAddress": { "aws:SourceIp": "..." } }
AnswerD

The condition block implements the network-based access control.

Why this answer

The 'Condition' block is used to enforce context-based restrictions, such as 'aws:SourceIp', within an IAM policy.

6
MCQmedium

When implementing FIDO2/WebAuthn for passwordless authentication, where does the private key reside?

A.In the Identity Provider's database.
B.On the user's local hardware authenticator.
C.In the browser's encrypted cache.
D.In the server-side hardware security module (HSM).
AnswerB

The private key is bound to the FIDO2-compliant device.

Why this answer

In FIDO2, the private key is stored securely on the local authenticator (e.g., TPM, Secure Enclave, or hardware security key) and never leaves the device.

7
MCQeasy

Which architectural principle is fundamental to implementing Zero Trust in a microservices environment?

A.Micro-segmentation with identity-based access control
B.VPN-based remote access
C.Implicit trust for internal traffic
D.Perimeter-based firewalling
AnswerA

Zero Trust requires verifying every connection regardless of origin, supported by granular segmentation.

Why this answer

Zero Trust assumes the network is compromised, requiring explicit verification for every request, typically via identity-based micro-segmentation.

8
MCQeasy

Which authentication factor is considered 'inherence'?

A.A fingerprint scan.
B.A strong passphrase.
C.A one-time password (OTP).
D.A hardware security key.
AnswerA

Biometrics represent the 'inherence' factor.

Why this answer

Inherence factors are based on something the user is, such as biometrics (fingerprint, iris scan, facial recognition).

9
Multi-Selecthard

Which TWO methods are used to prevent 'Token Replay' attacks in an OAuth/OIDC architecture?

Select 2 answers
A.Storing tokens in client-side cookies.
B.Use of a 'nonce' in the OIDC request.
C.DPoP (Demonstrating Proof-of-Possession).
D.Disabling all token refresh capabilities.
E.Using long-lived access tokens.
AnswersB, C

Links the response token to the request.

Why this answer

DPoP and nonces are both techniques used to bind tokens to the specific request session, preventing replay.

10
Multi-Selectmedium

Which THREE components are involved in a standard OIDC authentication flow?

Select 3 answers
A.End User
B.Relying Party (RP)
C.Certificate Authority (CA)
D.OpenID Provider (OP)
E.DNS Server
AnswersA, B, D

The user initiates the auth process.

Why this answer

The End User, the Relying Party (RP/Client), and the OpenID Provider (OP/IdP) are the standard actors in the OIDC flow.

11
MCQmedium

A firm is deploying a Just-In-Time (JIT) access model using CyberArk. Which component architecture is required to perform privileged session recording while ensuring the vault is not directly exposed to the internet?

A.Install the CPM on the target workstations
B.Deploy a PSM component in the target network segment
C.Configure the Vault to use an external LDAP proxy
D.Deploy the PVWA directly in the DMZ
AnswerB

The PSM handles the protocol proxying and visual recording of the privileged session.

Why this answer

The PSM (Privileged Session Manager) acts as a proxy, allowing session recording and isolation without exposing the vault directly to the endpoint.

12
MCQmedium

In a Zero Trust architecture, what is the primary role of a Policy Decision Point (PDP)?

A.To manage user identities in the directory.
B.To log all access attempts for compliance.
C.To evaluate access requests against defined security policies.
D.To intercept and inspect network packets.
AnswerC

The PDP is the 'brain' of the Zero Trust access flow.

Why this answer

The PDP is the architectural component that evaluates requests against predefined policies and returns an allow or deny decision to the Policy Enforcement Point (PEP).

13
MCQmedium

You are troubleshooting an OIDC flow where the client fails to fetch the user information. What is the correct OIDC endpoint to call?

A.Token Endpoint
B.Authorization Endpoint
C.Discovery Endpoint
D.UserInfo Endpoint
AnswerD

This is for fetching user profile information.

Why this answer

The UserInfo endpoint (defined in the OIDC discovery metadata) is used to retrieve claims about the authenticated user using an access token.

14
Multi-Selecthard

Which TWO risks are significantly mitigated by implementing a Privileged Access Management (PAM) vault?

Select 2 answers
A.Incompatible authentication protocols.
B.Network latency during authentication.
C.Exposure of static, long-lived credentials.
D.Unauthorized access due to persistent administrative rights.
E.Lack of granular auditing of privileged actions.
AnswersC, D

Vaults rotate and hide secrets.

Why this answer

Credential theft (from local storage) and persistent standing privileges are primary risks mitigated by PAM vaults.

15
MCQhard

You are securing a microservices architecture using mTLS. Which party is responsible for issuing the certificates that identify each service?

A.The API Gateway
B.The Load Balancer
C.The Identity Provider (IdP)
D.Internal Certificate Authority (CA)
AnswerD

A PKI infrastructure is required to manage internal service identities.

Why this answer

A Private Certificate Authority (CA) or a Service Mesh (like Istio) acting as a CA is responsible for issuing and rotating certificates for service-to-service authentication.

16
MCQmedium

Which component in a Privileged Access Management (PAM) solution is responsible for 'Credential Rotation'?

A.The PAM Vault/Secret Manager.
B.The MFA provider.
C.The jump server.
D.The session recorder.
AnswerA

The vault manages the lifecycle of credentials, including rotation.

Why this answer

The PAM vaulting component (e.g., CyberArk Vault, HashiCorp Vault) is responsible for automatically updating and rotating passwords on target systems based on defined policies.

17
MCQmedium

In a SAML-based federation, what is the purpose of the 'RelayState' parameter?

A.To provide the assertion signature.
B.To define the authentication method.
C.To encrypt the NameID.
D.To redirect the user to a specific resource after authentication.
AnswerD

This enables deep-linking in SSO flows.

Why this answer

RelayState is used to maintain the state of the user's intended destination URL, ensuring the user is redirected to the correct page after authentication.

18
MCQmedium

An organization is migrating to SCIM (System for Cross-domain Identity Management) for automated provisioning. Which entity is responsible for receiving the provisioning request from the Identity Provider?

A.The SCIM Client
B.The SCIM Server
C.The Authorization Server
D.The User Agent
AnswerB

The Server holds the user store and processes the incoming provisioning requests.

Why this answer

The Service Provider (or Target Application) acts as the SCIM Server, receiving requests from the Client (IdP) to create, update, or delete users.

19
Multi-Selectmedium

Which THREE attributes of a user session are typically monitored by a CASB (Cloud Access Security Broker)?

Select 3 answers
A.Specific application activities (e.g., file downloads).
B.Device security posture.
C.The user's home internet service provider.
D.The user's favorite website bookmarks.
E.User geographical location.
AnswersA, B, E

Provides visibility into sensitive data movement.

Why this answer

CASBs monitor user location, device state, and the specific application activity (actions taken).

20
Multi-Selecthard

Which THREE security mechanisms are recommended when using an API Gateway to handle authentication?

Select 3 answers
A.Disabling all logging for performance.
B.Validation of JWT/Auth tokens at the gateway.
C.Logging and monitoring of all incoming requests.
D.Allowing all traffic from any source IP.
E.Rate limiting to prevent brute-force attacks.
AnswersB, C, E

Ensures unauthorized traffic never reaches the backend.

Why this answer

Rate limiting (DDoS protection), authentication validation (at the edge), and logging (audit) are standard API Gateway security controls.

21
MCQhard

You are configuring an AWS IAM Identity Center (successor to AWS SSO) environment. You need to provide temporary, elevated access to a developer for a specific account. Which mechanism provides the most granular architectural approach for this?

A.Permission Sets
B.IAM User Inline Policies
C.Cross-account IAM Roles
D.IAM User Access Keys
AnswerA

Permission sets allow for defining specific roles applied to accounts, providing a clean, centralized way to manage elevated access.

Why this answer

AWS IAM Identity Center Permission Sets allow you to define granular access scoped to specific accounts, which can be assigned to users on-demand or via group membership.

22
Multi-Selecthard

Which TWO security properties are provided by modern 'Passwordless' architectures?

Select 2 answers
A.Automatic network-level encryption.
B.Guaranteed anonymity for users.
C.Universal support for all legacy applications.
D.Elimination of shared secrets.
E.Phishing resistance via origin binding.
AnswersD, E

The private key never leaves the device, eliminating password storage risks.

Why this answer

FIDO2/WebAuthn eliminates shared secrets (passwords) and provides phishing resistance via origin binding.

23
Multi-Selectmedium

Which TWO types of certificates are used in a standard mTLS implementation?

Select 2 answers
A.Root CA Certificate only.
B.Server Certificate.
C.Public SSH Key.
D.Client Certificate.
E.Self-signed user password.
AnswersB, D

Verifies the server to the client.

Why this answer

mTLS requires both a Server Certificate (to verify the server identity) and a Client Certificate (to verify the client identity).

24
MCQmedium

An architect is designing an OAuth 2.0 implementation for a mobile application. To prevent authorization code injection attacks, which specific configuration must be enforced in the client registration?

A.Enable Proof Key for Code Exchange (PKCE) enforcement
B.Set a short expiration time for the client_secret
C.Require signed JWTs for the request object
D.Implement Mutual TLS (mTLS) for the token endpoint
AnswerA

PKCE is required for mobile clients to secure the authorization code exchange process.

Why this answer

PKCE (Proof Key for Code Exchange) is the standard defense against authorization code interception attacks in public clients, replacing the need for a client secret.

25
MCQmedium

What is the primary role of an 'Attribute-Based Access Control' (ABAC) system compared to 'Role-Based Access Control' (RBAC)?

A.ABAC eliminates the need for an Identity Provider.
B.ABAC provides more granular control using environmental and resource attributes.
C.ABAC relies exclusively on user hierarchy.
D.ABAC is faster to implement.
AnswerB

ABAC is designed for dynamic, complex authorization.

Why this answer

ABAC uses dynamic attributes (user, environment, resource) to make fine-grained decisions, whereas RBAC relies on static assignments of users to roles.

26
MCQmedium

In the context of the OAuth 2.0 Authorization Code flow, why is the 'client_secret' never sent to the user's browser?

A.Because the client secret is only used for PKCE.
B.Because the browser does not support SSL.
C.Because it must be kept confidential on the backend server.
D.Because browsers block outbound requests with secrets.
AnswerC

Confidentiality of the secret is paramount to ensure trust in the client application.

Why this answer

The client secret is a shared secret between the Authorization Server and the application. If exposed to the browser, it can be easily extracted and used by attackers to impersonate the client.

27
MCQmedium

What is the benefit of using 'Scoped Access Tokens' in an OAuth architecture?

A.It enables automatic token rotation.
B.It eliminates the need for MFA.
C.It restricts the level of access granted to the client application.
D.It reduces the size of the token.
AnswerC

Scope-based access control is a security best practice.

Why this answer

Scopes limit the permissions (actions and resources) associated with a specific token, ensuring that if a token is compromised, the attacker's capabilities are restricted.

28
MCQhard

You are auditing an OAuth 2.0 implementation. You discover that the application uses the 'Implicit Grant' flow. Why is this considered an architectural security weakness?

A.It requires the client secret to be stored on the client side.
B.It exposes access tokens in the browser URL.
C.It relies on symmetric encryption for all token exchanges.
D.It does not support refresh tokens, limiting usability.
AnswerB

This is the primary vulnerability of the Implicit flow.

Why this answer

The Implicit Grant returns access tokens directly in the URL fragment, which is susceptible to browser history leaks, referrer header exposure, and interception via malicious extensions.

29
Multi-Selectmedium

Which TWO actions should be taken when designing a highly available IAM architecture?

Select 2 answers
A.Deploy identity services across multiple geographic regions.
B.Use a single, high-performance master node.
C.Implement geo-replication for the underlying directory service.
D.Store all session data in a local file system.
E.Disable MFA to ensure faster login times.
AnswersA, C

Ensures regional failure does not result in total outage.

Why this answer

Redundancy of the IdP (multi-region/multi-cloud) and geo-replication of the directory service are critical for high availability in IAM.

30
MCQmedium

When designing a privileged access management (PAM) solution using CyberArk, you must ensure that privileged credentials are never exposed to the end-user workstation. Which feature facilitates this?

A.CyberArk AIM (Application Identity Manager)
B.CyberArk PSM (Privileged Session Manager)
C.CyberArk EPM (Endpoint Privilege Manager)
D.CyberArk Vault Agent
AnswerB

PSM acts as a secure proxy to provide session isolation.

Why this answer

CyberArk PSM (Privileged Session Manager) provides an isolated 'jump' environment where the session is proxied, keeping the actual target credentials hidden from the end-user.

31
MCQmedium

What is the primary function of an 'Identity Bridge' in a hybrid architecture?

A.To store user passwords in a central vault.
B.To federate identity between on-premises and cloud environments.
C.To enforce network firewall rules.
D.To perform real-time user activity monitoring.
AnswerB

This is the core purpose of an identity bridge or connector.

Why this answer

An identity bridge connects disparate identity systems (e.g., on-premises AD and cloud-based IdP) to provide a unified authentication experience.

32
Multi-Selectmedium

Which THREE features are essential for a robust Privileged Access Management (PAM) architecture that adheres to the principle of least privilege?

Select 3 answers
A.Granular Role-Based Access Control (RBAC)
B.Automatic network topology mapping
C.Session Recording
D.Credential Vaulting
E.Public cloud storage for logs
AnswersA, C, D

Enforces least privilege by limiting access to only required systems/actions.

Why this answer

Credential vaulting, session recording, and granular access delegation are core pillars of PAM.

33
MCQmedium

When migrating to a Zero Trust architecture, what is the recommended approach for legacy applications that do not support modern authentication protocols (SAML/OIDC)?

A.Only allow access via VPN.
B.Rewrite the application source code.
C.Use an Identity-Aware Proxy (IAP).
D.Disable authentication for these apps.
AnswerC

IAP is the standard method for wrapping legacy apps in a modern ZT architecture.

Why this answer

An Identity-Aware Proxy (IAP) can act as a modern authentication frontend for legacy apps, handling the modern auth flow and passing the identity to the backend via headers or Kerberos.

34
MCQmedium

You are implementing an IdP-initiated SSO flow. What is the primary architectural requirement for the SP?

A.The SP must utilize LDAP over SSL for the assertion.
B.The SP must redirect the user to the IdP login page.
C.The SP must poll the IdP for a login event.
D.The SP must have a pre-configured trust relationship with the IdP's metadata.
AnswerD

Trust must exist for the SP to validate the incoming assertion.

Why this answer

The SP must be configured to receive and validate the unsolicited SAML assertion sent by the IdP to the assertion consumer service (ACS) endpoint.

35
Multi-Selecthard

Which THREE mechanisms are commonly used to secure the 'Authorization Code' in an OAuth 2.0 flow?

Select 3 answers
A.Implementing PKCE (Proof Key for Code Exchange).
B.Using short-lived codes and tokens.
C.Storing the code in a public client's local storage.
D.Sending the code in the URL fragment of a redirect.
E.Enforcing TLS for all communication.
AnswersA, B, E

Prevents code injection/theft.

Why this answer

HTTPS (transport security), PKCE (binding code to request), and short-lived tokens/codes are standard security measures.

36
Multi-Selectmedium

Which THREE features are essential for a modern IAM Lifecycle Management (LCM) system?

Select 3 answers
A.Automated de-provisioning upon employment termination.
B.Static account creation without audits.
C.Manual password resets via email.
D.Role-Based Access Control (RBAC) governance.
E.Automated user provisioning (JML process).
AnswersA, D, E

Prevents orphaned accounts.

Why this answer

Automated provisioning, role-based access assignment, and automated de-provisioning are pillars of IAM LCM.

37
MCQmedium

You are designing an Azure AD (Entra ID) Conditional Access policy to restrict access to sensitive applications. You need to ensure that only compliant, managed devices can access the resource. Which Grant control must be configured?

A.Require device to be marked as compliant
B.Require password change
C.Require approved client app
D.Require hybrid Azure AD joined device
AnswerA

This is the specific control for Intune compliance verification.

Why this answer

The 'Require device to be marked as compliant' control enforces that the device must be registered in Intune and meet all defined compliance policies before access is granted.

38
MCQeasy

What is the primary risk of 'Standing Privileges'?

A.They are too difficult to configure.
B.They increase the attack surface by allowing 24/7 access.
C.They are not compatible with cloud IAM.
D.They prevent MFA from working correctly.
AnswerB

This is the core risk of persistent access.

Why this answer

Standing privileges are permissions that remain active indefinitely, providing a permanent window for an attacker to exploit if the account is compromised.

39
MCQhard

An ISSAP architect is configuring Azure AD (Entra ID) Conditional Access policies to enforce Zero Trust. The requirement is to ensure that users accessing sensitive applications are verified as compliant with Intune device status. Which assignment condition is required?

A.Require Azure AD Joined device
B.Require device to be marked as compliant
C.Require multi-factor authentication
D.Require Hybrid Azure AD joined device
AnswerB

This condition forces the user to have a device that has successfully passed Intune compliance policies.

Why this answer

The 'Require device to be marked as compliant' grant control is the specific mechanism in Entra ID to bridge device compliance state from Intune to access decisions.

40
MCQmedium

What is the purpose of 'JWT Validation' on a resource server?

A.To encrypt the token payload.
B.To store the user's session data.
C.To generate a new token.
D.To ensure the token is authentic and valid.
AnswerD

This is the essential gatekeeping step for RS.

Why this answer

Validation ensures that the JWT is authentic (signature check), has not expired (exp claim), and was issued by a trusted entity (iss claim) before granting access.

41
MCQhard

You are designing an OIDC implementation. An application needs to obtain user profile information without including it in the ID Token to keep the token size small. Which endpoint should the application call?

A.The UserInfo Endpoint
B.The Authorization Endpoint
C.The Discovery Endpoint
D.The Token Endpoint
AnswerA

The UserInfo endpoint returns claims based on the provided Access Token.

Why this answer

The UserInfo endpoint is the OIDC standard for fetching claims about the authenticated user using an Access Token.

42
Multi-Selectmedium

Which THREE types of claims are typically included in a JSON Web Token (JWT)?

Select 3 answers
A.Private claims (custom app-specific claims).
B.Registered claims (e.g., 'iss', 'exp').
C.Public claims (e.g., custom namespaces).
D.Hardware serial number claims.
E.Root password claims.
AnswersA, B, C

Claims defined by the application.

Why this answer

Registered claims (standardized), Private claims (custom), and Public claims (namespaced) are the types of claims in JWT.

43
MCQmedium

Which protocol is the industry standard for automating the exchange of user identity information between an Identity Provider and a Service Provider?

A.RADIUS
B.SAML
C.SCIM
D.LDAP
AnswerC

SCIM is the standard for identity provisioning.

Why this answer

SCIM (System for Cross-domain Identity Management) is the standard designed to facilitate the exchange of user identity information between systems.

44
MCQhard

In a SAML 2.0 federation, an Identity Provider (IdP) is failing to authenticate users because the Service Provider (SP) cannot verify the assertion integrity. The SP requires the IdP to sign the assertion. What must be exchanged to solve this?

A.Configure the SP to use the NameID format
B.Exchange the IdP's public signing certificate
C.Exchange the SP's private key with the IdP
D.Enable encrypted assertions using the SP's public key
AnswerB

The SP uses the IdP public key to verify the digital signature on the SAML assertion.

Why this answer

For the SP to verify the IdP's signature on an assertion, the SP must possess the IdP's public certificate.

45
MCQhard

When using an API Gateway as a Policy Enforcement Point (PEP), where should the authorization decision logic be offloaded to ensure central governance?

A.Hardcoded within the API Gateway configuration.
B.Within the backend microservice code.
C.To a centralized Policy Decision Point (PDP).
D.Inside the client's browser.
AnswerC

Centralized PDP ensures uniform enforcement.

Why this answer

The gateway should delegate authorization decisions to a Policy Decision Point (PDP), such as an Open Policy Agent (OPA) server, to maintain consistent policy across services.

46
Multi-Selectmedium

Which TWO components are critical for an identity-centric Zero Trust architecture?

Select 2 answers
A.A standard network firewall.
B.Policy Decision Point (PDP).
C.Public IP address allow-listing.
D.Centralized Identity Provider (IdP).
E.A localized directory service without replication.
AnswersB, D

The brain that makes access decisions.

Why this answer

A central Identity Provider (IdP) and a Policy Decision Point (PDP) are the structural heart of a ZT identity architecture.

47
Multi-Selectmedium

Which THREE criteria are typically evaluated by a Policy Decision Point (PDP) in a Zero Trust environment?

Select 3 answers
A.Device Posture/Health.
B.User Identity context.
C.The color scheme of the application.
D.The user's favorite browser.
E.Network/Location context.
AnswersA, B, E

Is the device secure?

Why this answer

Identity context, device posture, and network/location context are the 'Three Pillars' of ZT policy evaluation.

48
MCQmedium

What is the purpose of 'Claims Transformation' in an Identity Provider?

A.To encrypt the entire user session.
B.To authenticate users against multiple directories simultaneously.
C.To store authentication logs in a central repository.
D.To convert user attributes from one format to another.
AnswerD

This enables interoperability between systems with different schema requirements.

Why this answer

Claims transformation allows the IdP to map or modify attributes from a source directory (like AD) into a format expected by the target application (SAML/OIDC).

49
MCQeasy

What is the primary architectural purpose of implementing Just-in-Time (JIT) access?

A.To minimize the window of opportunity for attackers to exploit standing privileges.
B.To eliminate the need for an identity provider.
C.To increase user productivity by removing MFA requirements.
D.To automate user provisioning and deprovisioning.
AnswerA

This is the core security benefit of JIT.

Why this answer

JIT access reduces the attack surface by ensuring that high-privilege access is only active when needed, rather than remaining persistent.

50
MCQhard

You are architecting a solution to mitigate 'Token Theft' in a Zero Trust environment. Which mechanism binds a token to a specific client instance?

A.PKCE (Proof Key for Code Exchange)
B.Refresh Token Rotation
C.DPoP (Demonstrating Proof-of-Possession)
D.MFA step-up
AnswerC

DPoP adds cryptographic binding between the token and the sender.

Why this answer

DPoP (Demonstrating Proof-of-Possession) binds tokens to a private key held by the client, ensuring that even if a token is stolen, it cannot be used without the accompanying private key.

51
MCQmedium

What is the function of 'Token Introspection' in OAuth 2.0?

A.To generate a new token for the client.
B.To map the user to a new role.
C.To refresh an expired token.
D.To allow a resource server to validate a token's status.
AnswerD

This provides a mechanism to check if a token is still valid.

Why this answer

Token Introspection (RFC 7662) allows a resource server to verify the validity and state (active/inactive) of an access token with the Authorization Server.

52
MCQhard

When deploying HashiCorp Vault for secrets management, you need to implement a 'Dynamic Secrets' architecture for database access. Which workflow is correct?

A.Vault requests a new user creation from the DB via a configured engine and returns those credentials to the client.
B.Clients authenticate to the DB via Vault using LDAP delegation.
C.Vault retrieves static credentials from a PKI backend and rotates them.
D.Vault hashes existing database passwords and stores them in transit.
AnswerA

This is the definition of the Vault Database secrets engine operation.

Why this answer

The dynamic secret workflow involves Vault generating unique, short-lived database credentials on-the-fly for every request, which are automatically revoked upon expiry.

53
MCQhard

What is the primary architectural purpose of a 'Security Token Service' (STS) in a federated environment?

A.To replace the directory service.
B.To store all user passwords.
C.To manage network traffic routing.
D.To mediate trust between different security domains.
AnswerD

STS is the foundation of identity federation.

Why this answer

An STS acts as the central issuing authority that validates incoming requests and issues security tokens (SAML, JWT) for access to downstream services.

54
MCQhard

You are designing an IAM architecture for a global enterprise. You must ensure that PII is not transmitted in cleartext within identity tokens. What is the standard security requirement?

A.Implement JSON Web Encryption (JWE).
B.Use JWT exclusively.
C.Use symmetric keys for all token signing.
D.Disable all claims in the token.
AnswerA

JWE is the standard for encrypting JWTs to protect sensitive claims.

Why this answer

PII should be encrypted within tokens (e.g., using JWE - JSON Web Encryption) or minimized in the token payload to meet privacy regulations.

55
Multi-Selecthard

When designing a Federated Identity architecture using OIDC/SAML, which TWO security considerations are critical for the Relying Party (SP)?

Select 2 answers
A.Configuring the IdP to use weak hashing algorithms
B.Verifying the audience (aud) claim
C.Allowing all claims to be processed without filtering
D.Validating the signature of the assertion/token
E.Ignoring timestamp validation to avoid clock skew
AnswersB, D

The audience claim confirms the token was intended for this specific SP.

Why this answer

Validating the token signature and checking the audience claim are the two most critical steps to prevent token spoofing or replay attacks.

56
Multi-Selecthard

Which THREE components are critical to ensuring secure 'Just-In-Time' (JIT) access?

Select 3 answers
A.Automated request and approval workflow.
B.Manual password sharing between users.
C.Automated revocation of privileges.
D.Permanent administrative role assignment.
E.Time-To-Live (TTL) enforcement on permissions.
AnswersA, C, E

Standardizes the elevation process.

Why this answer

A central request workflow, time-bound approval (TTL), and automated revocation are the three pillars of a secure JIT architecture.

57
MCQmedium

You are implementing Zero Trust Network Access (ZTNA) using Zscaler Private Access (ZPA). Which component is responsible for the actual interception and brokering of the connection between the user and the private application?

A.Zscaler Client Connector
B.Zscaler App Connector
C.Zscaler Cloud Broker
D.Zscaler Central Authority
AnswerC

The broker facilitates the handshake between the user session and the app connector.

Why this answer

The Zscaler App Connector initiates an outbound-only connection to the Zscaler cloud, where the ZPA broker connects the user to the application without exposing the application to the internet.

58
MCQhard

You are deploying OIDC (OpenID Connect) for a web application. You need to prevent token replay attacks. Which claim should the application validate in the ID Token?

A.iss
B.iat
C.nonce
D.sub
AnswerC

The 'nonce' claim provides a unique link between the OIDC authentication request and the resulting token.

Why this answer

The 'nonce' claim is a cryptographically strong value that links the request to the response, allowing the client to verify that the ID Token was generated specifically for its request.

59
MCQmedium

In a SAML 2.0 federation architecture, the Service Provider (SP) returns a 403 error during the assertion consumption phase. After verifying the digital signature, what is the most likely cause?

A.Encryption algorithm mismatch
B.Expired metadata
C.Assertion Consumer Service (ACS) URL mismatch
D.Subject NameID mismatch
AnswerD

A mismatch in the unique identifier mapping often results in the SP rejecting the session due to unknown identity.

Why this answer

If the signature is valid but access is denied, the NameID or attributes in the assertion often do not match the expected user mapping or authorization requirements at the SP.

Ready to test yourself?

Try a timed practice session using only Identity And Access Management Architecture questions.