Objective 3.2

ACE

Managing storage and data solutions

Objective 3.2 sits in Ensuring the successful operation of a cloud solution, which carries 30% of the Associate Cloud Engineer exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.

Objective title verbatim from the official objectives. Google Cloud exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

3-2Ensuring the successful operation of a cloud solution

A team has one lifecycle rule deleting objects and another setting them to Coldline, and both match the same object. Which action runs?

Both actions run in orderOnly one of the matching rules is ever performed.
The SetStorageClass action runsA class change on a doomed object would be wasted.
The Delete action runsCorrect · your answerCorrect. It outranks the class change.
Neither action runsOne rule always fires when the conditions match.

Correct.

Concept

When two automatic actions collide, the platform needs a deterministic tie-break rather than an arbitrary one. Running the action that ends the object first makes any other action moot.

Why C

When several rules are satisfied at once Cloud Storage performs the action of only one of them, and Delete takes precedence over any SetStorageClass action.

#gcp#cloud-storage#lifecycle#precedence

Now you: objective 3.2 questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

3-2Ensuring the successful operation of a cloud solution

Two lifecycle rules with identical conditions set an object to Nearline and to Coldline. Where does the object end up?

Sample question 2 of 3

3-2Ensuring the successful operation of a cloud solution

An engineer widens an age condition from 10 to 20 days, and an object 11 days old is deleted anyway. What explains it?

Sample question 3 of 3

3-2Ensuring the successful operation of a cloud solution

An administrator writes a lifecycle rule that tries to both delete and reclass an object. How many actions may one rule carry?

Full Associate Cloud Engineer question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Ensuring the successful operation of a cloud solution