HOTSPOT
-
You have an Azure subscription that contains two virtual machines named VM1 and VM2 and an Azure App Service Standard app named App1. VM1 is used to upload data to App1. App1 stores data on VM2.
You need to secure connectivity between the virtual machines and App1. The solution must minimize the risk of data exfiltration.
What should you use to manage connectivity for App1? To answer, select the options in the answer area.
NOTE: Each correct answer is worth one point.
Explanation: Private endpoints provide private, network-isolated inbound access to App Service, minimizing data exfiltration risk. Virtual network integration is required for App Service outbound traffic to securely access resources in a VNet, such as VM2.
Question 116
HOTSPOT
-
Your company has offices in New York City and Los Angeles.
The New York City office contains an on-premises app named App1.
You have an Azure subscription. The subscription is linked to a Microsoft Entra tenant that is hosted in North America.
You plan to manage access to App1 for the users in the Los Angeles office by using Microsoft Entra Private Access. You will deploy Private Access by performing the following actions:
• Provision an ExpressRoute circuit from the New York City office to the closest peering location.
• Create an Azure virtual network named VNet1 in the East US Azure region.
• Deploy a Microsoft Entra application proxy connector to VNet1.
You need to optimize the network for the planned deployment. The solution must meet the following requirements:
• Maximize redundancy for connectivity to App1.
• Minimize network latency when accessing App1.
• Minimize complexity.
• Minimize costs.
What should you include in the solution? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Two connectors to the default connector group
ExpressRoute with private peering
Explanation: Using two connectors in the default connector group provides built-in load balancing and redundancy with minimal complexity and cost. ExpressRoute private peering offers a dedicated, low-latency, private connection between VNet1 and the on-premises network hosting App1, optimizing performance and reliability.
Question 117
You have an Azure subscription that contains SQL Server on Azure virtual machines located in the West US Azure region. The virtual machines are only accessible by using private IP addresses.
You plan to deploy a Windows-based Azure App Service web apps in the East US Azure region.
You need to recommend a solution to provide the web apps access to the SQL Server databases.
What should you include in the recommendation?
A. an Azure VPN gateway
B. a private endpoint
C. a service endpoint
D. an Azure Bastion host
Show Answer
Correct Answer: A
Explanation: The SQL Server runs on Azure virtual machines (IaaS) and is reachable only via private IPs in West US. An Azure App Service in East US cannot directly access those private IPs unless there is network connectivity between VNets. The correct approach is to integrate the App Service with a VNet and use an Azure VPN Gateway (VNet-to-VNet VPN) to connect that VNet to the VNet hosting the SQL Server VMs. Private endpoints and service endpoints apply to PaaS services, not SQL Server on VMs, and Azure Bastion is only for administrative access.
Question 118
Your company has a main office and 10 branch offices. Each branch office contains an on-premises file server that runs Windows Server and multiple devices that run either Windows 11 or macOS. The devices are enrolled in Microsoft Intune.
You have a Microsoft Entra tenant.
You need to deploy Global Secure Access to implement web filtering for device traffic to the internet. The solution must ensure that all the web traffic from the devices in the branch offices is controlled by using Global Secure Access.
What should you do first in each branch office?
A. Configure an Intune policy to onboard Microsoft Defender for Endpoint to each device.
B. Configure an IPsec tunnel on the router.
C. Install the Microsoft Entra private network connector on the file server.
D. Configure an Intune policy to deploy the Global Secure Access client to each device.
Show Answer
Correct Answer: D
Explanation: To control all internet-bound web traffic from Windows 11 and macOS devices using Microsoft Entra Global Secure Access, the Global Secure Access client must be installed on each device. Deploying the client via an Intune policy is the first required step, as the client enforces web filtering and traffic steering. Network connectors, IPsec tunnels, or Defender for Endpoint onboarding are not required for internet web filtering with Global Secure Access.
Question 119
Your company has 10 branch offices. Each office has a local internet connection that uses a static IP address.
You have an Azure subscription. The subscription contains a storage account named storage1 that stores blobs.
Users in the branch offices access the blobs via the internet.
You need to recommend a solution to ensure that the data in storage1 is accessible only from the branch office static IP addresses. The solution must minimize costs.
What should include in the recommendation?
A. Azure Private Link
B. an Azure Firewall policy
C. Azure Storage firewall rules
D. a network security group (NSG)
Show Answer
Correct Answer: C
Explanation: Azure Storage firewall rules allow you to restrict access to a storage account by explicitly whitelisting public IP addresses. Since each branch office uses a static IP and access is over the internet, this directly meets the requirement with minimal cost and no additional infrastructure. Private Link and Azure Firewall add cost and complexity, and NSGs do not apply to storage accounts.
Question 120
You have a Microsoft Entra tenant. The tenant contains 500 Windows devices that have the Global Secure Access client deployed.
You have a third-party software as a service (SaaS) app named App1.
You plan to implement Global Secure Access to manage access to App1.
You need to recommend a solution to manage connections to App1. The solution must ensure that users authenticate by using their Microsoft Entra credentials before they can connect to App1.
What should you include the recommendation?
A. a Global Secure Access app
B. a private access traffic forwarding profile
C. an internet access traffic forwarding profile
D. a Quick Access app
Show Answer
Correct Answer: A
Explanation: To ensure users must authenticate with Microsoft Entra credentials before accessing a third‑party SaaS app, you need to onboard the app into Global Secure Access as a Global Secure Access app. This enables identity‑aware access, integration with Microsoft Entra ID, and enforcement of Conditional Access policies for the SaaS application. Traffic forwarding profiles (internet or private) only control how traffic is routed and do not by themselves provide identity‑based authentication for a specific SaaS app.
Question 121
You have a Microsoft 365 subscription that contains 1,000 users. Each user is assigned a Microsoft 365 E5 license.
The subscription uses sensitivity labels to classify corporate documents. All the users have Windows 11 devices that are onboarded to Microsoft Defender for Endpoint and are configured to sync files to Microsoft OneDrive.
You need to prevent the users from uploading the documents from OneDrive to external websites.
What should you include in the solution?
A. Microsoft Purview Information Protection
B. Microsoft Purview data loss prevention (DLP)
C. web content filtering in Defender for Endpoint
D. an endpoint security policy
Show Answer
Correct Answer: B
Explanation: Microsoft Purview data loss prevention (DLP) can enforce policies that prevent sensitive or labeled content from being shared to unauthorized destinations, including blocking uploads from OneDrive or endpoints to external websites. With Windows 11 devices onboarded to Defender for Endpoint and users licensed for Microsoft 365 E5, endpoint DLP integrates with OneDrive and browsers to stop exfiltration of corporate documents.
Question 122
You have a Microsoft 365 subscription and an Azure subscription. Microsoft 365 Defender and Microsoft Defender for Cloud are enabled.
The Azure subscription contains 50 virtual machines. Each virtual machine runs different applications on Windows Server 2019.
You need to recommend a solution to ensure that only authorized applications can run on the virtual machines. If an unauthorized application attempts to run or be installed, the application must be blocked automatically until an administrator authorizes the application.
Which security control should you recommend?
A. app registrations in the Microsoft Entra tenant
B. OAuth app policies in Microsoft Defender for Cloud Apps
C. app protection policies in Microsoft Endpoint Manager
D. application control policies in Microsoft Defender for Endpoint
Show Answer
Correct Answer: D
Explanation: The requirement is to allow only authorized applications to run on Windows Server 2019 VMs and to automatically block unauthorized applications until approved. Microsoft Defender for Endpoint provides application control (based on Windows Defender Application Control) that enforces allow/deny rules for executables, installers, and scripts on servers. The other options focus on identity apps, cloud app access, or mobile app data protection and do not enforce application execution control on Windows servers.
Question 123
HOTSPOT
-
You have a Microsoft 365 subscription that contains 1,000 users and two groups named Group1 and Group2. All the users have devices that are onboarded to Microsoft Intune and Microsoft Defender for Endpoint. Group1 manages Microsoft Entra and Microsoft 365 services. Group2 manages Intune and Defender for Endpoint.
You need to recommend a solution to prevent users from connecting to Microsoft 365 services from devices that have encryption disabled.
What should you recommend implementing for each group? To answer, select the options in the answer area.
NOTE: Each correct answer is worth one point.
Show Answer
Correct Answer: Group1:
A Conditional Access policy
Group2:
A compliance policy in Intune
Explanation: Conditional Access can block access to Microsoft 365 unless the device is marked compliant. An Intune compliance policy is used to require device encryption so that only encrypted devices are considered compliant.
Question 124
You have a Microsoft 365 subscription that contains 1,000 users and a group named Group1. All the users have Windows 11 devices. The users sign in to their devices by using their Microsoft Entra account. The users do NOT have administrative rights to their devices.
The members of Group1 remotely assist the users by taking control of user sessions. The remote control sessions run in the security context of the users they are assisting.
You need to recommend a solution that will enable the Group1 members to run apps that require administrative rights to the users' devices. The solution must ensure that the apps are run in the context of each signed-in standard user.
What should you include in the recommendation?
A. Windows Local Administrator Password Solution (Windows LAPS)
B. Microsoft Entra Permissions Management
C. Microsoft Intune Endpoint Privilege Management
D. Privileged Identity Management (PIM) in Microsoft Entra ID
Show Answer
Correct Answer: C
Explanation: Microsoft Intune Endpoint Privilege Management (EPM) allows standard users to run specific applications with elevated privileges without granting them local administrator rights. It ensures apps are elevated on demand and still run in the security context of the signed-in user, which fits the requirement for remote assistance sessions running under user context.
$19
Get all 316 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.