Microsoft

SC-300 Free Practice Questions — Page 3

Question 23

You have a Microsoft Entra tenant. You have 500 devices that run either Windows 11, macOS, iOS, or Android and are enrolled in Microsoft Intune. You plan to deploy the Global Secure Access client. From the Microsoft Entra admin center, you download the Global Secure Access client for each operating system. You need to deploy the client to the macOS devices by using Intune. Which file extension should you use when uploading the client to Intune?

A. .ipa
B. .apk
C. .intunewin
D. .pkg
Show Answer
Correct Answer: D
Explanation:
For macOS, Microsoft Intune supports deploying macOS installer packages using the .pkg format. The Global Secure Access client downloaded for macOS is packaged as a .pkg installer. The other extensions correspond to different platforms: .ipa for iOS, .apk for Android, and .intunewin is used for Windows Win32 app packaging.

Question 24

You have on-premises Linux devices. You have a Microsoft 365 E5 subscription. You plan to configure Global Secure Access Internet Access. You need to ensure that the devices can connect to Global Secure Access. What should you do?

A. Configure the Adaptive Access settings.
B. Install the Azure Connected Machine agent on the devices.
C. Create a remote network.
D. Deploy a private network connector.
Show Answer
Correct Answer: C
Explanation:
Linux devices do not have a native Global Secure Access client. To connect on-premises Linux devices to Global Secure Access Internet Access, you establish connectivity through a Remote Network using an IPsec tunnel from the on-premises network to the Global Secure Access service. Adaptive Access does not provide connectivity, Azure Connected Machine agent is for Azure Arc management, and a private network connector is used for Private Access to internal applications rather than Internet Access connectivity for Linux devices.

Question 25

You have an Azure subscription that contains a user named User1 and an Azure key vault named Vault1. You need to ensure that User1 can read the metadata of certificates, keys, and secrets stored in Vault1. The solution must follow the principle of least privilege. Which role should you assign to User1?

A. Key Vault Secrets User
B. Key Vault Crypto User
C. Key Vault Reader
D. Key Vault Crypto Officer
Show Answer
Correct Answer: C
Explanation:
The Key Vault Reader role allows viewing the metadata of keys, secrets, and certificates without granting access to their sensitive values or cryptographic operations. This satisfies the requirement to read metadata only while following the principle of least privilege. The Secrets User role can read secret values, and the Crypto User/Crypto Officer roles allow cryptographic operations or key management beyond metadata access.

Question 26

You have a Microsoft 365 E5 subscription. You create an access review named Review1. Review1 requires that every six months, Microsoft 365 group owners review guest user access to their groups. You need to ensure that if the group owners fail to review the membership of Review1, guest users are removed automatically. Which settings should you configure for Review1?

A. Reviewers
B. General
C. Advanced settings
D. Upon completion settings
Show Answer
Correct Answer: D
Explanation:
Configure the 'Upon completion settings' to automatically apply review results and specify that if reviewers do not respond, guest users are removed. This setting controls the action taken after the access review completes, including automatic removal when no review is performed.

Question 27

You have a Microsoft 365 subscription. You need to ensure that users can grant enterprise applications access to their profile. The solution must ensure that the users can consent only to the User.Read and profile delegated permissions. What should you configure first?

A. Identity Protection settings
B. Permission classifications
C. Admin consent settings
D. Security defaults
Show Answer
Correct Answer: B
Explanation:
To allow users to consent only to specific low-risk delegated permissions such as User.Read and profile, you first configure permission classifications. Those classifications are then used by the user consent policy to limit which permissions users may grant. Identity Protection and Security Defaults are unrelated, and Admin consent settings govern administrator consent rather than defining the permission classifications required for this scenario.

Question 28

HOTSPOT - You have an Azure subscription that contains a group named Group1 and two users named User1 and User2. User1 is a member of Group1. You register an enterprise application named App1. You enable self-service application access for App1 and configure the following settings: • Allow users to request access to this application: Yes • To which group should assigned users be added: Group1 • Require approval before granting access to this application: Yes • Who is allowed to approve access to this application: User2 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Illustration for SC-300 question 28
Show Answer
Correct Answer: Yes No Yes
Explanation:
Self-service access requires users to request access before assignment. Requests requiring approval are approved by the configured approver, but an approver cannot approve their own access request, so they are not automatically added. Configured approvers can approve requests through the Microsoft Entra admin center.

Question 29

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 ensure that all users can consent to apps that require permission to read their user profile. Users must be prevented from consenting to apps that require any other permissions. To complete this task, sign in to the appropriate admin center.

Show Answer
Correct Answer: Microsoft Entra admin center → Enterprise applications → Consent and permissions → User consent settings → select “Allow user consent for apps from verified publishers, for selected permissions” → Save.
Explanation:
This permits user consent only for low-impact selected permissions (including reading the signed-in user's profile) while preventing consent for apps requesting other permissions.

Question 30

You have 2,500 users who are assigned Microsoft Office 365 Enterprise E3 licenses. The licenses are assigned to individual users. From the Groups blade in the Microsoft Entra admin center, you assign Microsoft Office 365 Enterprise E5 licenses to a group that includes all users. You need to remove the Office 365 Enterprise E3 licenses from the users by using the least amount of administrative effort. What should you use?

A. the Set-MgUserLicense Cmdlet
B. the Identity Governance blade in the Microsoft Entra admin center
C. the Set-WindowsProductKey Cmdlet
D. the Administrative units blade in the Microsoft Entra admin center
Show Answer
Correct Answer: A
Explanation:
After assigning the Microsoft 365 E5 license through group-based licensing, the existing directly assigned E3 licenses must be removed from each user. The appropriate method is the Set-MgUserLicense cmdlet, which can remove directly assigned licenses in bulk via scripting, minimizing administrative effort. Identity Governance and Administrative Units do not manage license removal, and Set-WindowsProductKey is unrelated.

Question 31

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:
Administrative units in Microsoft Entra ID are used to scope administrative permissions to a subset of users, groups, or devices. To allow User1 to manage only users in the marketing department, you first create an administrative unit, add the marketing users to it, and then assign User1 an appropriate administrative role scoped to that administrative unit. Microsoft 365 groups, management groups, and resource groups do not provide scoped user administration in Microsoft Entra ID.

Question 32

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 Identity > Applications > Enterprise applications > Consent and permissions > User consent settings: Enable users to request admin consent. Configure Allan Deyoung as a Consent request reviewer.
Explanation:
Enable the admin consent workflow so users who cannot consent can submit requests, and assign Allan Deyoung as a reviewer for those requests.

$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.