You have already completed the Test before. Hence you can not start it again.
Test is loading...
You must sign in or sign up to start the Test.
You have to finish following quiz, to start this Test:
Your results are here!! for" AZ-802 Practice Test 9 "
0 of 60 questions answered correctly
Your time:
Time has elapsed
Your Final Score is : 0
You have attempted : 0
Number of Correct Questions : 0 and scored 0
Number of Incorrect Questions : 0 and Negative marks 0
Average score
Your score
AZ-802
You have attempted: 0
Number of Correct Questions: 0 and scored 0
Number of Incorrect Questions: 0 and Negative marks 0
You can review your answers by clicking on “View Answers” option. Important Note : Open Reference Documentation Links in New Tab (Right Click and Open in New Tab).
Answer Review
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Answer
Review
Unattempted
Correct
Incorrect
Unattempted
Every question in this attempt was answered correctly.
Question 1 of 60
1. Question
You need to implement Azure Monitor for a group of hybrid Windows Servers. You want to collect specific Event Logs and Performance Counters. Which two components are essential for this task?
Correct
Modern hybrid monitoring uses the Azure Monitor Agent (AMA). This requires a Log Analytics workspace as the destination and a Data Collection Rule (DCR) to define exactly what data should be gathered and where it should go.
Incorrect
Modern hybrid monitoring uses the Azure Monitor Agent (AMA). This requires a Log Analytics workspace as the destination and a Data Collection Rule (DCR) to define exactly what data should be gathered and where it should go.
Unattempted
Modern hybrid monitoring uses the Azure Monitor Agent (AMA). This requires a Log Analytics workspace as the destination and a Data Collection Rule (DCR) to define exactly what data should be gathered and where it should go.
Question 2 of 60
2. Question
You need to implement ‘Update Management’ for hybrid servers. You want to use the new ‘Azure Update Manager’ (AUM). Which two conditions must be met for on-premises servers to be managed by AUM?
Correct
AUM is the successor to the old Automation-based update management. It requires Azure Arc for the management plane and relies on the ‘Periodic Assessment’ feature to check for missing updates without requiring the old Log Analytics agent.
Incorrect
AUM is the successor to the old Automation-based update management. It requires Azure Arc for the management plane and relies on the ‘Periodic Assessment’ feature to check for missing updates without requiring the old Log Analytics agent.
Unattempted
AUM is the successor to the old Automation-based update management. It requires Azure Arc for the management plane and relies on the ‘Periodic Assessment’ feature to check for missing updates without requiring the old Log Analytics agent.
Question 3 of 60
3. Question
You have an Azure File Sync server. You notice that the ‘Local Endpoint’ is nearly full, but the ‘Cloud Tiering’ is not moving files to the cloud. You suspect the ‘Tiering Heat Map’ is corrupt. Which cmdlet can you use to force the server to recalculate the tiering?
Correct
The ‘Start-StorageSyncCloudTiering’ cmdlet (often used with the -Force parameter) triggers the tiering engine to immediately evaluate the files and move them to the cloud based on the current policy, bypassing the usual background schedule.
Incorrect
The ‘Start-StorageSyncCloudTiering’ cmdlet (often used with the -Force parameter) triggers the tiering engine to immediately evaluate the files and move them to the cloud based on the current policy, bypassing the usual background schedule.
Unattempted
The ‘Start-StorageSyncCloudTiering’ cmdlet (often used with the -Force parameter) triggers the tiering engine to immediately evaluate the files and move them to the cloud based on the current policy, bypassing the usual background schedule.
Question 4 of 60
4. Question
You are implementing ‘Azure AD Connect’. You want to ensure that even if the sync server is offline, users can still sign in using their on-premises credentials. Which two authentication methods provide this?
Correct
PHS is the most resilient because the passwords are stored in the cloud. PTA is also resilient *if* you install multiple agents on different servers; if one goes down, others can still handle the authentication requests.
Incorrect
PHS is the most resilient because the passwords are stored in the cloud. PTA is also resilient *if* you install multiple agents on different servers; if one goes down, others can still handle the authentication requests.
Unattempted
PHS is the most resilient because the passwords are stored in the cloud. PTA is also resilient *if* you install multiple agents on different servers; if one goes down, others can still handle the authentication requests.
Question 5 of 60
5. Question
You have a hybrid network. You want to use ‘Azure Private Link’ for a Storage Account. You notice that on-premises resolution for the storage endpoint is returning the PUBLIC IP instead of the PRIVATE IP. Which DNS record is missing on-premises?
Correct
When using Private Link, Azure DNS uses a special zone called ‘privatelink.blob.core.windows.net’. You must configure your on-premises DNS to forward requests for this specific sub-zone to the Azure DNS Private Resolver.
Incorrect
When using Private Link, Azure DNS uses a special zone called ‘privatelink.blob.core.windows.net’. You must configure your on-premises DNS to forward requests for this specific sub-zone to the Azure DNS Private Resolver.
Unattempted
When using Private Link, Azure DNS uses a special zone called ‘privatelink.blob.core.windows.net’. You must configure your on-premises DNS to forward requests for this specific sub-zone to the Azure DNS Private Resolver.
Question 6 of 60
6. Question
You want to use Windows Admin Center (WAC) to manage your Azure VMs. Which two methods allow you to use WAC for managing VMs directly within the Azure portal?
Correct
The WAC extension in the Azure portal provides a direct management interface for Azure VMs. Azure Bastion is often used as the connectivity provider to ensure the WAC traffic can reach the VM’s management ports securely.
Incorrect
The WAC extension in the Azure portal provides a direct management interface for Azure VMs. Azure Bastion is often used as the connectivity provider to ensure the WAC traffic can reach the VM’s management ports securely.
Unattempted
The WAC extension in the Azure portal provides a direct management interface for Azure VMs. Azure Bastion is often used as the connectivity provider to ensure the WAC traffic can reach the VM’s management ports securely.
Question 7 of 60
7. Question
You need to secure the management of your hybrid Windows Servers using the Principle of Least Privilege. Which two Azure features can help you manage administrative access without giving permanent permissions?
Correct
PIM allows for time-bound, approval-based administrative roles in Azure. JIT VM Access (part of Microsoft Defender for Cloud) limits the time and IP range for which management ports (like RDP/SSH) are open.
Incorrect
PIM allows for time-bound, approval-based administrative roles in Azure. JIT VM Access (part of Microsoft Defender for Cloud) limits the time and IP range for which management ports (like RDP/SSH) are open.
Unattempted
PIM allows for time-bound, approval-based administrative roles in Azure. JIT VM Access (part of Microsoft Defender for Cloud) limits the time and IP range for which management ports (like RDP/SSH) are open.
Question 8 of 60
8. Question
Your company has a hybrid environment with an on-premises Active Directory Domain Services (AD DS) domain and an Azure AD (Entra ID) tenant. You need to implement Azure AD Password Protection for the on-premises environment. Which two components should you install on your on-premises domain controllers and member servers?
Correct
The DC agent captures password change requests on the domain controllers, while the Proxy service communicates with Azure AD to download the global banned password list.
Incorrect
The DC agent captures password change requests on the domain controllers, while the Proxy service communicates with Azure AD to download the global banned password list.
Unattempted
The DC agent captures password change requests on the domain controllers, while the Proxy service communicates with Azure AD to download the global banned password list.
Question 9 of 60
9. Question
You are implementing ‘Azure AD Connect’ for a domain where the UPNs are ‘[email protected]’. You want users to sign in to Azure with ‘[email protected]’. What is the most important step?
Correct
To allow users to sign in with a different suffix, you must first add that suffix to the ‘Active Directory Domains and Trusts’ on-premises. Then, update the user accounts to use this suffix so it can be synchronized to and verified by Entra ID.
Incorrect
To allow users to sign in with a different suffix, you must first add that suffix to the ‘Active Directory Domains and Trusts’ on-premises. Then, update the user accounts to use this suffix so it can be synchronized to and verified by Entra ID.
Unattempted
To allow users to sign in with a different suffix, you must first add that suffix to the ‘Active Directory Domains and Trusts’ on-premises. Then, update the user accounts to use this suffix so it can be synchronized to and verified by Entra ID.
Question 10 of 60
10. Question
You have an Azure Stack HCI cluster and want to use ‘Azure Site Recovery’ to protect your local VMs. What is the name of the specialized agent installed on the HCI nodes to facilitate this?
Correct
For modern Azure Stack HCI deployments, the ‘Azure Resource Bridge’ (a VM that runs on the cluster) acts as the control plane for ASR and other hybrid services, replacing older agent-based methods.
Incorrect
For modern Azure Stack HCI deployments, the ‘Azure Resource Bridge’ (a VM that runs on the cluster) acts as the control plane for ASR and other hybrid services, replacing older agent-based methods.
Unattempted
For modern Azure Stack HCI deployments, the ‘Azure Resource Bridge’ (a VM that runs on the cluster) acts as the control plane for ASR and other hybrid services, replacing older agent-based methods.
Question 11 of 60
11. Question
You are using ‘Azure Migrate’ to migrate a VM. The ‘Status’ of the VM is ‘Inaccessible’ in the migration portal. Which service on the Azure Migrate appliance should you check?
Correct
If the portal cannot see the VMs, it usually means the ‘Discovery’ service on the appliance is stopped or cannot communicate with the vCenter/Hyper-V host to refresh the inventory.
Incorrect
If the portal cannot see the VMs, it usually means the ‘Discovery’ service on the appliance is stopped or cannot communicate with the vCenter/Hyper-V host to refresh the inventory.
Unattempted
If the portal cannot see the VMs, it usually means the ‘Discovery’ service on the appliance is stopped or cannot communicate with the vCenter/Hyper-V host to refresh the inventory.
Question 12 of 60
12. Question
You have an Azure Stack HCI cluster. You need to view the ‘Power Consumption’ of the individual physical nodes. Where can you find this information integrated into the management stack?
Correct
The Cluster Dashboard in Windows Admin Center provides integrated monitoring of physical health, including real-time power consumption and temperature, provided the hardware supports the necessary IPMI/Redfish standards.
Incorrect
The Cluster Dashboard in Windows Admin Center provides integrated monitoring of physical health, including real-time power consumption and temperature, provided the hardware supports the necessary IPMI/Redfish standards.
Unattempted
The Cluster Dashboard in Windows Admin Center provides integrated monitoring of physical health, including real-time power consumption and temperature, provided the hardware supports the necessary IPMI/Redfish standards.
Question 13 of 60
13. Question
You are managing an Azure Stack HCI cluster. You need to configure ‘Quality of Service’ (QoS) for storage traffic. Which networking feature is required to support this for RDMA (RoCE)?
Correct
RoCE (RDMA over Converged Ethernet) requires a ‘lossless’ network. PFC is the industry-standard mechanism used to provide flow control and prevent packet loss for storage traffic.
Incorrect
RoCE (RDMA over Converged Ethernet) requires a ‘lossless’ network. PFC is the industry-standard mechanism used to provide flow control and prevent packet loss for storage traffic.
Unattempted
RoCE (RDMA over Converged Ethernet) requires a ‘lossless’ network. PFC is the industry-standard mechanism used to provide flow control and prevent packet loss for storage traffic.
Question 14 of 60
14. Question
You have an Azure Arc-enabled server. You want to use ‘Azure Automation’ to run a script every Sunday at 2:00 AM. Which component is required on the server to execute this job?
Correct
To run Azure Automation Runbooks directly on a hybrid machine, the machine must be configured as a Hybrid Runbook Worker. This allows the Automation service to ‘push’ jobs to the local agent for execution.
Incorrect
To run Azure Automation Runbooks directly on a hybrid machine, the machine must be configured as a Hybrid Runbook Worker. This allows the Automation service to ‘push’ jobs to the local agent for execution.
Unattempted
To run Azure Automation Runbooks directly on a hybrid machine, the machine must be configured as a Hybrid Runbook Worker. This allows the Automation service to ‘push’ jobs to the local agent for execution.
Question 15 of 60
15. Question
You need to implement ‘Azure Site Recovery’ for on-premises SQL Server instances. You want to ensure that the database remains consistent during replication. Which two actions are recommended?
Correct
For application-aware workloads like SQL, the Mobility Service handles data capture, and ‘App-consistent snapshots’ ensure that VSS is used to quiesce the database so it is in a recoverable state upon failover.
Incorrect
For application-aware workloads like SQL, the Mobility Service handles data capture, and ‘App-consistent snapshots’ ensure that VSS is used to quiesce the database so it is in a recoverable state upon failover.
Unattempted
For application-aware workloads like SQL, the Mobility Service handles data capture, and ‘App-consistent snapshots’ ensure that VSS is used to quiesce the database so it is in a recoverable state upon failover.
Question 16 of 60
16. Question
You plan to migrate several virtual machines from an on-premises VMware environment to Azure. You need to perform an agentless migration. Which two components are required to be deployed in the on-premises environment?
Correct
For agentless VMware migration, you must deploy the Azure Migrate appliance as a VM in your environment and ensure it has connectivity to the vCenter Server to orchestrate the discovery and replication.
Incorrect
For agentless VMware migration, you must deploy the Azure Migrate appliance as a VM in your environment and ensure it has connectivity to the vCenter Server to orchestrate the discovery and replication.
Unattempted
For agentless VMware migration, you must deploy the Azure Migrate appliance as a VM in your environment and ensure it has connectivity to the vCenter Server to orchestrate the discovery and replication.
Question 17 of 60
17. Question
You need to troubleshoot a ‘Service Principal Name’ (SPN) issue for an Azure AD Application Proxy deployment. Which two commands can you use to view existing SPNs for a service account?
Correct
The ‘setspn’ utility is the primary tool for managing SPNs. ‘-L’ lists SPNs for a specific account, and ‘-Q’ queries the entire forest to see if a specific SPN is already registered elsewhere (preventing duplicates).
Incorrect
The ‘setspn’ utility is the primary tool for managing SPNs. ‘-L’ lists SPNs for a specific account, and ‘-Q’ queries the entire forest to see if a specific SPN is already registered elsewhere (preventing duplicates).
Unattempted
The ‘setspn’ utility is the primary tool for managing SPNs. ‘-L’ lists SPNs for a specific account, and ‘-Q’ queries the entire forest to see if a specific SPN is already registered elsewhere (preventing duplicates).
Question 18 of 60
18. Question
You are using ‘Azure Site Recovery’ (ASR). You want to ensure that the ‘Failover’ VM in Azure uses a ‘Static’ private IP address that matches its on-premises IP. What should you do?
Correct
ASR allows you to pre-define the Azure VNet, Subnet, and specific Private IP address for the VM in the ‘Compute and Network’ properties. When the failover occurs, Azure will attempt to assign that specific IP to the new VM.
Incorrect
ASR allows you to pre-define the Azure VNet, Subnet, and specific Private IP address for the VM in the ‘Compute and Network’ properties. When the failover occurs, Azure will attempt to assign that specific IP to the new VM.
Unattempted
ASR allows you to pre-define the Azure VNet, Subnet, and specific Private IP address for the VM in the ‘Compute and Network’ properties. When the failover occurs, Azure will attempt to assign that specific IP to the new VM.
Question 19 of 60
19. Question
You have an Azure File Sync server. You need to move the ‘Local Cache’ (the tiered files) to a new, larger physical disk on the same server. Which two steps are required?
Correct
To move a server endpoint, the safest method is to use Robocopy (to preserve metadata/tiering tags), delete the existing server endpoint in the portal, and then create a new one pointing to the new disk path.
Incorrect
To move a server endpoint, the safest method is to use Robocopy (to preserve metadata/tiering tags), delete the existing server endpoint in the portal, and then create a new one pointing to the new disk path.
Unattempted
To move a server endpoint, the safest method is to use Robocopy (to preserve metadata/tiering tags), delete the existing server endpoint in the portal, and then create a new one pointing to the new disk path.
Question 20 of 60
20. Question
Your company has an on-premises Active Directory and uses Azure AD Connect. You need to implement ‘Group Writeback’ to manage cloud-created groups in your local AD. Which two requirements must be met?
Correct
Group Writeback requires a Premium license and, crucially, the local Active Directory must have the Exchange schema (even if no Exchange server is present) to support the specific attributes used for group management.
Incorrect
Group Writeback requires a Premium license and, crucially, the local Active Directory must have the Exchange schema (even if no Exchange server is present) to support the specific attributes used for group management.
Unattempted
Group Writeback requires a Premium license and, crucially, the local Active Directory must have the Exchange schema (even if no Exchange server is present) to support the specific attributes used for group management.
Question 21 of 60
21. Question
You have an on-premises server that you want to back up to Azure. The server has a 500 GB volume that contains millions of very small files. Which backup method will be the most efficient for the initial upload?
Correct
MABS (or DPM) is generally more efficient for volumes with massive amounts of small files compared to the MARS agent, as it handles the data blocks differently and can use optimized ‘modern backup storage’ techniques.
Incorrect
MABS (or DPM) is generally more efficient for volumes with massive amounts of small files compared to the MARS agent, as it handles the data blocks differently and can use optimized ‘modern backup storage’ techniques.
Unattempted
MABS (or DPM) is generally more efficient for volumes with massive amounts of small files compared to the MARS agent, as it handles the data blocks differently and can use optimized ‘modern backup storage’ techniques.
Question 22 of 60
22. Question
You have an Azure Arc-enabled server. You want to use ‘Azure Automanage’ to manage the machine’s ‘Antimalware’ settings. Which solution does Automanage deploy by default?
Correct
Azure Automanage includes a ‘Microsoft Antimalware’ configuration as part of its best practices profile. This extension ensures the native antimalware service is configured and reporting to Azure.
Incorrect
Azure Automanage includes a ‘Microsoft Antimalware’ configuration as part of its best practices profile. This extension ensures the native antimalware service is configured and reporting to Azure.
Unattempted
Azure Automanage includes a ‘Microsoft Antimalware’ configuration as part of its best practices profile. This extension ensures the native antimalware service is configured and reporting to Azure.
Question 23 of 60
23. Question
You have an Azure Arc-enabled server. You need to deploy a ‘Desired State Configuration’ (DSC) script to the server. Which Azure extension should you use?
Correct
The DSC extension for Azure Arc allows you to upload and apply PowerShell DSC configurations to hybrid machines, similar to how it works for native Azure VMs.
Incorrect
The DSC extension for Azure Arc allows you to upload and apply PowerShell DSC configurations to hybrid machines, similar to how it works for native Azure VMs.
Unattempted
The DSC extension for Azure Arc allows you to upload and apply PowerShell DSC configurations to hybrid machines, similar to how it works for native Azure VMs.
Question 24 of 60
24. Question
You are using ‘Azure Migrate’ for a large-scale migration. You need to group 500 VMs into different ‘Assessment’ groups based on their business application. Which feature allows you to automate this grouping?
Correct
While Dependency Mapping helps identify which VMs belong together, the most efficient way to group a large number of pre-identified servers into assessments is by using the CSV import feature within the Azure Migrate project.
Incorrect
While Dependency Mapping helps identify which VMs belong together, the most efficient way to group a large number of pre-identified servers into assessments is by using the CSV import feature within the Azure Migrate project.
Unattempted
While Dependency Mapping helps identify which VMs belong together, the most efficient way to group a large number of pre-identified servers into assessments is by using the CSV import feature within the Azure Migrate project.
Question 25 of 60
25. Question
You are configuring a hybrid network. You want to use ‘Azure Private Link’ to access a Storage Account from an on-premises server over a VPN. Which two components are necessary to ensure the name ‘storage1.blob.core.windows.net’ resolves to the private IP?
Correct
The Private Endpoint provides the internal IP. To ensure on-premises servers use that IP instead of the public one, you must forward DNS queries from your local DNS server to an Azure DNS Private Resolver (or similar proxy) that can see the Private DNS Zone.
Incorrect
The Private Endpoint provides the internal IP. To ensure on-premises servers use that IP instead of the public one, you must forward DNS queries from your local DNS server to an Azure DNS Private Resolver (or similar proxy) that can see the Private DNS Zone.
Unattempted
The Private Endpoint provides the internal IP. To ensure on-premises servers use that IP instead of the public one, you must forward DNS queries from your local DNS server to an Azure DNS Private Resolver (or similar proxy) that can see the Private DNS Zone.
Question 26 of 60
26. Question
You are managing an Azure Stack HCI cluster. You need to expand a ‘Three-way mirrored’ volume. What is the minimum number of new disks you should add to the cluster to maintain the mirror resiliency?
Correct
In a three-way mirror, data is written to three separate disks. To maintain this resiliency level while expanding, you should ideally add disks in multiples of three (one for each copy of the data).
Incorrect
In a three-way mirror, data is written to three separate disks. To maintain this resiliency level while expanding, you should ideally add disks in multiples of three (one for each copy of the data).
Unattempted
In a three-way mirror, data is written to three separate disks. To maintain this resiliency level while expanding, you should ideally add disks in multiples of three (one for each copy of the data).
Question 27 of 60
27. Question
You need to implement ‘Azure AD Password Protection’ for your on-premises domain. You want to ensure the DC agents can communicate with the Proxy service. Which two firewall ports must be open between the DCs and the Proxy?
Correct
The DC Agent communicates with the Password Protection Proxy using RPC. Since RPC uses dynamic ports, you must ensure that the RPC endpoint mapper and the dynamic range are available between the DCs and the Proxy server.
Incorrect
The DC Agent communicates with the Password Protection Proxy using RPC. Since RPC uses dynamic ports, you must ensure that the RPC endpoint mapper and the dynamic range are available between the DCs and the Proxy server.
Unattempted
The DC Agent communicates with the Password Protection Proxy using RPC. Since RPC uses dynamic ports, you must ensure that the RPC endpoint mapper and the dynamic range are available between the DCs and the Proxy server.
Question 28 of 60
28. Question
You are implementing ‘Azure AD Connect’ and need to synchronize a custom attribute named ‘EmployeeBirthDate’ from your local AD to Microsoft Entra ID. What must you do first?
Correct
If you add a new attribute to your local AD schema after Azure AD Connect is already installed, you must run the wizard and select ‘Refresh Directory Schema’ so the sync engine becomes aware of the new attribute for mapping.
Incorrect
If you add a new attribute to your local AD schema after Azure AD Connect is already installed, you must run the wizard and select ‘Refresh Directory Schema’ so the sync engine becomes aware of the new attribute for mapping.
Unattempted
If you add a new attribute to your local AD schema after Azure AD Connect is already installed, you must run the wizard and select ‘Refresh Directory Schema’ so the sync engine becomes aware of the new attribute for mapping.
Question 29 of 60
29. Question
You are troubleshooting ‘Azure AD Connect’ Password Hash Sync. You find that some accounts are not syncing because the ‘UserPrincipalName’ (UPN) in AD does not match any verified domain in the Entra ID tenant. What will happen to these users?
Correct
If a user’s UPN suffix is not a verified domain in the tenant, Azure AD Connect will automatically replace the suffix with the default ‘[tenant].onmicrosoft.com’ address to ensure the user can be created.
Incorrect
If a user’s UPN suffix is not a verified domain in the tenant, Azure AD Connect will automatically replace the suffix with the default ‘[tenant].onmicrosoft.com’ address to ensure the user can be created.
Unattempted
If a user’s UPN suffix is not a verified domain in the tenant, Azure AD Connect will automatically replace the suffix with the default ‘[tenant].onmicrosoft.com’ address to ensure the user can be created.
Question 30 of 60
30. Question
You are configuring Azure Stack HCI networking. You need to implement ‘In-Box’ NIC Teaming (LBFO) for management traffic. Which statement is true regarding LBFO on Azure Stack HCI 22H2 or later?
Correct
Switch Embedded Teaming (SET) is the recommended and standard teaming solution for Azure Stack HCI. Traditional LBFO (Load Balancing and Failover) is generally deprecated for HCI workloads, especially those involving storage and RDMA.
Incorrect
Switch Embedded Teaming (SET) is the recommended and standard teaming solution for Azure Stack HCI. Traditional LBFO (Load Balancing and Failover) is generally deprecated for HCI workloads, especially those involving storage and RDMA.
Unattempted
Switch Embedded Teaming (SET) is the recommended and standard teaming solution for Azure Stack HCI. Traditional LBFO (Load Balancing and Failover) is generally deprecated for HCI workloads, especially those involving storage and RDMA.
Question 31 of 60
31. Question
You are managing an Azure Stack HCI cluster. You need to configure ‘Network ATC’ for a deployment. You want to exclude a specific physical NIC from being managed by ATC. What should you do?
Correct
Network ATC only manages the physical adapters that you explicitly include in a ‘NetIntent’. Any adapter not mentioned in an intent remains under manual control and is ignored by ATC’s automated configuration engine.
Incorrect
Network ATC only manages the physical adapters that you explicitly include in a ‘NetIntent’. Any adapter not mentioned in an intent remains under manual control and is ignored by ATC’s automated configuration engine.
Unattempted
Network ATC only manages the physical adapters that you explicitly include in a ‘NetIntent’. Any adapter not mentioned in an intent remains under manual control and is ignored by ATC’s automated configuration engine.
Question 32 of 60
32. Question
You have a file server named Server1 that runs Windows Server 2022. Server1 contains a 2-TB volume. You need to reduce the amount of space used by duplicate files on the volume. What should you install and configure?
Correct
Data Deduplication is designed to find and remove duplication within data without compromising its fidelity or integrity.
Incorrect
Data Deduplication is designed to find and remove duplication within data without compromising its fidelity or integrity.
Unattempted
Data Deduplication is designed to find and remove duplication within data without compromising its fidelity or integrity.
Question 33 of 60
33. Question
You are using Azure Arc-enabled servers. You want to view the ‘Inventory’ of installed software on your on-premises servers. Which Azure feature should you enable for the Arc servers?
Correct
Change Tracking and Inventory (part of Azure Automation) allows you to track changes to software, files, and registry keys across your hybrid fleet.
Incorrect
Change Tracking and Inventory (part of Azure Automation) allows you to track changes to software, files, and registry keys across your hybrid fleet.
Unattempted
Change Tracking and Inventory (part of Azure Automation) allows you to track changes to software, files, and registry keys across your hybrid fleet.
Question 34 of 60
34. Question
You have a hybrid environment. You want to use ‘Azure Sentinel’ to detect ‘Brute Force’ attacks on your on-premises domain controllers. What must you install on the DCs?
Correct
Microsoft Sentinel ingests logs from your domain controllers via the Azure Monitor Agent to perform security analytics and threat detection.
Incorrect
Microsoft Sentinel ingests logs from your domain controllers via the Azure Monitor Agent to perform security analytics and threat detection.
Unattempted
Microsoft Sentinel ingests logs from your domain controllers via the Azure Monitor Agent to perform security analytics and threat detection.
Question 35 of 60
35. Question
You are using Azure Arc-enabled servers. You want to run a PowerShell script on 100 on-premises servers simultaneously to collect a specific log file. Which feature of Azure Arc allows this?
Correct
The Custom Script Extension allows you to download and execute scripts on Azure VMs and Arc-enabled servers.
Incorrect
The Custom Script Extension allows you to download and execute scripts on Azure VMs and Arc-enabled servers.
Unattempted
The Custom Script Extension allows you to download and execute scripts on Azure VMs and Arc-enabled servers.
Question 36 of 60
36. Question
You have a hybrid environment. You want to identify which on-premises servers are missing critical security updates using the Azure portal. Which service should you use?
Correct
Azure Update Manager provides a unified dashboard to see the update status of both Azure and Arc-enabled servers.
Incorrect
Azure Update Manager provides a unified dashboard to see the update status of both Azure and Arc-enabled servers.
Unattempted
Azure Update Manager provides a unified dashboard to see the update status of both Azure and Arc-enabled servers.
Question 37 of 60
37. Question
You have a hybrid Active Directory. You want to use Azure AD MFA. You do not want to prompt users for MFA when they are inside the office. Which feature allows this?
Correct
Conditional Access allows you to exclude specific IP ranges (your office public IPs) from MFA requirements.
Incorrect
Conditional Access allows you to exclude specific IP ranges (your office public IPs) from MFA requirements.
Unattempted
Conditional Access allows you to exclude specific IP ranges (your office public IPs) from MFA requirements.
Question 38 of 60
38. Question
You are using Azure AD Connect Cloud Sync. Which of the following is a key difference between Cloud Sync and the standard Azure AD Connect?
Correct
Cloud Sync is designed to be lightweight, with the sync logic processing happening in the Azure cloud rather than on an on-premises server.
Incorrect
Cloud Sync is designed to be lightweight, with the sync logic processing happening in the Azure cloud rather than on an on-premises server.
Unattempted
Cloud Sync is designed to be lightweight, with the sync logic processing happening in the Azure cloud rather than on an on-premises server.
Question 39 of 60
39. Question
You are using Azure Site Recovery. You notice that the ‘Churn’ (rate of data change) on a VM is too high for the network bandwidth. What will happen?
Correct
If churn exceeds bandwidth the replication cannot keep up leading to a lag in the recovery point and potential health warnings in the ASR dashboard.
Incorrect
If churn exceeds bandwidth the replication cannot keep up leading to a lag in the recovery point and potential health warnings in the ASR dashboard.
Unattempted
If churn exceeds bandwidth the replication cannot keep up leading to a lag in the recovery point and potential health warnings in the ASR dashboard.
Question 40 of 60
40. Question
You have a 4-node Storage Spaces Direct (S2D) cluster. You need to configure a new volume that provides the best balance between performance and capacity. Which resiliency type should you use?
Correct
Mirror-accelerated parity combines a mirror tier for fast writes and a parity tier for space efficiency on the same volume.
Incorrect
Mirror-accelerated parity combines a mirror tier for fast writes and a parity tier for space efficiency on the same volume.
Unattempted
Mirror-accelerated parity combines a mirror tier for fast writes and a parity tier for space efficiency on the same volume.
Question 41 of 60
41. Question
You need to implement a hybrid identity solution. You want to ensure that if the on-premises Active Directory becomes unavailable, users can still sign in to Azure resources. Which two authentication methods support this requirement without requiring a VPN or ExpressRoute?
Correct
Password Hash Sync (PHS) stores a hash of the password in Azure AD, allowing authentication to occur entirely in the cloud if the on-premises DC is offline. Seamless SSO enhances the experience but PHS is the key to availability.
Incorrect
Password Hash Sync (PHS) stores a hash of the password in Azure AD, allowing authentication to occur entirely in the cloud if the on-premises DC is offline. Seamless SSO enhances the experience but PHS is the key to availability.
Unattempted
Password Hash Sync (PHS) stores a hash of the password in Azure AD, allowing authentication to occur entirely in the cloud if the on-premises DC is offline. Seamless SSO enhances the experience but PHS is the key to availability.
Question 42 of 60
42. Question
You need to implement ‘Just-In-Time’ (JIT) VM Access for your hybrid servers managed by Azure Arc. Which two Azure services are required to support this?
Correct
JIT VM Access is a feature of Microsoft Defender for Cloud (specifically the Defender for Servers plan). When applied to Arc-enabled servers, it allows you to request temporary access to management ports that are otherwise blocked.
Incorrect
JIT VM Access is a feature of Microsoft Defender for Cloud (specifically the Defender for Servers plan). When applied to Arc-enabled servers, it allows you to request temporary access to management ports that are otherwise blocked.
Unattempted
JIT VM Access is a feature of Microsoft Defender for Cloud (specifically the Defender for Servers plan). When applied to Arc-enabled servers, it allows you to request temporary access to management ports that are otherwise blocked.
Question 43 of 60
43. Question
You need to monitor the performance of a SQL Server instance running on an Azure Arc-enabled server. You want to see real-time ‘Wait Statistics’. Which tool integrated with Azure Arc should you use?
Correct
SQL Insights (using the AMA) provides deep-dive telemetry for SQL Server on-premises or in Azure, including detailed wait stats, memory usage, and blocking queries, visualized through Azure Monitor Workbooks.
Incorrect
SQL Insights (using the AMA) provides deep-dive telemetry for SQL Server on-premises or in Azure, including detailed wait stats, memory usage, and blocking queries, visualized through Azure Monitor Workbooks.
Unattempted
SQL Insights (using the AMA) provides deep-dive telemetry for SQL Server on-premises or in Azure, including detailed wait stats, memory usage, and blocking queries, visualized through Azure Monitor Workbooks.
Question 44 of 60
44. Question
You are managing an Azure Stack HCI cluster. You need to configure ‘Resource Bridge’ to manage your local VMs from the Azure portal. Which PowerShell module is used to deploy the Resource Bridge?
Correct
The ‘ArcHCI’ module (specifically the ‘Deploy-AzStackHCI’ workflow in newer versions) or the standalone ‘Az.ResourceBridge’ module is used to orchestrate the deployment of the management appliance on the cluster.
Incorrect
The ‘ArcHCI’ module (specifically the ‘Deploy-AzStackHCI’ workflow in newer versions) or the standalone ‘Az.ResourceBridge’ module is used to orchestrate the deployment of the management appliance on the cluster.
Unattempted
The ‘ArcHCI’ module (specifically the ‘Deploy-AzStackHCI’ workflow in newer versions) or the standalone ‘Az.ResourceBridge’ module is used to orchestrate the deployment of the management appliance on the cluster.
Question 45 of 60
45. Question
You need to protect on-premises servers from ransomware by using Azure Backup. You want to ensure that even if a local admin account is compromised, the backups in Azure cannot be deleted immediately. Which two features should you enable?
Correct
Soft Delete retains deleted backup data for 14 days. Multi-User Authorization (Resource Guard) adds a layer of protection by requiring a separate authorized user to approve high-risk operations like deleting backups.
Incorrect
Soft Delete retains deleted backup data for 14 days. Multi-User Authorization (Resource Guard) adds a layer of protection by requiring a separate authorized user to approve high-risk operations like deleting backups.
Unattempted
Soft Delete retains deleted backup data for 14 days. Multi-User Authorization (Resource Guard) adds a layer of protection by requiring a separate authorized user to approve high-risk operations like deleting backups.
Question 46 of 60
46. Question
You have a Windows Server 2022 server. You want to use ‘SMB over QUIC’ for remote workers. Which certificate type is required on the server to establish the QUIC connection?
Correct
SMB over QUIC requires a valid Server Authentication certificate (issued by a trusted CA) to secure the tunnel.
Incorrect
SMB over QUIC requires a valid Server Authentication certificate (issued by a trusted CA) to secure the tunnel.
Unattempted
SMB over QUIC requires a valid Server Authentication certificate (issued by a trusted CA) to secure the tunnel.
Question 47 of 60
47. Question
You are managing a hybrid identity. You want to ensure that ‘Privileged Identity Management’ (PIM) can be used for on-premises AD groups. Which feature is required?
Correct
Group Writeback allows groups managed in the cloud (including those with PIM-assigned eligible members) to be written back to the on-premises Active Directory as security groups.
Incorrect
Group Writeback allows groups managed in the cloud (including those with PIM-assigned eligible members) to be written back to the on-premises Active Directory as security groups.
Unattempted
Group Writeback allows groups managed in the cloud (including those with PIM-assigned eligible members) to be written back to the on-premises Active Directory as security groups.
Question 48 of 60
48. Question
You manage an Azure Stack HCI cluster and need to implement ‘Storage Replica’ for disaster recovery between two sites. Which two storage requirements must be met for the destination volume?
Correct
Storage Replica requires that the destination volume be at least the same size as the source and use GPT partition style. While ReFS is recommended for performance, it is not a strict requirement for the log file itself.
Incorrect
Storage Replica requires that the destination volume be at least the same size as the source and use GPT partition style. While ReFS is recommended for performance, it is not a strict requirement for the log file itself.
Unattempted
Storage Replica requires that the destination volume be at least the same size as the source and use GPT partition style. While ReFS is recommended for performance, it is not a strict requirement for the log file itself.
Question 49 of 60
49. Question
You have 100 on-premises servers. You want to use ‘Azure Policy’ to ensure they all have a specific ‘Registry Key’ set. Which component is required on the servers to *enforce* this setting?
Correct
While the Arc agent is the base, the ‘Machine Configuration’ (Guest Configuration) extension is what specifically allows Azure Policy to look inside the OS and remediate (enforce) settings like registry keys or environment variables.
Incorrect
While the Arc agent is the base, the ‘Machine Configuration’ (Guest Configuration) extension is what specifically allows Azure Policy to look inside the OS and remediate (enforce) settings like registry keys or environment variables.
Unattempted
While the Arc agent is the base, the ‘Machine Configuration’ (Guest Configuration) extension is what specifically allows Azure Policy to look inside the OS and remediate (enforce) settings like registry keys or environment variables.
Question 50 of 60
50. Question
You need to implement ‘Azure AD Password Protection’ for your on-premises domain. Which two locations allow you to view the ‘Audit’ logs for password changes that would have been blocked?
Correct
Logs are stored locally on the DCs in a specific provider log. If you have the Azure Monitor Agent (AMA) or MMA installed, you can also forward these events to Log Analytics for centralized reporting and alerting.
Incorrect
Logs are stored locally on the DCs in a specific provider log. If you have the Azure Monitor Agent (AMA) or MMA installed, you can also forward these events to Log Analytics for centralized reporting and alerting.
Unattempted
Logs are stored locally on the DCs in a specific provider log. If you have the Azure Monitor Agent (AMA) or MMA installed, you can also forward these events to Log Analytics for centralized reporting and alerting.
Question 51 of 60
51. Question
You need to implement ‘Azure AD Password Protection’ on a server that is NOT a Domain Controller. Which component should you install on this member server?
Correct
The Proxy service can be installed on any domain-joined member server. Only the DC Agent must be installed directly on the Domain Controllers to intercept password change requests.
Incorrect
The Proxy service can be installed on any domain-joined member server. Only the DC Agent must be installed directly on the Domain Controllers to intercept password change requests.
Unattempted
The Proxy service can be installed on any domain-joined member server. Only the DC Agent must be installed directly on the Domain Controllers to intercept password change requests.
Question 52 of 60
52. Question
Your company is migrating a web application to Azure. The application needs to access an on-premises SQL Server database without using a VPN or opening inbound firewall ports. Which two Azure services can facilitate this?
Correct
Azure Relay Hybrid Connections and Azure AD Application Proxy both use outbound connections from the on-premises environment to Azure, allowing traffic to flow to on-premises resources without inbound port changes.
Incorrect
Azure Relay Hybrid Connections and Azure AD Application Proxy both use outbound connections from the on-premises environment to Azure, allowing traffic to flow to on-premises resources without inbound port changes.
Unattempted
Azure Relay Hybrid Connections and Azure AD Application Proxy both use outbound connections from the on-premises environment to Azure, allowing traffic to flow to on-premises resources without inbound port changes.
Question 53 of 60
53. Question
Your organization is implementing Azure File Sync. You need to ensure that the data is encrypted both at rest in Azure and during transit from the on-premises server. Which two features provide this by default?
Correct
Azure File Sync uses HTTPS for data in transit (which leverages SMB 3.x encryption protocols) and Azure Storage Service Encryption (SSE) automatically encrypts all data at rest within the Azure File share.
Incorrect
Azure File Sync uses HTTPS for data in transit (which leverages SMB 3.x encryption protocols) and Azure Storage Service Encryption (SSE) automatically encrypts all data at rest within the Azure File share.
Unattempted
Azure File Sync uses HTTPS for data in transit (which leverages SMB 3.x encryption protocols) and Azure Storage Service Encryption (SSE) automatically encrypts all data at rest within the Azure File share.
Question 54 of 60
54. Question
You need to configure a hybrid identity solution that supports ‘Smart Card’ authentication for cloud resources. Which two solutions can achieve this?
Correct
AD FS has traditionally been the go-to for Smart Card/Certificate auth. However, Azure AD now natively supports Certificate-Based Authentication (CBA), allowing users to authenticate directly against Azure AD using their smart cards.
Incorrect
AD FS has traditionally been the go-to for Smart Card/Certificate auth. However, Azure AD now natively supports Certificate-Based Authentication (CBA), allowing users to authenticate directly against Azure AD using their smart cards.
Unattempted
AD FS has traditionally been the go-to for Smart Card/Certificate auth. However, Azure AD now natively supports Certificate-Based Authentication (CBA), allowing users to authenticate directly against Azure AD using their smart cards.
Question 55 of 60
55. Question
You need to implement ‘Azure AD Password Protection’ for your on-premises domain. You want to ensure that the DC agents can download the latest banned password lists. Which service is responsible for this communication?
Correct
The DC agent on each domain controller sends requests to the Azure AD Password Protection Proxy service. The Proxy service then communicates with Azure to retrieve the latest banned password lists.
Incorrect
The DC agent on each domain controller sends requests to the Azure AD Password Protection Proxy service. The Proxy service then communicates with Azure to retrieve the latest banned password lists.
Unattempted
The DC agent on each domain controller sends requests to the Azure AD Password Protection Proxy service. The Proxy service then communicates with Azure to retrieve the latest banned password lists.
Question 56 of 60
56. Question
You want to use ‘Azure Automanage’ for your hybrid servers. You need to ensure that any server that drifts from the ‘Production’ profile is automatically remediated. Which ‘Configuration Account’ role is required?
Correct
The Automanage service requires the ‘Contributor’ or a similar high-level role on the subscription or resource group to apply policies, deploy extensions, and modify the configuration of the Arc-enabled servers to maintain the baseline.
Incorrect
The Automanage service requires the ‘Contributor’ or a similar high-level role on the subscription or resource group to apply policies, deploy extensions, and modify the configuration of the Arc-enabled servers to maintain the baseline.
Unattempted
The Automanage service requires the ‘Contributor’ or a similar high-level role on the subscription or resource group to apply policies, deploy extensions, and modify the configuration of the Arc-enabled servers to maintain the baseline.
Question 57 of 60
57. Question
You need to implement ‘Azure AD Password Protection’ for your on-premises Active Directory. You want to ensure that the Proxy service is highly available. Which two actions should you take?
Correct
High availability for the Proxy service is achieved by simply installing the proxy software on multiple servers and registering them to the same tenant. The DC agents will automatically discover and load-balance across available proxies.
Incorrect
High availability for the Proxy service is achieved by simply installing the proxy software on multiple servers and registering them to the same tenant. The DC agents will automatically discover and load-balance across available proxies.
Unattempted
High availability for the Proxy service is achieved by simply installing the proxy software on multiple servers and registering them to the same tenant. The DC agents will automatically discover and load-balance across available proxies.
Question 58 of 60
58. Question
You have an Azure Stack HCI cluster with four nodes. You need to configure the ‘Cluster Witness’ to ensure quorum. The cluster does not have reliable internet access but has access to a separate standalone Windows server. Which witness type should you use?
Correct
A File Share Witness is the best choice for environments with limited internet connectivity. A Cloud Witness requires an Azure Storage account and constant internet access, while a Disk Witness requires shared storage accessible to all nodes.
Incorrect
A File Share Witness is the best choice for environments with limited internet connectivity. A Cloud Witness requires an Azure Storage account and constant internet access, while a Disk Witness requires shared storage accessible to all nodes.
Unattempted
A File Share Witness is the best choice for environments with limited internet connectivity. A Cloud Witness requires an Azure Storage account and constant internet access, while a Disk Witness requires shared storage accessible to all nodes.
Question 59 of 60
59. Question
You are troubleshooting ‘Azure AD Connect’ synchronization errors. You see a ‘Duplicate Attribute’ error for two users. Which tool is best for finding the conflicting objects in the local AD?
Correct
The ‘IdFix’ tool is specifically designed by Microsoft to scan local Active Directory environments for attributes (like UPNs or ProxyAddresses) that will cause errors or duplicates when synchronized to the cloud.
Incorrect
The ‘IdFix’ tool is specifically designed by Microsoft to scan local Active Directory environments for attributes (like UPNs or ProxyAddresses) that will cause errors or duplicates when synchronized to the cloud.
Unattempted
The ‘IdFix’ tool is specifically designed by Microsoft to scan local Active Directory environments for attributes (like UPNs or ProxyAddresses) that will cause errors or duplicates when synchronized to the cloud.
Question 60 of 60
60. Question
You are using Azure Arc to manage on-premises servers. You want to restrict which Azure Arc extensions can be installed on your servers to prevent unauthorized software deployment. Which feature should you use?
Correct
The Azure Connected Machine agent allows you to define ‘extension-allowlist’ or ‘extension-blocklist’ within the local agentconfig.json file. This provides a hardware-level restriction that overrides even Azure-side portal requests.
Incorrect
The Azure Connected Machine agent allows you to define ‘extension-allowlist’ or ‘extension-blocklist’ within the local agentconfig.json file. This provides a hardware-level restriction that overrides even Azure-side portal requests.
Unattempted
The Azure Connected Machine agent allows you to define ‘extension-allowlist’ or ‘extension-blocklist’ within the local agentconfig.json file. This provides a hardware-level restriction that overrides even Azure-side portal requests.
X
Use Page numbers below to navigate to other practice tests