Microsoft SC-300 Identity and Access Administrator 1-10

表示モード
画像位置
文字位置
理解度の自動記録
STATUS FILTER

Choose confidence levels to display

Loading...
Q1SC-300

Drag (or tap) the required number of items from the “Options” on the left to the “Answer area” on the right. You can drag within the answer area to reorder.

Options
  • Create an app registration
  • Add group claims
  • Add application permissions
  • Grant admin consent
  • Add delegated permissions
Answer area (in execution order from top)
  1. Drag here

Show answer
Correct answer: Correct order: ① Create an app registration → ② Add application permissions → ③ Grant admin consent

Because App1 accesses the directory data of Microsoft Graph as a web service without a user, you configure app-only access.
First, create an app registration, then add the application permissions of Microsoft Graph.
Because app-only permissions have powerful privileges, a tenant administrator finally grants admin consent.
Configuring in this order achieves the read without using delegated access or group claims.
Scenarios for app-only access in the Microsoft identity platform – Microsoft identity platform

Q2SC-300
Show answer
Correct answer: C. User3

Azure attribute-based access control (ABAC) is a mechanism that adds conditions to Azure RBAC role assignments to control access finely based on attributes.
The built-in roles to which conditions can be added are limited, and for Blob Storage, data-plane roles such as Storage Blob Data Reader are eligible.
Reader, Contributor, and Virtual Machine Contributor are general-purpose or VM-management roles and do not support Blob ABAC conditions.
Therefore, User3, who has Storage Blob Data Reader, is the correct answer.
Authorize access to Azure Blob Storage by using Azure role assignment conditions – Azure Storage | Microsoft Learn

Q3SC-300
Configure in the [Password reset] blade of the Azure Active Directory admin center

Enable in Azure AD Connect

Show answer
Correct answer: Authentication methods / Password writeback

The verification methods you allow users in SSPR, such as mobile app notifications and security questions, are configured in the Authentication methods of password reset.
Also, to write a password reset in the cloud back to on-premises Active Directory Domain Services, you enable password writeback in Azure AD Connect.
This synchronizes the password regardless of where the reset occurs.
Note that Azure Active Directory is now the former name of Microsoft Entra ID.
Enable Microsoft Entra self-service password reset – Microsoft Entra ID

Q4SC-300
Name Membership
User1 Group1
User2 Group2
User3 Group1, Group2
User Risk level
User1 High
User2 Medium
User3 High
Statement Yes No
User1 is prompted to change their password when signing in
User2 is prompted to change their password when signing in
User3 is prompted to change their password when signing in
Show answer
Correct answer: Q1 “Yes” / Q2 “No” / Q3 “No”

This user risk policy includes Group1 and excludes Group2.
User1 belongs only to Group1 and has a high risk, so a password change is required.
User2 is only in Group2 and is not in scope.
Although User3 is included in Group1, they also belong to Group2, so exclusion takes precedence over inclusion and they are not in scope.
Require remediation for risky users – Microsoft Entra ID

Q5SC-300
Show answer
Correct answer: C. User Administrator

Package1 is an entitlement management access package, and changing the review frequency is an operation that manages the access review settings of the access package assignment.
Among the options, the least-privileged role that has the permissions needed for this management is User Administrator.
External Identity Provider Administrator is for federation and Security Administrator is for security features, so they are out of scope.
Privileged Role Administrator is for Microsoft Entra role management and has excessive privilege, so from the perspective of least privilege, User Administrator is the correct answer.
Microsoft Entra built-in roles – Microsoft Entra ID

Q6SC-300
Name Role
User1 Conditional Access Administrator
User2 Authentication Administrator
User3 Security Administrator
User4 Security Operator
Configure the user risk policy

View the risky users report

Show answer
Correct answer: User3 only / User3 and User4 only

In Microsoft Entra ID Protection, the Security Administrator has full access to ID Protection and can therefore configure the user risk policy.
On the other hand, the Security Operator cannot configure or change policies but can view reports and perform risk response.
The Conditional Access Administrator can create Conditional Access policies that use risk conditions but cannot manage the legacy ID Protection policies.
Therefore, configuration is User3 only, and report viewing is User3 and User4.
What is Microsoft Entra ID Protection – Microsoft Entra ID Protection

Q7SC-300
Name Type Directly assigned license
User1 User None
User2 User Microsoft Office 365 Enterprise E5
Group1 Security group Microsoft Office 365 Enterprise E5
Group2 Microsoft 365 group None
Group3 Mail-enabled security group None
Show answer
Correct answer: E. User2 only

Group3 is a mail-enabled security group.
Members that can be added to this type of group must be mail-enabled recipients in Exchange.
User2 has a license directly assigned and has a mailbox, so they are eligible.
User1 has no license, Group1 is a regular security group, and Group2 is a Microsoft 365 group that cannot be nested, so only User2 can be added.
Add-DistributionGroupMember (ExchangePowerShell)

Q8SC-300
Name Resource group Days to retain deleted key vaults Purge protection
KeyVault1 RG1 15 Enabled
KeyVault2 RG1 10 Disabled
Name Role
Admin1 Key Vault Administrator
Admin2 Key Vault Contributor
Admin3 Key Vault Certificates Officer
Admin4 Owner
Statement Yes No
Admin1 can recover Secret1 on June 7
Admin2 can purge Certificate1 on June 12
Admin3 can purge Certificate1 on June 14
Show answer
Correct answer: Q1 “Yes” / Q2 “No” / Q3 “No”

Because KeyVault2 has a retention period of 10 days and purge protection disabled, Secret1 is recoverable as of June 7, six days after deletion.
Admin1 is a Key Vault Administrator and can perform data-plane operations.
Admin2’s Key Vault Contributor is for the management plane and does not have permission to purge certificate data.
Also, because KeyVault1 has purge protection enabled, it cannot be purged during the 15-day retention period, so the purges on June 12 and June 14 are both impossible.
Azure Key Vault recovery overview

Q9SC-300
$vm = _____ -ResourceGroupName MyResourceGroup -Name vm1

$displayname = _____ -displayname “vm1”

Show answer
Correct answer: Get-AzVM / Get-AzADServicePrincipal

To enable a system-assigned managed identity on VM1, you first retrieve the virtual machine object with Get-AzVM and pass it to Update-AzVM to set IdentityType to SystemAssigned.
Because a managed identity is represented as a service principal in Microsoft Entra ID, the target to add to Group1 is retrieved with Get-AzADServicePrincipal using the VM name.
Because Group1 has already been retrieved with Get-AzADGroup, you finally add the ID of the retrieved service principal as a group member.
Update-AzVM is used as a fixed line, not a blank.
Configure managed identities on an Azure virtual machine (VM) – Managed identities for Azure resources

Q10SC-300
Show answer
Correct answer: B. Yes

In Microsoft Secure Score, the roles with read/write permission that can edit the status and notes of recommended actions include the Exchange Administrator in addition to Security Administrator and above.
Therefore, assigning Exchange Administrator to User1 enables updating the status of improvement actions.
Thus, this solution meets the goal.
Microsoft Secure Score – Microsoft Defender XDR