View Full Microsoft AZ-801 Exam Dumps and Practice Test Dumps
Question 341. Which Active Directory tool can be used to force replication between domain controllers?
- Repadmin
- Nslookup
- FSRM
- Robocopy
Correct Answer: 1. Repadmin
Explanation:
Repadmin provides administrators with command-line capabilities for monitoring and managing Active Directory replication. In troubleshooting situations, administrators can use appropriate Repadmin commands to initiate or verify replication between domain controllers. This is useful when directory changes appear on one domain controller but have not yet reached another domain controller. Repadmin can also display replication partners, failures, and replication summaries. Nslookup is intended for DNS troubleshooting, FSRM manages file-server storage policies, and Robocopy copies files and directories. Therefore, Repadmin is the appropriate tool when an administrator needs to manage or troubleshoot Active Directory replication between domain controllers.
Question 342. Which command displays the DNS records returned by a DNS server for a specified hostname?
- Dcdiag
- Nslookup
- Repadmin
- Diskpart
Correct Answer: 2. Nslookup
Explanation:
Nslookup is a command-line utility used to query DNS servers and examine DNS responses. Administrators can use it to verify whether a hostname resolves to the expected IP address and to inspect different DNS record types. It can also be used to identify which DNS server is responding to a query, making it useful when troubleshooting name-resolution problems. Dcdiag provides broader Active Directory domain-controller diagnostics, Repadmin focuses on directory replication, and Diskpart manages storage partitions. Therefore, when an administrator needs to directly query a DNS server and inspect the records returned for a hostname, Nslookup is the appropriate command-line tool.
Question 343. Which DNS record allows a hostname to point to another hostname rather than directly to an IP address?
- PTR
- MX
- CNAME
- SRV
Correct Answer: 3. CNAME
Explanation:
A CNAME, or canonical name, record creates an alias from one DNS hostname to another canonical hostname. This allows multiple names to reference the same destination without requiring each alias to have its own address record. For example, an organization can use an application-friendly hostname that points to the canonical name of a server. A PTR record is used for reverse DNS lookups, an MX record identifies mail servers for a DNS domain, and an SRV record identifies the location of specific network services. Therefore, CNAME is the DNS record type used when one hostname should point to another hostname instead of directly storing an IP address.
Question 344. Which DHCP feature ensures that a specific client always receives the same IP address?
- DHCP reservation
- Scope exclusion
- DHCP relay
- Lease expiration
Correct Answer: 1. DHCP reservation
Explanation:
A DHCP reservation associates a specific IP address with the hardware address of a particular client, allowing that client to consistently receive the same address from the DHCP server. Reservations are useful for devices such as printers, application servers, network appliances, and other systems that benefit from predictable addressing while still using DHCP for configuration management. A scope exclusion prevents specified addresses from being dynamically assigned, while DHCP relay forwards DHCP traffic between different network segments. Lease expiration determines when an address must be renewed. Therefore, a DHCP reservation is the appropriate DHCP feature when a specific client should consistently receive a particular IP address.
Question 345. Which DHCP mechanism allows clients on another subnet to obtain addresses from a centralized DHCP server?
- DHCP reservation
- DHCP relay
- DHCP scope exclusion
- DHCP authorization
Correct Answer: 2. DHCP relay
Explanation:
DHCP relay allows DHCP client requests to cross Layer 3 network boundaries so that a centralized DHCP server can provide configuration to clients located on another subnet. Because DHCP discovery messages are broadcast-based and routers normally do not forward broadcasts between subnets, a DHCP relay agent receives the request and forwards it toward the DHCP server. The server can then determine the appropriate scope based on the relay information and return the required configuration. A reservation provides a predictable address, an exclusion prevents specific addresses from being leased, and authorization controls whether a DHCP server can operate in an Active Directory environment. Therefore, DHCP relay is the correct solution for cross-subnet DHCP communication.
Question 346. Which DNS configuration helps Active Directory clients automatically register their host records?
- Secure dynamic updates
- Root hints
- Conditional forwarding
- Stub zones
Correct Answer: 1. Secure dynamic updates
Explanation:
Secure dynamic updates allow authorized computers to automatically create and update DNS records in supported Active Directory-integrated DNS zones. This is especially useful in domain environments where computers frequently join the network, receive new IP addresses, or change their network configuration. Secure dynamic updates can use Active Directory authentication to help ensure that only authorized entities can modify DNS information. Root hints help DNS servers locate external authoritative servers, conditional forwarding sends queries for specific domains to designated DNS servers, and stub zones contain information about authoritative servers for another namespace. Therefore, secure dynamic updates are the appropriate DNS configuration for automatic authenticated registration of Active Directory client records.
Question 347. Which Active Directory feature allows administrators to recover deleted directory objects within a configured retention period?
- AD Sites and Services
- Active Directory Recycle Bin
- DNS Scavenging
- Group Policy
Correct Answer: 2. Active Directory Recycle Bin
Explanation:
The Active Directory Recycle Bin provides a way to recover deleted Active Directory objects while preserving important object attributes. When enabled, deleted objects can remain available for recovery during the applicable deleted-object lifetime. This is generally much easier than performing a full directory recovery operation when an administrator accidentally deletes a user, group, computer, or other supported object. AD Sites and Services manages directory topology, DNS Scavenging removes stale DNS records, and Group Policy manages configuration settings. Therefore, when an administrator needs to restore accidentally deleted directory objects without performing a full Active Directory recovery, the Active Directory Recycle Bin is the appropriate feature.
Question 348. Which Active Directory service is responsible for maintaining the SYSVOL folder between domain controllers?
- DHCP
- DFS Replication
- DNS
- FSRM
Correct Answer: 2. DFS Replication
Explanation:
DFS Replication is used to replicate the SYSVOL folder between domain controllers in modern Windows Server Active Directory environments. SYSVOL contains important domain-wide files, including Group Policy templates and logon-related scripts. Maintaining consistent SYSVOL content across domain controllers is essential because clients may authenticate against different domain controllers and still need access to the same policy and script information. DHCP provides network configuration, DNS provides name resolution, and FSRM manages file-server storage policies. Therefore, DFS Replication is the service responsible for maintaining synchronized SYSVOL contents between domain controllers in supported Active Directory environments.
Question 349. Which Windows Server role provides centralized management of Group Policy objects?
- Group Policy Management
- Storage Replica
- DHCP Server
- File Server Resource Manager
Correct Answer: 1. Group Policy Management
Explanation:
Group Policy Management provides administrators with tools for creating, configuring, linking, monitoring, and managing Group Policy Objects in an Active Directory environment. Through the Group Policy Management Console, administrators can organize policies, link them to domains or organizational units, configure security filtering, review inheritance, and perform other policy-management tasks. Storage Replica handles storage replication, DHCP Server provides network configuration services, and FSRM manages file-server storage policies. Centralized Group Policy administration is important for maintaining consistent configuration and security settings across domain-joined computers. Therefore, Group Policy Management is the appropriate Windows Server management component for administering GPOs.
Question 350. Which Group Policy setting controls how many previous passwords a user cannot reuse?
- Minimum password length
- Maximum password age
- Password history
- Account lockout threshold
Correct Answer: 3. Password history
Explanation:
The password history policy determines how many previous passwords Active Directory remembers for a user and prevents the user from immediately reusing those passwords. This setting helps reduce the effectiveness of password cycling, where a user repeatedly changes a password and quickly returns to an older password. Minimum password length determines the number of characters required, maximum password age determines how long a password can remain valid, and account lockout threshold controls how many failed sign-in attempts can trigger a lockout. Therefore, when administrators need to control how many previous passwords cannot be reused, the Password History policy is the appropriate setting.
Question 351. Which Group Policy setting determines how long a user password can remain unchanged?
- Minimum password age
- Maximum password age
- Password history
- Minimum password length
Correct Answer: 2. Maximum password age
Explanation:
Maximum password age determines the maximum amount of time a user can keep a password before Windows requires the password to be changed. Administrators can configure this setting as part of the domain password policy to support organizational security requirements. Minimum password age serves a different purpose by controlling how soon a user can change a password again, which can help prevent users from cycling through passwords simply to bypass password history. Password history controls previously used passwords, while minimum password length determines the required number of characters. Therefore, Maximum password age is the policy setting that controls how long a password can remain unchanged.
Question 352. Which Group Policy setting specifies how many failed sign-in attempts can occur before an account is locked?
- Account lockout duration
- Maximum password age
- Account lockout threshold
- Password history
Correct Answer: 3. Account lockout threshold
Explanation:
The Account Lockout Threshold policy specifies the number of invalid sign-in attempts that can occur before an Active Directory account becomes locked. This setting can help reduce the effectiveness of repeated password-guessing attempts. Administrators typically configure it together with other account-lockout policies, such as lockout duration and reset-account-lockout counter settings. Account Lockout Duration determines how long the account remains locked, while Maximum Password Age controls password lifetime and Password History controls reuse of previous passwords. Therefore, when the requirement is to define how many failed authentication attempts trigger an account lockout, Account Lockout Threshold is the correct setting.
Question 353. Which Windows Server technology provides a logical namespace for accessing file shares located on multiple servers?
- DFS Namespace
- Storage Replica
- SMB Direct
- Data Deduplication
Correct Answer: 1. DFS Namespace
Explanation:
DFS Namespace allows administrators to present file shares from multiple servers through a unified logical namespace. Instead of requiring users to remember separate server names and share paths, administrators can provide a consistent namespace structure that points to different folder targets. DFS Namespace can therefore simplify access to distributed file resources and provide a more organized user experience. Storage Replica replicates storage volumes, SMB Direct provides high-performance SMB communication using supported RDMA technology, and Data Deduplication reduces redundant data. DFS Namespace does not itself replicate file contents; that function can be provided separately by DFS Replication. Therefore, DFS Namespace is the appropriate technology for creating a unified logical path to distributed file shares.
Question 354. Which DFS technology synchronizes files between folder targets in a replicated folder group?
- DFS Namespace
- DFS Replication
- SMB Witness
- Storage Spaces
Correct Answer: 2. DFS Replication
Explanation:
DFS Replication, or DFSR, synchronizes files and folders between servers that participate in a configured replication group. It uses an efficient replication mechanism designed to transfer changes rather than repeatedly copying entire datasets. Administrators can configure replicated folders and connections between servers to maintain copies of data at multiple locations. DFS Namespace provides the logical path through which users can access distributed shares, but it does not replicate the underlying files. SMB Witness supports clustered SMB availability, while Storage Spaces provides software-defined storage capabilities. Therefore, when the requirement is to synchronize file content between replicated folder targets, DFS Replication is the appropriate technology.
Question 355. Which Windows Server feature provides storage redundancy by maintaining multiple copies of data within a storage pool?
- Storage Spaces
- DHCP
- FSRM
- DNS Server
Correct Answer: 1. Storage Spaces
Explanation:
Storage Spaces provides software-defined storage capabilities in Windows Server and can create virtual disks with resiliency configurations such as two-way mirror, three-way mirror, or parity. These resiliency options allow data to remain available even when certain physical disks fail, depending on the selected configuration and available hardware. Storage Spaces can pool physical disks and present resilient virtual storage to the operating system. DHCP provides IP configuration, FSRM manages file-server storage policies, and DNS Server provides name resolution. Therefore, when the requirement is to create software-defined storage with configurable redundancy and resiliency, Storage Spaces is the appropriate Windows Server technology.
Question 356. Which Storage Spaces resiliency type maintains three copies of data?
- Simple
- Two-way mirror
- Three-way mirror
- Single parity
Correct Answer: 3. Three-way mirror
Explanation:
A three-way mirror Storage Spaces virtual disk maintains three copies of the data across the storage pool. This provides a higher level of resiliency than a two-way mirror because the system can tolerate more disk failures while maintaining access to the stored information, subject to the specific physical-disk layout and configuration. A simple space provides no resiliency, a two-way mirror maintains two copies, and parity uses a different redundancy mechanism rather than maintaining three complete copies. Administrators should select the resiliency type according to workload requirements, available capacity, and fault-tolerance objectives. Therefore, Three-way mirror is the Storage Spaces configuration that maintains three copies of data.
Question 357. Which Windows Server feature can encrypt an entire operating-system volume to protect data if the disk is removed from the server?
- BitLocker
- FSRM
- DFS Replication
- SMB Compression
Correct Answer: 1. BitLocker
Explanation:
BitLocker provides full-volume encryption for supported Windows Server storage devices. Encrypting an operating-system volume helps protect stored data if a physical drive is removed and accessed from another environment without proper authorization. BitLocker can use hardware-based security features such as a Trusted Platform Module when available and can also support recovery mechanisms for administrators. FSRM manages file-server policies, DFS Replication synchronizes files between servers, and SMB Compression reduces network traffic during supported SMB transfers. Therefore, when the requirement is to encrypt an entire Windows Server operating-system volume and protect data at rest, BitLocker is the appropriate security technology.
Question 358. Which Windows Server feature can move workloads and storage from an existing server to a newer server during a migration?
- Windows Time Service
- Storage Migration Service
- DNS Scavenging
- DHCP Relay
Correct Answer: 2. Storage Migration Service
Explanation:
Storage Migration Service is designed to assist administrators in migrating file servers and their associated data, shares, and configuration information to newer Windows Server systems or supported Azure destinations. A typical migration workflow includes discovering and inventorying the source server, transferring required data and settings, and performing a cutover so users and applications can access the new destination. This can reduce the amount of manual work required when replacing aging file servers. Windows Time Service synchronizes system clocks, DNS Scavenging removes stale DNS records, and DHCP Relay forwards DHCP requests between networks. Therefore, Storage Migration Service is the appropriate technology for structured file-server migration.
Question 359. Which Windows Server feature can generate reports showing file usage and storage trends on a file server?
- Storage Reports Management
- SMB Direct
- Storage Replica
- DHCP Server
Correct Answer: 1. Storage Reports Management
Explanation:
Storage Reports Management is an FSRM capability that allows administrators to generate reports about file-server storage usage. Reports can provide information about large files, frequently accessed files, file groups, duplicate files, quota usage, and other storage-related characteristics depending on the configured report type. These reports can help administrators understand how storage is being consumed and identify areas requiring cleanup or capacity planning. SMB Direct provides high-performance SMB communication, Storage Replica replicates storage volumes, and DHCP Server provides IP configuration services. Therefore, when administrators need reports that analyze file-server storage usage and trends, Storage Reports Management is the appropriate FSRM component.
Question 360. Which Windows Server tool provides a graphical interface for monitoring CPU, memory, disk, and network performance counters?
- Event Viewer
- Resource Monitor
- Performance Monitor
- Server Manager
Correct Answer: 3. Performance Monitor
Explanation:
Performance Monitor provides a graphical interface for collecting and analyzing detailed Windows performance counters. Administrators can monitor resources such as processor utilization, memory usage, disk activity, network performance, and many application-specific counters. It can also be used to create data collector sets for longer-term monitoring and troubleshooting. Resource Monitor provides a more immediate view of system resource activity, Event Viewer focuses on logs and events, and Server Manager provides centralized role and server administration. Therefore, when the requirement specifically involves monitoring and analyzing Windows performance counters through a graphical interface, Performance Monitor is the appropriate tool.