Microsoft AZ-801 Practice Test Questions and Exam Dumps Part 11 Q201-220

View Full Microsoft AZ-801 Exam Dumps and Practice Test Dumps

 

Question 201. Which Active Directory functional level determines the domain features available to domain controllers?

  1. Domain functional level
  2. DNS functional level
  3. Forest schema level
  4. Group Policy level

Correct Answer: 1. Domain functional level

Explanation:

The domain functional level determines which Active Directory domain features are available and which Windows Server versions can operate as domain controllers within that domain. Raising the domain functional level can enable features introduced in newer Windows Server versions, but it does not automatically upgrade every domain controller’s operating system. The forest functional level controls features that affect the entire forest, while the schema defines the structure of objects and attributes. Group Policy has its own management mechanisms and is not described by a functional level. Administrators should verify domain controller compatibility before raising the domain functional level in a production environment.

Question 202. Which Active Directory component defines the logical structure containing one or more domains that share a common schema?

  1. Organizational Unit
  2. Forest
  3. Site
  4. Domain Controller

Correct Answer: 2. Forest

Explanation:

An Active Directory forest is the highest-level logical container in an Active Directory environment. A forest can contain one or more domains, and all domains within the forest share a common schema and global configuration. The forest also establishes trust relationships between its domains by default. An organizational unit is a container within a domain used to organize objects and apply Group Policy. A site represents the physical network topology, while a domain controller hosts Active Directory services for a domain. Understanding the forest hierarchy is important when designing enterprise Active Directory environments with multiple domains and centralized directory management.

Question 203. An administrator wants to reduce replication traffic between geographically separated locations. Which configuration should be adjusted?

  1. Global Catalog attributes
  2. User profile settings
  3. Active Directory site links
  4. NTFS permissions

Correct Answer: 3. Active Directory site links

Explanation:

Active Directory site links define the logical connections between sites and influence how replication occurs between those sites. Administrators can configure site link costs and replication schedules to control the preferred paths and timing of intersite replication. This is particularly useful when locations are connected through slower or expensive WAN links. Changing NTFS permissions does not affect Active Directory replication, and user profile settings are unrelated to replication topology. Global Catalog configuration can influence directory searches and authentication behavior but is not the primary mechanism for controlling the replication schedule between sites. Therefore, site links should be configured appropriately to manage intersite replication traffic.

Question 204. Which Active Directory group scope is commonly used to assign permissions to resources within the group’s own domain?

  1. Universal
  2. Global
  3. Domain Local
  4. Distribution

Correct Answer: 3. Domain Local

Explanation:

Domain Local groups are designed primarily for assigning permissions to resources located within the group’s own domain. A common Active Directory access model is to place user accounts into Global groups based on job roles and then add those Global groups to Domain Local groups that have permissions assigned to specific resources. This separation makes permission management easier as organizations grow. Universal groups are useful for membership and access across multiple domains, while Global groups generally contain users and groups from their own domain. Distribution groups are intended for email distribution rather than security permissions. Therefore, Domain Local is the appropriate scope for assigning permissions to domain resources.

Question 205. Which Active Directory service helps users locate objects across multiple domains without querying each domain separately?

  1. DHCP
  2. Global Catalog
  3. DFS Replication
  4. FSRM

Correct Answer: 2. Global Catalog

Explanation:

The Global Catalog provides a searchable, partial representation of objects from all domains within an Active Directory forest. When users or applications need to locate directory objects across domain boundaries, the Global Catalog can respond without requiring separate queries to each domain. It also plays an important role in authentication scenarios involving universal groups. DHCP manages IP address assignment, DFS Replication synchronizes files between servers, and FSRM manages file server resources. Because the Global Catalog contains selected attributes from objects throughout the forest, it provides an efficient mechanism for forest-wide directory searches and supports several Active Directory operations.

Question 206. Which DNS zone type contains information that helps a DNS server locate the authoritative servers for a domain?

  1. Stub zone
  2. Primary zone
  3. Reverse lookup zone
  4. Active Directory-integrated zone

Correct Answer: 1. Stub zone

Explanation:

A stub zone contains a limited set of DNS records that identify the authoritative DNS servers for a particular zone. It normally includes records such as SOA, NS, and the necessary address records for authoritative name servers. Stub zones can help maintain efficient name resolution when an organization needs to know where authoritative DNS information is hosted without maintaining a complete copy of the remote zone. A primary zone contains authoritative DNS data, while a reverse lookup zone resolves IP addresses to names. An Active Directory-integrated zone is a storage and replication method for DNS information. Therefore, a stub zone is the appropriate choice.

Question 207. Which DHCP scope option specifies the default gateway that clients should use?

  1. Option 006
  2. Option 015
  3. Option 003
  4. Option 066

Correct Answer: 3. Option 003

Explanation:

DHCP option 003 is the Router option and is used to provide clients with the default gateway information for their network. When a DHCP client receives a lease, this option tells the client which router or gateway should be used when communicating with destinations outside its local subnet. Option 006 specifies DNS servers, option 015 provides the DNS domain name, and option 066 can identify a boot server for certain network boot scenarios. Correctly configuring DHCP options is important because clients can receive their network configuration automatically without requiring manual settings on every workstation or server.

Question 208. Which SMB security feature helps protect SMB communications against tampering by providing message integrity?

  1. SMB Compression
  2. SMB Signing
  3. SMB Multichannel
  4. SMB Direct

Correct Answer: 2. SMB Signing

Explanation:

SMB Signing adds digital signatures to SMB messages so that the receiving system can verify that messages were not altered while traveling across the network. This helps protect the integrity and authenticity of SMB communications and can reduce the risk of certain man-in-the-middle attacks. SMB Encryption provides confidentiality by encrypting SMB traffic, while SMB Multichannel allows multiple network connections to be used simultaneously. SMB Direct uses RDMA-capable networking to provide efficient data transfers. These features can work together in appropriate environments, but SMB Signing specifically addresses message integrity. Therefore, SMB Signing is the correct answer when the requirement is to help detect tampering with SMB messages.

Question 209. Which Windows Server feature can automatically remove duplicate blocks of data to reduce storage consumption?

  1. Data Deduplication
  2. Storage Replica
  3. DFS Namespace
  4. DHCP

Correct Answer: 1. Data Deduplication

Explanation:

Windows Server Data Deduplication identifies redundant data blocks and stores only one copy of duplicated content while maintaining references that allow applications and users to access the files normally. This can significantly reduce the amount of physical storage required, particularly on volumes containing large numbers of similar files. Data Deduplication is different from Storage Replica, which replicates storage data between servers or clusters for resiliency and disaster recovery. DFS Namespace provides a logical path to file resources, while DHCP provides network configuration information. Administrators can configure deduplication jobs and schedules according to workload requirements. Therefore, Data Deduplication is the appropriate technology for reducing redundant storage consumption.

Question 210. Which FSRM feature can prevent users from saving files with prohibited extensions on a file server?

  1. Storage Reports Management
  2. Quota Management
  3. File Classification Infrastructure
  4. File Screening Management

Correct Answer: 4. File Screening Management

Explanation:

FSRM File Screening Management allows administrators to control which types of files users can store on designated folders or volumes. File screens can be configured using file groups that identify extensions or patterns considered acceptable or prohibited. For example, an organization could prevent executable or multimedia file types from being stored on a departmental file share. Quota Management controls the amount of storage that users or folders can consume, while Storage Reports Management generates reports about storage usage. File Classification Infrastructure is used to classify files according to rules and properties. Therefore, File Screening Management is the appropriate FSRM feature for blocking prohibited file types.

Question 211. Which Windows Server backup option is required to restore the Active Directory database and SYSVOL as part of a domain controller recovery?

  1. File History
  2. System State backup
  3. Shadow Copy only
  4. Temporary files backup

Correct Answer: 2. System State backup

Explanation:

A System State backup contains critical operating system and configuration components required for recovering important Windows Server services. On a domain controller, the System State includes Active Directory Domain Services database information, SYSVOL, registry data, boot files, and other components required for system recovery. This makes System State backup an important part of an Active Directory disaster recovery strategy. A simple file backup does not contain everything required to restore a domain controller’s directory services. Administrators should maintain appropriate backup schedules and verify that backups can actually be restored. Therefore, System State backup is the appropriate backup type for recovering Active Directory and SYSVOL.

Question 212. Which Group Policy mechanism prevents a GPO from applying to users or computers that do not have the required permissions?

  1. Security filtering
  2. Loopback processing
  3. Block Inheritance
  4. Enforced

Correct Answer: 1. Security filtering

Explanation:

Security filtering controls which users, computers, or security groups are allowed to apply a Group Policy Object. By modifying the security permissions associated with a GPO, administrators can restrict policy application to specific security principals. This is useful when a GPO is linked to an organizational unit but should apply only to a subset of the objects within that OU. Loopback processing changes how user settings are processed based on the computer, while Block Inheritance controls inheritance from parent containers. The Enforced setting affects how a GPO behaves in an inheritance hierarchy. Therefore, security filtering is the appropriate mechanism for restricting GPO application based on permissions.

Question 213. Which Hyper-V feature allows a replicated virtual machine to be recovered at a secondary site after a failure at the primary site?

  1. Hyper-V Live Migration
  2. Hyper-V Replica
  3. Hyper-V Virtual Switch
  4. Hyper-V Checkpoint

Correct Answer: 2. Hyper-V Replica

Explanation:

Hyper-V Replica provides asynchronous replication of virtual machines from one Hyper-V host or cluster to another host or cluster. It is designed primarily for disaster recovery scenarios where a secondary copy of a virtual machine must be available at another location. If the primary site becomes unavailable, administrators can perform a planned or unplanned failover to the replica. Live Migration is designed for moving running virtual machines between hosts with minimal interruption, while a virtual switch provides network connectivity. A checkpoint captures a point-in-time state of a virtual machine but does not provide site-level disaster recovery replication. Therefore, Hyper-V Replica is the appropriate technology.

Question 214. Which cluster storage feature allows multiple clustered virtual machines to access the same volume simultaneously?

  1. Cluster Shared Volumes
  2. DHCP Failover
  3. DFS Namespace
  4. Storage Replica

Correct Answer: 1. Cluster Shared Volumes

Explanation:

Cluster Shared Volumes, commonly called CSV, allow multiple nodes in a Windows Server failover cluster to access the same storage volume concurrently. CSV is particularly important for clustered Hyper-V environments because multiple Hyper-V hosts can access virtual machine files stored on shared volumes. The cluster manages access and coordinates storage operations while allowing workloads to remain highly available. Storage Replica provides replication between storage systems rather than simultaneous shared access. DFS Namespace creates a logical namespace for file resources, and DHCP Failover provides redundancy for DHCP services. Therefore, Cluster Shared Volumes are the appropriate feature for allowing multiple clustered virtual machines to use the same volume.

Question 215. Which Azure service can extend cloud management capabilities to physical and virtual servers running outside Azure?

  1. Azure Files
  2. Azure Arc-enabled servers
  3. Azure DNS
  4. Azure Storage Account

Correct Answer: 2. Azure Arc-enabled servers

Explanation:

Azure Arc-enabled servers allow administrators to project servers running outside Azure into Azure management services. This can include physical servers and virtual machines running in on-premises datacenters or other hosting environments. Once appropriately connected, organizations can use Azure capabilities such as policy, inventory, monitoring, and management across supported hybrid resources. Azure Files provides managed cloud file shares, Azure DNS provides DNS services, and a storage account is a general Azure storage resource. Azure Arc is therefore particularly useful in hybrid environments where administrators want consistent management and governance across Azure and non-Azure infrastructure.

Question 216. Which Azure File Sync component represents a specific folder on a Windows Server that participates in synchronization?

  1. Storage account
  2. Sync group
  3. Server endpoint
  4. Azure share

Correct Answer: 3. Server endpoint

Explanation:

In Azure File Sync, a server endpoint represents a specific location on a Windows Server that participates in synchronization with an Azure file share through a sync group. The server endpoint identifies the local path where synchronized files are stored and can also be configured with features such as cloud tiering. A sync group logically groups the Azure file share and its associated server endpoints so that data can be synchronized between them. The storage account is the Azure resource containing the file share, while the Azure share is the cloud-based file resource itself. Therefore, the server endpoint represents the participating local Windows Server folder.

Question 217. Which Windows Server feature can generate reports showing storage usage patterns and large files on a file server?

  1. FSRM Storage Reports Management
  2. DHCP Manager
  3. Active Directory Sites and Services
  4. Hyper-V Manager

Correct Answer: 1. FSRM Storage Reports Management

Explanation:

FSRM Storage Reports Management provides administrators with reports about storage usage on file servers. These reports can identify large files, files that have not been accessed recently, duplicate files, and other storage patterns depending on the configured report type. Such information can help administrators understand how storage is being consumed and determine where cleanup or capacity planning may be necessary. DHCP Manager manages DHCP configuration, Active Directory Sites and Services manages directory topology, and Hyper-V Manager manages virtual machines. FSRM therefore provides the appropriate reporting capabilities for analyzing file server storage usage and identifying potentially unnecessary or problematic files.

Question 218. Which PowerShell command can execute a command on multiple remote Windows Servers?

  1. Get-Service
  2. Invoke-Command
  3. Get-Process
  4. Get-ComputerInfo

Correct Answer: 2. Invoke-Command

Explanation:

The Invoke-Command PowerShell cmdlet is designed to execute commands or scripts on one or more remote computers. Administrators can specify multiple computer names and execute the same command remotely, making it useful for managing Windows Server environments at scale. PowerShell Remoting and the appropriate WinRM configuration are required for standard remote execution scenarios. Get-Service retrieves service information, Get-Process retrieves process information, and Get-ComputerInfo retrieves system information from the computer where the command is executed. Invoke-Command can also return results from multiple remote systems to the administrator’s PowerShell session, making it valuable for centralized administration.

Question 219. Which Windows Server feature can detect files according to classification rules and assign classification properties to them?

  1. FSRM File Classification Infrastructure
  2. DHCP Server
  3. SMB Multichannel
  4. Windows Server Backup

Correct Answer: 1. FSRM File Classification Infrastructure

Explanation:

FSRM File Classification Infrastructure allows administrators to classify files according to configurable rules and classification properties. Organizations can use classification to identify sensitive information, business records, or files that meet specific content or metadata criteria. Classification information can then be used with other management capabilities to apply appropriate policies or actions. This differs from file screening, which prevents specific file types from being stored, and quota management, which limits storage consumption. DHCP manages network configuration, SMB Multichannel improves SMB connectivity, and Windows Server Backup protects data. Therefore, File Classification Infrastructure is the appropriate feature for automatically classifying files based on defined rules.

Question 220. Which Windows Server feature can automatically install approved updates on clustered servers while reducing service disruption?

  1. Storage Replica
  2. Cluster-Aware Updating
  3. DFS Replication
  4. Data Deduplication

Correct Answer: 2. Cluster-Aware Updating

Explanation:

Cluster-Aware Updating, or CAU, automates the update process for servers participating in a failover cluster. It coordinates maintenance so that cluster nodes can be updated in a controlled sequence while workloads are moved or maintained according to the cluster configuration. This reduces the need for administrators to manually update each node and helps minimize service disruption during maintenance. Storage Replica focuses on data replication, DFS Replication synchronizes files between folders or servers, and Data Deduplication reduces redundant storage consumption. Cluster-Aware Updating is therefore the Windows Server feature specifically designed to simplify and automate coordinated updating of failover cluster nodes.