Courseiva

Microsoft Windows Server Administrator Associate (AZ-802) — Questions 76116

116 questions total · 2pages · All types, answers revealed

Page 1

Page 2 of 2

76
MCQhard

Refer to the exhibit. You need to ensure that all data transmitted over SMB between your file server and domain-joined clients is encrypted. You set the configuration to True, but users report connectivity issues. What is the most likely cause?

A.The SMB server service must be restarted for the change to take effect.
B.Clients are using an SMB version lower than 3.0.
C.The server's certificate for SMB encryption has expired.
D.The firewall is blocking TCP port 445.
AnswerB

SMB encryption was introduced in version 3.0. Clients attempting to connect using SMB 2.1 or earlier cannot perform the required cryptographic handshake when encryption is enforced globally. Consequently, the server terminates the connection attempt, preventing the client from accessing files, which explains the reported connectivity issues during the migration.

Why this answer

Enabling SMB encryption globally forces all connections to use encryption. Older clients or non-Windows systems that do not support SMB 3.0 or higher will fail to negotiate a connection, resulting in access errors. This transition requires careful planning, often involving auditing first or using per-share encryption instead of global settings to maintain backward compatibility while securing sensitive data transfers across the network infrastructure.

77
MCQhard

You are deploying a Read-Only Domain Controller (RODC) in a branch office with low physical security. You need to ensure that the branch manager, who is not a member of Domain Admins, can log on to the RODC even if the WAN link to the main office is down. What must you configure?

A.The Managed By tab in the RODC computer account properties.
B.The Password Replication Policy (PRP) of the RODC.
C.The Default Domain Controllers Policy for the site.
D.The Global Catalog role on the branch office RODC.
AnswerB

The Password Replication Policy determines which user and computer credentials can be cached on an RODC. By adding the branch manager to the 'Allowed' list in the PRP, the RODC will store a copy of their password, enabling authentication even when the central domain controllers are unreachable.

Why this answer

By default, RODCs do not store user passwords. To allow a user to log on when the WAN link is unavailable, their credentials must be cached locally. This is achieved by adding the user or their group to the 'Allowed RODC Password Replication Group' or modifying the RODC's Password Replication Policy.

78
Multi-Selecteasy

You are configuring DHCP failover between two Windows Server 2022 nodes named Server1 and Server2 to ensure high availability for a critical subnet. Which TWO failover modes are available for selection during the configuration wizard?

Select 2 answers
A.Load Balance
B.Hot Standby
C.Active-Passive Cluster
D.Split-Scope
E.Distributed Relay
AnswersA, B

Load Balance mode is the default configuration where both DHCP servers actively serve IP addresses to clients on the same subnet. This mode distributes the client load between the two servers based on a configurable percentage, providing both redundancy and performance improvements for high-density networking environments requiring constant availability.

Why this answer

Windows Server DHCP failover provides two distinct modes to ensure that IP address leasing remains operational if one server fails. Choosing the correct mode depends on whether the administrator wants both servers to actively lease addresses simultaneously or have one server remain idle until a failure event occurs within the network environment.

79
MCQmedium

You administer a Windows Server 2022 file server hosting critical engineering files. You need to configure File Server Resource Manager storage quotas to ensure that a specific engineering department folder cannot exceed 500 GB of capacity. When usage reaches 90 percent, you must ensure that users can still save files without immediate rejection, but administrative alerts are generated automatically. Which type of quota should you configure?

A.Hard quota with event log logging and email notification triggers enabled
B.Soft quota with threshold notifications configured at the 90 percent level
C.Dynamic Access Control storage threshold policy with automatic file purging
D.Distributed File System replication quota limiting background synchronization
AnswerB

A soft quota tracks storage consumption and triggers alerts when thresholds are met without restricting write operations. This configuration satisfies the requirement to warn administrators at 90 percent while permitting users to continue saving files past 500 GB.

Why this answer

A soft quota monitors capacity usage and generates administrative notifications when thresholds are reached without blocking users from writing new files. This contrasts with hard quotas, which actively deny write operations once the specified storage limit is breached, making soft quotas ideal for warning purposes.

80
MCQmedium

Users report that they cannot access a shared folder on a Windows Server 2022 instance located in a different subnet. You suspect a firewall or routing issue. Which PowerShell cmdlet should you use to test both ICMP connectivity and the specific TCP port 445 availability simultaneously?

A.Ping -t
B.Resolve-DnsName
C.Get-NetFirewallRule
D.Test-NetConnection
AnswerD

Test-NetConnection allows you to specify a destination and a port (e.g., -Port 445). It performs a TCP handshake to verify the service is listening and also provides ICMP statistics and route tracing, making it the most effective tool for diagnosing cross-subnet connectivity issues for specific services.

Why this answer

Test-NetConnection is a versatile 'Swiss Army knife' for network troubleshooting in Windows. It replaces older tools like ping and telnet by allowing administrators to check basic connectivity and verify if specific service ports are open and responding, providing detailed information about the network path and success of the connection.

81
MCQhard

An administrator reports that Active Directory changes made on DC01 are not appearing on DC02. You suspect a replication issue. Which tool and command provide the most comprehensive output regarding the status of all replication neighbors for a specific domain controller?

A.Active Directory Sites and Services - 'Check Replication Topology'
B.repadmin /showrepl DC02
C.dcdiag /test:Replication
D.Get-ADReplicationPartnerMetadata
AnswerB

The 'repadmin /showrepl' command displays the replication status for the specified domain controller. It lists every naming context, the neighbors from which it replicates, the time of the last success, and the specific error message for any failures, making it the best tool for diagnosing sync issues.

Why this answer

Repadmin.exe is the primary command-line tool for monitoring and troubleshooting Active Directory replication. It provides deep visibility into the replication topology, last successful replication times, and specific error codes that occur when domain controllers fail to synchronize their databases, which is critical for maintaining forest-wide consistency.

82
MCQmedium

You are managing a Windows Server 2022 server that needs to access a storage array on a different subnet. You notice the server is not reaching the storage controller. Which PowerShell command should you use to add a permanent persistent route to the storage network?

A.Add-NetNeighbor
B.New-NetRoute
C.Set-NetIPInterface
D.New-NetIPAddress
AnswerB

New-NetRoute is the correct cmdlet for creating new entries in the routing table. It allows administrators to define the destination subnet and the gateway (next hop) for the traffic. Using the appropriate flags, it ensures the route remains active even after the server is restarted or the network stack resets.

Why this answer

The New-NetRoute cmdlet is the standard PowerShell method to add routes to the Windows routing table. By specifying the -DestinationPrefix and the -NextHop, you instruct the OS on how to route traffic to the storage network. Using the -PolicyStore command ensures that the route is persistent across system reboots, which is critical for storage connectivity stability.

83
MCQhard

Refer to the exhibit. You are investigating why a secure connection is failing on your web server. Based on the output, what is the most likely reason?

A.The certificate has expired.
B.The server cannot reach the CRL distribution point.
C.The certificate chain is incomplete.
D.The private key is missing on the server.
AnswerB

The revocation check fails when the system cannot download the latest CRL or OCSP response to verify the certificate's status. This is commonly caused by firewall restrictions, missing proxy configurations, or an invalid URL within the certificate's Authority Information Access field, preventing the server from confirming it remains valid.

Why this answer

A failed revocation check indicates that the client or server cannot verify if the certificate has been prematurely invalidated by the issuing CA. This check is crucial for security because it ensures that compromised certificates are not being used. Connectivity failures here usually stem from the inability to reach the Certificate Revocation List (CRL) distribution point, often due to network blocking or incorrect DNS resolution for the URL defined in the certificate.

84
MCQmedium

Your company, Contoso, Ltd., has a branch office with ten employees. The office has poor physical security, and you are concerned about the risks of a local domain controller being stolen. You need to deploy a domain controller to this site that minimizes the security risk of credential theft for the rest of the domain. Which solution should you implement?

A.A standard writable Domain Controller with BitLocker enabled.
B.An Azure AD Domain Services managed domain instance.
C.A Read-Only Domain Controller (RODC) with a custom Password Replication Policy.
D.A member server running the Active Directory Lightweight Directory Services role.
AnswerC

Read-Only Domain Controllers do not store secrets for all users by default and prevent changes from being written locally. By using a custom Password Replication Policy, you can ensure only the branch office users have their credentials cached, protecting the administrative accounts and the broader domain if the hardware is stolen.

Why this answer

Deploying a Read-Only Domain Controller is the recommended strategy for branch offices where physical security cannot be guaranteed. This approach ensures that only a subset of user credentials is cached locally based on the Password Replication Policy, significantly reducing the impact of a physical server theft while still providing local authentication services for users at the site.

85
MCQmedium

You are managing Windows Server 2022 instances in a hybrid environment. You need to implement Azure Monitor VM Insights for these servers. Which TWO steps must you complete to accomplish this? (Choose two.)

A.Install the Azure Connected Machine agent on the servers.
B.Deploy the Azure Monitor agent (AMA) extension.
C.Install the System Center Operations Manager (SCOM) agent.
D.Configure an Azure ExpressRoute circuit.
E.Enable Windows Server Update Services (WSUS) integration.
AnswerA, B

The Azure Connected Machine agent is the fundamental requirement for all Azure Arc-enabled services, including VM Insights. It provides the identity and communication path for the Azure resource manager, enabling the deployment of extensions and policies necessary for monitoring the server's performance and inventory data.

Why this answer

Implementing VM Insights requires both the Azure Connected Machine agent for identity and the Azure Monitor agent (AMA) for data collection. By installing the Connected Machine agent, you project the server into Azure. Once projected, the AMA extension can be deployed via Azure Policy or manually to collect telemetry, performance metrics, and logs, providing unified monitoring across the hybrid infrastructure.

86
MCQmedium

An organization is migrating its on-premises Windows Server 2022 monitoring strategy to Azure Monitor. You need to collect specific event logs and performance counters from 500 servers using the most modern, secure, and centralized management method available. Which agent should you deploy to these servers to support Data Collection Rules (DCR)?

A.The legacy Log Analytics agent
B.The Azure Diagnostics extension (WAD)
C.The Azure Monitor Agent (AMA)
D.The Dependency Agent
AnswerC

The Azure Monitor Agent uses Data Collection Rules to filter and stream data to specific destinations. This agent is the current standard for Windows Server monitoring, offering improved performance, scoped configuration, and support for Azure Arc-enabled servers, which simplifies the management of hybrid server workloads across the entire enterprise environment.

Why this answer

Monitoring strategies have evolved from the legacy Log Analytics agent to the Azure Monitor Agent (AMA). AMA provides a more secure, cost-effective, and simplified way to collect data using Data Collection Rules (DCRs). This transition is critical for administrators to ensure long-term support and leverage granular control over data collection from both Azure and on-premises Windows Server instances.

87
MCQhard

You are troubleshooting an issue where an Azure Arc-enabled server is showing as 'Offline' in the Azure portal, despite the server being powered on. Which local service should you check first to ensure the agent is running?

A.Windows Update service
B.Azure Connected Machine Agent service (himds)
C.Server Manager
D.Network Location Awareness service
AnswerB

The 'himds' service is the core service for the Azure Connected Machine agent. If this service is not running, the server cannot communicate its status, configuration, or telemetry to Azure. Ensuring this service is in a 'Running' state is the primary step to resolving connectivity issues.

Why this answer

The Azure Connected Machine agent relies on the 'himds' (Hybrid Instance Metadata Service) to function. If this service is stopped, the server loses its heartbeat to the Azure control plane, causing it to appear as offline. Checking this service status is the most direct way to identify if the agent software has crashed or been disabled, which is the most common cause of communication gaps.

88
MCQmedium

You manage a Windows Server Update Services (WSUS) infrastructure with one upstream server and three downstream servers. You want the downstream servers to only download updates that have been approved on the upstream server. Which WSUS configuration mode should you use for the downstream servers?

A.Autonomous mode
B.Replica mode
C.Distributed mode
D.Disconnected mode
AnswerB

Replica mode ensures that the downstream server is a mirror of the upstream server regarding update approvals and deadlines. When an update is approved on the upstream server, it is automatically approved on the replica downstream server. This simplifies administration by allowing all update decisions to be made from a single central console.

Why this answer

WSUS supports two modes for downstream servers: Replica and Autonomous. In Replica mode, the downstream server mirrors the update approvals, settings, and classes of the upstream server. This centralizes management and ensures that only updates vetted and approved by the central administrator are distributed across the entire organization's branch offices or departments.

89
MCQmedium

You have three Active Directory sites: SiteA, SiteB, and SiteC. SiteA is connected to SiteB with a cost of 50. SiteB is connected to SiteC with a cost of 50. There is no direct link between SiteA and SiteC. If 'Bridge all site links' is enabled, what is the effective replication cost between SiteA and SiteC?

A.100
B.50
C.Replication is impossible without a direct link.
D.0
AnswerA

Because 'Bridge all site links' is enabled, the KCC can route replication from SiteA through SiteB to reach SiteC. The total cost is calculated by adding the SiteA-SiteB link cost (50) to the SiteB-SiteC link cost (50), resulting in an effective transitive replication cost of 100 for the entire route.

Why this answer

Active Directory uses site link costs to determine the most efficient path for replication. When 'Bridge all site links' is enabled (the default), Active Directory can calculate a transitive path between sites that are not directly connected. The total cost is the sum of the costs of the individual links that make up the path.

90
MCQmedium

An administrator is configuring a new storage pool on a Windows Server 2022 stand-alone server with four 4TB SATA drives. They need to create a virtual disk that can survive the failure of any single drive while providing the best possible write performance. Which resiliency type should they choose?

A.Simple
B.Two-way mirror
C.Parity
D.Three-way mirror
AnswerB

A two-way mirror writes two copies of every piece of data across different drives. It can survive the failure of one drive. Because it does not require calculating parity bits for every write, it offers significantly better write performance than parity-based resiliency, making it the best choice when performance is prioritized over capacity efficiency.

Why this answer

Selecting the right resiliency type involves balancing performance, capacity, and fault tolerance. For a four-drive system, mirroring and parity are the primary options. Mirroring is generally preferred for performance-sensitive workloads because it avoids the computational overhead of parity calculations, leading to faster write operations at the cost of reduced usable storage capacity compared to parity.

91
MCQmedium

You are optimizing a Windows Server 2022 cluster for high-performance storage traffic. You want to enable SMB Direct to allow the network adapters to transfer data directly between application memory and the network. Which feature must the network adapters support?

A.Receive Side Scaling (RSS)
B.Remote Direct Memory Access (RDMA)
C.Virtual Machine Queue (VMQ)
D.Network Teaming (LACP)
AnswerB

RDMA is the underlying hardware capability required for SMB Direct. It allows data to be moved between the memory of two computers without involving either one's operating system or CPU in the data transfer, resulting in significantly higher throughput and reduced latency for storage-heavy communication.

Why this answer

SMB Direct requires network adapters that support Remote Direct Memory Access (RDMA). RDMA allows the network adapter to transfer data with minimal CPU intervention and extremely low latency. This is a key technology for high-performance workloads like Storage Spaces Direct and SQL Server over SMB.

92
MCQeasy

You want to allow a specific help desk user to reset passwords for all users in a specific Organizational Unit (OU), but you do not want to grant them any other administrative rights. What is the most appropriate tool to use?

A.Active Directory Sites and Services
B.The Delegation of Control Wizard
C.Group Policy Management Console (GPMC)
D.The 'Managed By' tab on the OU properties
AnswerB

The Delegation of Control Wizard provides a simple, guided interface to assign specific permissions, such as 'Reset user passwords and force password change at next logon,' to a user or group for a particular OU. This ensures the help desk can perform their duties without being members of highly privileged groups.

Why this answer

The Delegation of Control Wizard in Active Directory Users and Computers (ADUC) is designed for granting specific, limited permissions to users or groups over specific portions of the directory. This follows the principle of least privilege by allowing tasks to be offloaded to non-administrators without granting full Domain Admin rights.

93
Multi-Selecthard

You are deploying a 4-node Azure Stack HCI cluster. You need to configure the networking to support Storage Spaces Direct (S2D) east-west traffic. Which TWO networking features are highly recommended by Microsoft to ensure low-latency and high-throughput storage communication? (Select TWO)

Select 2 answers
A.Remote Direct Memory Access (RDMA)
B.Switch Embedded Teaming (SET)
C.Network Address Translation (NAT)
D.Border Gateway Protocol (BGP)
E.802.11ax (Wi-Fi 6)
AnswersA, B

RDMA allows the network adapter to transfer data directly to or from application memory without involving the host operating system's network stack. This drastically reduces CPU utilization and latency for S2D traffic. In Azure Stack HCI, using RDMA (either iWARP or RoCE) is a critical requirement for meeting performance benchmarks and ensuring cluster stability.

Why this answer

Azure Stack HCI relies heavily on the network for storage traffic between nodes. To achieve the performance required for hyperconverged workloads, the network must support advanced features that offload processing and prevent congestion. RDMA and SET are the cornerstones of a modern, high-performance software-defined data center network on the Microsoft platform.

94
MCQmedium

You need to collect performance data from a Windows Server for a period of 24 hours to establish a baseline. You want to ensure that the data collection starts automatically at 2:00 AM and stops exactly 24 hours later. Which feature of Performance Monitor should you use to automate this?

A.Performance Counter Alerts
B.User Defined Data Collector Sets
C.System Diagnostics
D.Resource View
AnswerB

User Defined Data Collector Sets allow you to group performance counters into a single collection unit. Within its properties, you can configure a schedule to start the collection at a specific time and set a duration or stop condition, making it the correct tool for automated baseline gathering.

Why this answer

Performance Monitor (perfmon) allows for more than just live viewing; it includes Data Collector Sets (DCS) for structured data gathering. DCS can be scheduled with specific start and stop times, and configured to collect specific counters, enabling administrators to gather consistent baseline data without manual intervention during off-peak hours.

95
MCQeasy

You need to automate the deployment of a new domain controller in an existing domain using PowerShell. Which cmdlet should you use to install the Active Directory Domain Services role and promote the server after the binaries are present?

A.Install-WindowsFeature AD-Domain-Services
B.Add-Computer -DomainName 'contoso.com'
C.Set-ADDomain -Identity 'contoso.com' -InfrastructureMaster
D.Install-ADDSDomainController
AnswerD

The Install-ADDSDomainController cmdlet is the primary tool for adding a new domain controller to an existing domain. It triggers the promotion process, configures the server as a replica, and ensures all necessary Active Directory components are initialized correctly, providing a streamlined and scriptable method for scaling out domain infrastructure efficiently.

Why this answer

Modern Windows Server administration emphasizes automation through PowerShell. To promote a server to a domain controller, the ADDSDeployment module provides specific cmdlets that replace the legacy dcpromo utility. These cmdlets handle the configuration of the database, logs, SYSVOL paths, and the necessary directory partition replicates from existing domain controllers in the environment.

96
MCQhard

Refer to the exhibit. You are running dcdiag to investigate synchronization issues between two domain controllers. Based on the error code 1256 and the output provided, which action is most likely to resolve the underlying problem?

A.Force an immediate KCC topology update using repadmin /kcc.
B.Check the network connectivity and power status of DC2.
C.Reset the computer account password for DC1 in Active Directory.
D.Seize the FSMO roles from DC2 using ntdsutil.
AnswerB

The error code 1256 specifically suggests that the destination server (DC1) cannot reach the source server (DC2). The most logical first step is to verify that DC2 is powered on, connected to the network, and that no firewalls are blocking the RPC ports required for AD replication.

Why this answer

Error 1256 indicates that the remote system is unavailable, which usually points to a network connectivity issue or a failure of the source domain controller (DC2). Troubleshooting should focus on physical connectivity, firewall rules, or the operational status of DC2 to ensure it can communicate with DC1 over the network.

97
MCQmedium

You are configuring Windows Event Forwarding (WEF) in a domain environment. You want the collector server to initiate the connection to the source computers to gather events. Which type of subscription should you implement to achieve this behavior?

A.Source-initiated subscription
B.Collector-initiated subscription
C.WMI-based subscription
D.Push-based subscription
AnswerB

This model requires the collector server to have a list of all source computers. The collector then connects to each source computer using WinRM to pull the events. This satisfies the requirement where the central server is the initiator of the communication channel for event log harvesting.

Why this answer

Windows Event Forwarding supports two main subscription models: source-initiated and collector-initiated. Choosing the correct model depends on network topology and management requirements. Collector-initiated subscriptions are useful when the administrator wants the central server to control the polling interval and manage the list of source computers explicitly within the subscription configuration itself.

98
MCQeasy

You suspect that a specific process on a Windows Server is consuming excessive disk bandwidth, causing other applications to slow down. Which built-in tool provides the quickest way to see a live list of processes and the specific files they are currently reading or writing to?

A.Task Manager
B.Resource Monitor
C.Performance Monitor
D.Event Viewer
AnswerB

Resource Monitor includes a Disk tab that lists all active processes, their current disk transfer rates, and a 'Disk Activities' section. This section explicitly shows which files are being accessed by each process, making it the ideal tool for pinpointing the exact source of disk contention.

Why this answer

Windows provides several tools for performance monitoring, but they vary in granularity. Resource Monitor is specifically designed to bridge the gap between Task Manager and Performance Monitor by providing detailed, real-time information about hardware resource usage at the process and file level, which is critical for identifying I/O contention.

99
Multi-Selecthard

You are tasked with securing network traffic in a Windows Server 2022 environment using Windows Firewall with Advanced Security. Which TWO actions are required to allow traffic only from a specific trusted application while blocking all other incoming connections?

Select 2 answers
A.Create an inbound rule that allows connections for the specific application executable.
B.Configure the firewall to drop all outbound traffic by default.
C.Modify the default inbound policy to block all connections.
D.Enable IPsec encryption for the specific application rule.
E.Disable the Windows Firewall and use a third-party appliance.
AnswersA, C

Creating an inbound rule tied to the application executable allows the firewall to whitelist traffic only for that specific process. This provides granular control, ensuring that only the intended service can listen for and receive incoming network requests, effectively shielding the system from unauthorized connection attempts on other ports.

Why this answer

Securing a server involves both positive and negative enforcement. By creating a specific inbound rule for the trusted application, you permit necessary traffic, while a default deny policy ensures that no other unsolicited traffic reaches the server. This combination effectively implements the principle of least privilege, reducing the attack surface by ensuring that only authorized communication flows are allowed through the firewall boundaries.

100
Multi-Selectmedium

You are configuring Azure Arc to manage your on-premises servers. Which THREE of the following are benefits of using the Azure Arc resource bridge? (Choose three.)

Select 3 answers
A.Enables VM lifecycle management from the Azure portal
B.Provides an alternative to the Azure Connected Machine agent
C.Supports role-based access control for VM actions
D.Eliminates the need for local virtualization software
E.Allows consistent deployment via Azure Resource Manager templates
AnswersA, C, E

The resource bridge allows administrators to perform tasks like starting, stopping, and creating VMs directly from the Azure portal. This removes the need to switch between local management tools and the cloud portal, providing a streamlined experience for managing virtualized workloads across hybrid environments.

Why this answer

The Azure Arc resource bridge is a virtual appliance that simplifies the management of virtualized environments. It provides a unified way to manage virtual machines, scale resources, and integrate hybrid infrastructure with Azure management services like RBAC and policy. By abstracting the underlying virtualization, it enables a consistent cloud-like experience for managing on-premises virtualized workloads, improving administrative efficiency and oversight.

101
MCQmedium

You are managing a Windows Server 2022 instance experiencing intermittent memory pressure. You need to configure Performance Monitor to log data continuously, ensuring the logs are overwritten when they reach a maximum size of 500 MB to prevent disk exhaustion. Which setting should you modify in the Data Collector Set properties?

A.Configure the Schedule tab to trigger a task at 500 MB.
B.Enable the Circular Logging option in the Data Collector Set properties.
C.Adjust the Sample Interval in the Data Collector properties.
D.Set the Data Manager tab to delete files older than one hour.
AnswerB

Circular logging is the specific feature designed to manage file size limits. When enabled alongside a specified maximum file size, Performance Monitor automatically deletes the oldest data within the log file or starts a new file, ensuring the total footprint stays within your defined threshold of 500 MB.

Why this answer

To manage disk space effectively while capturing performance metrics, the 'Stop condition' settings within the Data Collector Set properties allow you to define size limits. Configuring the 'Maximum size' to 500 MB and selecting the 'Overwrite' option ensures the log file rotates, maintaining only the most recent data. This is critical in production environments to prevent system volume exhaustion from unbounded performance log growth.

102
MCQhard

Refer to the exhibit. An administrator executes the PowerShell command shown to configure an iSCSI target. What is the effect of the -InitiatorId parameter in this command?

A.It sets the IQN of the local server.
B.It defines which client can connect to the target.
C.It specifies the IP address of the target portal.
D.It creates a new virtual hard disk.
AnswerB

The -InitiatorId parameter is used for access control. By providing the IQN of the client server, the administrator ensures that only that specific initiator can mount the iSCSI virtual disks associated with this target, preventing unauthorized access from other servers on the same network.

Why this answer

In iSCSI configurations, security is maintained by specifying which clients (initiators) are allowed to connect to a specific target. The -InitiatorId parameter restricts access to the target so that only the device with the matching iSCSI Qualified Name (IQN) can discover and connect to the storage resources.

103
Multi-Selectmedium

An administrator is planning to enable Data Deduplication on a Windows Server 2022 file server. Which TWO of the following workloads are officially supported and typically see high savings from Data Deduplication? (Select TWO)

Select 2 answers
A.Live Microsoft SQL Server databases
B.VDI deployment share (VHDs)
C.Active Exchange Server databases
D.General-purpose file shares
E.Encrypted volumes using BitLocker
AnswersB, D

Virtual Desktop Infrastructure (VDI) environments contain many virtual machine disks that are nearly identical. This high level of redundancy makes VDI a perfect candidate for Data Deduplication, often resulting in storage savings of up to 90 percent. Windows Server includes a specific optimization mode designed to handle the unique I/O patterns of VDI workloads.

Why this answer

Data Deduplication in Windows Server is designed for specific workloads where data redundancy is common. General-purpose file shares and Virtual Desktop Infrastructure (VDI) libraries are the primary targets for this technology. Understanding supported workloads prevents performance issues and ensures that the deduplication engine can effectively reduce storage footprints without impacting application stability or data integrity.

104
Multi-Selecthard

You need to create a Group Managed Service Account (gMSA) for a new web application cluster running on Windows Server 2022. Which TWO prerequisites must be met before you can successfully create and use the gMSA in your Active Directory domain? (Select TWO)

Select 2 answers
A.The Active Directory schema must be updated to at least Windows Server 2012.
B.A KDS Root Key must be created in the Active Directory forest.
C.Every server in the cluster must be running the Windows Insider preview build.
D.The Domain Functional Level must be set to Windows Server 2022.
E.An Azure AD Connect instance must be active and syncing to the cloud.
AnswersA, B

The gMSA feature was introduced with Windows Server 2012. Therefore, the Active Directory schema must be updated to a version that supports the necessary object classes and attributes for gMSAs. Without this schema version, the domain controllers will not recognize the gMSA object type or be able to manage its properties.

Why this answer

Creating a gMSA requires a specific environment setup. First, the Active Directory schema must be at least Windows Server 2012. Second, the Key Distribution Service (KDS) Root Key must be created to allow domain controllers to generate the passwords.

These steps ensure that the automated password management system has the necessary foundation to operate.

105
MCQhard

You are preparing to onboard a sensitive on-premises Windows Server to Azure Arc. You want to ensure the traffic is as secure as possible. Which THREE actions should you take? (Choose three.)

A.Configure an Azure Private Link Scope.
B.Use a system-assigned Managed Identity for the Arc agent.
C.Restrict agent traffic to required URLs via a proxy.
D.Disable the Windows Firewall on the server.
E.Store the agent's registration token in a local text file.
AnswerA, B, C

Private Link allows you to access Azure Arc services over a private IP address in your virtual network. This ensures that traffic between your on-premises datacenter and Azure remains within the private network backbone, bypassing the public internet and significantly reducing the risk of interception or public-facing exposure.

Why this answer

To maximize security for hybrid connectivity, you must minimize the attack surface by using a private endpoint, enforcing modern authentication, and restricting outbound access. Private Link ensures traffic never traverses the public internet, Managed Identities prevent static credential leakage, and limiting outbound access via a proxy or firewall ensures that the agent only communicates with known, required Azure service endpoints, reducing the risk of data exfiltration.

106
MCQmedium

You are monitoring network utilization on a Windows Server 2022 node. You notice consistently high CPU usage when transferring large amounts of data over the network. Which feature can you enable to offload this processing and improve performance?

A.Receive Side Scaling (RSS)
B.Virtual Machine Queue (VMQ)
C.IPsec Task Offloading
D.Network Load Balancing (NLB)
AnswerA

RSS enables the parallel processing of incoming network traffic across multiple CPU cores. By spreading the load, it prevents a single core from becoming a bottleneck during high-volume transfers, effectively improving overall system performance and throughput for data-intensive applications running on the Windows Server host.

Why this answer

Receive Side Scaling (RSS) is a technology that allows the network stack to distribute incoming network traffic processing across multiple CPU cores. By offloading this task, the server can handle higher network throughput without overloading a single core, which is critical for high-traffic servers. This reduces CPU bottlenecks and ensures that the server can scale its networking capabilities to meet increasing demand efficiently.

107
Multi-Selectmedium

You are securing Windows Admin Center (WAC) to manage your Windows Server 2022 environment. You want to implement granular access control for different IT teams. Which TWO methods can be used to control who has access to Windows Admin Center and what they can do? (Select TWO)

Select 2 answers
A.Active Directory groups for gateway access control.
B.Just Enough Administration (JEA) for granular tool-level access.
C.Azure Key Vault for storing the WAC login credentials.
D.NTFS permissions on the Windows Admin Center installation folder.
E.DHCP Reservations for the WAC gateway IP address.
AnswersA, B

You can define which users or groups are allowed to log into the Windows Admin Center gateway by configuring the 'Users' and 'Administrators' settings. By using Active Directory groups, you can centrally manage who has the right to access the WAC interface and perform management tasks across the fleet.

Why this answer

Windows Admin Center security is managed through two main layers: gateway access and tool access. Gateway access is controlled via local groups or Active Directory groups on the WAC server. For more granular control over specific server tasks, WAC integrates with Just Enough Administration (JEA) to limit the cmdlets and actions available to the user.

108
MCQhard

Refer to the exhibit. An administrator runs a PowerShell command to monitor a server. Based on the output provided, which conclusion regarding the server's state is most accurate?

A.The server is experiencing a critical memory leak.
B.The server has a sustained CPU bottleneck.
C.Disk I/O latency is causing the high CPU values.
D.The server is idling normally with background tasks.
AnswerB

The output shows the total processor time consistently exceeding 85% and reaching up to 95% across all samples. While five samples is a short duration, the lack of variation below the 80% threshold suggests the processor is under heavy load and may be unable to handle additional requests efficiently.

Why this answer

Analyzing performance counter output requires understanding both the metric and the duration of the sample. In this case, the CPU usage is consistently high over a ten-second period. While this might indicate a bottleneck, an administrator must determine if this is a transient spike or a sustained trend that requires further investigation into specific processes.

109
Multi-Selectmedium

You need to inspect the state of Active Directory objects as they existed three days ago to troubleshoot an issue. You have a system state backup from that time. Which TWO tools must you use to view the contents of the database from the backup without performing a full restore? (Each correct answer presents part of the solution.)

Select 2 answers
A.Active Directory Sites and Services
B.ntdsutil
C.dsamain
D.wbadmin
E.repadmin
AnswersB, C

The ntdsutil tool is essential for managing Active Directory snapshots. It allows an administrator to list available snapshots and mount them to the file system. Once mounted, the NTDS.dit file from the snapshot becomes accessible for the dsamain tool to use, providing the foundation for the offline database inspection process.

Why this answer

To view the contents of a past Active Directory database, you first use ntdsutil to mount the snapshot or recovered database file. Then, you use dsamain to expose that database as an LDAP directory service on a custom port. Once dsamain is running, standard tools like Active Directory Users and Computers can connect to that specific port.

110
MCQmedium

You are managing a hybrid cloud environment and need to connect an on-premises Windows Server 2022 to an Azure Virtual Network. Which service should you implement to provide a secure, persistent, and encrypted tunnel over the public internet?

A.Azure ExpressRoute
B.Azure Site-to-Site VPN
C.Remote Access Server (RAS) Gateway
D.Azure Point-to-Site VPN
AnswerB

This service creates an IPsec/IKE VPN tunnel between your on-premises VPN gateway and an Azure Virtual Network gateway. It is designed specifically for persistent, secure connectivity over the public internet, making it the ideal choice for hybrid networking when a private fiber connection is not required or available.

Why this answer

A Site-to-Site VPN is the standard solution for connecting on-premises infrastructure to Azure over the internet using an IPsec/IKE tunnel. It provides a secure, encrypted path for traffic, ensuring that data moving between the local data center and the cloud remains protected. This is the most common deployment scenario for hybrid connectivity where a dedicated line like ExpressRoute is not financially feasible.

111
MCQmedium

The domain controller holding the RID Master FSMO role in your domain has suffered a catastrophic hardware failure and will be offline for several weeks. You notice that administrators can no longer create new user objects. What should you do to resolve this issue immediately?

A.Wait for the Knowledge Consistency Checker (KCC) to automatically move the role.
B.Perform a graceful transfer of the RID Master role using ADUC.
C.Seize the RID Master role using the 'Move-ADDirectoryServerOperationMasterRole' cmdlet.
D.Reinstall Active Directory on the failed server using the same name.
AnswerC

Seizing the role is the correct action when the original holder is permanently unavailable. Using the -Force parameter with the PowerShell cmdlet allows a healthy domain controller to take ownership of the RID Master role immediately, enabling the allocation of new RID pools and restoring the ability to create user accounts.

Why this answer

The Relative Identifier (RID) Master is responsible for allocating pools of RIDs to all domain controllers in a domain. When a DC exhausts its local pool and the RID Master is unavailable, it cannot create new security principals. In cases of permanent or long-term failure, the role must be seized to a healthy DC to restore functionality.

112
MCQmedium

You need to track the average CPU and memory usage for a specific virtual machine over a period of 30 days to assist with capacity planning. Which Hyper-V feature should you enable and use to collect this data?

A.Performance Monitor
B.Azure Monitor
C.Resource Metering
D.Task Manager

Why this answer

Resource metering is a powerful tool for monitoring VM resource consumption over time. It allows administrators to gather data on CPU, memory, disk, and network usage, which is essential for internal chargeback models or infrastructure scaling. Knowing how to enable and query this data via PowerShell is a key administrative task.

113
MCQeasy

An administrator is concerned about man-in-the-middle attacks where an attacker intercepts and modifies SMB traffic between a Windows Server 2022 file server and its clients. Which security feature should be enforced to ensure the integrity and authenticity of the SMB traffic?

A.NTFS Permissions
B.Access-Based Enumeration
C.SMB Signing
D.Disk Quotas
AnswerC

SMB Signing provides a digital signature for every SMB packet. If an attacker modifies a packet in transit, the signature will no longer match, and the receiving system will discard the tampered data. This effectively mitigates man-in-the-middle attacks by ensuring the authenticity and integrity of the communication channel between endpoints.

Why this answer

SMB Signing is a security mechanism in the SMB protocol that allows for the digital signing of SMB packets. This prevents the modification of data in transit and protects against man-in-the-middle attacks. Enforcing this feature ensures that both the client and the server can verify the origin and integrity of every packet exchanged during a session.

114
Multi-Selectmedium

You are securing a Windows Server 2022 instance against potential malware. Which THREE actions are recommended to minimize the attack surface?

Select 3 answers
A.Disable unnecessary services and features.
B.Install all available third-party toolbars and plugins.
C.Apply the Windows Defender Exploit Guard policy.
D.Configure Windows Firewall to allow all inbound traffic.
E.Implement AppLocker or Windows Defender Application Control.
AnswersA, C, E

Disabling unneeded services and features removes potential entry points and reduces the number of running processes. Each active service represents a potential vulnerability; by minimizing the count, you simplify the security footprint and significantly lower the probability of an attacker finding a weakness to exploit in background services.

Why this answer

Reducing the attack surface is a proactive security strategy that involves disabling unnecessary features and services. By removing unused software, restricting network exposure, and managing administrative privileges, you limit the vectors available for a potential intruder to gain a foothold. This process is essential for maintaining the integrity of the server and ensuring that only required code runs, thereby reducing the risk of exploitation and unauthorized system access.

115
MCQmedium

An organization uses Azure Files to store sensitive company data. They need to ensure that users can only access the files if they are authenticated via their on-premises Active Directory Domain Services (AD DS). Which technology should be implemented to support this?

A.Shared Access Signatures (SAS)
B.Azure AD DS Authentication
C.AD DS Authentication for Azure Files
D.Storage Account Access Keys
AnswerC

By domain-joining the Azure Storage account to the on-premises AD DS environment, users can access Azure file shares using their existing domain credentials. This method supports the enforcement of share-level permissions via Azure RBAC and directory/file-level permissions via standard NTFS ACLs, providing a familiar management model for Windows administrators.

Why this answer

Azure Files supports several authentication methods for accessing file shares. For organizations with an existing on-premises footprint, integrating Azure Files with AD DS allows for a seamless user experience using standard Kerberos authentication. This allows the use of existing NTFS permissions (ACLs) to control access to files and folders within the cloud-hosted share.

116
MCQmedium

You need to apply a stricter password policy to a group of executives than the one defined in the Default Domain Policy. You want to achieve this without creating a separate domain. Which feature should you implement?

A.A new Group Policy Object (GPO) linked to an Organizational Unit.
B.Fine-Grained Password Policies (FGPP).
C.The 'Password never expires' attribute on user accounts.
D.A selective trust relationship with a secure forest.
AnswerB

FGPP utilizes Password Settings Objects (PSOs) to override the domain-wide password policy for specific users or global security groups. This allows for higher complexity or shorter expiration periods for sensitive accounts, like executives, while maintaining a single domain structure for the rest of the organization.

Why this answer

Fine-Grained Password Policies (FGPP) allow administrators to apply different password and account lockout settings to different sets of users or groups within a single domain. This eliminates the need for multiple domains just to enforce varying security requirements, which was a significant limitation in older versions of Windows Server.

Page 1

Page 2 of 2

All pages