AZ-140 · Question #56
Case Study 2 - Litware, Inc Overview Litware, Inc. is a pharmaceutical company that has a main office in Boston, United States, and a remote office in Chennai, India. Existing Environment. Identity…
The correct answer is A. Deploy two Azure Firewall instances and Azure Firewall Manager. E. Deploy a network security group (NSG) and two application security groups. Why A and E Are Correct Option A (two Azure Firewall instances + Azure Firewall Manager) is correct because Litware deploys AVD in two separate Azure regions (East US and South India). A single firewall cannot serve both regions without introducing latency - placing one…
Question
Case Study 2 - Litware, Inc Overview Litware, Inc. is a pharmaceutical company that has a main office in Boston, United States, and a remote office in Chennai, India. Existing Environment. Identity Environment The network contains an on-premises Active Directory domain named litware.com that syncs to an Azure Active Directory (Azure AD) tenant named litware.com. The Azure AD tenant contains the users shown in the following table. All users are registered for Azure Multi-Factor Authentication (MFA). Existing Environment. Cloud Services Litware has a Microsoft 365 E5 subscription associated to the Azure AD tenant. All users are assigned Microsoft 365 Enterprise E5 licenses. Litware has an Azure subscription associated to the Azure AD tenant. The subscription contains the resources shown in the following table. Litware uses custom virtual machine images and custom scripts to automatically provision Azure virtual machines and join the virtual machines to the on-premises Active Directory domain. Network and DNS The offices connect to each other by using a WAN link. Each office connects directly to the internet. All DNS queries for internet hosts are resolved by using DNS servers in the Boston office, which point to root servers on the internet. The Chennai office has caching-only DNS servers that forward queries to the DNS servers in the Boston office. Requirements. Planned Changes Litware plans to implement the following changes:
Deploy Azure Virtual Desktop environments to the East US Azure region for the users in the Boston office and to the South India Azure region for the users in the Chennai office. Implement FSLogix profile containers. Optimize the custom virtual machine images for the Azure Virtual Desktop session hosts. Use PowerShell to automate the addition of virtual machines to the Azure Virtual Desktop host pools. Requirements. Performance Requirements Litware identifies the following performance requirements:
Minimize network latency of the Azure Virtual Desktop connections from the Boston and Chennai offices. Minimize latency of the Azure Virtual Desktop host authentication in each Azure region. Minimize how long it takes to sign in to the Azure Virtual Desktop session hosts. Requirements. Authentication Requirements Litware identifies the following authentication requirements:
Enforce Azure MFA when accessing Azure Virtual Desktop apps. Force users to reauthenticate if their Azure Virtual Desktop session lasts more than eight hours. Requirements. Security Requirements Litware identifies the following security requirements:
Explicitly allow traffic between the Azure Virtual Desktop session hosts and Microsoft 365. Explicitly allow traffic between the Azure Virtual Desktop session hosts and the Azure Virtual Desktop infrastructure. Use built-in groups for delegation. Delegate the management of app groups to Admin2, including the ability to publish app groups to users and user groups. Grant Admin1 permissions to manage workspaces, including listing which apps are assigned to the app groups. Minimize administrative effort to manage network security. Use the principle of least privilege. Requirements. Deployment Requirements Litware identifies the following deployment requirements:
Use PowerShell to generate the token used to add the virtual machines as session hosts to a Azure Virtual Desktop host pool. Minimize how long it takes to provision the Azure Virtual Desktop session hosts based on the custom virtual machine images. Whenever possible, preinstall agents and apps in the custom virtual machine images. User Profile Requirements Litware identifies the following user profile requirements:
- In storage1, store user profiles for the Boston office users.
- Ensure that the user profiles for the Boston office users replicate synchronously between two
Azure regions.
- Ensure that Admin1 uses a local profile only when signing in to the Azure Virtual Desktop
session hosts. You need to implement network security to meet the security requirements and the performance requirements. Which two actions should you perform? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Options
- ADeploy two Azure Firewall instances and Azure Firewall Manager.
- BFilter traffic by using outbound rules.
- CFilter traffic by using infrastructure rules.
- DFilter traffic by using inbound rules.
- EDeploy a network security group (NSG) and two application security groups.
- FDeploy an Azure Firewall instance and Azure Firewall Manager.
How the community answered
(22 responses)- A77% (17)
- B5% (1)
- C5% (1)
- F14% (3)
Explanation
Why A and E Are Correct
Option A (two Azure Firewall instances + Azure Firewall Manager) is correct because Litware deploys AVD in two separate Azure regions (East US and South India). A single firewall cannot serve both regions without introducing latency - placing one firewall per region satisfies the performance requirement to minimize latency. Azure Firewall Manager then centrally manages policies across both instances, minimizing administrative effort as required.
Option E (NSG + two application security groups) satisfies the requirement to explicitly allow traffic between AVD session hosts and Microsoft 365/AVD infrastructure using the principle of least privilege. Application Security Groups (ASGs) let you group session host VMs logically and write rules against those groups rather than individual IP addresses, making it easy to explicitly permit only the needed traffic flows without managing IPs manually.
Why the distractors fail: Option F uses only one firewall - wrong for two regions since it would route Chennai traffic through East US, violating the latency requirement. Options B and D (outbound/inbound rules) are incomplete actions, not standalone solutions - you need the underlying firewall infrastructure first. Option C (infrastructure rules) refers to Azure Firewall's built-in, non-configurable default rules that allow Azure platform traffic; they cannot be customized to explicitly permit M365 or AVD infrastructure traffic.
Memory tip: The A vs. F trap is the "region count rule" - count your AVD regions, match your firewall count. One region = one firewall (F), two regions = two firewalls (A). For NSGs, remember: Application Security Groups = group-based least-privilege, which is the exam's preferred pattern whenever "principle of least privilege" appears alongside Azure Virtual Desktop.
Topics
Community Discussion
No community discussion yet for this question.