Microsoft Identity and Access Administrator (SC-300 Korean Version) - SC-300 Korean Exam Practice Test

귀하의 Azure AD 테넌트에는 다음 표에 표시된 사용자가 포함되어 있습니다.

App1이라는 엔터프라이즈 애플리케이션을 Azure AD에 추가하고 User1을 App1의 소유자로 설정했습니다. 앱을 사용하려면 Azure AD에 액세스하기 위한 관리자 승인이 필요합니다.
다음 그림과 같이 관리자 동의 요청을 강력하게 구성합니다.
관리자 동의 요청.
Correct Answer: B Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Group1과 Group2라는 두 그룹이 포함된 Microsoft 365 구독이 있습니다. 구독에는 다음 표에 표시된 사용자가 포함되어 있습니다.

다음과 같은 설정이 있는 사용자 위험 정책이 있습니다.
* 사용자: 그룹1
* 로그인 위험도: 중간 이상
* 접근 제어
o 접근 권한 부여: 비밀번호 변경 요구
로그인 위험 정책에 다음과 같은 설정이 있습니다.
* 사용자: 그룹2
* 로그인 위험도: 낮음 이상
* 접근 제어
o 접근 권한 부여: 다단계 인증 필요
추가적인 조건부 액세스 정책이 구성되어 있지 않습니다.
다음 각 문장에 대해, 문장이 사실이면 '예'를 선택하고, 그렇지 않으면 '아니오'를 선택하십시오. 참고: 각 정답은 1점입니다.
Correct Answer:

Explanation:
Azure AD 테넌트에 여러 스토리지 계정이 있습니다.
스토리지 계정에 액세스해야 하는 여러 Azure App Service 앱을 배포할 계획입니다.
앱이 스토리지 계정에 접근할 수 있도록 하는 ID 관리 솔루션을 추천해 주셔야 합니다. 이 솔루션은 관리 부담을 최소화해야 합니다.
어떤 유형의 ID를 권장하시겠습니까? 그리고 스토리지 계정에 대한 접근 제어를 위해 무엇을 사용하는 것이 좋을까요? 답변하려면 답변 영역에서 적절한 옵션을 선택하십시오.
Correct Answer:

Explanation:

According to the Microsoft SC-300 Study Guide and Microsoft Learn documentation ("Secure access to Azure Storage with managed identities" and "Implement managed identities for Azure resources"), the recommended best practice for granting Azure services access to other Azure resources is to use Managed Identities in combination with Azure Role-Based Access Control (RBAC).
A Managed Identity is a service principal automatically managed by Azure AD that allows applications to authenticate securely without storing credentials in code or configuration. There are two types:
* System-assigned managed identity: Tied directly to an Azure resource (e.g., an App Service). Its lifecycle is automatically managed - when the resource is deleted, the identity is removed.
* User-assigned managed identity: A standalone identity that can be assigned to one or more resources and must be managed manually.
Since the question specifies multiple App Service apps requiring access to multiple storage accounts, the system-assigned managed identity is optimal when minimizing administrative effort because each app automatically gets its own identity with no manual credential handling or lifecycle management.
For authorization, Azure Role-Based Access Control (RBAC) is used to grant least-privilege permissions (e.
g., "Storage Blob Data Contributor" or "Storage Blob Data Reader") to the managed identity at the appropriate scope (resource group or storage account level).
The Microsoft SC-300 exam content explicitly states:
"To enable applications to access Azure resources securely without credential management, configure system- assigned or user-assigned managed identities and use RBAC to grant appropriate access permissions." Thus, to meet the requirement for minimal administrative effort and secure access, the correct pairing is:
# Identity Type: System-assigned managed identity
# Access Control: Role-based access control (RBAC)
참고: 이 문제는 동일한 시나리오를 제시하는 일련의 문제 중 하나입니다. 각 문제에는 제시된 목표를 달성할 수 있는 고유한 해결책이 포함되어 있습니다. 일부 문제 세트에는 정답이 두 개 이상일 수 있으며, 정답이 없는 문제 세트도 있습니다.
이 섹션에서 질문에 답변한 후에는 해당 질문으로 돌아갈 수 없으므로 검토 화면에 해당 질문이 나타나지 않습니다.
귀하는 Microsoft 365 ES 구독을 보유하고 있습니다.
User1이라는 이름의 사용자를 생성합니다.
User1이 신원 보안 점수 개선 조치의 상태를 업데이트할 수 있도록 해야 합니다.
해결 방법: 사용자1에게 보안 운영자 역할을 할당합니다.
이것이 목표를 달성합니까?
Correct Answer: A Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
귀하의 Azure 구독에는 다음 표에 표시된 리소스가 포함되어 있습니다.
Vault1에 대한 액세스 권한을 구성해야 합니다. 솔루션은 다음 요구 사항을 충족해야 합니다.
* User1이 Vault1에서 키를 관리하고 생성할 수 있는지 확인하십시오.
* User2가 Vault1에 저장된 인증서에 접근할 수 있는지 확인하십시오.
* 최소 권한 원칙을 적용하십시오.
각 사용자에게 어떤 역할을 부여해야 할까요? 답변란에서 적절한 옵션을 선택하세요.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:
User1: Key Vault Crypto Officer
User2: Key Vault Certificates Officer
As detailed in Microsoft documentation and the Exam Ref SC-300: Microsoft Identity and Access Administrator , Azure Key Vault provides role-based access control (RBAC) to manage keys, secrets, and certificates independently. The built-in roles are designed with the principle of least privilege - granting users only the permissions necessary to perform their tasks.
According to the Microsoft Learn module "Manage access to Key Vault using Azure RBAC" , the relevant built-in roles are:
* Key Vault Crypto Officer - This role allows users to manage cryptographic keys in a key vault.
Specifically, the Crypto Officer can create, import, delete, and manage keys , as well as perform cryptographic operations such as encrypt, decrypt, sign, and verify. This aligns perfectly with the requirement that User1 must manage and create keys in Vault1.
* Key Vault Certificates Officer - This role allows a user to manage and retrieve certificates within a key vault. It provides access to read, import, and delete certificates but not to manage or create keys or secrets. This satisfies the requirement that User2 must access a certificate stored in Vault1.
The Exam Ref SC-300 emphasizes that the least privilege principle requires assigning users the lowest possible role that meets their operational needs. Therefore, assigning Key Vault Crypto Officer to User1 and Key Vault Certificates Officer to User2 ensures compliance, minimal access exposure, and operational
Azure AD 테넌트가 있습니다.
위험 탐지 보고서를 엽니다.
어떤 위험 감지 유형이 사용자 위험으로 분류됩니까?
Correct Answer: B Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
귀하의 Azure 구독에는 다음 표에 표시된 리소스가 포함되어 있습니다.

이 구독 서비스는 권한 있는 사용자 ID 관리(PIM)를 사용합니다.
PIM을 사용하여 다음 액세스 제어를 구성해야 합니다.
* User1이 Secret1을 읽고 업데이트할 수 있는지 확인하십시오.
* User2가 Vault2에 저장된 비밀 정보의 내용을 읽을 수 있는지 확인하십시오.
해결책은 최소 권한 원칙을 따라야 합니다.
각 사용자에게 어떤 인증 방법을 사용해야 할까요? 정답을 확인하려면 적절한 인증 방법을 해당 사용자에게 드래그하세요. 각 인증 방법은 한 번, 여러 번 또는 전혀 사용되지 않을 수 있습니다. 콘텐츠를 보려면 창 사이의 분할 막대를 드래그하거나 스크롤해야 할 수도 있습니다.
참고: 정답 하나당 1점입니다.
Correct Answer:

Explanation:

In the SC-300 materials on Microsoft Entra PIM for Azure resources and Azure Key Vault authorization, you' re guided to use Azure RBAC (data-plane roles)-not legacy access policies-when you need time-bound, approvable, least-privilege access managed through PIM. The guide explains that PIM can make users Eligible or Active for Azure resource roles and that Key Vault provides specific data actions via built-in RBAC roles. For secrets, the roles are scoped to a vault (and can be further restricted by resource scope) and are purpose-built:
* Key Vault Secrets Officer - described as allowing a user to "create, read, update, and delete secrets" without granting key or certificate permissions. This precisely satisfies User1's requirement to read and update Secret1 while keeping scope limited to secrets (least privilege compared to broader Owner
/Contributor).
* Key Vault Secrets User - documented to "read secret contents" only. This matches User2's requirement to read the contents of the secrets stored in Vault2 while preventing modification or management actions.
The SC-300 coverage stresses that RBAC roles for Key Vault separate permissions for keys, secrets, and certificates, enabling least privilege and PIM governance (eligible/activation, approvals, MFA, and just-in- time) for access to sensitive data.
Microsoft 365 E5 구독이 있습니다.
사용자는 타사 클라우드 앱이 자신의 데이터에 액세스하도록 승인합니다.
앱에 높은 권한이 필요하고 20명 이상의 사용자가 인증한 경우 트리거되는 알림을 구성해야 합니다.
클라우드 앱용 Microsoft Defender 포털에서 어떤 유형의 정책을 만들어야 합니까?
Correct Answer: A Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
contoso.com이라는 Microsoft Enterprise 테넌트가 있으며, 이 테넌트에는 Appl이라는 엔터프라이즈 애플리케이션이 있습니다.
계약업체가 [email protected] 계정 정보를 사용합니다.
계약업체에게 App1에 대한 접근 권한을 제공할 수 있도록 해야 합니다. 계약업체는 [email protected]으로 인증할 수 있어야 합니다.
어떻게 해야 할까요?
Correct Answer: A Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Microsoft 365 테넌트가 있습니다.
Azure Monitor를 사용하여 Azure Active Directory(Azure AD) 감사 로그 정보를 확인할 수 있는지 확인해야 합니다.
무엇을 먼저 해야 할까요?
Correct Answer: D Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
귀하의 Microsoft Entra 테넌트에는 다음 그림에 표시된 외부 사용자가 포함되어 있습니다.

사용자의 이메일 주소를 업데이트합니다.
사용자가 업데이트된 이메일 주소를 사용하여 인증할 수 있도록 해야 합니다.
사용자를 위해 무엇을 해야 할까요?
Correct Answer: B Vote an answer
Microsoft Exchange 조직에서 contoso.com이라는 SMTP 주소 공간을 사용하고 있습니다.
여러 사용자가 1 Microsoft Entra에 셀프 서비스로 가입하기 위해 contoso.com 이메일 주소를 사용합니다.
자체 서명된 사용자가 포함된 Microsoft Entra 테넌트에 대한 전역 관리자 권한을 얻게 됩니다.
contoso.com 2 Microsoft Entra 테넌트에서 사용자가 Microsoft 365 서비스에 셀프 서비스로 가입하기 위한 사용자 계정을 생성하지 못하도록 방지해야 합니다.
어떤 PowerShell cmdlet을 실행해야 합니까?
Correct Answer: C Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
하나의 Microsoft Entra 테넌트에 연결된 Azure 구독이 세 개 있습니다.
높은 권한을 가진 계정과 관련된 위험을 평가하고 해결해야 합니다. 해결책은 관리 노력을 최소화해야 합니다.
무엇을 사용해야 할까요?
Correct Answer: D Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Microsoft 365 E5 구독과 Azure 구독을 보유하고 있습니다. 다음 요구 사항을 충족해야 합니다.
* 사용자가 Microsoft 365 자격 증명을 사용하여 Azure 가상 머신에 로그인할 수 있는지 확인하십시오.
* 새로운 가상 머신을 생성할 수 있는 권한을 위임합니다.
각 요구 사항에 무엇을 사용해야 할까요? 답을 찾으려면 적절한 기능을 해당 요구 사항으로 드래그하세요. 각 기능은 한 번, 여러 번 또는 전혀 사용되지 않을 수 있습니다. 콘텐츠를 보려면 창 사이의 분할 막대를 드래그하거나 스크롤해야 할 수도 있습니다.
Correct Answer:

Explanation:

Comprehensive and Detailed Explanation with all Microsoft SC-300: Identity and Access Administrator documents: = Based on the Microsoft SC-300: Microsoft Identity and Access Administrator official study guide, Exam Ref SC-300 , and Microsoft Learn Identity & Access Management modules, Azure provides several mechanisms to manage identity integration and role delegation between Microsoft 365 and Azure resources.
* Ensure that users can sign in to Azure virtual machines by using their Microsoft 365 credentials: This requirement refers to enabling Azure AD-based authentication for virtual machines. This capability is provided by Azure AD Managed Identities and Azure AD join support for Azure VMs. Managed identities allow Azure resources, such as virtual machines, to authenticate to Azure AD-secured services using Microsoft Entra (Azure AD) credentials, eliminating the need to manage credentials manually. As stated in the Microsoft Identity study guide:
"Azure AD-managed identities provide an automatically managed identity in Azure AD for applications or services to use when connecting to resources secured by Azure AD. This includes support for user sign-in to Azure VMs using Microsoft 365 or Azure AD credentials."
* Delegate the ability to create new virtual machines: To delegate resource creation and management in Azure, Azure role-based access control (Azure RBAC) is used. Azure RBAC enables granular access management for Azure resources by assigning roles such as Virtual Machine Contributor , Owner , or Contributor at different scopes (subscription, resource group, or resource). Microsoft documentation clarifies:
"Azure RBAC allows you to assign roles to users, groups, or service principals, granting permissions to create, modify, or delete Azure resources, including virtual machines."
다음 표에 표시된 사용자가 포함된 Azure AD 테넌트가 있습니다.

동적 사용자 그룹을 생성하고 다음 규칙 구문을 구성합니다.

어떤 사용자들이 그룹에 추가될까요?
Correct Answer: E Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).