View Full Microsoft AZ-801 Exam Dumps and Practice Test Dumps
Question 121. Which Windows Server feature allows administrators to centrally manage multiple servers through a browser-based interface?
- Windows Admin Center
- Disk Management
- Event Viewer
- Task Scheduler
Correct Answer: 1. Windows Admin Center
Explanation:
Windows Admin Center provides a browser-based management experience for Windows Server and other supported infrastructure. Administrators can use it to manage servers without depending entirely on traditional Remote Desktop connections. The interface provides tools for monitoring performance, managing storage, configuring networking, reviewing events, controlling services, and administering virtual machines. Windows Admin Center can also integrate with Azure services for hybrid management scenarios. This centralized approach can simplify administration when an organization has many Windows Server systems distributed across datacenters or branch offices. Appropriate permissions and connectivity must still be configured before administrators can manage individual servers.
Question 122. Which Active Directory operation transfers a single FSMO role from one domain controller to another while both controllers are available?
- Replication
- Seizing
- Delegation
- Transfer
Correct Answer: 4. Transfer
Explanation:
An FSMO role transfer is a planned operation in which an existing role holder gives the FSMO role to another domain controller while both systems are available and communicating normally. Transfers are preferred during planned maintenance, domain-controller replacement, or other controlled administrative changes. A transfer is different from seizing a role. Seizure is generally used when the original role holder is permanently unavailable and the role must be forcibly assigned to another domain controller. Administrators should understand the distinction because unnecessary role seizure can create directory consistency issues if the original role holder later returns to service.
Question 123. Which Active Directory feature allows a user to authenticate at a branch office without requiring a writable domain controller there?
- Read-Only Domain Controller
- Active Directory Federation Services
- Schema Master
- Active Directory Certificate Services
Correct Answer: 1. Read-Only Domain Controller
Explanation:
A Read-Only Domain Controller (RODC) can provide local authentication and directory services at a branch office while maintaining a read-only copy of the Active Directory database. This design is useful where physical security or administrative control over the branch server is less stringent than in a central datacenter. Administrators can use Password Replication Policy to determine which credentials may be cached on the RODC. If approved credentials are available locally, authentication can continue even when connectivity to a writable domain controller is unavailable. RODCs therefore provide branch-office functionality while reducing certain risks associated with writable domain controllers.
Question 124. Which DNS record type identifies the mail server responsible for receiving email for a domain?
- A
- CNAME
- MX
- PTR
Correct Answer: 3. MX
Explanation:
An MX, or Mail Exchange, record identifies the mail servers responsible for receiving email for a DNS domain. When a mail system needs to deliver a message, it can query the recipient domain’s MX records to determine which mail servers should receive the message. MX records can contain priority values so that multiple mail servers can be used in a preferred order. A records map hostnames to IPv4 addresses, CNAME records provide aliases, and PTR records are primarily used for reverse DNS lookups. Proper MX configuration is therefore essential when managing DNS for domains that receive email.
Question 125. Which DHCP option specifies the default gateway that clients should use?
- Option 003
- Option 006
- Option 015
- Option 066
Correct Answer: 1. Option 003
Explanation:
DHCP option 003 supplies clients with the default gateway or router address they should use when communicating with destinations outside their local subnet. When a client receives a DHCP lease, it can receive several additional network configuration parameters, including the subnet mask, DNS server addresses, DNS domain name, and default gateway. Correctly configuring option 003 is important because clients without a valid default gateway may be able to communicate with local devices but fail to reach remote networks. DHCP administrators commonly configure this option at the scope level so that clients in the appropriate subnet receive the correct router address automatically.
Question 126. Which feature allows a Windows Server to provide centralized storage using multiple physical disks with resiliency?
- DHCP Failover
- Storage Spaces
- DFS Namespace
- DNS Forwarding
Correct Answer: 2. Storage Spaces
Explanation:
Storage Spaces allows administrators to combine physical disks into storage pools and create virtual disks with selected resiliency configurations. Depending on the available hardware and requirements, administrators can use options such as simple, mirror, or parity layouts. Storage Spaces provides a software-defined approach to managing storage and can make it easier to expand capacity by adding physical drives to a storage pool. It is different from Storage Spaces Direct, which is designed for clustered environments using storage across multiple servers. Storage Spaces can therefore be useful when building resilient storage within an individual Windows Server.
Question 127. Which SMB capability is designed to use RDMA networking for high-performance file transfers?
- SMB Signing
- SMB Encryption
- SMB Direct
- SMB Compression
Correct Answer: 3. SMB Direct
Explanation:
SMB Direct enables SMB traffic to use Remote Direct Memory Access (RDMA)-capable network adapters. RDMA can provide high throughput and low latency while reducing CPU overhead compared with traditional network processing. SMB Direct is particularly valuable for demanding workloads such as Hyper-V storage, large file transfers, and other applications requiring high-performance network storage. SMB Multichannel can also improve SMB connectivity by using multiple network paths, but SMB Direct specifically takes advantage of RDMA capabilities. To benefit from SMB Direct, the infrastructure must include supported RDMA-capable networking hardware and appropriate configuration on the participating systems.
Question 128. Which Windows Server feature can prevent users from storing files that match defined file-name patterns?
- FSRM File Screening
- DHCP Reservation
- DNS Scavenging
- Storage Replica
Correct Answer: 1. FSRM File Screening
Explanation:
File Server Resource Manager (FSRM) file screening allows administrators to control the types of files users can store on selected folders. File screen groups can be based on file extensions or file-name patterns. Administrators can configure active screening to prevent prohibited files from being saved or passive screening to monitor and report on file-storage activity without blocking the file. This capability can support organizational storage policies, such as preventing executable or multimedia files from being stored in a department’s document repository. FSRM also provides reporting and notification capabilities that help administrators monitor file-storage activity and enforce established policies.
Question 129. Which Windows Server service is used to automatically distribute IP configuration information to clients?
- DNS
- DHCP
- DFS
- IIS
Correct Answer: 2. DHCP
Explanation:
The Dynamic Host Configuration Protocol (DHCP) service automatically provides network configuration information to clients. Depending on the configured scope and options, a DHCP server can assign IP addresses, subnet masks, default gateways, DNS server addresses, lease durations, and other parameters. Centralized DHCP management reduces the need to manually configure each workstation or device. DHCP scopes define the range of addresses available to clients, while reservations can provide predictable addresses for selected devices. In enterprise Windows Server environments, DHCP can also be configured with failover to improve service availability and reduce dependence on a single DHCP server.
Question 130. Which Windows Server technology replicates files between selected folders on different servers?
- Storage Replica
- Hyper-V Replica
- DFS Replication
- DHCP Failover
Correct Answer: 3. DFS Replication
Explanation:
DFS Replication (DFSR) is a Windows Server role service designed to replicate folders between servers. It uses an efficient replication mechanism that transfers changed portions of files rather than repeatedly copying entire files when supported by the replication process. DFSR is commonly used with DFS Namespaces to provide replicated file shares across multiple servers. Administrators can create replication groups, define replicated folders, and configure connections between participating members. DFS Replication is different from Storage Replica, which performs block-level volume replication, and Hyper-V Replica, which replicates virtual machines for disaster recovery.
Question 131. Which Azure service provides cloud-based storage shares that can be accessed using SMB?
- Azure Files
- Azure Monitor
- Azure Migrate
- Azure DNS
Correct Answer: 1. Azure Files
Explanation:
Azure Files provides managed cloud file shares that can be accessed using the SMB protocol and other supported protocols depending on the configuration. This allows applications and users to access file storage using familiar file-share concepts while the underlying storage is hosted in Azure. Azure Files can also be integrated with Azure File Sync to provide local caching and synchronization for Windows Server file servers. Organizations can use Azure Files for cloud-based file shares, application storage, migration scenarios, and hybrid file environments. Access controls, identity integration, networking, and storage-account configuration should be planned according to the organization’s security and availability requirements.
Question 132. Which Azure service can apply governance policies to Azure resources and connected environments?
- Azure DNS
- Azure Policy
- Azure Files
- Azure Load Balancer
Correct Answer: 2. Azure Policy
Explanation:
Azure Policy provides governance capabilities that allow organizations to define and enforce rules for Azure resources. Policies can evaluate resource configurations and help ensure that deployed resources comply with organizational requirements. Depending on the policy definition, administrators can audit configurations, deny noncompliant deployments, or apply supported remediation actions. Azure Policy is useful for maintaining standards such as allowed resource types, required tags, permitted regions, or specific configuration settings. When combined with services such as Azure Arc, governance capabilities can also extend to supported resources outside Azure. This helps organizations maintain consistent governance across increasingly hybrid environments.
Question 133. Which Windows Server feature provides a centralized location for managing Group Policy settings?
- Group Policy Management Console
- Disk Management
- Resource Monitor
- Performance Monitor
Correct Answer: 1. Group Policy Management Console
Explanation:
The Group Policy Management Console (GPMC) provides a centralized graphical interface for creating, configuring, linking, and managing Group Policy Objects in an Active Directory environment. Administrators can use GPMC to manage policies at the domain, site, and organizational-unit levels. It also provides tools for viewing policy inheritance, security filtering, delegation, and other management information. Group Policy is commonly used to enforce standardized security and configuration settings across domain-joined computers and users. Using GPMC helps administrators organize policy deployment and understand how multiple Group Policy Objects interact within the Active Directory hierarchy.
Question 134. Which Windows Server feature can automatically move virtual machines between cluster nodes when a node fails?
- DFS Replication
- DHCP Failover
- Failover Clustering
- DNS Forwarding
Correct Answer: 3. Failover Clustering
Explanation:
Windows Server Failover Clustering provides high availability for supported workloads, including clustered Hyper-V virtual machines. When a cluster node fails, the cluster can detect the failure and restart or bring the affected clustered workloads online on another available node, depending on the workload and configuration. This helps reduce downtime caused by hardware or operating-system failures. Hyper-V Live Migration is used primarily for planned movement of running virtual machines, while failover clustering provides automated recovery when a node or other critical component becomes unavailable. Proper cluster design, storage configuration, networking, and quorum settings are important for reliable operation.
Question 135. Which Storage Replica mode is designed for zero-data-loss replication when supported network latency requirements are met?
- Asynchronous replication
- Synchronous replication
- Scheduled replication
- Manual replication
Correct Answer: 2. Synchronous replication
Explanation:
Synchronous Storage Replica maintains synchronized copies of data between the source and destination by ensuring that writes are committed to both sides before the operation is considered complete. When the appropriate network latency and infrastructure requirements are met, synchronous replication can provide a recovery point with no outstanding replicated writes at the moment of failover. This makes it suitable for certain high-availability and disaster-recovery scenarios where minimizing potential data loss is important. Because synchronous replication requires suitable connectivity and can introduce additional latency, administrators should evaluate network distance, bandwidth, workload characteristics, and performance requirements before selecting this mode.
Question 136. Which Windows Server tool can display CPU, memory, disk, and network performance information?
- Performance Monitor
- DNS Manager
- Certificate Authority
- Disk Cleanup
Correct Answer: 1. Performance Monitor
Explanation:
Performance Monitor provides detailed information about Windows Server performance by collecting and displaying performance counters. Administrators can monitor areas such as processor utilization, memory usage, disk activity, network performance, and individual application or service behavior. Performance Monitor can also collect data over time, which is useful for identifying trends and diagnosing intermittent performance problems. Rather than relying only on a single snapshot of resource usage, administrators can create data collector sets and review historical information. This makes Performance Monitor a valuable troubleshooting tool when determining whether a server has resource constraints or unusual workload behavior.
Question 137. Which Windows Server role provides centralized authentication and directory services for users and computers?
- IIS
- DHCP Server
- Active Directory Domain Services
- File and Storage Services
Correct Answer: 3. Active Directory Domain Services
Explanation:
Active Directory Domain Services (AD DS) provides centralized directory and authentication services for Windows domain environments. It stores information about users, computers, groups, organizational units, and other directory objects. Domain controllers host copies of the Active Directory database and use replication to synchronize directory information. AD DS also works closely with services such as DNS and Group Policy to provide centralized identity management and configuration control. Organizations can use AD DS to authenticate users, manage computer accounts, apply security policies, and organize resources according to their administrative structure. Reliable domain-controller availability is important for maintaining authentication and directory operations.
Question 138. Which Windows Server feature allows administrators to configure a server without installing a graphical desktop environment?
- Server Core
- Windows Admin Center
- Hyper-V Replica
- DFS Namespace
Correct Answer: 1. Server Core
Explanation:
Server Core is a Windows Server installation option that provides a reduced operating-system environment without the traditional graphical desktop experience. It is designed to minimize the number of installed components and reduce the system’s attack surface and resource requirements. Administrators can manage Server Core systems using PowerShell, Windows Admin Center, Server Manager tools from another computer, and other remote-management technologies. Server Core is suitable for many server roles and is commonly used when a full graphical interface is unnecessary. Administrators should understand remote-management methods because many traditional GUI-based local tools are not available directly on Server Core.
Question 139. Which Windows Server capability allows administrators to create a highly available file server role using multiple cluster nodes?
- DNS delegation
- Scale-Out File Server
- DHCP reservation
- Windows Time
Correct Answer: 2. Scale-Out File Server
Explanation:
Scale-Out File Server (SOFS) is a clustered file-server technology designed to provide continuously available file shares and scale file-server workloads across multiple nodes. It is commonly used with workloads such as Hyper-V and applications that require highly available SMB file storage. SOFS uses SMB capabilities and clustered infrastructure to provide access to file shares through multiple nodes. This architecture differs from a traditional standalone file server because the workload is designed around clustered availability and scale. Administrators must properly configure networking, storage, cluster roles, and SMB settings to achieve the expected availability and performance.
Question 140. Which Windows Server feature allows administrators to create a virtual network switch for Hyper-V virtual machines?
- Virtual Switch
- DHCP Relay
- DFS Replication
- Storage Replica
Correct Answer: 1. Virtual Switch
Explanation:
The Hyper-V Virtual Switch provides network connectivity for virtual machines and can connect virtual workloads to physical networks or isolated virtual networks. Administrators can create external, internal, or private virtual switches depending on the required connectivity. An external switch connects virtual machines to a physical network through a host network adapter, while internal and private switches provide different levels of communication between the host and virtual machines. Virtual switches are an important component of Hyper-V networking because they determine how virtual machines communicate with each other, the host, and external networks. Proper switch configuration is essential for reliable virtual-machine connectivity.