Topic 4: Misc. Questions

You have a Microsoft Entra tenant that contains the users shown in the following table.



The tenant contains the Microsoft 365 groups shown in the following table.



You create an access review named Access1 that has the following settings:

• Select what to review: Teams + Groups

• Review scope: All Microsoft groups with guest users

• Scope: Guest users only

• Select reviewers: Users review their own access

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.




Explanation:
Access1 is configured to review "All Microsoft groups with guest users" and "Guest users only" with reviewers set to "Users review their own access." This means the access review applies only to guest users who are members of groups that contain at least one guest user. The review allows those guest users to review their own membership in the groups they belong to. Member users (non-guests) are not included in the review scope, regardless of their group memberships.

Statement 1: User1 can review their membership in Group1 by using Access1.

No

User1 is a Member user (not a guest). The review scope is explicitly set to "Guest users only," meaning only guest users are included in the review. Member users are not required to review their own access.

Additionally, the review scope targets groups that contain guest users. While Group1 does contain a guest user (User2), User1's member status excludes them from the review.

Therefore, User1 cannot review their membership in Group1 using Access1.

Statement 2: User2 can review their membership in Group3 by using Access1.

No

User2 is a Guest user, which means they are included in the "Guest users only" scope.

However, Group3 has a membership type of Dynamic user. Access reviews for Microsoft 365 groups can only be performed on assigned groups, not dynamic groups. Dynamic group memberships are determined by rules and cannot be reviewed manually.

Additionally, while Group3 contains guest users (User2 and User3), the dynamic membership type makes it ineligible for this access review.

Therefore, User2 cannot review their membership in Group3 using Access1.

Statement 3: User3 can review their membership in Group2 by using Access1.

No

User3 is a Member user (not a guest). The review scope is set to "Guest users only," so member users are excluded from the review.

While Group2 is an assigned group (which is reviewable) and contains User3, the review scope does not include member users.

Therefore, User3 cannot review their membership in Group2 using Access1.

Reference:

Microsoft Learn: Create an access review of groups or applications in Microsoft Entra ID

Microsoft Learn: Review your access for groups or applications in access reviews

Microsoft Learn: Limitations of access reviews for dynamic groups

Microsoft Learn: Microsoft 365 group membership types

You have a Microsoft 365 E5 subscription that contains three users named User1, User2, and User3. You have two Azure AD roles that have the Activation settings shown in the following table.



The Azure AD roles have the Assignment settings shown in the following table.



The Azure AD roles have the eligible users shown in the following table.



For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.


You have an Azure Active Directory (Azure AD) tenant that syncs to an Active Directory forest. The tenant-uses through authentication.

A corporate security policy states the following:

Domain controllers must never communicate directly to the internet.

Only required software must be- installed on servers.

The Active Directory domain contains the on-premises servers shown in the following table.



You need to ensure that users can authenticate to Azure AD if a server fails.

On which server should you install an additional pass-through authentication agent?

A. Server2

B. Server4

C. Server1

D. Server3

B.   Server4

Explanation:
Pass-through Authentication requires agents installed on on-premises servers to handle authentication requests. To ensure high availability, Microsoft recommends installing at least 3 PTA agents across multiple servers. These agents should be installed on servers that are not domain controllers (to avoid conflicting with the security policy of minimal installation on DCs). The PTA agents also require outbound internet access to communicate with Azure AD, which is a requirement that must be considered.

Correct Option:

B. Server4
Server4 is an unassigned member server, meaning it is not a domain controller and does not have critical AD DS roles. Installing the PTA agent here aligns with the security policy of only installing required software on servers, as Server4 has no designated role. Additionally, member servers can be configured with the necessary outbound internet access (via proxy or firewall rules) to communicate with Azure AD. This provides redundancy without impacting domain controller availability or violating the policy that domain controllers must never communicate directly to the internet.

Incorrect Option:

A. Server2
Server2 is a domain controller holding the infrastructure master role. The security policy states that domain controllers must never communicate directly to the internet. Installing a PTA agent on Server2 would require it to establish outbound HTTPS connections to Azure AD, which violates this policy. Additionally, Microsoft recommends not installing PTA agents on domain controllers to minimize the attack surface and avoid performance impacts on critical AD roles.

Incorrect Option:

C. Server1
Server1 is a domain controller holding the PDC emulator role. Similar to Server2, installing a PTA agent here would violate the security policy that domain controllers must never communicate directly to the internet. The PDC emulator is a critical FSMO role, and adding extra software like the PTA agent could impact its performance and stability. Therefore, Server1 is not a suitable candidate.

Incorrect Option:

D. Server3
Server3 is the Azure AD Connect server. While it is possible to install the PTA agent on the same server as Azure AD Connect, this is not recommended for high availability. If the Azure AD Connect server fails, the PTA agent would also be unavailable, creating a single point of failure. The scenario specifically requires ensuring users can authenticate if a server fails, so the agent should be installed on a separate server (Server4) to provide redundancy.

Reference:

Microsoft Learn: Azure AD Pass-through Authentication - deploy agents

Microsoft Learn: High availability for Pass-through Authentication

Microsoft Learn: Azure AD Pass-through Authentication - frequently asked questions

Microsoft Learn: Security considerations for Pass-through Authentication

Microsoft Learn: Session controls in Conditional Access

You have a Microsoft 365 E5 subscription that has a Conditional Access policy named Policy1. You need to perform the following actions:

• Create a Conditional Access App Control custom policy named Custom1.

• Configure Policy! to use Custom1

What should you use to create Custom1, and in which settings of Policy! should you enable Conditional Access App Control? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Explanation:
Conditional Access App Control (CAAC) is a Microsoft Defender for Cloud Apps feature that allows real-time session controls for cloud apps. Custom policies for CAAC are created within the Microsoft Defender portal (formerly Microsoft 365 Defender), specifically under Cloud Apps. To apply a CAAC custom policy to a Conditional Access policy, you must enable the "Use Conditional Access App Control" option within the Session settings of the Conditional Access policy.

Correct Option (Use to create Custom1):

Microsoft Defender portal
Conditional Access App Control custom policies are created and managed within the Microsoft Defender portal (security.microsoft.com). Under the Cloud Apps section, you can create custom policies that define specific session controls such as block downloads, restrict copy/paste, or apply session monitoring. The Microsoft Defender portal is the central management interface for Defender for Cloud Apps, which hosts the CAAC functionality. The Microsoft Entra admin center is used to create the Conditional Access policy itself, but not the custom CAAC policy.

Incorrect Option (Use to create Custom1):

Microsoft 365 admin center
The Microsoft 365 admin center is primarily used for managing Microsoft 365 services, licenses, and general tenant settings. It does not host Conditional Access App Control custom policy creation. While it provides access to other security portals, the specific capability to create CAAC custom policies resides in the Microsoft Defender portal. Therefore, this option is incorrect.

Incorrect Option (Use to create Custom1):

Microsoft Entra admin center
The Microsoft Entra admin center is where Conditional Access policies are created and configured. However, the custom CAAC policies themselves are not created here. The Entra admin center provides the integration point (through Session controls) but relies on the Defender portal for the actual custom policy definition. Therefore, this option is incorrect.

Incorrect Option (Use to create Custom1):

Microsoft Intune admin center
The Microsoft Intune admin center is used for mobile device management (MDM) and mobile application management (MAM). While Intune integrates with Conditional Access, it does not provide the functionality to create Conditional Access App Control custom policies. That capability is specific to Defender for Cloud Apps within the Microsoft Defender portal. Therefore, this option is incorrect.

Incorrect Option (Use to create Custom1):

Microsoft Purview portal
The Microsoft Purview portal is used for data governance, compliance, and risk management (such as data loss prevention, information protection, and eDiscovery). It does not host Conditional Access App Control custom policies. CAAC is a security feature related to session management and threat protection, which falls under Defender for Cloud Apps in the Microsoft Defender portal. Therefore, this option is incorrect.

Correct Option (Settings of Policy1 to enable Conditional Access App Control):

Session
In a Conditional Access policy, the Session settings are where you enable Conditional Access App Control. Within the Session section, you select "Use Conditional Access App Control" and then choose the specific CAAC policy (like Custom1) that you want to enforce. This applies real-time session controls to the targeted cloud apps, such as restricting downloads or enforcing read-only mode. The Session settings are the only place where this integration occurs.

Incorrect Option (Settings of Policy1 to enable Conditional Access App Control):

Client apps under Conditions
The "Client apps under Conditions" section is where you specify which client applications (such as browsers, mobile apps, or desktop clients) the policy applies to. This is used to scope the policy to specific app types but does not enable Conditional Access App Control. The actual CAAC enforcement is configured in Session settings, not here.

Incorrect Option (Settings of Policy1 to enable Conditional Access App Control):

Filter for devices under Conditions
The "Filter for devices under Conditions" section is used to include or exclude devices based on device properties (such as device ID, ownership, or compliance status). This is used to scope the policy to specific devices but does not enable Conditional Access App Control. The CAAC enforcement is not configured in this section.

Incorrect Option (Settings of Policy1 to enable Conditional Access App Control):

Grant
The "Grant" section is where you configure access controls such as requiring multi-factor authentication, requiring compliant device, or requiring hybrid joined device. While this section controls whether access is allowed or blocked, Conditional Access App Control is not enabled here. The CAAC integration is specifically located in the Session settings, not the Grant controls.

Incorrect Option (Settings of Policy1 to enable Conditional Access App Control):

Target resources
The "Target resources" section is where you select which cloud apps, actions, or authentication contexts the policy applies to. This scopes the policy to specific resources but does not enable Conditional Access App Control. The actual enforcement of session controls is configured in Session settings, not here.

Reference:

Microsoft Learn: Conditional Access App Control in Microsoft Defender for Cloud Apps

Microsoft Learn: Create a Conditional Access App Control custom policy

Microsoft Learn: Configure Conditional Access App Control in Conditional Access policy

You have a Microsoft Entra tenant named contoso.com that contains a user named User1. User1 has the devices shown in the following table.



On November 5. 2025, you create and enforce terms of use in contoso.com that has the following settings:

• Name: Terms 1

• Display name: Contoso terms of use

• Require users to expand the terms of use: On

• Require users to consent on every device: On

• Expire consents: On

• Expire starting on: December 10,2025

• Frequency: Monthly

On November 15, 2025, User1 accepts Terms1 on Device3.

On November 15,2025, User1 accepts Terms1 on Device3.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE Each correct selection is worth one point.


You have an Azure subscription that is linked to a Microsoft Entra tenant. The tenant contains three users named User1, User2 and User3.

You have the devices shown in the following table.



You deploy a virtual machine that has the following configurations:

• Name:VM1

• Resource group: RG1

• Operating system: Windows Server

• Login with Microsoft Entra ID: Enabled

You have the Azure role assignments shown in the following table.



For each of the following statements, select Yes if the statement is true. Otherwise, select No

NOTE: Each correct selection is worth one point.




Explanation:
To sign in to an Azure VM using Microsoft Entra credentials, the user must have the appropriate Azure RBAC role assigned at the VM, resource group, or subscription level. Additionally, the device used for sign-in must meet certain requirements: for Windows VMs, the device must be Microsoft Entra joined or Microsoft Entra hybrid joined; for Linux VMs, the device must be Microsoft Entra joined, hybrid joined, or registered. Since VM1 is a Windows Server VM, the device must be Microsoft Entra joined or hybrid joined for Microsoft Entra login to work.

Statement 1: User1 can sign in to VM1 from Device1 by using their Microsoft Entra credentials.

Yes

User1 has the Virtual Machine Local User Login role assigned at the RG1 scope. This role grants the necessary permission to sign in to the VM locally using Microsoft Entra credentials.

Device1 is Microsoft Entra joined. For Windows VMs, the device must be Microsoft Entra joined or hybrid joined to support Microsoft Entra login. Device1 meets this requirement.

Since both the RBAC role assignment (at the correct scope) and the device requirement are satisfied, User1 can successfully sign in to VM1 from Device1.

Statement 2: User2 can sign in to VM1 from Device2 by using their Microsoft Entra credentials.

No

User2 has the Virtual Machine User Login role assigned at the RG1 scope. This role grants the necessary permission to sign in to the VM.

However, Device2 has None listed for its platform status, meaning it is not Microsoft Entra joined, hybrid joined, or registered. For Windows VMs, the device must be Microsoft Entra joined or hybrid joined. Since Device2 does not meet this requirement, User2 cannot sign in using Microsoft Entra credentials from this device.

Therefore, this statement is false.

Statement 3: User3 can sign in to VM1 from Device3 by using their Microsoft Entra credentials.

No
User3 has the Virtual Machine Administrator Login role assigned at the Sub1 (subscription) scope. This role grants the necessary permission to sign in to the VM with administrative privileges.

However, Device3 is Microsoft Entra registered. For Windows VMs, registration alone is not sufficient; the device must be Microsoft Entra joined or hybrid joined. Registered devices are typically used for BYOD scenarios and do not support Microsoft Entra login to Windows VMs.

Since Device3 does not meet the device requirement, User3 cannot sign in to VM1 from Device3 using their Microsoft Entra credentials.

Reference:

Microsoft Learn: Sign in to a Windows virtual machine in Azure using Microsoft Entra ID

Microsoft Learn: Azure built-in roles for Virtual Machine login

Microsoft Learn: Device identity and device registration

You have a Microsoft Entra tenant that contains 1,000 users. The users are assigned Microsoft Entra Suite licenses. You perform the following actions:

• Deploy Global Secure Access.

• Create a Global Secure Access security profile named Profile1.

• Create the following Conditional Access policies:

o Name: CApolicy1

o Target resources: All internet resources with Global Secure Access

o Name: CApolicy2 o Session:

• Use Global Secure Access security profile: Profile1

To which Global Secure Access traffic forwarding profiles is CAPolicy1 linked, and to which profile does Profile1 apply? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.




Explanation:
Global Secure Access in Microsoft Entra uses traffic forwarding profiles to direct different types of traffic through the service. Conditional Access policies integrated with Global Secure Access can target specific traffic profiles. When a Conditional Access policy uses a security profile, that security profile is applied to a specific traffic forwarding profile to enforce session controls and access conditions.

Correct Option (CAPolicy1 is linked to):

Microsoft traffic profile and Internet access profile
CAPolicy1 targets "All internet resources with Global Secure Access," which means it applies to traffic destined for internet resources. In Global Secure Access, internet-bound traffic uses the Internet access profile. However, the "All internet resources" scope also implicitly includes Microsoft traffic when accessed via the internet. Additionally, when a Conditional Access policy uses Global Secure Access, it is linked to both the Microsoft traffic profile (for Microsoft services like M365) and the Internet access profile (for general web traffic), as these are the two primary profiles that handle traffic requiring Conditional Access enforcement. The Private access profile is for accessing private applications, which is not the target here.

Incorrect Option (CAPolicy1 is linked to):

Microsoft traffic profile and Private access profile
While the Microsoft traffic profile is relevant, the Private access profile is used for accessing private corporate applications (like internal line-of-business apps), not "internet resources." Since CAPolicy1 explicitly targets internet resources, the Private access profile is not included in this linkage. Therefore, this combination is incorrect.

Incorrect Option (CAPolicy1 is linked to):

Private access profile and Internet access profile
This option incorrectly includes the Private access profile instead of the Microsoft traffic profile. The Microsoft traffic profile is essential for handling traffic to Microsoft 365 services, which are commonly accessed through Global Secure Access. Excluding it while including Private access (which is not targeted) makes this selection invalid.

Correct Option (Profile1 applies to):

Internet access profile
Profile1 is a Global Secure Access security profile that is applied in the session settings of CApolicy2 (though CApolicy2 is not fully described, the action states "Use Global Secure Access security profile: Profile1"). Security profiles in Global Secure Access are always applied to a specific traffic forwarding profile. Since Profile1 is intended to enforce session controls on internet-bound traffic (consistent with the context of CApolicy1 targeting internet resources), it applies to the Internet access profile. This profile handles Conditional Access enforcement for all non-Microsoft internet traffic. The security profile is attached to the internet access profile to apply session policies such as session controls, policy filtering, and tenant restrictions for that traffic type.

Incorrect Option (Profile1 applies to):

Microsoft traffic profile
The Microsoft traffic profile handles traffic to Microsoft services like Exchange Online, SharePoint, and Teams. While Profile1 could theoretically apply to this profile, the scenario does not indicate that Microsoft traffic is the target. The focus is on internet resources, and Conditional Access policies targeting internet resources use the Internet access profile. Applying Profile1 to the Microsoft traffic profile would not enforce controls on the targeted internet resources.

Incorrect Option (Profile1 applies to):

Private access profile
The Private access profile is used for accessing private applications (such as on-premises apps published through Microsoft Entra application proxy or private networks). This scenario does not involve private applications; it involves internet resources. Security profiles applied to the Private access profile would enforce session policies for private app traffic, which is not relevant here. Therefore, this option is incorrect.

Reference:

Microsoft Learn: Global Secure Access overview

Microsoft Learn: Traffic forwarding profiles in Global Secure Access

Microsoft Learn: Conditional Access with Global Secure Access

Microsoft Learn: Security profiles in Global Secure Access

Your network contains an on-premises Active Directory Domain services (AD DS) domain that syncs with an Azure AD tenant. The AD DS domain contains the organizational units (OUs) shown in the following table.



You need to create a break-glass account named BreakGlass.

Where should you create BreakGlass, and which role should you assign to BreakGlass? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.




Explanation:
A break-glass account is an emergency administrative account used for urgent access during emergencies when normal administrative paths are unavailable. Microsoft best practices mandate that break-glass accounts should be cloud-only (not synced from on-premises) to ensure access remains available even if the on-premises infrastructure or Azure AD Connect fails. Additionally, the account should be assigned the Global Administrator role, as this is the highest privileged role needed for emergency access.

Correct Option (Location):

Azure AD
The break-glass account must be created directly in Azure AD as a cloud-only user. This ensures that if the on-premises AD DS domain becomes unavailable, or if the synchronization service fails, the account remains accessible for emergency access. Creating it in a synced OU would make it dependent on on-premises availability, defeating the purpose of a break-glass account.

Incorrect Option (Location):

OU1
OU1 syncs with Azure AD. If BreakGlass is created in OU1, it would be synchronized to Azure AD. This means the account is mastered on-premises. If the on-premises domain controllers or Azure AD Connect are unavailable, the account cannot be used for authentication, which violates the core principle of a break-glass account.

Incorrect Option (Location):

OU2
OU2 does NOT sync with Azure AD. Creating the account here would mean it never appears in Azure AD at all. Since the requirement is to have a break-glass account in Azure AD for emergency access, creating it in a non-synced OU is completely ineffective.

Correct Option (Role):

Global Administrator
The break-glass account must be assigned the Global Administrator role. This role has the highest level of access across all Microsoft 365 and Azure services. During an emergency, this account needs to perform any administrative task without restrictions. The Global Administrator role is specifically recommended by Microsoft for emergency access accounts.

Incorrect Option (Role):

Billing Administrator
The Billing Administrator role only has permissions to manage billing and subscription-related tasks. It does not have the elevated privileges required to perform emergency administrative actions across the entire tenant, such as resetting other administrators' passwords or modifying critical security settings.

Incorrect Option (Role):

Owner
Owner is an Azure RBAC role scoped to specific Azure resources or subscriptions, not a tenant-wide Azure AD administrative role. It does not provide the broad, tenant-level access required for an emergency break-glass account that needs to manage identity and access across the entire organization.

Incorrect Option (Role):

Privileged Role Administrator
While this role is highly privileged and can manage role assignments in Azure AD, it does not have full administrative permissions across all services. A break-glass account needs unrestricted access to perform any task, not just manage role assignments. Only Global Administrator provides that level of comprehensive access.

Reference:

Microsoft Learn: Emergency access accounts in Azure AD

Microsoft Learn: Manage emergency access accounts in Azure AD

Microsoft Learn: Azure AD built-in roles - Global Administrator

Microsoft Learn: Protect emergency access accounts

You have an Azure Ad tenant that contains the users show in the following table.



You create a dynamic user group and configure the following rule syntax.



Which users will be added to the group?

A. User1 only

B. User2 only

C. User3 only

D. User1 and User2 only

E. User1 and User3 only

F. User1, User2, and User3

B.   User2 only

Explanation:
The dynamic group rule uses logical operators with specific precedence. In Azure AD, the -and operator has higher precedence than -or. The rule is evaluated as: (user.usagelocation -in ["US","AU"] -and (user.department -eq "Sales") -and -not (user.jobTitle -eq "Manager")) -or (user.jobTitle -eq "SalesRep"). We must evaluate this expression for each user.

Correct Option:

B. User2 only
User2: Usage location is Finland (not in US/AU), Department is Sales, Job title is SalesRep. The first part (before -or) evaluates to False because the usage location condition fails. However, the second part (user.jobTitle -eq "SalesRep") evaluates to True. Since False -or True equals True, User2 is added to the group.

Incorrect Option:

A. User1 only
User1: Usage location is United States (in US/AU), Department is Sales, Job title is Associate (not Manager). The first part evaluates to True (US in list, Sales matches, and jobTitle is NOT Manager = True). The second part (user.jobTitle -eq "SalesRep") is False. True -or False equals True, so User1 actually qualifies.

Therefore, "User1 only" is incorrect because User2 also qualifies.

Incorrect Option:

C. User3 only
User3: Usage location is Australia (in US/AU), Department is Sales, Job title is Manager. The first part evaluates to False because -not (user.jobTitle -eq "Manager") fails (it is Manager, so NOT Manager is False). The second part (user.jobTitle -eq "SalesRep") is also False. False -or False equals False. User3 is not added, so "User3 only" is incorrect.

Incorrect Option:

D. User1 and User2 only
As calculated above, User1 qualifies (True) and User2 qualifies (True). User3 does not qualify (False). Therefore, this is actually the correct set of users, which contradicts the provided answer key. Based on the rule syntax provided, User1 and User2 should be the correct answer.

Incorrect Option:

E. User1 and User3 only
User1 qualifies, but User3 does not, so this combination is incorrect. User2 also qualifies, making this an incomplete and incorrect set.

F. User1, User2, and User3
User3 does not qualify, so this option is incorrect.

Important Note on Answer Discrepancy:

Based strictly on the rule syntax provided (user.usagelocation -in ["US","AU"] -and (user.department -eq "Sales") -and -not (user.jobTitle -eq "Manager") -or (user.jobTitle -eq "SalesRep")), the correct evaluation yields User1 and User2 only (Option D), not Option B.

User1: (US in list = True) -and (Sales = True) -and (not Manager = True) = True → True -or (SalesRep = False) = True

User2: (Finland in list = False) -and (Sales = True) -and (not Manager = True) = False → False -or (SalesRep = True) = True

User3: (Australia in list = True) -and (Sales = True) -and (not Manager = False) = False → False -or (SalesRep = False) = False

If your answer key states Option B (User2 only), the rule would need to be written with parentheses differently, such as: user.usagelocation -in ["US","AU"] -and (user.department -eq "Sales") -and (-not (user.jobTitle -eq "Manager") -or (user.jobTitle -eq "SalesRep")). In that case, User1 would fail because Associate is neither Manager nor SalesRep.

Reference:

Microsoft Learn: Dynamic membership rules for groups in Azure Active Directory

Microsoft Learn: Operator precedence in dynamic group rules

You have an Azure AD tenant that contains the users shown in the following table.



The User settings for enterprise applications have the following configuration.

• Users can consent to apps accessing company data on their behalf:

• Users can consent to apps accessing company data for the groups they

• Users can request admin consent to apps they are unable to consent to: Yes

• Who can review admin consent requests: Admin2, User2

User1 attempts to add an app that requires consent to access company data.

Which user can provide consent?

A. User1

B. User2

C. Admin1

D. Admin2

D.   Admin2

Explanation:
The question involves an app requiring consent to access company data. Since User1 has no administrative role, and the user consent settings are disabled, User1 cannot consent independently. In Azure AD, only specific privileged roles (like Application Administrator or Global Administrator) or designated reviewers can grant tenant-wide admin consent for such requests.

Correct Option:

D. Admin2
Admin2 holds the Authentication Administrator role. While this role does not grant permissions to manage all enterprise applications by default, the scenario states that "Who can review admin consent requests" is explicitly set to Admin2 and User2. Because Admin2 is a designated reviewer for admin consent requests, they have the permission to review and approve the consent request submitted by User1, effectively providing the required consent.

Incorrect Option:

A. User1
User1 has no administrative role and is attempting to add an app that requires consent. The configuration states "Users can consent to apps accessing company data on their behalf" is set to No (implied by the absence of a "Yes"). Therefore, User1 lacks the permission to self-consent to this app and must request admin approval instead.

Incorrect Option:

B. User2
User2 is a standard user with no administrative role. Although User2 is listed as a reviewer for admin consent requests alongside Admin2, standard non-admin users cannot be assigned as reviewers in this capacity in real Azure AD implementations. Only privileged administrator roles can effectively review and grant tenant-wide admin consent; hence, User2 cannot provide the required consent.

Incorrect Option:

C. Admin1
Admin1 holds the Application Administrator role, which typically has permission to grant admin consent for applications. However, in this specific scenario, the consent request process is governed by the designated reviewers. The configuration explicitly restricts the review capability to Admin2 and User2. Since Admin1 is not listed as a reviewer, they cannot approve this specific consent request, even though they hold a relevant administrative role.

Reference:

Microsoft Learn: Configure how users consent to applications

Microsoft Learn: Admin consent requests

Microsoft Learn: Azure AD built-in roles - Application administrator

Microsoft Learn: Azure AD built-in roles - Authentication administrator

Page 5 out of 41 Pages