exam questions

Exam Associate Cloud Engineer All Questions

View all questions & answers for the Associate Cloud Engineer exam

Exam Associate Cloud Engineer topic 1 question 3 discussion

Actual exam question from Google's Associate Cloud Engineer
Question #: 3
Topic #: 1
[All Associate Cloud Engineer Questions]

You want to select and configure a cost-effective solution for relational data on Google Cloud Platform. You are working with a small set of operational data in one geographic location. You need to support point-in-time recovery. What should you do?

  • A. Select Cloud SQL (MySQL). Verify that the enable binary logging option is selected.
  • B. Select Cloud SQL (MySQL). Select the create failover replicas option.
  • C. Select Cloud Spanner. Set up your instance with 2 nodes.
  • D. Select Cloud Spanner. Set up your instance as multi-regional.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
YashBindlish
Highly Voted 9 months ago
A is Correct. You must enable binary logging to use point-in-time recovery. Enabling binary logging causes a slight reduction in write performance. https://cloud.google.com/sql/docs/mysql/backup-recovery/backups
upvoted 51 times
ryumada
9 months ago
In this link below, the docs explains clearly that point-in-time recovery requires binary logging. https://cloud.google.com/sql/docs/mysql/backup-recovery/pitr#disk-usage
upvoted 6 times
...
...
Bharathy
Highly Voted 5 years, 2 months ago
A is correct, as Binary Logging enables Point in Recovery in Cloud SQL
upvoted 11 times
...
kewgard
Most Recent 2 weeks, 4 days ago
Selected Answer: A
A. binary logging is uaed to setup point in time recovery. This basically records every single action to the db (crud) and stores on a binary log. So can be used to replicate. Logging like this means you can recover to any point in time rather than just eg 1 months agao when you last backed up - this way you can choose the day instead - ie before the issue occurred. MOre finer grained recovery. add a little latency to to sql response though.
upvoted 1 times
...
Akp965
2 months, 2 weeks ago
Selected Answer: A
A is correct ................. you need to enable binary logging. Cloud SQL for MySQL supports binary logging, which allows you to perform point-in-time recovery of the database.
upvoted 1 times
...
denno22
8 months, 3 weeks ago
Selected Answer: A
https://cloud.google.com/sql/docs/mysql/backup-recovery/restore#tips-pitr
upvoted 1 times
denno22
8 months, 1 week ago
When you create a Cloud SQL instance in the Google Cloud console, PITR is enabled by default. PITR uses binary logging to archive logs.
upvoted 1 times
...
...
harsh5kalsait
9 months ago
**Best Choice: A** Cloud SQL (MySQL) with binary logging enabled will provide point-in-time recovery capabilities, which meet your requirement for relational data in a single geographic location. It is also cost-effective for smaller datasets compared to Cloud Spanner.
upvoted 1 times
...
MUNHU
1 year ago
I agree with A
upvoted 1 times
...
Ele24
1 year, 4 months ago
Selected Answer: A
A is Correct
upvoted 1 times
...
MiscoMove
1 year, 6 months ago
Selected Answer: A
A is right answer!
upvoted 1 times
...
thewalker
1 year, 7 months ago
Selected Answer: A
No need of Cloud Spanner in this scenario. A is correct.
upvoted 1 times
...
BAofBK
1 year, 7 months ago
The answer is A
upvoted 1 times
...
guicane
1 year, 8 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
Evan7557
1 year, 8 months ago
A is Correct
upvoted 1 times
...
YourCloudGuru
1 year, 9 months ago
Correct answer is A. Cloud SQL is a fully-managed relational database service that supports MySQL, PostgreSQL, and SQL Server. It offers high availability, automatic backups, and point-in-time recovery. By enabling binary logging, you can restore your database to a specific point in time. Cloud SQL is a cost-effective solution for small sets of operational data in one geographic location. It is also a good choice for developers who are familiar with MySQL.
upvoted 4 times
...
Captain1212
1 year, 9 months ago
for point in recovery - binary logging a is the correct answer
upvoted 1 times
...
Mogamat
1 year, 11 months ago
Answe A
upvoted 1 times
...
TSEMSOUS
2 years ago
A is the correct answer Answer A: small set of operational data in one geographic location - CloudSQL (Cloud Spanner generally to hold large data and global)
upvoted 2 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 ...