Courseiva

CCNA Manage Storage and File Services Questions

23 questions · Manage Storage and File Services · All types, answers revealed

1
MCQmedium

You are using the Storage Migration Service (SMS) to migrate data from an aging Windows Server 2012 R2 machine to a new Windows Server 2022 instance. During the cutover phase, what happens to the source server's identity and network configuration?

A.The source server is deleted from Active Directory
B.The destination server adopts the source's name and IP
C.The destination server remains on its original IP address
D.A DFS Namespace is created to bridge the servers
AnswerB

During cutover, the destination server takes over the computer name and IP addresses of the source server. This ensures that any UNC paths, mapped drives, or application strings pointing to the old server continue to function without modification. It is a 'lift-and-shift' approach for the server's network presence and storage identity.

Why this answer

The Storage Migration Service is designed to make migrations transparent to users and applications. The cutover phase is the most critical part of this process, as it handles the transition of the server's identity. Understanding how IP addresses and hostnames are transferred ensures that the administrator can plan for the brief downtime and successfully redirect all client traffic.

2
MCQmedium

An administrator is implementing Azure File Sync to centralize file shares from several branch offices. The administrator notices that the local server's disk space is nearly full, despite enabling Cloud Tiering. Which setting should be adjusted to ensure the server maintains at least 20% free space at all times?

A.Date policy
B.Volume Free Space policy
C.Bandwidth throttling
D.Sync group priority
AnswerB

Volume Free Space policy defines a threshold of free space that must be maintained on the volume containing the server endpoint. When the specified percentage is reached, Azure File Sync automatically tiers the least recently used files to Azure. This is the most effective way to prevent local storage from becoming full in a tiering scenario.

Why this answer

Cloud Tiering is a feature of Azure File Sync that caches frequently accessed files locally while tiering infrequent files to the cloud. The Volume Free Space policy is the primary mechanism to control local disk consumption. Correctly configuring this value ensures that the local server remains responsive and has enough capacity for new files before the next tiering cycle occurs.

3
Multi-Selectmedium

You are configuring Azure File Sync to synchronize a local folder on FileServer1 with an Azure file share. Which TWO endpoint types must be added to a Sync Group to enable this functionality?

Select 2 answers
A.Cloud endpoint
B.Server endpoint
C.Storage endpoint
D.Network endpoint
E.Management endpoint
AnswersA, B

A cloud endpoint is a mandatory component of a Sync Group that points to a specific Azure file share within a Storage Account. It serves as the central hub for all synchronized data, allowing multiple on-premises servers to stay in sync with a single cloud-based master copy.

Why this answer

A Sync Group defines the topology for Azure File Sync. It must contain exactly one cloud endpoint, which represents the Azure file share, and one or more server endpoints, which represent paths on registered Windows Servers. This structure allows data to flow between the cloud and on-premises locations.

4
MCQmedium

An administrator wants to provide secure file access to remote workers without requiring a traditional VPN. They decide to implement SMB over QUIC on a Windows Server 2022 Datacenter: Azure Edition file server. What is a requirement for the client side of this connection?

A.Windows 10 Enterprise or Pro (Version 1809 or later)
B.Windows 11 or Windows Server 2022
C.A third-party VPN client
D.Active Directory Domain Join
AnswerB

SMB over QUIC requires Windows 11 or Windows Server 2022 on the client side. These operating systems include the necessary updates to the SMB client to handle the QUIC transport and the TLS 1.3 certificate validation. Without these modern operating systems, the client will attempt to fall back to standard SMB over TCP/445, which is usually blocked.

Why this answer

SMB over QUIC is a revolutionary feature that allows access to file shares over the internet using the QUIC protocol, which is inherently encrypted with TLS 1.3. This eliminates the need for a VPN for remote users. However, it has specific client-side requirements to ensure the security and protocol compatibility needed for this high-performance, secure tunneling technology.

5
MCQmedium

Your company runs Windows Server 2022 and utilizes Storage Spaces Direct. You need to configure a new storage pool using available drives. Which Windows PowerShell cmdlet should you create and initialize this storage pool?

A.New-Volume
B.Initialize-Disk
C.New-StoragePool
D.Add-PhysicalDisk
AnswerC

This cmdlet successfully bundles available physical disks from a specified primordial subsystem into a functional storage pool. It serves as the prerequisite step for defining resilient virtual disks and hosting production file shares in your Windows Server environment.

Why this answer

The New-StoragePool cmdlet is the primary tool in PowerShell to combine physical disks into a manageable storage pool within Storage Spaces. Proper initialization is foundational for configuring resiliency tiers and virtual disks, ensuring high availability and fault tolerance across your clustered hyper-converged infrastructure deployments.

6
MCQmedium

You plan to implement Storage Replica between two Windows Server 2022 clusters in different cities. The network connection between the sites has a consistent round-trip latency of 20ms. Which replication mode should you implement to ensure application performance is not negatively impacted by storage writes?

A.Synchronous replication
B.Asynchronous replication
C.Block-level mirroring
D.DFS Replication
AnswerB

Asynchronous replication allows the local write to complete immediately, with data being sent to the remote site shortly after. This is the correct choice for high-latency connections over 5ms, as it preserves application performance while still providing a disaster recovery copy at the secondary location.

Why this answer

Storage Replica offers two modes: synchronous and asynchronous. Synchronous replication requires low latency (typically <5ms) because the application must wait for an acknowledgment from the destination before the write is completed. For high-latency connections, asynchronous replication is necessary to prevent storage I/O from becoming a performance bottleneck.

7
MCQeasy

A small branch office has five client computers running Windows 11. There is no server located at the branch. You want to implement BranchCache to reduce WAN traffic when users access files from the main office. Which mode should you use?

A.Hosted Cache mode
B.Distributed Cache mode
C.Synchronous mode
D.Transparent Caching
AnswerB

Distributed Cache mode allows client computers to share cached content with each other using peer-to-peer protocols. This is perfect for small environments with fewer than 50 users where no local server is available, as it effectively turns the clients into a collective cache for the branch.

Why this answer

BranchCache can operate in two modes: Distributed Cache mode and Hosted Cache mode. In Distributed Cache mode, the cached content is distributed among the client computers themselves, eliminating the need for a local server. This is the ideal solution for small offices without dedicated infrastructure.

8
MCQhard

An administrator is managing a Hyper-V cluster with Scale-Out File Server (SOFS) storage. They want to prevent a single non-critical virtual machine from consuming all available storage bandwidth and affecting the performance of a production database VM. Which feature should be used?

A.Resource Pools
B.Storage QoS Policy
C.Storage Tiering
D.Virtual Fibre Channel
AnswerB

Storage QoS policies allow administrators to define 'Minimum IOPS' and 'Maximum IOPS' or 'Maximum Bandwidth' for virtual disks. These policies can be assigned to individual VMs or groups of VMs. In a SOFS environment, these policies are enforced by the file server, ensuring consistent performance for mission-critical applications across the entire cluster infrastructure.

Why this answer

Storage Quality of Service (QoS) provides a way to centrally monitor and manage storage performance for virtual machines. By creating and applying QoS policies, administrators can set minimum and maximum throughput and IOPS limits. This ensures that critical workloads receive the necessary resources while 'noisy neighbors' are restricted from impacting the overall health of the storage cluster.

9
MCQmedium

A company has a two-node Windows Server 2022 cluster running Storage Spaces Direct (S2D). They need to ensure the highest possible availability for their storage pool, allowing it to survive both a disk failure and a simultaneous node failure. Which resiliency setting must be applied to the virtual disks?

A.Three-way mirroring
B.Two-way mirroring
C.Nested resiliency
D.Dual parity
AnswerC

Nested resiliency is specifically engineered for two-node clusters to provide local and remote parity or mirroring. By combining RAID-1 across nodes with an additional layer of RAID-1 or RAID-5 within each node, the system survives a node failure and a drive failure. This provides the highest level of uptime for small-scale hyperconverged infrastructure deployments.

Why this answer

Storage Spaces Direct requires specific resiliency configurations for small clusters to maintain availability. Nested resiliency is a feature introduced for two-node clusters that provides data redundancy both within a single node and across the two nodes. This ensures that even if one node is offline for maintenance and a drive fails in the remaining node, the data remains accessible.

10
MCQeasy

You use File Server Resource Manager (FSRM) to manage a folder shared by the marketing department. You want to prevent users from saving more than 10GB of data in the folder. If they reach this limit, they must be blocked from adding new files. What should you configure?

A.Soft quota
B.Hard quota
C.File screen
D.Storage report
AnswerB

A hard quota strictly enforces the storage limit. Once the 10GB threshold is reached, Windows will prevent any further write operations to that folder, returning an 'out of space' error to the user. This is the correct tool for ensuring strict adherence to storage capacity limits.

Why this answer

File Server Resource Manager (FSRM) quotas allow administrators to limit the space consumed by a folder or volume. A 'Hard' quota is used when you want to strictly enforce the limit and prevent further writes, whereas a 'Soft' quota is used only for monitoring and notification purposes.

11
MCQmedium

You are configuring Data Deduplication on a Windows Server 2022 file server that hosts various types of data. One volume is dedicated to storing virtual machine backup files. Which usage type should you select to maximize space savings for this specific data?

A.General purpose file server
B.Virtual Desktop Infrastructure (VDI) server
C.Virtualized Backup Server
D.Microsoft SQL Server
AnswerC

This usage type is specifically designed for backup workloads. It uses a different processing pipeline and larger chunk sizes that are highly effective at finding redundancies within large backup files, resulting in significantly higher storage savings compared to the other deduplication profiles available in Windows Server.

Why this answer

Data Deduplication usage types apply specific settings tailored to the workload. The 'Virtualized Backup Server' type is optimized for backup applications and large files like VHDX. Using the correct type ensures the deduplication engine runs with the appropriate priority and uses the most effective chunking algorithms for the data.

12
Multi-Selectmedium

You are configuring an iSCSI Target Server on Windows Server 2022 to provide block storage to a Linux-based application server. Which TWO components must be configured on the Windows Server to allow the Linux host to connect and mount a volume? (Select TWO)

Select 2 answers
A.iSCSI Virtual Disk
B.iSCSI Initiator Name Service (iSNS)
C.iSCSI Target
D.Multipath I/O (MPIO)
E.Fibre Channel Zoning
AnswersA, C

The iSCSI Virtual Disk is a VHDX file that acts as the backing storage for the iSCSI target. Without creating a virtual disk, there is no block storage to present to the initiator. These disks can be grown dynamically and are managed through the File and Storage Services section of Server Manager or via PowerShell.

Why this answer

Setting up an iSCSI environment requires configuring both the storage provider (Target) and the client (Initiator). On the Windows Server side, you must define which disks are available and which hosts are permitted to connect. This involves creating virtual disks and mapping them to specific target objects that define the security boundaries and access protocols for the initiators.

13
MCQmedium

Refer to the exhibit. An administrator has configured a share with the FolderEnumerationMode shown. What is the result when a user without Read permissions to a specific subfolder browses the share?

A.The user sees the folder but receives 'Access Denied' when opening it.
B.The folder is hidden from the user's view entirely.
C.The user is prompted for credentials when clicking the folder.
D.The share becomes read-only for that user.
AnswerB

Because FolderEnumerationMode is set to 'AccessBased', the server will check the user's NTFS permissions before sending the list of files and folders to the client. If the user does not have permissions to see a folder, it is omitted from the list and remains invisible.

Why this answer

Access-based enumeration (ABE) is a feature that filters the list of files and folders displayed to users based on their individual permissions. When ABE is enabled, users only see the objects they have at least Read access to, which improves security and reduces confusion in large shared directories.

14
Multi-Selecthard

You are preparing to use the Storage Migration Service to migrate data from several Windows Server 2012 R2 servers. Which THREE components are essential parts of the Storage Migration Service architecture?

Select 3 answers
A.Orchestrator server
B.Source server
C.Destination server
D.Azure Relay
E.iSCSI Target Server
AnswersA, B, C

The orchestrator is a Windows Server 2019 or 2022 machine that runs the Storage Migration Service proxy. it manages the entire migration job, including inventorying the source, transferring the data, and performing the final cutover where identities are moved from the source to the destination.

Why this answer

The Storage Migration Service consists of three main roles: the orchestrator that manages the process, the source servers where the data currently resides, and the destination servers that receive the data. Understanding these roles is critical for troubleshooting connectivity and permission issues during a large-scale migration project.

15
MCQmedium

You are deploying a new file server that will host Hyper-V virtual machine files. You want to take advantage of block cloning to improve the performance of checkpoint merging and VM cloning operations. Which file system should you use?

A.NTFS
B.FAT32
C.ReFS
D.exFAT
AnswerC

ReFS is Microsoft's modern file system designed for high performance and data integrity. Its block cloning feature allows Hyper-V to perform 'copy-on-write' operations at the metadata level, making VM cloning and checkpoint merging nearly instantaneous while reducing the overall I/O load on the underlying storage hardware.

Why this answer

The Resilient File System (ReFS) includes a feature called block cloning, which allows the file system to copy ranges of file blocks on behalf of an application as a low-cost metadata operation. This significantly accelerates Hyper-V operations like merging checkpoints, as data blocks are remapped rather than physically copied.

16
MCQhard

Refer to the exhibit. A Storage Spaces Direct cluster is configured with the resiliency settings shown. What is the maximum number of simultaneous drive failures this pool can sustain without losing data access?

A.One drive failure
B.Two drive failures
C.Three drive failures
D.Zero drive failures
AnswerB

In a three-way mirror, the system maintains three distinct copies of every data block on different physical disks. This configuration specifically allows the cluster to sustain the loss of two physical disks simultaneously while still maintaining a complete, accessible copy of the data on the remaining drive.

Why this answer

The exhibit shows a three-way mirror configuration, indicated by NumberOfDataCopies being set to three. In Storage Spaces Direct, a three-way mirror can tolerate the simultaneous failure of two disks or two entire nodes. This high level of redundancy is standard for mission-critical workloads requiring maximum uptime and data integrity.

17
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.

18
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.

19
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.

20
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.

21
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.

22
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.

23
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.

Ready to test yourself?

Try a timed practice session using only Manage Storage and File Services questions.