SC-300-KR 문제 21
다음 설정을 사용하여 셀프 서비스 비밀번호 재설정(SSPR)을 구성합니다.
로그인 시 사용자 등록 요구: 예
재설정에 필요한 방법 수: 1
사용자가 사용할 수 있는 유효한 인증 방법은 무엇입니까?
Let's break this down step by step based on Microsoft Entra ID self-service password reset (SSPR) settings and the available authentication methods, as outlined in Microsoft Identity and Access Administrator documentation.
Understanding Self-Service Password Reset (SSPR) in Microsoft Entra ID:
Self-service password reset (SSPR) allows users to reset their passwords without administrator intervention, improving security and reducing helpdesk workload.
The settings provided are:
Require users to register when signing in: Yes- U sers must register their authentication methods (e.g., phone number, email, security questions) the first time they sign in. This ensures they have methods available for SSPR.
Number of methods required to reset: 1- Users must verify their identity using o ne authentication method to reset their password. This is the minimum number of methods required, meaning users must have at least one method registered, and they will use one method during the reset process.
Available Authentication Methods for SSPR:
Micr osoft Entra ID SSPR supports a specific set of authentication methods that users can use to verify their identity during a password reset. These methods are configured by the administrator in the Microsoft Entra admin center under " Password reset " settings .
The default authentication methods available for SSPR include:
Email:Users receive a code sent to an alternate email address.
Mobile phone (SMS):Users receive a code via SMS to their registered mobile phone.
Mobile app code:Users use a code generated by the Microsoft Authenticator app (or another compatible authenticator app).
Mobile app notification:Users receive a push notification in the Microsoft Authenticator app to approve the reset.
Security questions:Users answer predefined security questions they set up during registration.
Important Note:Methods like smartcards, FIDO2 security tokens, and Windows Hello are not supported for SSPR. These methods are typically used for authentication during sign-in (e.g., MFA or passwordless sign- in), not for the SS PR process.
Analysis of the Options:
A). A smartcard:
Smartcards are a form of certificate-based authentication often used for sign-in to Windows devices or VPNs.
They require a physical card and a reader, and they are typically used for primary authenticat ion, not for SSPR.
Microsoft Entra ID SSPR does not support smartcards as an authentication method for password reset.
Smartcards are not listed as an available method in the SSPR configuration settings.
Conclusion:This is incorrect.
B). A mobile app code:
A mobile app code refers to a time-based one-time password (TOTP) generated by an authenticator app, such as the Microsoft Authenticator app.
This is a supported method for SSPR in Microsoft Entra ID. Users can register the Microsoft Authenticator app (or another compatible app) and use the generated code to verify their identity during a password reset.
Since the setting " Number of methods required to reset: 1 " means only one method is needed, a mobile app code is a valid option if the user has registered it.
Conclusion:This is correct.
C). An FIDO2 security token:
FIDO2 security tokens (e.g., YubiKey) are hardware-based security keys that support passwordless authentication in Microsoft Entra ID. They are part of Microsoft's passwordless authentication stra tegy and can be used for sign-in.
However, FIDO2 security tokens are not supported for SSPR. The SSPR process does not allow users to verify their identity using a FIDO2 security key because the reset process is designed to work with simpler, more accessib le methods like email, SMS, or app-based codes.
Conclusion:This is incorrect.
D). A Windows Hello PIN:
Windows Hello PIN is a device-specific authentication method used to sign in to Windows devices. It is part of Windows Hello, which also includes biometric authentication (e.g., facial recognition, fingerprint).
Windows Hello PIN is not supported for SSPR in Microsoft Entra ID. The SSPR process occurs in a web- based portal (e.g., aka.ms/sspr) and does not integrate with device-specific authenticatio n methods like Windows Hello. Additionally, Windows Hello PIN is tied to a specific device, whereas SSPR is designed to be device-agnostic.
Conclusion:This is incorrect.
Additional Considerations:
The setting " Require users to register when signing in: Yes " ensures that users have at least one authentication method registered. However, the question does not specify which methods are enabled by the administrator. In Microsoft Entra ID, the default enabled methods for SSPR typically include email, mobile phon e (SMS), mobile app code, and mobile app notification. Security questions may also be enabled but are less common due to security concerns.
If the administrator has disabled certain methods (e.g., mobile app code), the answer could change. However, the que stion does not indicate any such restrictions, so we assume the default methods are available.
The " Number of methods required to reset: 1 " setting means users only need to use one method to reset their password, but they may have multiple methods registered. The question asks for a " valid authentication method available to users, " so we need to identify a method that SSPR supports.
Conclusion:Based on the SSPR settings and the supported authentication methods in Microsoft Entra ID:
A mobile app cod e (option B) is a valid authentication method for SSPR, as it is supported by default and aligns with the configuration.
Smartcards, FIDO2 security tokens, and Windows Hello PIN are not supported for SSPR.Therefore, the correct answer isB.
References:
Micr osoft Entra ID documentation: " Self-service password reset authentication methods " (Microsoft Learn:
https://learn.microsoft.com/en-us/entra/identity/authentication/concept-sspr-howitworks#authentication- methods) Microsoft Entra ID documentation: " Configure self-service password reset " (Microsoft Learn:https://learn.
microsoft.com/en-us/entra/identity/authentication/howto-sspr-deployment) Microsoft Identity and Access Administrator (SC-300) exam study guide, which covers SSPR configuration and supported authe ntication methods.
SC-300-KR 문제 22
Microsoft Entra 테넌트에 연결된 Azure 구독이 있습니다. 해당 테넌트에 User1이라는 사용자가 있습니다.
Microsoft Entra 권한 관리를 배포할 계획입니다.
User1이 권한 관리에 Azure 구독을 등록할 수 있는지 확인해야 합니다. 솔루션은 최소 권한 원칙을 따라야 합니다.
User1에게 어떤 Microsoft Entra 역할을 할당해야 합니까?
The Global Administrator role could also perform onboarding but exceeds the least-privilege requirement.
Microsoft's official documentation (SC-300 "Manage Microsoft Entra Permissions Management" module) c learly states:
"The Permissions Management Administrator can onboard and configure environments for Permissions Management and manage discovery and insights across multi-cloud platforms."
SC-300-KR 문제 23
App1이라는 앱 등록을 포함하는 Microsoft Entra 테넌트가 있습니다. App1에는 Microsoft Graph 애플리케이션 권한이 있습니다.
App1을 지원하도록 환경을 구성해야 합니다. 솔루션은 다음 요구 사항을 충족해야 합니다.
* App1은 회사 네트워크에서만 접근할 수 있어야 합니다.
* App1의 자격 증명은 일반 텍스트로 저장하면 안 됩니다.
* 서버 1의 비대화형 예약 작업은 App1에 인증할 수 있어야 합니다.
어떻게 해야 할까요? 답변하려면 답변 영역에서 적절한 선택지를 선택하세요.
참고: 정답 하나당 1점입니다.


Explanation:

According to the Microsoft SC-300: Microsoft Identity and Access Administrator Study Guide and Microsoft Learn documentation ("Implement app registration and authentication with Microsoft Entra ID") , when configuring app registrations and securing non-interactive service applications (like scheduled tasks), two key elements must be addressed - secure authentication and conditional access enforcement.
Step 1: Secure App Access from the Corporate Network To ensure App1 is accessible only from the corporate network, you must configure a Conditional Access policy in Microsoft Entra ID. Conditional Access policies allow you to restrict access to applications based on conditions such as:
* User or workload identity
* Location (e.g., trusted IP ranges or corporate networks)
* Device compliance and sign-in risk
As Microsoft documentation states:
"Conditional Access policies can restrict access to specific applications based on location, risk, or device status. Use named locations to allow access only from your trusted network." Therefore, a Conditional Access policy is required to meet the first requirement.
Step 2: Secure Authentication for Non-Interactive Tasks For non-interactive scheduled tasks running on an on- premises server (Server1) that need to authenticate to App1 using application permissions, credentials must be securely stored. Storing plain-text secrets (like passwords or client secrets) violates security best practices.
Microsoft recommends using certificates for application authentication because certificates are securely stored and provide higher security than secrets.
From the SC-300 material and Microsoft Learn:
"When registering applications that use non-interactive authentication, use a certificate-based credential instead of a client secret. Certificates are more secure and meet compliance requirements for secure app authentication." This approach also ensures that Server1's scheduled tasks can authenticate silently using the private key of the certificate.
SC-300-KR 문제 24

그래픽에 제시된 정보를 바탕으로 각 문장을 완성하는 답변 선택을 선택하려면 드롭다운 메뉴를 사용하세요.
참고사항: 정답을 선택할 때마다 1점이 부여됩니다.


In Azure AD Privileged Identity Management (PIM), MFA can be enforced at role activation. The setting "On activation, require Azure MFA: Yes" means a user must complete MFA each time they activate the role.
Because the "Activation maximum duration (hours)" is 8 hours, any user who needs the User Administrator role beyond that window must re-activate the role and therefore perform MFA again. The study guide explains: "Requiring MFA on activation ensures strong verification at the moment privileges are elevated." It also states: "Activation maximum duration controls how long the user holds the role before needing to re- activate." For approvals, the role settings show "Require approval to activate: Yes" and "Approvers: None." PIM behavior for Azure AD roles is that "if no approver list is configured for a role, activation requests are routed to Privileged Role Administrators and Global Administrators." The exam materials emphasize: "Privileged Role Administrator manages role settings, including approval workflows, and can approve eligible activations; Global Administrator also has approval capability when no explicit approvers are defined." Therefore, the correct selections are 8 hours for MFA (per activation window) and global administrator or privileged role administrator as the approver when none are explicitly assigned.
SC-300-KR 문제 25

tenan1에서 그룹에 대한 명명 정책을 구성합니다.
어떤 사용자가 명명 정책의 영향을 받습니까?
- "Manage Microsoft 365 Groups naming policies" documentation, group naming policies in Azure Active Directory (now Microsoft Entra ID) apply to end users who create Microsoft 365 groups, but do not apply to administrators who have roles that allow them to override naming restrictions.
The policy defines conventions such as prefixes, suffixes, blocked words, and enforced naming rules.
However, certain administrative roles are exempt from this policy to allow organizational management and automation processes. The exempt roles are:
* Global Administrator
* User Administrator
These two roles can create Microsoft 365 groups without the naming policy constraints. Other users - including Groups Administrator and users without administrative roles - are subject to the naming policy when creating groups.
From the official documentation:
"Naming policies apply to all users who create groups, except for global administrators and user administrators. These roles can create groups that bypass the naming policy restrictions." Applying this rule:
* User1 (Global Administrator) - exempt
* User2 (User Administrator) - exempt
* User3 (Groups Administrator) - affected by the policy
* User4 (no role) - affected by the policy
- 다른 버전
- 459Microsoft.SC-300-KR.v2026-06-03.q151
- 686Microsoft.SC-300-KR.v2026-04-21.q141
- 800Microsoft.SC-300-KR.v2026-03-16.q211
- 683Microsoft.SC-300-KR.v2026-03-03.q165
- 801Microsoft.SC-300-KR.v2025-11-24.q159
- 880Microsoft.SC-300-KR.v2025-02-28.q117
- 최근 업로드
- 150VMware.6V0-22.25.v2026-06-16.q98
- 142NetworkAppliance.NS0-901.v2026-06-16.q35
- 136Cisco.300-220.v2026-06-16.q145
- 130Huawei.H20-923_V1.0.v2026-06-16.q21
- 159Google.Professional-Cloud-DevOps-Engineer.v2026-06-16.q142
- 150WGU.Global-Economics-for-Managers.v2026-06-15.q48
- 189Databricks.Databricks-Certified-Data-Engineer-Professional.v2026-06-15.q112
- 156Oracle.1Z0-136.v2026-06-15.q46
- 144SAP.C-P2W10-2504.v2026-06-15.q29
- 148SAP.C_SAC_2601.v2026-06-15.q39
PDF 파일 다운로드
메일 주소를 입력하시고 다운로드 하세요. Microsoft.SC-300-KR.v2026-06-08.q173 모의시험 시험자료를 다운 받으세요.
