You need to create a Cloud Storage bucket with a retention policy that prevents object deletion for 30 days. Which TWO steps are necessary?
Locking makes the policy permanent.
Why this answer
You must set a retention policy on the bucket using gsutil retention set, and then lock the retention policy to make it permanent (otherwise it can be removed). Option B and D are correct.