Topic 1 Question 11
Your company has developed a website that allows users to upload and share video files. These files are most frequently accessed and shared when they are initially uploaded. Over time, the files are accessed and shared less frequently, although some old video files may remain very popular. You need to design a storage system that is simple and cost-effective. What should you do?
Create a single-region bucket with Autoclass enabled.
Create a single-region bucket. Configure a Cloud Scheduler job that runs every 24 hours and changes the storage class based on upload date.
Create a single-region bucket with custom Object Lifecycle Management policies based on upload date.
Create a single-region bucket with Archive as the default storage class.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: A
I will go with "A" because it should be automatically optimized based on actual access patterns.
👍 3trashbox2025/02/05 - 正解だと思う選択肢: A
Autoclass is a feature of Google Cloud Storage that automatically optimizes the storage class for objects based on their access patterns. When objects are newly uploaded and frequently accessed, Autoclass will place them in a more performant (and more expensive) storage class, like Standard. Over time, if access to the objects decreases, Autoclass will automatically transition them to a lower-cost storage class, such as Nearline, Coldline, or Archive, depending on their access frequency. This solution is simple, cost-effective, and does not require manual management or custom lifecycle rules. It automates the optimization of storage classes without the need for any additional processes or scheduling jobs.
👍 1jatinbhatia20552025/02/23 - 正解だと思う選択肢: A
A. Autoclass makes the most sense for some files accessed and shared less frequently, with some old video files remaining popular.
👍 1n21837128472025/02/27
シャッフルモード