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 enabled. What is 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