Courseiva

CCNA Storage Questions

24 of 99 questions · Page 2/2 · Storage · Answers revealed

76
Multi-Selecthard

Which THREE of the following are valid lifecycle policy actions?

Select 3 answers
A.Delete
B.Archive
C.Abort multipart upload
D.Compress
E.Encrypt
AnswersA, B, C

Valid action.

Why this answer

Delete, Archive, and aborting multipart uploads are valid.

77
Multi-Selectmedium

Which TWO features are supported by OCI File Storage Service (FSS)? (Choose two.)

Select 2 answers
A.Block-level multi-attach with read-write access across availability domains
B.Encryption at rest using customer-managed keys in OCI KMS
C.Snapshots for point-in-time recovery
D.Automatic tiering from file storage to Archive Storage
E.Native integration with Block Volume replication policies
AnswersB, C

FSS file systems can be encrypted using keys managed in OCI Key Management.

Why this answer

OCI File Storage Service supports snapshots for data protection and encryption using customer-managed keys via OCI KMS.

78
Multi-Selectmedium

Which TWO of the following can prevent a bucket from being deleted?

Select 2 answers
A.Public access allowed
B.Bucket contains objects
C.Versioning enabled
D.Retention rules
E.Bucket encryption
AnswersB, D

Non-empty buckets cannot be deleted.

Why this answer

Retention rules and non-empty status prevent bucket deletion.

79
MCQeasy

A company requires an extremely low-cost storage solution for data archiving that is rarely accessed, with a retrieval time requirement of within an hour. Which OCI storage tier should be used?

A.Archive Storage Tier
B.Block Volume Performance Level 'Lower Cost'
C.Object Storage Standard Tier
D.Object Storage Infrequent Access Tier
AnswerA

Archive Storage is specifically designed for long-term backup and data archival at the lowest cost.

Why this answer

OCI Archive Storage provides the lowest cost per gigabyte for long-term data retention, with a standard time-to-first-byte retrieval SLA of within one hour.

80
MCQeasy

What is the default replication method for Object Storage buckets?

A.Manual replication
B.RAID 5
C.Not replicated
D.Automatic replication
AnswerD

Data is automatically replicated for durability.

Why this answer

Object Storage data is automatically replicated across three Fault Domains within an AD.

81
Multi-Selecthard

Which THREE statements are true regarding OCI Object Storage architecture and data durability? (Choose three.)

Select 3 answers
A.Checksums are automatically calculated and verified for data integrity.
B.Data stored in a multi-AD region is distributed across availability domains.
C.Object Storage provides eventual consistency for bucket listing operations.
D.Data is replicated synchronously across multiple fault domains in a region.
E.Objects larger than 50 GiB must be stored using Block Volume instead.
AnswersA, B, D

OCI computes MD5 checksums to ensure data integrity during transit and storage.

Why this answer

OCI Object Storage is designed for high durability, stores data redundantly across availability domains or fault domains, and supports strong consistency for all operations.

82
MCQeasy

What is the main advantage of the OCI Block Volume performance tier selection?

A.Customizable IOPS and throughput
B.Always fixed price
C.Mandatory for boot volumes
D.Only for production
AnswerA

This allows fine-tuning for application needs.

Why this answer

Performance tiers allow users to balance cost and performance for specific workloads.

83
MCQhard

You need to share a block volume across multiple compute instances. Which configuration is required?

A.Block volumes cannot be shared
B.Enable multi-attach flag
C.RAID 1 configuration
D.Use iSCSI with multiple logins
AnswerA

Block volumes are restricted to one instance at a time.

Why this answer

Block volumes do not support multi-attach. You must use a network file system instead.

84
MCQmedium

You are configuring an Object Storage bucket and want to ensure that if an object is accidentally overwritten or deleted, previous versions can still be retrieved. Which feature should you enable?

A.Cross-Region Replication
B.Object Versioning
C.Object Storage Lifecycle Management
D.Bucket Retention Rules
AnswerB

Object Versioning keeps historical versions of objects when they are modified or deleted.

Why this answer

Object Versioning preserves multiple variants of an object in the same bucket, protecting against accidental overwrites and deletions.

85
Multi-Selecteasy

Which TWO of the following are valid Object Storage tiers in OCI?

Select 2 answers
A.Fast Storage
B.Temporary Storage
C.Cold Storage
D.Archive
E.Standard
AnswersD, E

Archive is the low-cost tier.

Why this answer

Standard and Archive are the primary tiers in OCI Object Storage.

86
MCQeasy

Which OCI Object Storage feature enables users without an OCI account to securely download or upload a specific object via a generated URL with a defined expiration time?

A.OCI IAM Federation
B.API Signing Keys
C.Object Storage Public Access Buckets
D.Pre-Authenticated Requests (PAR)
AnswerD

PAR allows generating time-bound URLs for downloading or uploading objects without credentials.

Why this answer

Pre-authenticated requests (PAR) provide a way to let users securely access or upload a specific object or bucket without requiring credentials, using a unique URL with an expiration time.

87
MCQeasy

Which OCI service provides a POSIX-compliant file system?

A.Archive Storage
B.Object Storage
C.Block Volume
D.File Storage Service
AnswerD

FSS is fully POSIX-compliant.

Why this answer

File Storage Service provides a standard NFS-based, POSIX-compliant file system.

88
Multi-Selecteasy

Which THREE components are involved in OCI File Storage Service?

Select 3 answers
A.Export
B.File system
C.Bucket
D.Backup gateway
E.Mount target
AnswersA, B, E

The path mapping.

Why this answer

File systems, mount targets, and exports are the main components.

89
Multi-Selectmedium

Which THREE actions can you perform on a block volume?

Select 3 answers
A.Resize the volume
B.Mount as a website
C.Clone the volume
D.Convert to object storage
E.Create a backup
AnswersA, C, E

Resizing is supported.

Why this answer

Backups, clones, and resizing are common operations for block volumes.

90
MCQeasy

What is the maximum size of a single object that can be uploaded to OCI Object Storage using a single PUT request?

A.10 TiB
B.5 TiB
C.100 GiB
D.50 GiB
AnswerA, D

Wait, the maximum size for a single PUT object upload is 50 GiB, while the total object size using multipart upload can reach 10 TiB. Let's ensure precision. Single PUT request limit is 50 GiB.

Why this answer

For standard single PUT operations, the maximum object size is 50 GiB. Larger files require multipart uploads.

91
MCQmedium

Which file system protocol does OCI File Storage Service support?

A.FTP
B.iSCSI
C.NFSv3
D.SMB
AnswerC

FSS supports NFSv3.

Why this answer

FSS is based on the NFSv3 protocol.

92
MCQhard

You are troubleshooting an issue where an application cannot access an OCI Object Storage bucket. The IAM policies are verified as correct, and the object storage endpoint is reachable. However, the client receives HTTP 403 Forbidden errors when attempting to perform a GET request. The bucket is private. What could be causing this?

A.The VCN lacks an Internet Gateway, and traffic is attempting to go over the public internet.
B.The OCI KMS master encryption key associated with the bucket has been disabled or scheduled for deletion.
C.The bucket name is not globally unique within the tenancy.
D.The Object Storage bucket is configured in the Infrequent Access tier instead of Standard.
AnswerB

If the encryption key protecting the bucket's objects is disabled, read and write operations will fail with authorization or forbidden errors.

Why this answer

If a bucket is private and public access is blocked or IAM policies check out, pre-authenticated requests (PAR) or missing object-read permissions, or VCN Service Gateway restrictions could cause 403 errors. Another common cause is customer-managed encryption key state changes (e.g., the KMS key was disabled).

93
Multi-Selecthard

Which THREE factors influence Block Volume performance?

Select 3 answers
A.Object versioning
B.Bucket replication setting
C.Instance shape
D.Volume size
E.Performance tier
AnswersC, D, E

Shape limits bandwidth.

Why this answer

Volume size, performance tier, and instance attachment affect throughput and IOPS.

94
MCQhard

You need to increase the size of an existing Block Volume. What is the correct procedure?

A.Snapshot and clone
B.Use the 'Resize' action in the console
C.Delete and recreate the volume
D.Attach a second volume and mirror
AnswerB

Resizing increases the volume capacity dynamically.

Why this answer

You can increase the size of a volume without detaching it, then expand the file system on the OS.

95
Multi-Selecthard

Which THREE of the following operations are supported by OCI Vault in the context of storage?

Select 3 answers
A.Encryption of Block Volumes
B.Encryption of Object Storage
C.Encryption of ephemeral storage
D.Encryption of compute memory
E.Encryption of File Storage
AnswersA, B, E

Vault manages keys for Block volumes.

Why this answer

Encrypting buckets, block volumes, and file systems.

96
MCQhard

If you detach a Block Volume, what happens to the data?

A.Data is lost if not backed up
B.Data remains intact
C.Data is encrypted for migration
D.Data is deleted
AnswerB

Block volumes are persistent independent of compute.

Why this answer

Detaching a volume does not affect the data stored on it; it remains persistent.

97
Multi-Selecthard

Which THREE are characteristics of Object Storage lifecycle rules?

Select 3 answers
A.Automated execution
B.Supports database commands
C.Real-time trigger
D.JSON-based configuration
E.Name-based filtering
AnswersA, D, E

The system runs rules in the background.

Why this answer

JSON-based, filterable by name, and target-specific actions.

98
Multi-Selectmedium

Which TWO are common performance issues for Block Volumes?

Select 2 answers
A.Too many users
B.IOPS saturation
C.Lack of encryption
D.Network bandwidth limitation
E.Storage bucket latency
AnswersB, D

Exceeding tier limits causes latency.

Why this answer

Network congestion and excessive IOPS exceeding the limit are common.

99
MCQeasy

What is the maximum number of volumes you can attach to a single compute instance?

A.32
B.8
C.Unlimited
D.1
AnswerA

Most shapes support up to 32 attachments.

Why this answer

The limit depends on the compute shape, but there is a defined maximum for block volumes.

← PreviousPage 2 of 2 · 99 questions total

Ready to test yourself?

Try a timed practice session using only Storage questions.