LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


A SysOps admin has set up a lifecycle rule on a multi-regional bucket with object versioning disabled. What will be the effect of the following lifecycle configuration?

{
  "rule": [
    {
      "action": {"type": "Delete"},
      "condition": {"age": 30, "isLive": false}
    },
    {
      "action": {"type": "SetStorageClass", "storageClass": "COLDLINE"},
      "condition": {"age": 365, "matchesStorageClass": "MULTI_REGIONAL"}
    }
  ]
}

Real Exam



Powered ByGPT-5