Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Professional Cloud Architect topic 1 question 60 discussion

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

You need to set up Microsoft SQL Server on GCP. Management requires that there's no downtime in case of a data center outage in any of the zones within a
GCP region. What should you do?

  • A. Configure a Cloud SQL instance with high availability enabled.
  • B. Configure a Cloud Spanner instance with a regional instance configuration.
  • C. Set up SQL Server on Compute Engine, using Always On Availability Groups using Windows Failover Clustering. Place nodes in different subnets.
  • D. Set up SQL Server Always On Availability Groups using Windows Failover Clustering. Place nodes in different zones.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
learningpv
Highly Voted 4 years, 2 months ago
A seems correct. "... high availability (HA) configuration for Cloud SQL instances... A Cloud SQL instance configured for HA is also called a regional instance and is located in a primary and secondary zone within the configured region. In the event of an instance or zone failure, this configuration reduces downtime, and your data continues to be available to client applications."
upvoted 57 times
diluviouniv
2 years, 9 months ago
but it says: you need to setup SQL Server
upvoted 12 times
...
learningpv
4 years, 2 months ago
It applies for MySQL and HA is not available for MS SQL
upvoted 5 times
Jos
4 years, 2 months ago
Yes it is available, its in beta, but when creating a "SQL Server 2017 Standard" in Cloud SQL menu you can chose single one or HA (regional).
upvoted 3 times
...
cetanx
3 years, 9 months ago
It is available, please see; https://cloud.google.com/sql/docs/sqlserver/high-availability?_ga=2.30855355.-503483612.1582800507 Also a video from Google; https://youtu.be/vMUpNoukwnM
upvoted 9 times
...
...
mrealtor
2 years ago
You need to set up a Microsoft SQL server. Why are we talking about Cloud SQL
upvoted 4 times
tycho
1 year, 8 months ago
and what is Cloud SQL -> a managed service for MySQL, Posrgers, and MS SQL server
upvoted 9 times
...
...
AmitAr
1 year, 11 months ago
D is correct. Question is - "no downtime while installing MS SQL" , not on choosing or replacing with GCP product. I agree A is good solution for this requirements.. however question is not on choosing database.. its for HA.. so I will choose D.
upvoted 4 times
...
...
SMS
Highly Voted 4 years, 1 month ago
Answer is A. Cloud SQL supports SQL Server and selecting high availability provides automatic failover within a region.
upvoted 26 times
...
MarkosMuche
Most Recent 4 days, 23 hours ago
Definitely A. Google always favors managed services over services you manage. It is a lot of work to set up and maintain your own server.
upvoted 1 times
...
edoo
2 months, 1 week ago
Selected Answer: D
This configuration ensures that if one zone goes down, the other can continue serving requests, thus maintaining operations without downtime during a data center outage. Windows Failover Clustering and SQL Server Always On Availability Groups are designed to support such high availability configurations, making this the best option to achieve the management's requirement.
upvoted 1 times
...
Pime13
3 months ago
Selected Answer: A
A for me
upvoted 1 times
...
Teckexam
3 months ago
Selected Answer: A
A: Main requirement is high availability therefore Cloud sql is the correct choice. https://cloud.google.com/blog/products/databases/managing-high-availability-with-cloud-sql-features
upvoted 1 times
...
cfigueiredo
3 months, 1 week ago
Selected Answer: A
Answer is A https://www.youtube.com/watch?v=vMUpNoukwnM
upvoted 1 times
...
cobistany
3 months, 1 week ago
Selected Answer: D
Answer is D I checked with one of the engineer in G, he said that Cloud sql doesn't support MS sql directly. So A is wrong
upvoted 1 times
...
Roro_Brother
4 months, 1 week ago
Selected Answer: D
The correct Answer is D, you have to select HA at config
upvoted 1 times
...
02fc23a
5 months ago
Selected Answer: D
While A would provide you HA through a regional persistent disk usage (see 1), D exactly corresponds to the requirements of this question (see 1). So it's D. 1. https://cloud.google.com/sql/docs/features#sql_server_feature_support_for 2. https://cloud.google.com/compute/docs/instances/sql-server/configure-availability
upvoted 2 times
...
lucaluca1982
5 months, 1 week ago
Selected Answer: D
C or D. A can be configured only single region
upvoted 1 times
...
nideesh
5 months, 1 week ago
Selected Answer: A
https://cloud.google.com/sql/docs/sqlserver/high-availability High availability feature is available in cloud SQL. We dont have to create compute instance, install SQL server and place the db and log file in group of windows compute engine machines with failover clustering. Always chose readymade services from GCP.
upvoted 1 times
...
jrisl1991
6 months, 2 weeks ago
Selected Answer: D
By elimination, seems to me like D is the correct option with a definition issue in the answer. A. Probably, this question was created when Cloud SQL wasn't fully compatible with SQL Server. Even though it is now (2023), Cloud SQL is a regional resource, and the DR strategies talk about failing over from region to region, not from zone to zone - https://cloud.google.com/sql/docs/sqlserver/intro-to-cloud-sql-disaster-recovery#overview_of_the_basic_dr_process. B. Spanner can't be used with SQL Server, so this is obviously wrong. C. Nodes in different subnets wouldn't make a difference it they all are in the same zone. While the D answer doesn't mention Compute Engine, it seems to me like a redaction issue, not like this answer was intended to exclude Compute Engine.
upvoted 1 times
Arun_m_123
6 months, 2 weeks ago
They have mentioned clearly in the questionm that they don't want disaster in one "zone" to create impact within a region. So its not about muti-region.. Answer is A
upvoted 1 times
...
...
lisabisa
6 months, 4 weeks ago
Selected Answer: D
B cloud spanner is not correct. Because it supports only PostgreSQL or GoogleSQL. Option D is correct.
upvoted 1 times
...
marcohol
7 months ago
Selected Answer: D
high availability for cloud SQL does not guarantee the availability in the case a full zone fails because failover is managed within the same zone. So answer is D.
upvoted 2 times
...
duzapo
7 months, 2 weeks ago
B cause Cloud SQL HA its zonal and: https://cloud.google.com/sql/docs/mysql/high-availability?hl=es-419 and C its incorrect cause you put the HA in ZONES of the SAME REGION
upvoted 1 times
...
Murtuza
7 months, 3 weeks ago
The correct answer is A and the link is below. Bottomline is that SQL and HA is split across 2 zones https://hevodata.com/learn/cloud-sql-high-availability/
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 ...