Easy1 markMultiple Choice
GCP ACE · Question 15 · Domain 2.3: Planning and configuring data storage options
You need a fully managed relational database for a new application. The database will be approximately 50 GB in size and requires standard MySQL compatibility. Which service should you choose?
You need a fully managed relational database for a new application. The database will be approximately 50 GB in size and requires standard MySQL compatibility. Which service should you choose?
Answer options:
A.
Cloud Spanner
B.
Cloud SQL for MySQL
C.
Cloud Bigtable
D.
BigQuery
How to approach this question
Match 'managed relational database' and 'MySQL compatibility' with the appropriate GCP service.
Full Answer
B.Cloud SQL for MySQL✓ Correct
Cloud SQL is Google Cloud's fully managed relational database service for MySQL, PostgreSQL, and SQL Server. It is ideal for regional, standard relational workloads up to a few terabytes.
Common mistakes
Choosing Cloud Spanner, which is a relational database but designed for massive global scale, not a standard 50GB MySQL workload.
Practice the full GCP Associate Cloud Engineer Practice Exam 1
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the highest level of the Google Cloud resource hierarchy?EasyQ02You need to enable the Compute Engine API in a new project using the command line. Which command ...EasyQ03You are setting up a new GCP environment. You need to grant a group of developers access to view ...MediumQ04You want to receive an email notification when your GCP spending exceeds $1000 this month. What s...EasyQ05You need to analyze your GCP billing data using complex SQL queries to understand cost trends acr...Medium
Expert