
Answer-first summary for fast verification
Answer: Use Google Cloud Regional Storage for the first 30 days, and then transition to Nearline Storage using lifecycle rules.
The optimal strategy to reduce storage costs while adhering to data access needs involves using Google Cloud Regional Storage initially for the first 30 days, followed by transitioning to Nearline Storage via lifecycle rules. Here's why: - **Google Cloud Regional Storage**: Ideal for frequently accessed data, offering high performance and availability. This suits the initial 30-day period when videos are actively processed. - **Lifecycle Rules**: Enable automatic transition of objects between storage classes based on criteria like age. After 30 days, transitioning to Nearline Storage is cost-effective for less frequently accessed data. - **Google Cloud Nearline Storage**: Designed for data accessed infrequently (e.g., once a month or less), it provides lower storage costs than Regional Storage, making it suitable post-processing. Other options are less ideal due to higher retrieval costs, inappropriate storage classes for the access frequency, or the use of block storage which isn't cost-effective for long-term video storage.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is utilizing Google Cloud Storage to store raw CCTV footage videos. These videos are processed within the first 30 days for detecting various patterns like threats, objects, faces, and suspicious behaviors. To minimize storage costs in Google Cloud, what is the most efficient way to store these videos?
A
Use Google Cloud Nearline Storage for the first 30 days, and then transition to Coldline Storage using lifecycle rules.
B
Use Google Cloud Regional Storage for the first 30 days, and then transition to Coldline Storage using lifecycle rules.
C
Use Google Cloud Regional Storage for the first 30 days, and then transition to Nearline Storage using lifecycle rules.
D
Use Google Cloud Regional Storage for the first 30 days, and then transfer the videos to Google Persistent Disk.
No comments yet.