exam questions

Exam Professional Cloud Developer All Questions

View all questions & answers for the Professional Cloud Developer exam

Exam Professional Cloud Developer topic 1 question 354 discussion

Actual exam question from Google's Professional Cloud Developer
Question #: 354
Topic #: 1
[All Professional Cloud Developer Questions]

You work for an ecommerce company. You are developing a new application with the following requirements:
• The application must have access to the most up-to-date data at all times.
• Due to company policy, data older than 30 days must be automatically deleted.

You need to determine which service should host the database, and how to configure the data deletion. You want to use the most efficient solution. What should you do?

  • A. Configure Spanner to host the database. Use Data Catalog to delete data older than 30 days.
  • B. Configure Spanner to host the database. Create a time-to-live policy that deletes data older than 30 days.
  • C. Configure Bigtable to host the database. Create a time-to-live policy that deletes data older than 30 days.
  • D. Configure Bigtable to host the database. Create a garbage collection policy in Bigtable that deletes data older than 30 days.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pime13
3 weeks, 6 days ago
Selected Answer: D
https://cloud.google.com/bigtable/docs/garbage-collection https://cloud.google.com/bigtable/docs/samples/bigtable-create-family-gc-nested
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...