Cloud Digital Leader • Practice Test 35
Free Cloud Digital Leader practice test — 15 questions with explanations. Set 35. No signup required.
Refer to the exhibit. A company configures a lifecycle policy on a Cloud Storage bucket. The bucket contains objects uploaded over the past year with custom time set on each object. After 60 days, what happens to the objects?
{
"lifecycle": {
"rule": [
{
"action": {"type": "Delete"},
"condition": {
"daysSinceCustomTime": 30
}
}
]
}
}