You have a Microsoft Entra tenant named contoso.com.
You have an external partner that has a Microsoft Entra tenant named fabnkam.com.
You need to recommend an identity governance solution for contoso.com that meets the following requirements:
• Enables the users in contoso.com and fabrikam.com to communicate by using shared Microsoft Teams channels
• Manages access to shared Teams channels in contoso.com by using groups in fabrikam.com
• Supports single sign-on (SSO)
• Minimizes administrative effort
• Maximizes security
What should you include in the recommendation?
A. Cross-tenant synchronization
B. Microsoft Entra B2B collaboration
C. B2B direct connect
D. Microsoft Entra Connect Sync
Show Answer
Correct Answer: C
Explanation: Microsoft Entra B2B direct connect is specifically designed for Microsoft Teams shared channels across organizations. It enables users to access shared channels using their home tenant identities with single sign-on, supports using groups from the external tenant for access management via cross-tenant trust, minimizes guest account administration, and provides a secure cross-tenant trust model. B2B collaboration is intended for guest access rather than Teams shared channels. Cross-tenant synchronization provisions users, and Entra Connect Sync is for on-premises directory synchronization.
Question 138
Your on-premises network contains an Active Directory Domain Services (AD DS) domain named corp.contoso.com and an AD DS-integrated application named App1.
Your perimeter network contains a server named Server1that runs Windows Server.
You have a Microsoft Entra tenant named contoso.com that syncs with corp.contoso.com.
You plan to implement a security solution that will include the following configurations:
• Manage access to App1 by using Microsoft Entra Private Access.
• Deploy a Microsoft Entra application proxy connector to Server1.
• Implement single sign-on (SSO) for App1 by using Kerberos constrained delegation.
• For Server1, configure the following rules in Windows Defender Firewall with Advanced Security: o Rule1: Allow TCP 443 inbound from a designated set of Azure URLs, o Rule2: Allow TCP 443 outbound to a designated set of Azure URLs, o Rule3: Allow TCP 80 outbound to a designated set of Azure URLs, o Rule4: Allow TCP 389 outbound to the domain controllers on corp.contoso.com.
You need to maximize security for the planned implementation. The solution must minimize the impact on the connector.
Which rule should you remove?
A. Rule1
B. Rule2
C. Rule3
D. Rule4
Show Answer
Correct Answer: A
Explanation: The Microsoft Entra Application Proxy/Private Access connector initiates outbound connections to Microsoft Entra services and does not require inbound connections from Azure. Outbound TCP 443 is required for service communication, outbound TCP 80 is used for certificate revocation list (CRL) checks and related PKI functions, and LDAP/Kerberos-related communication to domain controllers is needed for Kerberos constrained delegation. Therefore, the unnecessary inbound TCP 443 allow rule should be removed to maximize security with minimal impact.
Question 139
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: Use a Private Endpoint to provide private inbound access to the App Service and reduce data exfiltration risk. Use Virtual Network Integration to enable the App Service's outbound traffic to reach resources in the virtual network, such as VM2.
Question 140
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: Deploying two connectors in the default connector group provides built-in load balancing and redundancy with the least complexity and cost. ExpressRoute private peering connects the on-premises network to the Azure VNet hosting the connector over a private, low-latency path; Microsoft peering is for Microsoft public services and is not needed.
Question 141
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 is running on Azure virtual machines (IaaS) and is only reachable via private IP addresses. App Service cannot directly reach private IPs unless integrated with a virtual network. To enable connectivity across regions to the VNet hosting the SQL Server VMs, you would use VNet integration for the App Service together with Azure VPN Gateway (or equivalent VNet connectivity). Private Endpoints and Service Endpoints are intended for supported Azure PaaS services, not direct access to SQL Server running inside a VM. Azure Bastion is only for administrative RDP/SSH access.
Question 142
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 web traffic with Microsoft Entra Global Secure Access (Internet Access), managed endpoints must run the Global Secure Access client. Since the devices are already enrolled in Intune, the first step in each branch office is to deploy the Global Secure Access client to those devices via an Intune policy. IPsec tunnels are not the initial requirement for endpoint-based web filtering, the private network connector is for Private Access to on-premises resources rather than internet filtering, and Defender for Endpoint onboarding is not required as the first step for this scenario.
Question 143
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 allowing selected public IP addresses or IP ranges. Since each branch office has a static public IP, you can whitelist those 10 IP addresses directly on the storage account. This meets the requirement of allowing access only from the branch offices while minimizing cost. Azure Private Link would require private connectivity and additional networking resources, Azure Firewall policy is unnecessary for this scenario, and NSGs do not control access to the storage account's public endpoint.
Question 144
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: A Global Secure Access app is used to onboard and manage access to third-party SaaS applications through Microsoft Entra, enabling identity-aware access and requiring Microsoft Entra authentication before users access the application. Traffic forwarding profiles determine which traffic is sent to the Global Secure Access service, but they do not themselves represent or manage the SaaS application. Quick Access apps are for private resources, not third-party SaaS apps.
Question 145
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 (Endpoint DLP) integrates with sensitivity labels and Microsoft Defender for Endpoint–onboarded Windows devices to prevent sensitive files, including those synchronized with OneDrive, from being uploaded to unauthorized external websites. Information Protection provides labeling/classification, web content filtering controls web access rather than data exfiltration by sensitivity, and endpoint security policies do not provide this DLP capability.
Question 146
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: Application control policies in Microsoft Defender for Endpoint (built on Windows Defender Application Control/App Control for Business) enforce application allowlisting on Windows devices and servers. They block unauthorized applications from running until explicitly authorized by an administrator. The other options manage identity, OAuth consent, or mobile app protection rather than executable allowlisting on Windows Server virtual machines.
$19
Get all 314 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.