Oracle Cloud Infrastructure 2022 Architect Professional — Question 14
You work for a public health care company based in the United States. Their existing patient records system runs in an on-premise data center and the customer sends their tape backups offsite as part of their disaster recovery plan.
You develop an alternative archival solution using Oracle Cloud Infrastructure (OCI) that will save the company a significant amount of money on a yearly basis. The solution involves storing data in an OCI Object Storage bucket. After reviewing your solution with their customer Global Risk and Compliance (GRC) team, they highlight four security requirements:
All data less than 1 year old must be accessible within 2 hours
All data must be retained for at least 10 years and be accessible within 48 hours
All data must be encrypted at rest
No data may be transmitted across the public Internet
Which TWO options meet the requirements outlined by the customer GRC team? (Choose two.)
Answer options
- A. Create an OCI Object Storage Standard tier bucket. Configure a lifecycle policy to archive any object that is older than 365 days.
- B. Create an OCI Object Storage Standard tier bucket. Configure a lifecycle policy to delete any object that is older than 7 years.
- C. Create a VPN connection between your on-premises data center and OCI. Create a Virtual Cloud Network (VCN) along with an OCI Service Gateway for OCI Object Storage.
- D. Provision a FastConnect link to the closest OCI region and configure a public peering virtual circuit.
- E. Provision a FastConnect link to the closest OCI region and configure a private peering virtual circuit.
Correct answer: B, D
Explanation
Option B meets the requirement by ensuring that data older than 7 years is deleted, thus complying with the retention policy, while option D provides a private connection to OCI, avoiding public Internet transmission. Option A does not meet the retention requirement as it archives data after one year, and options C and D do not offer the necessary security regarding data transmission across the public Internet.