61 Practice Questions & Answers
You need to configure Azure Arc-enabled servers to report compliance data to Azure Policy. Which agent must be installed on the Windows Server machines?
-
A
Log Analytics agent with Dependency agent
-
B
Azure Monitoring agent only
-
C
Azure Connected Machine agent
✓ Correct
-
D
Application Insights SDK
Explanation
The Azure Connected Machine agent (also called the hybrid runbook worker agent) is required to register and manage on-premises or cloud servers as Azure Arc-enabled servers before other agents can report compliance.
Your organization wants to implement Azure Update Management for patching Windows Server 2019 machines in a hybrid environment. What is the minimum configuration required?
-
A
Only the Connected Machine agent and Log Analytics workspace connection
-
B
Windows Server Update Services (WSUS) configured with Azure Automation
-
C
System Center Configuration Manager connected to Azure
-
D
Log Analytics agent, Automation account, and Update Management solution enabled in the workspace
✓ Correct
Explanation
Azure Update Management requires a Log Analytics workspace with the Update Management solution enabled and an Azure Automation account linked to that workspace. The Connected Machine agent enables on-premises servers to report to these services.
You are configuring Windows Admin Center to manage both on-premises and Azure VMs. Which of the following correctly describes the authentication model?
-
A
Windows Admin Center requires HTTPS and either local, domain, or smart card authentication for all connections
✓ Correct
-
B
Only Azure AD-joined servers can be managed through Windows Admin Center
-
C
All connections use local machine credentials regardless of server location
-
D
Azure VMs use Azure AD authentication while on-premises servers use local accounts, and delegated authentication handles the hybrid scenario
Explanation
Windows Admin Center supports multiple authentication methods including local accounts, domain credentials, and smart cards over HTTPS. This flexibility allows it to manage diverse server environments in hybrid scenarios.
Your organization needs to implement Azure Automation State Configuration for Windows Servers. Which component is responsible for downloading and applying the DSC configuration?
-
A
Azure Policy Guest Configuration agent performs all configuration management
-
B
The Log Analytics workspace enforces configurations through remediation tasks
-
C
The Automation account itself applies configurations directly
-
D
The Local Configuration Manager (LCM) on each node pulls configurations from the pull server
✓ Correct
Explanation
The Local Configuration Manager (LCM) on each Windows Server node is responsible for pulling Desired State Configuration from the Azure Automation State Configuration pull server and applying it locally.
You need to troubleshoot Azure Arc connectivity issues on a Windows Server. Which command will show the current status of the Azure Connected Machine agent?
-
A
Get-AzConnectedMachine -ResourceGroup MyGroup
-
B
azcmagent show
✓ Correct
-
C
azcmagent connect --check-connectivity
-
D
Get-Service AzureConnectedMachineAgent
Explanation
The 'azcmagent show' command displays the status and configuration of the Azure Connected Machine agent on the local machine, including connection status and resource information.
Your organization is implementing Azure File Sync to synchronize file shares between an on-premises Windows Server and Azure. What is the primary purpose of the Storage Sync Service?
-
A
To orchestrate synchronization between registered servers and cloud endpoints in a sync group
✓ Correct
-
B
To provide redundancy by automatically failover to Azure file shares
-
C
To encrypt all data in transit between on-premises and Azure
-
D
To manage backup scheduling for all synchronized files
Explanation
The Storage Sync Service acts as an orchestration point that manages sync groups, which contain registered servers (cloud endpoints) and Azure file shares, coordinating synchronization between them.
You are configuring Azure Defender for Servers to protect Windows Server machines across your hybrid environment. Which agent provides threat detection capabilities?
-
A
Windows Defender Configuration Manager client
-
B
Azure Policy Guest Configuration agent with security assessment modules
-
C
Microsoft Monitoring Agent (MMA) with Azure Defender extension
✓ Correct
-
D
Log Analytics agent alone is sufficient for threat detection
Explanation
Azure Defender for Servers uses the Microsoft Monitoring Agent (MMA) along with the Azure Defender extension to collect security telemetry and provide threat detection on hybrid servers.
Your organization wants to use Azure Policy Guest Configuration to audit Windows Server compliance. What happens if a machine fails a compliance check?
-
A
The machine is automatically remediated by the Guest Configuration agent
-
B
An alert is sent but no action is taken until manual review occurs
-
C
The machine is immediately disconnected from the network for security
-
D
Azure Policy generates a non-compliant status report; remediation can be automated if the policy assignment allows it
✓ Correct
Explanation
Azure Policy Guest Configuration assesses compliance and reports non-compliant status. If the policy is configured with 'deployIfNotExists' or remediation actions, those can be automatically applied; otherwise, it reports the status for manual action.
You need to configure a Windows Server to send custom logs to Azure Monitor. Which solution should you use?
-
A
Log Analytics agent with a custom log collection rule
✓ Correct
-
B
Windows Admin Center cloud sync feature
-
C
Azure Event Hubs direct connection from the server
-
D
Azure Automation webhook integration
Explanation
The Log Analytics agent can be configured with custom log collection rules to ingest custom logs from Windows Server applications into Azure Monitor Log Analytics workspace.
Your organization is implementing Azure Stack HCI with Windows Server 2022. What is the primary hybrid benefit of this configuration?
-
A
It allows unlimited scale-out without any licensing limitations
-
B
It extends Azure services and management to the edge with hyper-converged infrastructure managed through Azure
✓ Correct
-
C
It replaces the need for Azure VMs entirely by offering identical cloud capabilities
-
D
It provides unlimited cloud storage for on-premises virtual machines
Explanation
Azure Stack HCI is a hyper-converged infrastructure solution that brings Azure services and management capabilities to on-premises data centers, enabling hybrid cloud scenarios with consistent operations.
You are configuring Windows Server Network Controller in a hybrid scenario. Which statement accurately describes its function?
-
A
Network Controller only manages cloud networks in Azure and cannot manage on-premises infrastructure
-
B
Network Controller is a guest operating system that runs on Azure VMs exclusively
-
C
Network Controller is a centralized management point for physical and virtual networks using a declarative model
✓ Correct
-
D
Network Controller replaces the need for traditional network switches
Explanation
Windows Server Network Controller provides centralized, programmable management of physical and virtual network infrastructure using a declarative model, enabling software-defined networking in hybrid environments.
Your organization needs to implement Storage Spaces Direct (S2D) across multiple Windows Server nodes. What is a critical requirement for cluster formation?
-
A
All nodes must be in the same Azure region
-
B
All nodes must run Windows Server with the Hyper-V role installed
-
C
All nodes must have identical hardware configurations and be connected through low-latency, high-bandwidth networking
✓ Correct
-
D
A minimum of 10 nodes is required for any S2D cluster
Explanation
Storage Spaces Direct requires all nodes to have identical hardware to ensure predictable performance and reliability, and low-latency, high-bandwidth networking (typically 10 Gbps or higher) is essential for synchronous replication.
You are implementing Azure Automation runbooks for Windows Server patching. Which runbook type is best suited for executing PowerShell scripts on hybrid servers?
-
A
JavaScript runbooks with cloud execution
-
B
Graphical runbooks
-
C
PowerShell runbooks deployed to Hybrid Runbook Workers
✓ Correct
-
D
Python runbooks with a hybrid worker
Explanation
PowerShell runbooks executed on Hybrid Runbook Workers allow direct execution of PowerShell scripts on on-premises Windows Servers, making them ideal for patching and other administrative tasks in hybrid environments.
Your organization is configuring Azure Arc for servers across multiple cloud providers and on-premises locations. What is the primary advantage of this centralized approach?
-
A
It requires all servers to use identical operating system versions
-
B
It provides unified visibility, governance, and management of servers regardless of location or cloud provider
✓ Correct
-
C
It eliminates the need for separate management tools in each environment
-
D
It automatically migrates all workloads to Azure virtual machines
Explanation
Azure Arc enables centralized management and governance of servers across multiple locations (on-premises, AWS, GCP, etc.) through Azure, providing consistent visibility and policy enforcement.
You need to implement Change Tracking and Inventory on Windows Servers using Azure Automation. Which changes can be tracked by default?
-
A
Firewall rule changes only
-
B
Registry changes, file modifications, and Windows service startup type changes
✓ Correct
-
C
Network configuration changes exclusively
-
D
Only software installation and removal events
Explanation
Change Tracking and Inventory by default tracks registry changes, file and directory modifications, Windows service startup type changes, and software changes across Windows Servers.
Your organization is deploying Windows Server containers in an Azure Stack HCI environment. Which container orchestration platform is recommended for hybrid scenarios?
-
A
Kubernetes with Azure Kubernetes Service (AKS) on Azure Stack HCI for hybrid orchestration
✓ Correct
-
B
Docker Swarm for maximum simplicity
-
C
Windows Container Host service built into Windows Server only
-
D
Azure Service Fabric exclusively for container management
Explanation
AKS on Azure Stack HCI provides Kubernetes orchestration for containers in a hybrid environment, allowing consistent container management between on-premises and Azure with the same Kubernetes experience.
You are implementing Azure Monitor for Windows Servers and need to collect performance metrics. What is the preferred method for hybrid servers?
-
A
Continuous export of Windows Performance Monitor logs to Azure
-
B
Manual PowerShell scripts to upload metrics every hour
-
C
Azure Diagnostics extension exclusively for Azure VMs only
-
D
Azure Monitor agent (AMA) with data collection rules
✓ Correct
Explanation
The Azure Monitor Agent (AMA) with Data Collection Rules is the modern, preferred method for collecting performance metrics from both on-premises and Azure Windows Servers in a consistent manner.
Your organization needs to implement Azure Site Recovery for Windows Server virtual machines in a hybrid setup. What is the primary use case?
-
A
To replace all on-premises servers with Azure VMs automatically
-
B
To enable disaster recovery by replicating VMs from on-premises or one Azure region to another location
✓ Correct
-
C
To provide real-time synchronization of file shares between locations
-
D
To provide load balancing across multiple data centers
Explanation
Azure Site Recovery provides disaster recovery capabilities by replicating Windows Server VMs from on-premises Hyper-V, VMware, or physical servers to Azure, or between Azure regions, enabling failover when needed.
You are configuring a Hybrid Runbook Worker on a Windows Server to execute Azure Automation runbooks locally. Which ports must be open for communication with Azure Automation?
-
A
Port 80 (HTTP) exclusively
-
B
Port 443 (HTTPS) for secure communication with Azure Automation service and agent update endpoints
✓ Correct
-
C
Port 5985 (WinRM) exclusively for all communications
-
D
Ports 8080 and 8443 for local runbook execution
Explanation
Hybrid Runbook Workers communicate with Azure Automation service over port 443 (HTTPS) for secure, encrypted communication. This port must be open for the hybrid worker to receive runbooks and report execution status.
Your organization is implementing Azure Automation State Configuration DSC for compliance. What does 'Pending Reboot' status indicate?
-
A
The DSC configuration has failed and must be reapplied
-
B
The configuration has been applied successfully but the node requires a reboot to complete the desired state
✓ Correct
-
C
The node has lost connection to the pull server
-
D
The DSC compilation failed on the Automation account
Explanation
'Pending Reboot' status means the DSC configuration was applied but the node needs to be rebooted to fully achieve the desired state. This is common after system configuration changes.
You need to implement Windows Server Shielded VMs in an Azure Stack HCI environment. What is the primary security benefit?
-
A
It provides encryption of the VM memory and enables Secure Boot, protecting against host-based and firmware attacks
✓ Correct
-
B
It eliminates the need for guest firewall configurations
-
C
It prevents any network communication from the VM
-
D
It automatically patches all security vulnerabilities without requiring reboots
Explanation
Windows Server Shielded VMs use virtual TPM, Secure Boot, and encryption to protect VM memory and disk, preventing unauthorized access even from compromised hosts or administrators.
Your organization is using Azure Migrate to assess Windows Servers for cloud readiness. Which assessment focuses on application dependency mapping?
-
A
Dependency analysis uses service map data to identify application tiers and interdependencies for migration planning
✓ Correct
-
B
Azure Migrate cannot assess application dependencies at all
-
C
Server assessment only provides compute sizing recommendations
-
D
Only Azure Advisor can provide dependency information for Windows Servers
Explanation
Azure Migrate's dependency analysis feature (using Service Map data) identifies applications, running processes, and dependencies between servers, helping plan migration groups and avoid breaking dependencies.
You are configuring Windows Server Failover Clustering across multiple sites in a hybrid scenario. Which technology enables site-aware cluster placement?
-
A
Cluster-aware updating (CAU) automatically manages inter-site failover
-
B
Virtual Machine placement policy enforces specific site requirements
-
C
Network Load Balancing determines site-specific routing decisions
-
D
Cluster sites with stretch cluster configuration and appropriate replication technology enables workload placement awareness
✓ Correct
Explanation
Windows Server Failover Cluster stretch clustering with multiple sites, combined with appropriate replication technology (like Storage Replica or stretched storage), enables awareness of site location for intelligent workload placement.
Your organization needs to implement Windows Server Update Services (WSUS) in a hybrid environment coordinated with Azure. What is the recommended approach?
-
A
WSUS in Azure VMs can only manage other Azure VMs, not on-premises servers
-
B
Azure completely replaces WSUS and all organizations must migrate immediately
-
C
WSUS cannot work with Azure and must use Azure Update Management or Windows Update for Business exclusively
-
D
WSUS can be deployed on-premises and used with Update Management for hybrid reporting and compliance tracking
✓ Correct
Explanation
WSUS can be deployed on-premises to manage patching, and when combined with Azure Update Management, it provides integrated hybrid patch management with centralized reporting and compliance visibility.
You are implementing Azure Backup for Windows Servers in a hybrid environment. Which backup solution is optimized for application-aware backups?
-
A
Windows Server Backup utility synchronized to Azure hourly
-
B
Azure Backup agent with file-level recovery only
-
C
System State backup using VSS snapshots for disaster recovery
-
D
Azure Backup for SQL Server and Exchange with application-aware snapshots and recovery
✓ Correct
Explanation
Azure Backup provides application-aware backup solutions specifically optimized for SQL Server and Exchange running on Windows Servers, enabling consistent snapshots and granular recovery options at the application level.
Your organization is configuring Azure ExpressRoute for hybrid Windows Server connectivity. Which benefit is most relevant to server management traffic?
-
A
It eliminates the need for firewalls between on-premises and Azure
-
B
ExpressRoute automatically encrypts all traffic without additional configuration
-
C
ExpressRoute provides unlimited bandwidth with no throttling limits
-
D
It offers dedicated, private connectivity to Azure with consistent latency and bandwidth, improving server management performance
✓ Correct
Explanation
Azure ExpressRoute provides a dedicated, private connection to Azure with consistent latency and bandwidth, which is beneficial for reliable Windows Server management traffic and hybrid scenarios where performance is critical.
You need to implement Azure Arc-enabled servers to manage on-premises Windows Server machines. Which agent must be installed on each server to enable Azure Arc connectivity?
-
A
Windows Admin Center extension
-
B
Azure Connected Machine Agent
✓ Correct
-
C
Azure Monitoring Agent
-
D
Azure Hybrid Use Benefit Agent
Explanation
The Azure Connected Machine Agent is the core component that enables on-premises servers to connect to Azure Arc, allowing you to manage them as Azure resources.
Your organization is configuring Windows Admin Center for hybrid management. You need to ensure that multiple administrators can manage different groups of servers without interfering with each other's configurations. What feature should you implement?
-
A
Windows Admin Center user profiles
-
B
Active Directory security groups only
-
C
Role-based access control (RBAC) with custom roles
✓ Correct
-
D
Server local administrator accounts
Explanation
Windows Admin Center supports RBAC with custom roles that allow you to define granular permissions for different administrators managing distinct server groups.
You are implementing Azure Update Manager for patching servers in a hybrid environment. Which of the following best describes the primary benefit of using Azure Update Manager over traditional WSUS?
-
A
It eliminates the need for network connectivity to function properly
-
B
It automatically restarts servers without administrator notification
-
C
It provides centralized patch orchestration for both Azure VMs and on-premises servers
✓ Correct
-
D
It only works with servers running Windows Server 2022 or later
Explanation
Azure Update Manager provides unified patch management across hybrid environments, allowing you to manage updates for Azure VMs and on-premises servers from a single console.
Your organization requires encryption of data in transit when synchronizing configuration data between on-premises servers and Azure. Which protocol should you enforce at the network level?
-
A
Kerberos authentication without encryption
-
B
SMB 1.0 with signing enabled
-
C
HTTPS with TLS 1.2 or higher
✓ Correct
-
D
HTTP with basic authentication
Explanation
HTTPS with TLS 1.2 or higher is the standard for securing data in transit between on-premises servers and Azure services, providing encryption and authentication.
You need to configure Azure Stack HCI for a hybrid deployment. What is the minimum number of servers required to create a stretched cluster for disaster recovery capabilities?
-
A
Two servers in a single site
-
B
Four servers across two sites with quorum
✓ Correct
-
C
Three servers in a single site
-
D
Six servers in a fully redundant configuration
Explanation
Azure Stack HCI stretched clusters require a minimum of four servers distributed across two sites to maintain quorum and provide disaster recovery capabilities.
You are troubleshooting Azure Arc agent connectivity issues on a Windows Server machine behind a corporate proxy. Which configuration file must you modify to enable proxy settings?
-
A
azcmagent.conf
✓ Correct
-
B
The GuestConfigurationExtension configuration
-
C
Windows Registry HKLM\\Software\\Azure
-
D
proxy.xml in the Azure folder
Explanation
The azcmagent.conf file is used to configure proxy settings and other connectivity parameters for the Azure Connected Machine Agent.
Your organization is implementing Azure Automanage for Windows Server machines. Which of the following services are automatically enabled by Azure Automanage Best Practices profile?
-
A
Virtual Machine Scale Sets and Load Balancing only
-
B
Microsoft Antimalware, Azure Monitor, Azure Automation, and Update Management
✓ Correct
-
C
Only Windows Defender and Windows Update
-
D
Azure DevOps integration and GitHub repositories
Explanation
Azure Automanage Best Practices profile automatically configures antimalware, monitoring, automation, and update management services for enrolled servers.
You need to implement Azure Policy to ensure all Windows Server machines in your hybrid environment have specific security settings enforced. Which type of policy definition would you use to audit non-compliant servers without enforcing changes?
-
A
Modify policy with auto-remediation
-
B
Disabled policy with alerts only
-
C
Audit policy with detection mode
✓ Correct
-
D
Deny policy with enforcement mode enabled
Explanation
Audit policies allow you to identify non-compliant resources without enforcing changes, providing visibility into compliance status before implementing mandatory policies.
You are configuring Storage Spaces Direct (S2D) on an Azure Stack HCI cluster. Which network bandwidth requirement must you meet for 10-node cluster nodes communicating between sites?
-
A
Maximum 5 Gbps for cost optimization
-
B
Minimum 10 Gbps full-duplex connection recommended
✓ Correct
-
C
1 Mbps per node is sufficient for metadata
-
D
Minimum 1 Gbps full-duplex connection
Explanation
Azure Stack HCI with Storage Spaces Direct requires a minimum of 10 Gbps full-duplex connectivity between cluster nodes to ensure adequate bandwidth for replication and performance.
You need to configure Azure Hybrid Benefit for Windows Server licenses in your hybrid environment. Which of the following licensing scenarios qualifies for this benefit?
-
A
Software Assurance coverage on Windows Server licenses deployed in Azure VMs and on-premises
✓ Correct
-
B
Only Azure VM licenses purchased directly from Microsoft
-
C
Only on-premises Windows Server licenses with active Software Assurance
-
D
All Windows Server licenses regardless of Software Assurance status
Explanation
Azure Hybrid Benefit allows you to use Windows Server licenses with Software Assurance to reduce costs for both on-premises and Azure deployments.
Your organization is implementing a hybrid identity solution using Azure AD Connect. You need to synchronize Windows Server machine accounts for hybrid scenarios. Which synchronization option supports filtering to specific organizational units?
-
A
Automatic synchronization without filtering options
-
B
Express Settings only
-
C
Custom installation with OU-based filtering
✓ Correct
-
D
Cloud-only synchronization
Explanation
Custom installation of Azure AD Connect allows you to configure organizational unit (OU) filtering to control which objects are synchronized from on-premises Active Directory.
You are configuring Windows Server as a guest operating system on Azure Stack HCI. Which hypervisor technology is used to run virtual machines on Azure Stack HCI?
-
A
Citrix XenServer
-
B
Hyper-V with Storage Spaces Direct
✓ Correct
-
C
VMware vSphere
-
D
Oracle VirtualBox
Explanation
Azure Stack HCI uses Hyper-V as its hypervisor technology, combined with Storage Spaces Direct for storage management and clustering capabilities.
You need to implement Network Segmentation on Windows Server machines to meet compliance requirements. Which Windows Server feature provides microsegmentation capabilities in a hybrid environment?
-
A
Third-party network security appliances exclusively
-
B
Basic Windows Firewall rules only
-
C
Software-Defined Networking (SDN) with Network Security Groups
✓ Correct
-
D
Windows Firewall with Advanced Security (WFAS)
Explanation
Software-Defined Networking and Network Security Groups provide microsegmentation capabilities for hybrid environments, enabling fine-grained network traffic control.
Your organization wants to implement Azure Arc-enabled servers with guest configuration management. What type of PowerShell DSC configurations can you deploy through Azure Arc guest configuration?
-
A
Manual configuration scripts only without automation
-
B
Only built-in Microsoft configurations
-
C
Custom PowerShell DSC configurations packaged and published as guest configuration policies
✓ Correct
-
D
Third-party configuration tools exclusively
Explanation
Azure Arc guest configuration allows you to create custom PowerShell DSC configurations, package them, and deploy them as guest configuration policies across your hybrid servers.
You are implementing Azure Monitor for Windows Server machines in a hybrid environment. Which agent collects performance metrics and logs from on-premises servers?
-
A
Azure Diagnostic Extension
-
B
Event Viewer data collector
-
C
Windows Performance Analyzer
-
D
Log Analytics Agent (deprecated) or Azure Monitor Agent
✓ Correct
Explanation
The Log Analytics Agent (being deprecated) and the newer Azure Monitor Agent are used to collect performance metrics and logs from on-premises and Azure servers.
You need to configure Azure Site Recovery for Windows Server workloads to provide disaster recovery between on-premises and Azure. Which replication engine is used for initial full replication?
-
A
Azure Site Recovery Mobility Service with Agent-based replication
✓ Correct
-
B
Database-level replication synchronization
-
C
Agentless replication using network snapshots
-
D
Incremental block-based replication
Explanation
Azure Site Recovery uses the Mobility Service agent for initial full replication of Windows Server machines, followed by incremental replication to maintain synchronization.
Your organization requires implementing a managed identity for Azure Arc-enabled servers to authenticate to Azure resources without credentials. Which type of managed identity should you use?
-
A
System-assigned managed identity configured on the Azure Arc resource
✓ Correct
-
B
User-assigned managed identity only
-
C
Application registration with client secrets
-
D
Shared service account credentials
Explanation
System-assigned managed identities for Azure Arc-enabled servers allow automatic authentication to Azure services without managing credentials manually.
You are planning the deployment of Azure Stack HCI with cluster validation. Which critical validation step must pass before placing the cluster into production?
-
A
All cluster validation tests must pass without warnings or errors
✓ Correct
-
B
Optional validation tests can be skipped if performance is acceptable
-
C
Storage configuration tests only
-
D
Network connectivity tests only
Explanation
All cluster validation tests, including hardware, network, and storage tests, must pass completely to ensure the Azure Stack HCI cluster is supported and reliable.
You need to configure Windows Server Update Services (WSUS) in a hybrid environment where some servers are managed through Azure Update Manager. What is the recommended approach for update management?
-
A
Use WSUS exclusively for all servers in the hybrid environment
-
B
Use manual Windows Update only without any centralized management
-
C
Use Azure Update Manager for Azure VMs and on-premises servers, reducing WSUS complexity
✓ Correct
-
D
Run WSUS and Azure Update Manager simultaneously on all servers
Explanation
Azure Update Manager provides unified patch management for hybrid environments, reducing the complexity and maintenance burden of WSUS deployments.
Your organization is configuring failover clustering on Windows Server for high availability. Which feature allows you to configure automatic failover between cluster nodes with minimal data loss?
-
A
Failover clustering with Hyper-V Replica for continuous replication
✓ Correct
-
B
Backup and Restore operations
-
C
Cluster Quorum settings
-
D
Windows Server file sharing
Explanation
Hyper-V Replica in conjunction with failover clustering provides continuous replication of virtual machines, enabling automatic failover with minimal RPO and RTO.
You are implementing Azure Automation for Windows Server management in a hybrid environment. Which type of runbooks can execute scripts on on-premises servers through a hybrid worker?
-
A
Only graphical runbooks
-
B
PowerShell runbooks deployed on hybrid runbook workers installed on on-premises servers
✓ Correct
-
C
Python scripts exclusively
-
D
Cloud-only PowerShell runbooks
Explanation
Hybrid runbook workers enable Azure Automation to execute PowerShell runbooks on on-premises servers, extending automation capabilities to hybrid environments.
You need to implement data encryption at rest for Windows Server machines using BitLocker in a hybrid environment managed by Azure. Which Azure service provides centralized key management for BitLocker keys?
-
A
Local TPM storage exclusively
-
B
Azure Disk Encryption for VMs only
-
C
Azure Storage accounts with encryption
-
D
Azure Key Vault with BitLocker integration
✓ Correct
Explanation
Azure Key Vault provides centralized management of BitLocker recovery keys for Windows Server machines, enabling secure escrow and audit compliance.
Your organization is implementing Azure Arc-enabled Kubernetes on Windows Server containers. Which runtime environment is supported for running Windows containers in this scenario?
-
A
Kubernetes with containerd and Windows container runtime
✓ Correct
-
B
Docker Community Edition only
-
C
Apache Mesos
-
D
Virtual machine hypervisor exclusively
Explanation
Azure Arc-enabled Kubernetes supports Windows container nodes using Kubernetes with the Windows container runtime (wcow) and compatible container runtimes.
You are configuring Windows Server Network Controller in a Software-Defined Networking (SDN) deployment. What is the minimum number of Network Controller nodes recommended for production deployments?
-
A
Three nodes for high availability and fault tolerance
✓ Correct
-
B
Two nodes minimum
-
C
Single node deployment
-
D
Five nodes for large-scale deployments only
Explanation
Production SDN deployments require a minimum of three Network Controller nodes to ensure high availability, fault tolerance, and data replication.
You need to configure Azure Sentinel for Windows Server security monitoring in a hybrid environment. Which agent collects Windows Security events and sends them to Azure Sentinel?
-
A
Azure Monitor Agent or Log Analytics Agent collecting Windows security event logs
✓ Correct
-
B
Sysmon exclusively
-
C
Windows Event Forwarding only
-
D
Windows Defender ATP integration without Log Analytics
Explanation
The Azure Monitor Agent and Log Analytics Agent collect Windows Security event logs from servers and forward them to Azure Sentinel for threat detection and analysis.
You need to configure Azure Arc-enabled servers to report compliance data to Azure Policy. Which agent must be installed on the on-premises Windows Server?
-
A
Azure Automation Hybrid Runbook Worker
-
B
Azure Monitor Dependent Agent
-
C
Azure Connected Machine Agent
✓ Correct
-
D
System Center Operations Manager agent
Explanation
The Azure Connected Machine Agent is required to register on-premises servers with Azure Arc, enabling them to be managed by Azure services including Azure Policy compliance reporting.
Your organization uses Azure File Sync to synchronize files between an on-premises Windows Server and Azure. A user reports that a file is not syncing. What is the most likely cause if the file exceeds 100 GB in size?
-
A
The cloud endpoint needs to be re-registered
-
B
The file is locked by another process on the server
✓ Correct
-
C
Azure File Sync has a 100 GB per-file size limit
-
D
The Storage Sync Service requires a restart
Explanation
While Azure File Sync does have limitations, the primary issue with large files not syncing is typically that they are locked by another process. Files locked for writing or exclusive access cannot be synced until released.
You are deploying Windows Server Update Services (WSUS) in a hybrid environment. Your organization wants to ensure that critical security updates are deployed to both on-premises and Azure-based servers. What should you configure?
-
A
Azure Update Management integrated with local WSUS servers
-
B
Windows Update for Business with group policies only
-
C
A single WSUS server synchronized to Microsoft Update with downstream servers in each location
✓ Correct
-
D
Separate WSUS servers in each location with independent synchronization to Microsoft Update
Explanation
Configuring a single upstream WSUS server synchronized to Microsoft Update with downstream replica servers at each location ensures consistent update deployment and reduced bandwidth consumption while maintaining centralized control.
You need to implement Azure Automation to manage on-premises Windows Server resources. Which authentication method is most secure for hybrid runbooks?
-
A
Stored credentials in a variable
-
B
Run As account with managed identity
-
C
Azure Automation credential assets with encrypted storage
✓ Correct
-
D
Plaintext username and password in the runbook script
Explanation
Azure Automation credential assets provide encrypted storage for sensitive information and are the recommended secure method for storing credentials used in hybrid runbooks, protecting them from unauthorized access.
Your Windows Server is registered with Azure Arc. You want to restrict which Azure services can manage the server. What Azure feature should you use?
-
A
Network security groups
-
B
Azure role-based access control (RBAC) with custom roles
✓ Correct
-
C
Azure Policy with deny effects
-
D
On-premises Windows Firewall rules
Explanation
Azure RBAC with custom roles allows you to grant granular permissions specifying which Azure services and users can manage Arc-enabled servers, providing the most precise access control.
You are configuring a hybrid disaster recovery solution using Azure Site Recovery. Your on-premises Windows Server needs to replicate to Azure. What is the primary prerequisite?
-
A
Configuration of local administrator accounts on all servers
-
B
A VPN connection with minimum 10 Mbps bandwidth
-
C
Azure subscription with at least 500 GB storage
-
D
Installation of the Mobility Service agent on the source server
✓ Correct
Explanation
The Mobility Service agent must be installed on the on-premises server to capture disk changes and transmit replication data to Azure Site Recovery, making it essential for the replication process to function.
Your organization deploys Windows Admin Center in a hybrid environment. You need to manage both on-premises servers and Azure VMs from a single gateway. What networking requirement must be met?
-
A
Network connectivity must exist between the Windows Admin Center gateway and both on-premises and Azure resources
✓ Correct
-
B
Both on-premises and Azure environments must be in the same Azure subscription
-
C
Azure VMs must have public IP addresses assigned
-
D
All servers must be joined to the same Active Directory domain
Explanation
Windows Admin Center requires network connectivity from the gateway to the servers it manages; this can be achieved through VPN, ExpressRoute, or other network connectivity solutions connecting on-premises and Azure environments.
You configure Azure Monitor for on-premises Windows Servers using the Log Analytics agent. A server stops sending heartbeat data to the workspace. What is the most likely cause?
-
A
The Log Analytics workspace reached its daily data cap
-
B
The Log Analytics agent was uninstalled
-
C
The server's system time is significantly out of sync with Azure time
✓ Correct
-
D
The network security group rules were modified incorrectly
Explanation
The Log Analytics agent requires accurate system time synchronization to communicate successfully with Azure; significant time drift causes authentication failures and prevents heartbeat data transmission.
You need to implement Azure Key Vault integration with on-premises Windows Server applications. Which component should you deploy to retrieve secrets securely?
-
A
Service Principal with stored credentials in application configuration
-
B
Managed Identity with application code changes
-
C
Azure Hybrid Worker extension
-
D
Key Vault Proxy running on a server or in a hybrid worker
✓ Correct
Explanation
A Key Vault Proxy component running on-premises or in an Azure Automation Hybrid Worker allows on-premises applications to securely retrieve secrets from Azure Key Vault without storing credentials locally.
Your organization uses Azure Backup to protect on-premises Windows Server data. You need to recover a file that was accidentally deleted 30 days ago. What is the maximum retention period for instant restore points in the default configuration?
-
A
14 days
-
B
7 days
✓ Correct
-
C
30 days
-
D
90 days
Explanation
Azure Backup's default instant restore retention period for on-premises servers is 7 days; files deleted beyond this window require recovery from longer-term recovery points stored in the Recovery Services Vault.