Your company has a Microsoft Entra tenant that contains a user named User1.
The company has two departments named marketing and finance.
You need to grant permissions to User1 to manage only the users in the marketing department.
What should you create first?
A. a Microsoft 365 group
B. an administrative unit
C. a management group
D. a resource group
Show Answer
Correct Answer: B
Explanation: To delegate administrative permissions over only a subset of users in Microsoft Entra ID, you must first create an Administrative Unit (AU). Users from the marketing department are added to the AU, and then User1 is assigned an appropriate administrative role scoped to that AU. This limits User1’s management permissions to only those users. Other options (Microsoft 365 group, management group, resource group) do not provide scoped user administration in Entra ID.
Question 6
You have 2,500 users who are assigned Microsoft 365 E3 licenses. The licenses are assigned to individual users.
You assign Microsoft 365 E5 licenses to a group that includes all users.
You need to remove the Microsoft 365 E3 licenses from the users by using the least amount of administrative effort.
What should you use?
A. the Update-MgGroup cmdlet
B. the Set-WindowsProductKey cmdlet
C. the Set-MgUserLicense cmdlet
D. the Licenses blade in the Microsoft Entra admin center
Show Answer
Correct Answer: C
Explanation: To remove Microsoft 365 E3 licenses that were assigned directly to 2,500 individual users with the least administrative effort, you should use a method that supports bulk removal via automation. The Set-MgUserLicense cmdlet allows you to programmatically remove specific licenses from users, making it efficient for large numbers of accounts. Other options are either unrelated to license management or require manual actions in portals that are more time‑consuming at this scale.
Question 7
SIMULATION
-
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.
Microsoft 365 Username:
Microsoft 365 Password: =1122334455667788
If the Microsoft 365 portal does not load successfully in the browser, press CTRL-K to reload the portal in a new browser tab.
The following information is for technical support purposes only:
Lab Instance: 99999999
-
You need to configure consent for applications that require access to data in the Microsoft 365 subscription. The solution must meet the following requirements:
If a user cannot provide consent to an application, the user must be able to request that an administrator review the consents requests.
Allan Deyoung must be able to review the consent requests of the users.
To complete this task, sign in to the appropriate admin center.
Show Answer
Correct Answer: Microsoft Entra admin center
1) Configure user consent
Identity > Applications > Enterprise applications > Consent and permissions > User consent settings
Select:
Allow user consent for apps from verified publishers for selected permissions
Save
2) Enable admin consent request workflow
Identity > Applications > Enterprise applications > Consent and permissions > Admin consent settings
Set Users can request admin consent = Yes
Add Allan Deyoung as reviewer
Save
Explanation: Allowing limited user consent ensures users who cannot self-consent can trigger an admin review. Enabling the admin consent workflow allows users to submit requests, and assigning Allan Deyoung as a reviewer ensures he can review and approve those consent requests.
Question 7
HOTSPOT
-
You have a Microsoft Entra tenant that contains the users shown in the following table.
The tenant contains the administrative units shown in the following table.
The tenant contains the groups shown in the following table.
You perform the following actions:
• Assign User1 the User Administrator role for AU2.
• Assign User3 the Groups Administrator role for AU1.
• Assign User5 the Authentication Administrator role for AU3.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Yes
No
No
Explanation: User1 is User Administrator scoped to AU2, which contains User3, so User1 can reset User3’s password.
User3 is Groups Administrator for AU1, but Group2 belongs to AU2, so User3 cannot add members to Group2.
User5 is Authentication Administrator for AU3, but authentication method policies for groups apply tenant-wide and cannot be scoped to enforce password-only sign-in for a specific group like Group4.
Question 8
HOTSPOT
-
You have an Azure subscription that contains two resource groups named RG1 and RG2, a storage account named storage1.
You assign roles for the subscription as shown in the following table.
You assign roles for RG1 as shown in the following table.
You assign roles for storage1 as shown in the following exhibit.
Roles are NOT assigned for other Azure resources.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: User1 can read the data stored in storage1: No
User2 can create a virtual network in RG2: No
User3 can assign roles for storage1: Yes
Explanation: User1 has no data-plane access on storage1 because Reader and Data Access is only at RG1, while storage1 is in RG2.
User2 has Contributor only on RG1 and Reader at subscription, which is insufficient to create resources in RG2.
User3 has the User Access Administrator role scoped to storage1, which permits managing RBAC role assignments on that resource.
Question 8
You have a Microsoft Entra tenant.
You create an enterprise application collection named HR Apps that has the following settings:
• Applications: App1, App2, App3
• Owners: Admin1
• Users and groups: HRUsers
All three apps have the following Properties settings:
• Enabled for users to sign in: Yes
• User assignment required: Yes
• Visible to users: Yes
Users report that they only see App1 and App2 in the My Apps portal.
You need to ensure that the users can also see App3.
What should you do from App3?
A. From Single sign-on, configure a sign-on method.
B. From Permissions, review the User consent permissions.
C. From Users and groups, add HRUsers.
D. From Properties, change User assignment required to No.
Show Answer
Correct Answer: C
Explanation: Because **User assignment required** is set to **Yes**, users only see an app in My Apps if they are explicitly assigned to that specific enterprise application. Although HRUsers is assigned to the **HR Apps application collection**, App3 itself does not have HRUsers assigned. Adding HRUsers to **Users and groups** for App3 ensures the users are entitled to the app and it becomes visible in the My Apps portal.
Question 9
HOTSPOT
-
You have a Microsoft Entra tenant that contains an administrative unit named AU1. AU1 is configured for assigned membership.
The tenant contains the users shown in the following table.
The tenant contains the groups shown in the following table.
For AU1, you update the following configurations:
• Membership type: Dynamic User
• Dynamic membership rule: (user.department -eq "hr")
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: HR is a member of AU1: No
User1 is a member of AU1: Yes
User2 is a member of AU1: No
Explanation: After switching AU1 to Dynamic User membership, only users matching the rule are included. The rule selects users with department = "hr", so User1 is added. User2 does not match and is removed. Groups are not included when the AU uses Dynamic User membership, so the HR group is not a member.
Question 10
HOTSPOT
-
You have an Azure subscription named Sub1 that contains an Azure key vault named Vault1 and an Azure Automation account named Automation1.
You need to ensure that Automation1 can access Vault1. The solution must meet the following requirements:
• Ensure that if Automation1 is deleted, the permissions granted for Vault1 will be removed automatically.
• Ensure that runbooks created in Automation1 can read secret values stored in Vault1.
• Follow the principle of least privilege.
What should you configure for Automation1, and which built-in role should Automation1 use to access Vault1? To answer, select the appropriate options in the answer area.
NOTE: Each correct answer is worth one point.
Show Answer
Correct Answer: For Automation1, configure:
A system-assigned managed identity
Role:
Key Vault Secrets User
Explanation: A system-assigned managed identity is tied to the Automation account and is automatically removed when the account is deleted. Granting the Key Vault Secrets User role allows runbooks to read secret values only, satisfying least privilege.
Question 10
HOTSPOT
-
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.
Show Answer
Correct Answer: CAPolicy1 is linked to:
Microsoft traffic profile and Internet access profile
Profile1 applies to:
Internet access profile
Explanation: A Conditional Access policy that targets all internet resources with Global Secure Access is linked to the Microsoft traffic and Internet access forwarding profiles. A Global Secure Access security profile configured in the session controls applies only to the Internet access traffic forwarding profile.
Question 11
SIMULATION
-
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.
Microsoft 365 Username:
Microsoft 365 Password: =1122334455667788
If the Microsoft 365 portal does not load successfully in the browser, press CTRL-K to reload the portal in a new browser tab.
The following information is for technical support purposes only:
Lab Instance: 99999999
-
You need to add the LinkedIn application as a resource to the Sales and Marketing access package. The solution must NOT remove any other resources from the access package.
To complete this task, sign in to the appropriate admin center.
Show Answer
Correct Answer: Sign in to the Microsoft Entra admin center.
Go to Identity Governance > Entitlement management > Access packages.
Open the Sales and Marketing access package.
Select Resources > Add resources.
Add the LinkedIn application and save changes.
Explanation: Access packages are managed in Microsoft Entra Identity Governance. Adding LinkedIn as a resource is done by editing the existing Sales and Marketing access package and adding the application, which does not remove any existing resources.
$19
Get all 397 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.