Microsoft

SC-300 Free Practice Questions — Page 20

Question 219

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Amazon Web Services (AWS) account, a Google Workspace subscription, and a GitHub account. You deploy an Azure subscription and enable Microsoft 365 Defender. You need to ensure that you can monitor OAuth authentication requests by using Microsoft Defender for Cloud Apps. Solution: From the Microsoft 365 Defender portal, you add the Microsoft Azure app connector. Does this meet the goal?

A. Yes
B. No
Show Answer
Correct Answer: B
Explanation:
Adding the Microsoft Azure app connector does not enable OAuth app monitoring for the required SaaS platforms. Microsoft Defender for Cloud Apps monitors OAuth app permissions through supported platform integrations such as Microsoft 365, Google Workspace, and Salesforce (and App Governance for supported providers). To monitor OAuth authentication requests for Google Workspace, the Google Workspace connector is required; the Azure app connector alone does not meet the goal.

Question 220

Case Study - Overview - Contoso, Ltd. is a consulting company that has a main office in Montreal and branch offices in London and Seattle. Contoso has a partnership with a company named Fabrikam, Inc. Fabrikam has an Azure AD tenant named fabrikam.com. Existing Environment. Existing Environment The on-premises network of Contoso contains an Active Directory domain named contoso.com. The domain contains an organizational unit (OU) named Contoso_Resources. The Contoso_Resources OU contains all users and computers. The contoso.com Active Directory domain contains the relevant users shown in the following table. Contoso also includes a marketing department that has users in each office. Existing Environment. Microsoft 365/Azure Environment Contoso has an Azure AD tenant named contoso.com that has the following associated licenses: • Microsoft Office 365 Enterprise E5 • Enterprise Mobility + Security E5 • Windows 10 Enterprise E3 • Project Plan 3 Azure AD Connect is configured between Azure AD and Active Directory Domain Services (AD DS). Only the Contoso_Resources OU is synced. Helpdesk administrators routinely use the Microsoft 365 admin center to manage user settings. User administrators currently use the Microsoft 365 admin center to manually assign licenses. All users have all licenses assigned besides the following exceptions: • The users in the London office have the Microsoft 365 Phone System license unassigned. • The users in the Seattle office have the Yammer Enterprise license unassigned. Security defaults are disabled for contoso.com. Contoso uses Azure AD Privileged Identity Management (PIM) to protect administrative roles. Existing Environment. Problem Statements Contoso identifies the following issues: • Currently, all the helpdesk administrators can manage user licenses throughout the entire Microsoft 365 tenant. • The user administrators report that it is tedious to manually configure the different license requirements for each Contoso office. • The helpdesk administrators spend too much time provisioning internal and guest access to the required Microsoft 365 services and apps. • Currently, the helpdesk administrators can perform tasks by using the User administrator role without justification or approval. • When the Logs node is selected in Azure AD, an error message appears stating that Log Analytics integration is not enabled. Requirements. Planned Changes - Contoso plans to implement the following changes: • Implement self-service password reset (SSPR). • Analyze Azure audit activity logs by using Azure Monitor. • Simplify license allocation for new users added to the tenant. • Collaborate with the users at Fabrikam on a joint marketing campaign. • Configure the User administrator role to require justification and approval to activate. • Implement a custom line-of-business Azure web app named App1. App1 will be accessible from the internet and authenticated by using Azure AD accounts. • For new users in the marketing department, implement an automated approval workflow to provide access to a Microsoft SharePoint Online site, group, and app. Contoso plans to acquire a company named A. Datum Corporation. One hundred new A. Datum users will be created in an Active Directory OU named Adatum. The users will be located in London and Seattle. Requirements. Technical Requirements Contoso identifies the following technical requirements: • All users must be synced from AD DS to the contoso.com Azure AD tenant. • App1 must have a redirect URI pointed to https://contoso.com/auth-response. • License allocation for new users must be assigned automatically based on the location of the user. • Fabrikam users must have access to the marketing department’s SharePoint site for a maximum of 90 days. • Administrative actions performed in Azure AD must be audited. Audit logs must be retained for one year. • The helpdesk administrators must be able to manage licenses for only the users in their respective office. • Users must be forced to change their password if there is a probability that the users’ identity was compromised. You need to meet the planned changes and technical requirements for App1. What should you implement?

A. a policy set in Microsoft Intune
B. Azure AD Application Proxy
C. an app configuration policy in Microsoft Intune
D. an app registration in Azure AD
Show Answer
Correct Answer: D
Explanation:
App1 is a custom Azure web application that will authenticate with Azure AD and requires a redirect URI (https://contoso.com/auth-response). Configuring authentication and redirect URIs is done through an Azure AD (Microsoft Entra ID) app registration. Azure AD Application Proxy is used to publish on-premises web applications securely, which is not needed for an internet-accessible Azure web app. Intune policies are unrelated to registering web app authentication.

Question 221

Your company purchases a new Microsoft 365 E5 subscription and an app named App1. You need to create a Microsoft Defender for Cloud Apps access policy for App1. What should you do you first?

A. Configure a Conditional Access policy to use app-enforced restrictions.
B. Configure a Token configuration for App1.
C. Add an API permission for App1.
D. Configure a Conditional Access policy to use Conditional Access App Control.
Show Answer
Correct Answer: D
Explanation:
To use Microsoft Defender for Cloud Apps access policies with Conditional Access App Control, you must first configure a Microsoft Entra Conditional Access policy that routes the target app through Conditional Access App Control. Only after that can you create and apply Defender for Cloud Apps access policies for the app. App-enforced restrictions, token configuration, and API permissions are not the prerequisite for this scenario.

Question 222

You have a Microsoft 365 subscription that contains the users shown in the following table. From the tenant, you configure a naming policy for groups. Which users are affected by the naming policy?

A. User2 only
B. User3only
C. User2 and User3 only
D. User3 and User4 only
E. User1, User2, and User3 only
F. User1, User2, User3, and User4
Show Answer
Correct Answer: D
Explanation:
Microsoft Entra group naming policies apply to users who create Microsoft 365 groups, except for exempt administrator roles. Global Administrator and User Administrator are exempt from the naming policy. Therefore, the users holding those roles are not affected, while the other users are affected by the policy. By default, regular users can create Microsoft 365 groups unless that ability has been restricted.

Question 224

You have an Azure AD tenant. You discover that a large number of new apps were added to the tenant. You need to implement an approval process for new enterprise applications. What should you do?

A. From the Microsoft Defender for Cloud Apps portal, create a Cloud Discovery anomaly detection policy.
B. From the Microsoft Entra admin center, configure the Admin consent settings.
C. From the Microsoft Defender for Cloud Apps portal, configure an app connector.
D. From the Microsoft Entra admin center, configure an access review.
Show Answer
Correct Answer: B
Explanation:
Configure Admin consent settings in the Microsoft Entra admin center to enable the admin consent workflow. This creates an approval process for applications that require admin consent, allowing administrators to review and approve or deny new enterprise application consent requests. Cloud Discovery anomaly detection and app connectors in Defender for Cloud Apps do not implement an approval workflow, and access reviews are for reviewing existing access, not approving new applications.

Question 225

You have an Azure AD tenant and a .NET web app named App1. You need to register App1 for Azure AD authentication. What should you configure for App1?

A. the executable name
B. the bundle ID
C. the package name
D. the redirect URI
Show Answer
Correct Answer: D
Explanation:
For an Azure AD (Microsoft Entra ID) registered .NET web application, you must configure a redirect URI (reply URL). This is the endpoint where the identity platform returns the authentication response after sign-in. Executable name, bundle ID, and package name are used for other application platforms (desktop, iOS, Android), not for a web app.

Question 226

You have an Azure AD tenant that contains the users shown in the following table. You need to compare the role permissions of each user. The solution must minimize administrative effort. What should you use?

A. the Microsoft 365 Defender portal
B. the Microsoft 365 admin center
C. the Microsoft Entra admin center
D. the Microsoft Purview compliance portal
Show Answer
Correct Answer: C
Explanation:
Use the Microsoft Entra admin center to compare Azure AD (Microsoft Entra ID) role permissions assigned to users. It provides the directory role management and permission visibility for Entra roles, including roles such as Application Administrator. The other portals focus on Microsoft 365 administration, security, or compliance rather than detailed Entra directory role comparison.

Question 227

You have an Azure AD tenant named contoso.com that contains the resources shown in the following table. You create a user named Admin1. You need to ensure that Admin1 can enable Security defaults for contoso.com. What should you do first?

A. Delete Package1.
B. Delete CAPolicy1.
C. Assign Admin1 the Authentication Administrator role for Au1.
D. Configure Identity Governance.
Show Answer
Correct Answer: B
Explanation:
Security defaults cannot be enabled if Conditional Access policies are configured in the tenant. Before enabling Security defaults, existing Conditional Access policies must be removed or disabled. The other options do not address this prerequisite: deleting a package is unrelated, Authentication Administrator is not sufficient to enable Security defaults, and Identity Governance is unrelated.

Question 228

A user named User1 receives an error message when attempting to access the Microsoft Defender for Cloud Apps portal. You need to identify the cause of the error. The solution must minimize administrative effort. What should you use?

A. Log Analytics
B. sign-in logs
C. audit logs
D. provisioning logs
Show Answer
Correct Answer: B
Explanation:
Sign-in logs are the appropriate place to investigate authentication and access errors when a user cannot access the Microsoft Defender for Cloud Apps portal. They show successful and failed sign-in attempts along with failure reasons, allowing you to identify the cause with minimal administrative effort. Audit logs track administrative activities, provisioning logs track user/group provisioning, and Log Analytics is not the primary tool for diagnosing a user's sign-in error.

Question 229

HOTSPOT - You have a hybrid Microsoft 365 subscription that contains the users shown in the following table. You plan to deploy an on-premises app named App1. App1 will be registered in Azure AD and will use Azure AD Application Proxy. You need to delegate the installation of the Application Proxy connector and ensure that User1 can register App1 in Azure AD. The solution must use the principle of least privilege. Which user should perform the installation, and which role should you assign to User1? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Illustration for SC-300 question 229 Illustration for SC-300 question 229
Show Answer
Correct Answer: User that should perform the installation: Admin2 Assign User1 the role of: Application Developer
Explanation:
Application Proxy connector installation/configuration requires Application Administrator (least privilege over Global Administrator). To allow User1 to register an application with least privilege, assign the Application Developer role.

$19

Get all 387 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.