DEA-1TT5 Associate - Information Storage and Management Version 5.0 — Questions and Answers
Question 1: What is 'storage virtualization' and what benefit does it provide?
- Running storage management software in a virtual machine
- Virtualizing SAN fabric switches to reduce hardware costs
- An abstraction layer that pools multiple physical storage systems into a single logical resource, hiding complexity and enabling centralized management and non-disruptive data migration (Correct answer)
- Creating virtual copies of storage arrays for testing
Correct answer: An abstraction layer that pools multiple physical storage systems into a single logical resource, hiding complexity and enabling centralized management and non-disruptive data migration
Storage virtualization inserts a software layer between hosts and physical storage arrays, pooling heterogeneous storage into unified pools and enabling features like non-disruptive migration and centralized management across vendors.
Question 2: What does 'replication' mean in a storage context, and how does it support disaster recovery?
- Copying data continuously or periodically to a secondary system at the same or remote site for high availability and disaster recovery (Correct answer)
- Mirroring management data between two storage controllers
- Duplicating backup tapes for offsite storage
- Creating RAID copies within a single array
Correct answer: Copying data continuously or periodically to a secondary system at the same or remote site for high availability and disaster recovery
Storage replication continuously or periodically copies data changes to a secondary system, maintaining an up-to-date copy that can be activated if the primary site fails.
Question 3: What is 'storage utilization' and what is a typical acceptable utilization threshold?
- The number of I/O operations the storage handles per second at peak load
- The total number of drives installed versus maximum drive slots
- The percentage of storage capacity allocated to backup operations
- The ratio of used storage to total available capacity; typically 70-80% is considered the practical maximum before performance and management risk increases (Correct answer)
Correct answer: The ratio of used storage to total available capacity; typically 70-80% is considered the practical maximum before performance and management risk increases
Storage utilization measures how much of the available capacity is being used; maintaining utilization below 70-80% leaves headroom for growth, temporary spikes, and RAID rebuild operations without risking capacity exhaustion.
Question 4: What is 'LUN masking' in a SAN environment?
- Compressing LUN data to reduce capacity usage
- A method to restrict which host initiators can access specific LUNs on the storage array (Correct answer)
- Encrypting the LUN data to prevent unauthorized access
- Hiding LUNs from the storage management interface
Correct answer: A method to restrict which host initiators can access specific LUNs on the storage array
LUN masking is configured on the storage array to control which HBA WWNs (World Wide Names) can see and access specific LUNs, providing access control at the storage level.
Question 5: What is the purpose of a 'CSI (Container Storage Interface)' driver in Kubernetes?
- To provide a standardized interface that allows Kubernetes to provision and attach persistent storage volumes from any compatible storage system to containers (Correct answer)
- To orchestrate container deployment across multiple nodes
- To manage container CPU and memory resources
- To handle container networking and IP address assignment
Correct answer: To provide a standardized interface that allows Kubernetes to provision and attach persistent storage volumes from any compatible storage system to containers
CSI drivers enable Kubernetes to provision, attach, mount, and manage persistent volumes from any storage backend (SAN, NAS, cloud object storage) using a standardized plugin interface.
Question 6: What is 'capacity planning' in storage management?
- Calculating the number of RAID sets needed for a new array
- Measuring the physical dimensions of a data center for equipment placement
- Planning backup schedules based on data capacity
- The process of forecasting future storage needs based on growth trends and ensuring sufficient capacity is available before storage runs out (Correct answer)
Correct answer: The process of forecasting future storage needs based on growth trends and ensuring sufficient capacity is available before storage runs out
Capacity planning analyzes current usage, growth trends, and workload forecasts to predict when more storage will be needed and ensure timely procurement to prevent capacity exhaustion.
Question 7: What is a 'storage performance baseline' and why is it important?
- The out-of-box performance rating from the storage vendor
- The minimum performance level required in an SLA
- A documented record of normal storage performance metrics used to identify anomalies and diagnose performance degradation (Correct answer)
- The maximum IOPS a storage system can sustain before failing
Correct answer: A documented record of normal storage performance metrics used to identify anomalies and diagnose performance degradation
A performance baseline captures normal operating metrics (IOPS, latency, throughput, queue depth) under typical workloads, providing a reference point for detecting when performance deviates from expected behavior.
Question 8: What is 'bi-directional replication' in a two-site storage configuration?
- A configuration where each site acts as both a source and a target for the other site (Correct answer)
- A mode that automatically switches between synchronous and asynchronous based on latency
- A replication mode that makes two sequential passes — one for metadata and one for data
- Replication that uses two independent network paths between sites for redundancy
Correct answer: A configuration where each site acts as both a source and a target for the other site
Bi-directional replication allows both sites to host active workloads and replicate to each other simultaneously, enabling active-active disaster recovery architectures.
Question 9: Which replication topology involves a single source replicating to multiple separate target sites?
- Bi-directional replication
- Cascade replication
- Fan-in replication
- Fan-out replication (Correct answer)
Correct answer: Fan-out replication
Fan-out replication sends data from one source to multiple targets simultaneously, useful for distributing copies to several disaster recovery or test environments.
Question 10: Which metric best quantifies the performance overhead that replication imposes on the production storage system?
- Replication I/O overhead — additional IOPS and bandwidth consumed by replication traffic (Correct answer)
- Recovery Point Objective (RPO) — tolerable data loss window
- Replication factor — ratio of target capacity to source capacity
- Target Recovery Time (TRT) — time to activate the replica after a failover
Correct answer: Replication I/O overhead — additional IOPS and bandwidth consumed by replication traffic
Replication I/O overhead measures the extra read and write operations and bandwidth that the replication process adds to production storage, directly affecting application performance.
Question 11: What is 'WWPN' in Fibre Channel networking?
- Wide Write Performance Node — a measure of FC throughput
- Wireless Write Protocol Node — a management interface standard
- World Wide Port Name — a globally unique 64-bit identifier assigned to each FC port (Correct answer)
- Wide Write Port Number — the I/O queue depth of an HBA
Correct answer: World Wide Port Name — a globally unique 64-bit identifier assigned to each FC port
A WWPN (World Wide Port Name) is a unique 64-bit identifier assigned to each Fibre Channel port, used for zoning configuration and LUN masking to identify specific HBA ports.
Question 12: What is 'data migration' in storage management?
- Transferring ownership of storage assets between departments
- Migrating storage management software to a new server
- Moving backup data from one media type to another during rotation
- Moving data from one storage system, format, or location to another, typically during technology refresh, consolidation, or cloud adoption (Correct answer)
Correct answer: Moving data from one storage system, format, or location to another, typically during technology refresh, consolidation, or cloud adoption
Data migration transfers data between storage systems, often required during array replacements, data center consolidations, or cloud migrations, requiring careful planning to ensure data integrity and minimize downtime.
Question 13: What is a 'virtual machine' (VM) in the context of compute virtualization?
- A containerized application running on Linux
- A remote desktop session on a shared server
- A software-based emulation of a computer that runs an operating system and applications as if it were a physical machine (Correct answer)
- A physical server dedicated to running one application
Correct answer: A software-based emulation of a computer that runs an operating system and applications as if it were a physical machine
A virtual machine is a complete software abstraction of a physical computer, including virtual CPU, memory, storage, and network interfaces, managed by a hypervisor on a physical host.
Question 14: What is the primary purpose of storage replication in an enterprise environment?
- To improve read performance by distributing data across arrays
- To increase storage capacity at the primary site
- To create copies of data on separate storage systems for availability and disaster recovery (Correct answer)
- To reduce storage costs through deduplication
Correct answer: To create copies of data on separate storage systems for availability and disaster recovery
Storage replication creates duplicate copies of data on geographically or logically separate systems to ensure availability and enable disaster recovery.
Question 15: In virtualization, what is 'thick provisioning' versus 'thin provisioning' for VM disk files?
- Thick provisioning uses compressed disk files; thin provisioning uses uncompressed
- Thick provisioning creates read-only disk templates; thin provisioning creates writable disks
- Thick provisioning is used for SSDs; thin provisioning for HDDs
- Thick provisioning allocates the full virtual disk size on datastore creation; thin provisioning allocates space dynamically as data is written (Correct answer)
Correct answer: Thick provisioning allocates the full virtual disk size on datastore creation; thin provisioning allocates space dynamically as data is written
Thick-provisioned VMDKs reserve all requested disk space immediately on the datastore, preventing overcommitment; thin-provisioned VMDKs allocate space on demand, enabling higher VM density at the risk of running out of datastore space.
Question 16: What does Recovery Point Objective (RPO) measure in the context of replication?
- The maximum time allowed to restore a system after a failure
- The geographic distance allowed between source and target sites
- The bandwidth required to sustain replication traffic
- The maximum acceptable amount of data loss measured in time (Correct answer)
Correct answer: The maximum acceptable amount of data loss measured in time
RPO defines the maximum tolerable period of data loss, measured in time, that a business can accept after a disaster or disruption.
Question 17: What is 'host-based replication'?
- Replication orchestrated by a dedicated network appliance between sites
- Replication managed entirely by the storage array's internal firmware
- Replication offloaded to the SAN fabric switches as the replication engine
- Replication performed by software running on the application or OS layer of the host server (Correct answer)
Correct answer: Replication performed by software running on the application or OS layer of the host server
Host-based replication uses software agents on the server to intercept I/O and mirror writes to a remote target, independent of the underlying storage array vendor.
Question 18: What protocol does NAS primarily use to share files with Windows clients?
- SMB/CIFS (Correct answer)
- NFS
- iSCSI
- FCoE
Correct answer: SMB/CIFS
NAS systems use SMB (Server Message Block), also known as CIFS, to provide file sharing services to Windows clients on an IP network.
Question 19: What does the '3-2-1 backup rule' recommend?
- 3-hour, 2-hour, and 1-hour recovery time objectives for different data tiers
- 3 copies of data, on 2 different media types, with 1 copy stored offsite (Correct answer)
- Back up 3 times per day, keep 2 weeks of history, 1 year of monthly backups
- 3 full backups, 2 differentials, and 1 incremental per week
Correct answer: 3 copies of data, on 2 different media types, with 1 copy stored offsite
The 3-2-1 rule recommends maintaining 3 total copies of data (1 primary + 2 backups), on 2 different media types, with at least 1 copy stored at an offsite location.
Question 20: What happens to a RAID 5 array when a disk fails?
- The array automatically shifts to RAID 1
- The array operates in a degraded mode using parity to reconstruct the missing data on reads (Correct answer)
- All remaining disks mirror the lost data instantly
- Data is immediately lost and the array goes offline
Correct answer: The array operates in a degraded mode using parity to reconstruct the missing data on reads
A RAID 5 array with one failed disk operates in 'degraded mode,' recalculating missing data on-the-fly using parity during reads until a replacement disk is rebuilt.
Question 21: In a converged infrastructure, what is the role of a CNA (Converged Network Adapter)?
- A network adapter used exclusively in hypervisor environments
- A controller that converts NAS protocols to block storage
- A centralized network appliance that manages all storage connections
- A single adapter that combines Ethernet NIC and Fibre Channel HBA functionality on one card (Correct answer)
Correct answer: A single adapter that combines Ethernet NIC and Fibre Channel HBA functionality on one card
A CNA (Converged Network Adapter) combines standard Ethernet (for LAN) and FCoE/iSCSI (for SAN) functionality on a single card, reducing PCIe slots, cables, and switch ports required.
Question 22: What is 'deduplication' in the context of backup storage?
- Backing up only files with duplicate names
- A technique that identifies and eliminates redundant data segments to reduce backup storage consumption (Correct answer)
- Removing duplicate backup jobs from the schedule
- Running two identical backup jobs to verify data integrity
Correct answer: A technique that identifies and eliminates redundant data segments to reduce backup storage consumption
Backup deduplication compares incoming data chunks to already-stored chunks and only stores unique segments, with subsequent occurrences stored as pointers, drastically reducing backup storage requirements.
Question 23: What is a 'VSS' (Virtual Storage Server) or SVM (Storage Virtual Machine) in modern NAS systems?
- A physical storage appliance virtualized in VMware
- A logical partition of a storage cluster's resources that provides independent storage services with its own namespace and protocols (Correct answer)
- A virtual machine used to manage storage arrays
- A snapshot of a storage volume used for backup
Correct answer: A logical partition of a storage cluster's resources that provides independent storage services with its own namespace and protocols
An SVM (Storage Virtual Machine) is a logical partition within a clustered storage system, providing isolated namespaces, network interfaces, and storage resources for multi-tenancy.
Question 24: In storage, what does 'deduplication' accomplish?
- It creates duplicate copies of critical data for redundancy
- It duplicates storage controllers for high availability
- It eliminates redundant copies of data to reduce storage consumption (Correct answer)
- It replicates data across multiple storage tiers
Correct answer: It eliminates redundant copies of data to reduce storage consumption
Deduplication identifies and removes duplicate data blocks, storing only unique data and replacing duplicates with pointers, significantly reducing storage capacity usage.
Question 25: What does RAID stand for?
- Rapid Access to Integrated Data
- Resilient Array of Internal Drives
- Redundant Array of Independent Disks (Correct answer)
- Redundant Allocation of I/O Data
Correct answer: Redundant Array of Independent Disks
RAID (Redundant Array of Independent Disks) combines multiple physical disks into a logical unit to improve performance, fault tolerance, or both.
Question 26: What is 'data lifecycle management' (DLM) in storage?
- The process of automatically managing data through defined stages — from creation to archival to deletion — based on policies governing access frequency, compliance, and cost (Correct answer)
- Tracking the age of storage hardware for replacement planning
- Managing software versions for storage management tools
- The process of migrating data between cloud providers
Correct answer: The process of automatically managing data through defined stages — from creation to archival to deletion — based on policies governing access frequency, compliance, and cost
DLM applies automated policies to move data between storage tiers or systems as it ages, ensuring high-performance storage is used for active data while lower-cost media holds archival and compliance data.
Question 27: What is a 'content delivery network' (CDN) and how does it relate to storage?
- A dedicated storage network within a single data center
- A private network for delivering corporate content to employees
- A distributed network of edge servers that cache and serve content from locations geographically close to users, backed by centralized object storage (Correct answer)
- A network used only for delivering software updates
Correct answer: A distributed network of edge servers that cache and serve content from locations geographically close to users, backed by centralized object storage
A CDN caches content (images, videos, static assets) on distributed edge nodes worldwide, reducing latency for end users by serving content from nearby servers rather than the origin storage.
Question 28: In NAS architecture, what is a 'clustered NAS'?
- A NAS device optimized for cluster computing workloads
- Two NAS devices in an active-passive failover pair
- A NAS solution that distributes file serving across multiple nodes sharing a common namespace and storage pool (Correct answer)
- Multiple NAS arrays connected via Fibre Channel
Correct answer: A NAS solution that distributes file serving across multiple nodes sharing a common namespace and storage pool
Clustered NAS aggregates multiple nodes into a single system sharing a global namespace, enabling scale-out capacity and performance while providing node-level fault tolerance.
Question 29: What is the maximum speed of a 32Gb Fibre Channel link?
- 32 Gbps with ~3.2 GB/s effective throughput (Correct answer)
- 3.2 Gbps
- 3.2 GB/s
- 6.4 GB/s
Correct answer: 32 Gbps with ~3.2 GB/s effective throughput
A 32Gb Fibre Channel link provides 32 gigabits per second of raw bandwidth, translating to approximately 3.2 GB/s of effective data throughput after encoding overhead.
Question 30: What is 'erasure coding' in cloud/object storage and what advantage does it provide over replication?
- A method for erasing cloud data securely when deleting objects
- A data protection method that distributes encoded data fragments across nodes, providing fault tolerance with less storage overhead than full replication (Correct answer)
- Encrypting data before storing it in the cloud
- A compression technique used in cloud storage to reduce costs
Correct answer: A data protection method that distributes encoded data fragments across nodes, providing fault tolerance with less storage overhead than full replication
Erasure coding splits data into fragments and adds calculated parity shards distributed across nodes, tolerating multiple node/disk failures with significantly less raw capacity overhead than storing 2-3 full replicas.
Question 31: What storage format does VMware use to store virtual machine disk data?
- RAW disk image
- VHD (Virtual Hard Disk)
- VHDX (Virtual Hard Disk Extended)
- VMDK (Virtual Machine Disk) (Correct answer)
Correct answer: VMDK (Virtual Machine Disk)
VMware uses the VMDK (Virtual Machine Disk) format to store the contents of a VM's virtual disk, which can be stored on a datastore backed by SAN, NAS, or local storage.
Question 32: How many minimum disks are required to implement RAID 5?
- 5
- 3 (Correct answer)
- 2
- 4
Correct answer: 3
RAID 5 requires a minimum of 3 disks: at least 2 for data striping and 1 disk's worth of distributed parity across all drives.
Question 33: What does a storage management console typically provide?
- A centralized interface for provisioning volumes, monitoring performance and capacity, configuring replication, and managing alerts across storage systems (Correct answer)
- Only backup scheduling and restore functions
- A tool only for configuring RAID sets on a single array
- A network management tool for monitoring SAN switches
Correct answer: A centralized interface for provisioning volumes, monitoring performance and capacity, configuring replication, and managing alerts across storage systems
A storage management console provides a unified view across storage systems for provisioning, performance monitoring, capacity management, event alerting, and configuration management.
Question 34: Which storage connectivity protocol uses TCP/IP to carry SCSI commands over an Ethernet network?
- iSCSI (Correct answer)
- FCoE
- Fibre Channel (FC)
- NVMe-oF
Correct answer: iSCSI
iSCSI (Internet Small Computer Systems Interface) encapsulates SCSI commands within TCP/IP packets, enabling block storage access over standard Ethernet infrastructure.
Question 35: Which storage term refers to the maximum amount of data that can be transferred per unit of time?
- IOPS
- Cache hit ratio
- Latency
- Throughput (Correct answer)
Correct answer: Throughput
Throughput (bandwidth) measures the volume of data transferred over time, typically expressed in MB/s or GB/s, and is critical for sequential workloads like streaming and backups.
Question 36: In RAID 5, how is parity information stored?
- In the storage controller's NVRAM
- Only on the first and last disks
- On a dedicated parity disk separate from the data disks
- Distributed across all disks in the array (Correct answer)
Correct answer: Distributed across all disks in the array
RAID 5 distributes parity information evenly across all member disks, eliminating the single-parity-disk bottleneck and allowing any one disk to fail without data loss.
Question 37: In the context of storage, what does IOPS stand for?
- Input/Output Processing Speed
- Internal Operations Per Session
- Input/Output Operations Per Second (Correct answer)
- Integrated Output Processing System
Correct answer: Input/Output Operations Per Second
IOPS (Input/Output Operations Per Second) is a standard measure of storage device performance indicating how many read/write operations can occur each second.
Question 38: Which type of replication captures the state of source data at a specific moment and sends that snapshot image to the target?
- Point-in-time (PIT) replication (Correct answer)
- Continuous replication
- Journal-based replication
- Delta replication
Correct answer: Point-in-time (PIT) replication
Point-in-time replication captures a consistent snapshot of source volumes at a scheduled interval and replicates that image to the target, providing a known-good recovery point.
Question 39: What is the purpose of MPIO (Multipath I/O) in a SAN environment?
- To enable a single port to carry multiple protocols
- To partition a SAN fabric into isolated security zones
- To create multiple RAID groups simultaneously
- To manage multiple physical paths between a server and storage for failover and load balancing (Correct answer)
Correct answer: To manage multiple physical paths between a server and storage for failover and load balancing
MPIO software aggregates multiple physical paths to storage, providing automatic failover to an alternate path if one fails and optionally distributing I/O load across available paths.
Question 40: What is 'cloud tiering' in storage systems?
- Creating multiple copies of data across different cloud regions
- Tiering cloud storage by access speed within a single cloud provider
- Organizing cloud providers by cost tiers for procurement decisions
- Automatically moving infrequently accessed data from on-premises storage to lower-cost cloud storage while keeping active data local (Correct answer)
Correct answer: Automatically moving infrequently accessed data from on-premises storage to lower-cost cloud storage while keeping active data local
Cloud tiering extends on-premises storage by automatically migrating cold data to cloud object storage, reducing the on-premises storage footprint while making the data still accessible through the local storage interface.
Question 41: What is a 'container' in computing, and how does its storage differ from a VM's?
- Containers use the same OS kernel as the host and store data in ephemeral layers by default, while VMs have fully isolated OS instances with dedicated persistent virtual disks (Correct answer)
- Containers are slower than VMs and require more storage
- Containers use physical disks directly while VMs use virtual disks
- Containers and VMs have identical storage architectures
Correct answer: Containers use the same OS kernel as the host and store data in ephemeral layers by default, while VMs have fully isolated OS instances with dedicated persistent virtual disks
Containers share the host OS kernel and use a layered, often ephemeral filesystem, requiring external persistent volumes for stateful data, unlike VMs which have fully isolated guest OS instances with dedicated VMDKs.
Question 42: What is a 'datastore' in VMware vSphere?
- A logical storage container (VMFS volume or NFS mount) used to store VM files on ESXi hosts (Correct answer)
- The vSphere management database
- A dedicated storage pool reserved for backup operations
- A physical SAN array connected to ESXi hosts
Correct answer: A logical storage container (VMFS volume or NFS mount) used to store VM files on ESXi hosts
A vSphere datastore is a logical storage unit (formatted as VMFS block storage or mounted as NFS) that ESXi hosts use to store VM configuration files, VMDKs, snapshots, and templates.
Question 43: How many disk failures can RAID 6 tolerate?
- 1
- 0
- 2 (Correct answer)
- 3
Correct answer: 2
RAID 6 uses dual distributed parity, allowing the array to survive the simultaneous failure of any two drives without data loss.
Question 44: In a storage array, what is 'multipathing' used for?
- Providing multiple physical paths between a host and storage to ensure availability and load balancing (Correct answer)
- Enabling multiple protocols on a single port
- Distributing data across multiple storage arrays
- Creating multiple RAID sets for redundancy
Correct answer: Providing multiple physical paths between a host and storage to ensure availability and load balancing
Multipathing software manages multiple physical connections between a host and storage array, providing path failover if one connection fails and enabling load balancing across paths.
Question 45: What is the key difference between an incremental backup and a differential backup?
- Incremental uses tape; differential uses disk
- Incremental backs up files; differential backs up databases
- Incremental backs up data changed since the last backup of any type; differential backs up all data changed since the last full backup (Correct answer)
- Incremental is faster to restore; differential is faster to back up
Correct answer: Incremental backs up data changed since the last backup of any type; differential backs up all data changed since the last full backup
Incremental backups are smaller and faster since they only capture changes since the last backup, but restores require the last full plus all incrementals; differentials are larger but need only the last full plus latest differential to restore.
Question 46: What is 'data at rest encryption' in storage security?
- Encrypting storage management traffic between console and array
- Encrypting data while it is being transferred between hosts and storage
- A process that encrypts data only when it is not being accessed
- Encrypting data that is stored on disk drives or arrays so that physical theft of the media does not expose readable data (Correct answer)
Correct answer: Encrypting data that is stored on disk drives or arrays so that physical theft of the media does not expose readable data
Data at rest encryption uses keys to encrypt all data stored on drives so that stolen or decommissioned drives contain only unreadable ciphertext, protecting against physical media theft.
Question 47: In a fan-in replication topology, multiple source systems send their data to:
- A single consolidated target system (Correct answer)
- Multiple independent target systems, one per source
- Bi-directional peer systems that also act as sources
- A cascade chain of secondary and tertiary systems
Correct answer: A single consolidated target system
Fan-in replication aggregates data from several source systems into a single target, commonly used for centralized backup or consolidation scenarios.
Question 48: What is a 'full backup'?
- A backup that stores data in uncompressed format
- A backup that only captures files changed since the last backup
- A backup that copies all selected data regardless of when it was last backed up (Correct answer)
- A backup of only system files and configurations
Correct answer: A backup that copies all selected data regardless of when it was last backed up
A full backup creates a complete copy of all selected data, serving as the baseline from which incremental or differential backups reference.
Question 49: What is the function of a 'storage management API' like SMI-S (Storage Management Initiative Specification)?
- An API for provisioning storage in public cloud environments
- A standardized management interface that allows storage management software to discover, monitor, and manage storage devices from multiple vendors using a common interface (Correct answer)
- An API used exclusively to control Fibre Channel switch configurations
- A proprietary Dell EMC interface for managing PowerMax arrays
Correct answer: A standardized management interface that allows storage management software to discover, monitor, and manage storage devices from multiple vendors using a common interface
SMI-S (SNIA's Storage Management Initiative Specification) provides a vendor-neutral, standards-based API enabling heterogeneous storage management across multiple vendors' arrays from a single management platform.
Question 50: Which storage access method does object storage use?
- Block-level access via SCSI
- Direct DRAM access via RDMA
- File-level access via SMB/NFS
- REST API-based access using HTTP/HTTPS with a flat namespace (Correct answer)
Correct answer: REST API-based access using HTTP/HTTPS with a flat namespace
Object storage exposes data through REST APIs (like S3 or Swift) using HTTP/HTTPS, organizing data as objects with metadata in a flat namespace rather than hierarchical directories.
Question 51: What is 'FCoE' (Fibre Channel over Ethernet)?
- A new generation of Ethernet designed only for storage arrays
- A management protocol for configuring SAN switches remotely
- A protocol that encapsulates native Fibre Channel frames within Ethernet frames to converge storage and network traffic on the same links (Correct answer)
- A protocol that uses fiber optic cables for Ethernet connections
Correct answer: A protocol that encapsulates native Fibre Channel frames within Ethernet frames to converge storage and network traffic on the same links
FCoE encapsulates Fibre Channel frames inside Ethernet frames, enabling storage and LAN traffic to share the same 10GbE or 25GbE physical infrastructure while preserving FC semantics.
Question 52: What is VMware vSAN and how does it create storage?
- A network protocol for connecting VMs to external SAN arrays
- A software-defined SAN that aggregates local server drives into a shared storage cluster accessible to all cluster hosts (Correct answer)
- A SAN management interface built into vCenter
- A backup solution for VMware environments
Correct answer: A software-defined SAN that aggregates local server drives into a shared storage cluster accessible to all cluster hosts
VMware vSAN pools the local flash and HDD drives installed in ESXi cluster hosts to create a shared, distributed storage datastore, eliminating the need for external SAN or NAS hardware.
Question 53: What is 'latency' in the context of storage systems?
- The time delay between a request and the fulfillment of that request (Correct answer)
- The data transfer rate in MB/s
- The total capacity of a storage device
- The number of simultaneous connections supported
Correct answer: The time delay between a request and the fulfillment of that request
Latency is the time elapsed between when a storage I/O request is issued and when the data is delivered, typically measured in milliseconds or microseconds.
Question 54: What is a 'LUN' in SAN storage?
- Logical Unit Number — a logical identifier assigned to a storage volume presented to a host (Correct answer)
- Local Unit Node — a network switch port identifier
- Large Unified Network — a wide-area storage fabric
- Layered Utility Node — a cache tier within an array
Correct answer: Logical Unit Number — a logical identifier assigned to a storage volume presented to a host
A LUN (Logical Unit Number) is a logical identifier that represents a storage volume or portion of storage presented to a host by a storage array.
Question 55: What is the purpose of a 'patrol read' (or disk scrubbing) in a RAID array?
- To verify that the RAID controller firmware is up to date
- To proactively scan all disks for errors and correct them before they cause a drive failure (Correct answer)
- To clean dust from disk surfaces using compressed air
- To optimize data placement across RAID stripes
Correct answer: To proactively scan all disks for errors and correct them before they cause a drive failure
Patrol read continuously scans all drives in a RAID set for media errors (UREs) and corrects them using parity, preventing silent data corruption before a disk actually fails.
Question 56: What is a 'firmware update' for a storage array and why should it be carefully managed?
- A BIOS update for the servers connected to the storage array
- An operating system upgrade for the management server
- A software update for the storage controller's embedded operating code, which can fix bugs and add features but requires careful planning to avoid disrupting production (Correct answer)
- A driver update installed on each host connected to the array
Correct answer: A software update for the storage controller's embedded operating code, which can fix bugs and add features but requires careful planning to avoid disrupting production
Storage firmware updates modify the embedded software running on storage controllers and drive firmware, requiring thorough compatibility testing, a defined rollback plan, and maintenance window scheduling to minimize risk.
Question 57: What is a 'unified storage' system?
- A storage system with all drives in a single enclosure
- A single storage platform that provides both block (SAN) and file (NAS) storage services from one system (Correct answer)
- A storage array that unifies all RAID levels into one pool
- A storage array that supports only one vendor's hardware
Correct answer: A single storage platform that provides both block (SAN) and file (NAS) storage services from one system
Unified storage combines SAN block storage (FC/iSCSI) and NAS file storage (NFS/SMB) capabilities in a single array, simplifying management and reducing the number of storage systems needed.
Question 58: What is the purpose of a 'backup catalog' or 'backup index'?
- An index of backup job schedules and policies
- A catalog of backup software licenses
- A database that tracks what data was backed up, when, and where it is stored, enabling fast search and restore operations (Correct answer)
- A list of all servers approved for backup operations
Correct answer: A database that tracks what data was backed up, when, and where it is stored, enabling fast search and restore operations
The backup catalog is a metadata database that records every backup session, file location, and media reference, enabling the backup software to quickly locate and restore specific files or data sets.
Question 59: What does 'MTBF' (Mean Time Between Failures) indicate for storage hardware?
- The average time to repair a failed disk drive
- The statistical average time a component operates before experiencing a failure, used to estimate reliability (Correct answer)
- The maximum time allowed before performing preventative maintenance
- The time between scheduled firmware updates on storage controllers
Correct answer: The statistical average time a component operates before experiencing a failure, used to estimate reliability
MTBF is a reliability metric representing the average operational time between failures; higher MTBF indicates more reliable hardware, informing purchasing decisions and spare part stocking strategies.
Question 60: What does 'write hole' refer to in RAID 5 environments?
- A performance bottleneck caused by excessive parity calculations
- A data consistency issue where a system crash during a write leaves data and parity out of sync (Correct answer)
- A physical hole drilled in the disk platter during manufacturing
- An unallocated region of the disk not included in any RAID set
Correct answer: A data consistency issue where a system crash during a write leaves data and parity out of sync
A write hole occurs when a power failure interrupts a RAID 5 write mid-operation, leaving data and parity blocks inconsistent, which can cause data corruption on subsequent reads.
DEA-1TT5 Associate - Information Storage and Management Version 5.0
The DEA-1TT5 is a qualifying exam for the Dell Associate - Information Storage and Management (DCA-ISM) certification, validating knowledge of storage infrastructure components, networking technologies, data protection, and storage management in modern data center environments.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds