1Z0-1072-25 Question 250
Select 2Your finance team must replicate data from an Object Storage bucket named "finance-ashburn" in the Ashburn region to a bucket named "finance-phoenix" in the Phoenix region for compliance. You create a replication policy on the source bucket, but notice that newly uploaded objects in "finance-ashburn" are not appearing in "finance-phoenix." Which two steps must you perform to ensure new objects successfully replicate to the Phoenix region?
- A
Enable versioning on the source bucket (finance-ashburn).
- B
Assign the same name to both buckets to avoid replication conflicts.
- C
Enable versioning on the target bucket (finance-phoenix).
- D
Add a Lifecycle Policy to the source bucket to automatically copy objects to the target.
Show answer and explanation
Correct answers: A, C
Explanation
In OCI, a replication policy alone is not sufficient to replicate new objects; you must enable versioning on both the source and destination buckets. Once enabled, newly uploaded objects in the source bucket are automatically replicated to the target. Refer to Oracle� official documentation on Object Storage replication and versioning requirements for more details.
- A. Correct.
Correct. Oracle Object Storage replication requires both source and target buckets to have versioning enabled before new objects are replicated.
- B. Incorrect.
Incorrect. Buckets can have different names in different regions. A unique name is typically required, and replication does not rely on matching bucket names.
- C. Correct.
Correct. Both the source and target buckets must have versioning enabled for replication to work.
- D. Incorrect.
Incorrect. Lifecycle rules can transition or archive objects but do not replace replication policies. You must configure the replication policy and versioning for automatic cross-region replication.