Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

Cohesity File and Object Services Associate Exam Questions & Correct Answers Plus Rationales 2026 | Instant Download Pdf.

Beoordeling
-
Verkocht
-
Pagina's
190
Cijfer
A+
Geüpload op
29-03-2026
Geschreven in
2025/2026

1. A storage administrator is deploying Cohesity File and Object Services and needs to ensure that the underlying physical storage is utilized efficiently across multiple protocols. Which Cohesity construct is the fundamental, logical unit of storage that defines capacity, performance policies, and data protection settings? A) View B) Share C) Storage Domain D) Node Answer: C) Storage Domain Rationale: A Storage Domain is the primary logical container for storage on a Cohesity cluster. It abstracts the physical hardware and allows administrators to set policies for replication, erasure coding, and performance (e.g., high-performance flash vs. capacity tier). Views (file shares) and buckets (object) reside within a Storage Domain, inheriting its policies. 2. During a Proof of Concept (POC), an engineer needs to present a file share to a Linux client using the protocol that offers the best performance for POSIX-compliant workloads. Which protocol should the engineer configure on the Cohesity View? A) SMB 3.0 B) NFSv3 C) NFSv4.1 D) S3Answer: C) NFSv4.1 Rationale: While NFSv3 is common, NFSv4.1 provides significant advantages for performance and parallelism, including session trunking (multipathing), improved locking semantics, and better security. It is the recommended NFS protocol for demanding Linux/UNIX workloads on Cohesity for optimal performance and feature support. 3. A security team mandates that all data at rest must be encrypted to prevent physical disk theft. Cohesity provides encryption at two levels. What is the encryption mechanism that secures data on individual disks without requiring the cluster to be managed by an external key manager? A) Cluster-level encryption with KMS B) Software-based per-file encryption C) Native encryption using a cluster-generated passphrase D) Network-level TLS encryption Answer: C) Native encryption using a cluster-generated passphrase Rationale: Cohesity offers native, built-in encryption where the cluster generates a passphrase used to encrypt all data at rest. This is often called "encryption at rest" and does not require an external Key Management System (KMS). For organizations requiring centralized key management, integration with KMS (like AWS KMS or HyTrust) is also available. 4. An organization wants to use Cohesity as a backup target for Veeam. They require a high-performance, block-level storage interface that presents a logical unit number (LUN) to the Veeam proxy. Which Cohesity capability fulfills this requirement? A) Cohesity View B) Cohesity Object (S3) C) Cohesity SmartFiles D) Cohesity Volumes Answer: D) Cohesity Volumes Rationale: Cohesity Volumes is the feature that provides block storage (iSCSI) services.It allows administrators to create LUNs that can be presented to external applications like Veeam, Oracle, or SQL Server as block devices. Views are for file (NFS/SMB) and Objects (S3) are for object storage. 5. A system architect is designing a solution for a remote office with limited IT staff. They need to provide file services locally but manage the data protection centrally from the main data center. What Cohesity feature allows a small cluster or node to be managed as part of a larger global namespace? A) Cohesity Data Fabric B) Remote Office / Branch Office (ROBO) Edge Cluster C) Cohesity Cloud Edition D) Storage Domain Replication Answer: B) Remote Office / Branch Office (ROBO) Edge Cluster Rationale: ROBO Edge clusters are designed for remote or branch office deployments. They are smaller, self-contained clusters that provide local file and object services. They can be managed centrally from a primary cluster (or via Helios) and often replicate data back to a central data center for long-term retention and disaster recovery, reducing the WAN footprint. 6. An administrator is troubleshooting slow performance for an SMB share used by a Windows user. The user reports that accessing a specific folder with thousands of PDF files takes an unusually long time to list. Which Cohesity feature can be enabled on the View to accelerate directory enumeration and metadata operations? A) Inline Compression B) Deduplication C) View Acceleration (Metadata Caching) D) SMB Multichannel Answer: C) View Acceleration (Metadata Caching) Rationale: View Acceleration is a feature that caches metadata (file names, sizes, permissions) on the node where the client is connected. This dramatically reduces latency for operations like directory listings (ls or dir) in directories with a high numberof files, as the metadata does not have to be fetched from the underlying storage fabric for every operation. 7. A company is migrating from a legacy NetApp filer to Cohesity. They have a strict requirement to preserve Windows Access Control Lists (ACLs) and share-level permissions during the migration. When creating a new View for SMB, which setting is critical to ensure seamless migration of permissions? A) Enable "Access-based enumeration" B) Set the "SMB Owner" to a domain user C) Configure the View to be "Domain-joined" D) Enable "Opportunistic Locking" Answer: C) Configure the View to be "Domain-joined" Rationale: Joining the View to Active Directory (or a domain) is essential for SMB file services. This allows Cohesity to use Active Directory for authentication and authorization. It ensures that Windows ACLs (which contain SIDs of domain users/groups) are interpreted correctly, allowing for a smooth migration where existing permissions continue to function without being recreated. 8. What is the purpose of "Access-Based Enumeration" (ABE) on a Cohesity SMB View? A) It compresses files to save space. B) It hides files and folders from users who do not have permission to access them. C) It provides a list of all files accessed by a specific user for auditing. D) It allows users to restore previous versions of files. Answer: B) It hides files and folders from users who do not have permission to access them. Rationale: Access-Based Enumeration is a security and usability feature. Without ABE, a user might see a folder (e.g., "HR-Finance") but get an "access denied" error when trying to open it. With ABE enabled, that folder is completely invisible to the user, reducing clutter and the risk of users attempting to access restricted data. 9. An organization needs to store petabytes of unstructured data for analytics workloads. They want to use an S3-compatible interface for their custom applications.They are also concerned about storage efficiency. Which Cohesity feature provides native S3 compatibility and can be deployed on-premises? A) Cohesity SmartFiles with S3 protocol B) Cohesity View with SMB protocol C) Cohesity CloudSpin D) Cohesity Helios Answer: A) Cohesity SmartFiles with S3 protocol Rationale: Cohesity SmartFiles (formerly known as Cohesity File and Object Services) provides native support for the S3 protocol. It allows users to create S3 buckets directly on the Cohesity cluster. This is an on-premises object storage solution that is fully S3- compatible, allowing applications written for AWS S3 to work seamlessly on-premises with Cohesity's data efficiency features. 10. An administrator configures an S3 bucket for a development team. The team accidentally deletes a critical object and needs to restore it from 7 days ago. What bucket-level feature must have been enabled to allow this recovery without restoring from a full backup? A) Versioning B) Object Lock C) Indexing D) Replication Answer: A) Versioning Rationale: S3 Versioning is a feature that keeps multiple variants of an object in the same bucket. When enabled, a DELETE operation does not permanently remove the object; instead, it adds a delete marker. Previous versions can be listed and restored. This is the primary mechanism for self-service recovery of overwritten or deleted objects in an S3 bucket. 11. To meet compliance requirements, a financial firm must ensure that certain files in an SMB share cannot be modified or deleted for a retention period of 5 years, even by administrators. Which Cohesity feature provides this WORM (Write Once, Read Many)capability for file shares? A) SMB Quotas B) Data-at-rest encryption C) Compliance Mode (SmartFiles WORM) D) Snapshot-based replication Answer: C) Compliance Mode (SmartFiles WORM) Rationale: Cohesity's WORM (Write Once, Read Many) capability, often part of SmartFiles Compliance Mode, allows administrators to set a retention period on a View (file share) or bucket. During this period, files cannot be deleted, modified, or overwritten. "Compliance Mode" is stricter than "Governance Mode" as it prevents even privileged users from altering the retention settings, making it suitable for regulatory requirements like SEC Rule 17a-4. 12. A Linux administrator is mounting an NFS export from Cohesity. They require the mount to be resilient to network path failures. Which NFSv4.1 feature, when configured on the Cohesity View, allows the client to establish multiple TCP connections to different nodes in the cluster for redundancy and performance? A) pNFS (Parallel NFS) B) NFS over RDMA C) Session Trunking (NFS Multipathing) D) NFSv4 ACLs Answer: C) Session Trunking (NFS Multipathing) Rationale: NFSv4.1 session trunking allows a client to establish multiple network connections (sessions) to one or more NFS servers. On a Cohesity cluster, this can be configured so the client connects to multiple nodes. If one node or network path fails, traffic automatically fails over to another, providing high availability and increased aggregate throughput. 13. An administrator needs to limit the amount of storage a specific department can consume on a file share. They want to receive a warning when utilization reaches 80% and prevent writes at 95%. What mechanism should they configure on the CohesityView? A) Storage Domain Quotas B) Quota on View C) Smart Deduplication D) Alerting Policies Answer: B) Quota on View Rationale: Cohesity allows setting quotas directly on Views (file shares) and also on individual user or group directories within a View. Quotas enforce a hard limit (max capacity) and can be configured with soft limits that trigger alerts. This prevents a single department from consuming all available storage in the Storage Domain. 14. During a disaster recovery test, an administrator needs to promote a replicated View from a secondary cluster to become the primary production share. What is this process called in Cohesity terminology? A) Failover B) Reverse Replication C) Activation D) Cloning Answer: A) Failover Rationale: When using Cohesity replication, the process of making the replica (on the target cluster) the active, writable production share is called a "Failover." After a failover, the original source becomes the replica. A "Failback" operation would later reverse the roles to restore the original configuration. 15. An organization wants to use Cohesity to replace their existing NAS infrastructure. They require a global namespace so that users in New York and London can access the same set of shares without needing to know which physical cluster hosts the data. Which Cohesity capability provides this unified view? A) Cohesity Helios B) Global View (SmartFiles Federation) C) Storage Domain SpanningD) Cohesity Data Migrator Answer: B) Global View (SmartFiles Federation) Rationale: SmartFiles Federation (often referred to as Global View) is a feature that allows administrators to aggregate file shares (Views) from multiple Cohesity clusters across different locations into a single, unified namespace. Users can browse a single folder structure (e.g., globalfinance) that spans clusters, abstracting the physical location of the data.

Meer zien Lees minder
Instelling
Cohesity File And Object Services Associate
Vak
Cohesity File and Object Services Associate

Voorbeeld van de inhoud

Cohesity File and Object Services
Associate Exam Questions & Correct
Answers Plus Rationales 2026 | Instant
Download Pdf.


1. A storage administrator is deploying Cohesity File and Object Services and needs to
ensure that the underlying physical storage is utilized efficiently across multiple
protocols. Which Cohesity construct is the fundamental, logical unit of storage that
defines capacity, performance policies, and data protection settings?
A) View
B) Share
C) Storage Domain
D) Node
Answer: C) Storage Domain
Rationale: A Storage Domain is the primary logical container for storage on a Cohesity
cluster. It abstracts the physical hardware and allows administrators to set policies for
replication, erasure coding, and performance (e.g., high-performance flash vs. capacity
tier). Views (file shares) and buckets (object) reside within a Storage Domain, inheriting
its policies.

2. During a Proof of Concept (POC), an engineer needs to present a file share to a Linux
client using the protocol that offers the best performance for POSIX-compliant
workloads. Which protocol should the engineer configure on the Cohesity View?
A) SMB 3.0
B) NFSv3
C) NFSv4.1
D) S3

,Answer: C) NFSv4.1
Rationale: While NFSv3 is common, NFSv4.1 provides significant advantages for
performance and parallelism, including session trunking (multipathing), improved
locking semantics, and better security. It is the recommended NFS protocol for
demanding Linux/UNIX workloads on Cohesity for optimal performance and feature
support.

3. A security team mandates that all data at rest must be encrypted to prevent physical
disk theft. Cohesity provides encryption at two levels. What is the encryption mechanism
that secures data on individual disks without requiring the cluster to be managed by an
external key manager?
A) Cluster-level encryption with KMS
B) Software-based per-file encryption
C) Native encryption using a cluster-generated passphrase
D) Network-level TLS encryption
Answer: C) Native encryption using a cluster-generated passphrase
Rationale: Cohesity offers native, built-in encryption where the cluster generates a
passphrase used to encrypt all data at rest. This is often called "encryption at rest" and
does not require an external Key Management System (KMS). For organizations
requiring centralized key management, integration with KMS (like AWS KMS or HyTrust)
is also available.

4. An organization wants to use Cohesity as a backup target for Veeam. They require a
high-performance, block-level storage interface that presents a logical unit number
(LUN) to the Veeam proxy. Which Cohesity capability fulfills this requirement?
A) Cohesity View
B) Cohesity Object (S3)
C) Cohesity SmartFiles
D) Cohesity Volumes
Answer: D) Cohesity Volumes
Rationale: Cohesity Volumes is the feature that provides block storage (iSCSI) services.

,It allows administrators to create LUNs that can be presented to external applications
like Veeam, Oracle, or SQL Server as block devices. Views are for file (NFS/SMB) and
Objects (S3) are for object storage.

5. A system architect is designing a solution for a remote office with limited IT staff.
They need to provide file services locally but manage the data protection centrally from
the main data center. What Cohesity feature allows a small cluster or node to be
managed as part of a larger global namespace?
A) Cohesity Data Fabric
B) Remote Office / Branch Office (ROBO) Edge Cluster
C) Cohesity Cloud Edition
D) Storage Domain Replication
Answer: B) Remote Office / Branch Office (ROBO) Edge Cluster
Rationale: ROBO Edge clusters are designed for remote or branch office deployments.
They are smaller, self-contained clusters that provide local file and object services. They
can be managed centrally from a primary cluster (or via Helios) and often replicate data
back to a central data center for long-term retention and disaster recovery, reducing the
WAN footprint.

6. An administrator is troubleshooting slow performance for an SMB share used by a
Windows user. The user reports that accessing a specific folder with thousands of PDF
files takes an unusually long time to list. Which Cohesity feature can be enabled on the
View to accelerate directory enumeration and metadata operations?
A) Inline Compression
B) Deduplication
C) View Acceleration (Metadata Caching)
D) SMB Multichannel
Answer: C) View Acceleration (Metadata Caching)
Rationale: View Acceleration is a feature that caches metadata (file names, sizes,
permissions) on the node where the client is connected. This dramatically reduces
latency for operations like directory listings (ls or dir) in directories with a high number

, of files, as the metadata does not have to be fetched from the underlying storage fabric
for every operation.

7. A company is migrating from a legacy NetApp filer to Cohesity. They have a strict
requirement to preserve Windows Access Control Lists (ACLs) and share-level
permissions during the migration. When creating a new View for SMB, which setting is
critical to ensure seamless migration of permissions?
A) Enable "Access-based enumeration"
B) Set the "SMB Owner" to a domain user
C) Configure the View to be "Domain-joined"
D) Enable "Opportunistic Locking"
Answer: C) Configure the View to be "Domain-joined"
Rationale: Joining the View to Active Directory (or a domain) is essential for SMB file
services. This allows Cohesity to use Active Directory for authentication and
authorization. It ensures that Windows ACLs (which contain SIDs of domain
users/groups) are interpreted correctly, allowing for a smooth migration where existing
permissions continue to function without being recreated.

8. What is the purpose of "Access-Based Enumeration" (ABE) on a Cohesity SMB View?
A) It compresses files to save space.
B) It hides files and folders from users who do not have permission to access them.
C) It provides a list of all files accessed by a specific user for auditing.
D) It allows users to restore previous versions of files.
Answer: B) It hides files and folders from users who do not have permission to
access them.
Rationale: Access-Based Enumeration is a security and usability feature. Without ABE, a
user might see a folder (e.g., "HR-Finance") but get an "access denied" error when trying
to open it. With ABE enabled, that folder is completely invisible to the user, reducing
clutter and the risk of users attempting to access restricted data.

9. An organization needs to store petabytes of unstructured data for analytics
workloads. They want to use an S3-compatible interface for their custom applications.

Geschreven voor

Instelling
Cohesity File and Object Services Associate
Vak
Cohesity File and Object Services Associate

Documentinformatie

Geüpload op
29 maart 2026
Aantal pagina's
190
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$11.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
Brainarium Delaware State University
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
1928
Lid sinds
3 jaar
Aantal volgers
1044
Documenten
22983
Laatst verkocht
1 dag geleden

3.8

327 beoordelingen

5
152
4
62
3
55
2
16
1
42

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen