exam questions

Exam Professional Cloud Architect All Questions

View all questions & answers for the Professional Cloud Architect exam

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 (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
learningpv
Highly Voted 5 years, 3 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 64 times
mrealtor
3 years ago
You need to set up a Microsoft SQL server. Why are we talking about Cloud SQL
upvoted 8 times
tycho
2 years, 8 months ago
and what is Cloud SQL -> a managed service for MySQL, Posrgers, and MS SQL server
upvoted 10 times
Ric350
8 months, 2 weeks ago
Actually, although Cloud SQL offers high availability configurations, it currently doesn't support Microsoft SQL Server as one of its managed database engines. It primarily focuses on MySQL, PostgreSQL, and SQL Server (but not the full Microsoft SQL Server). And the question clearly states "you need to set up Microsoft SQL." Very tricky question. The answer is D
upvoted 5 times
...
...
...
diluviouniv
3 years, 9 months ago
but it says: you need to setup SQL Server
upvoted 12 times
...
learningpv
5 years, 3 months ago
It applies for MySQL and HA is not available for MS SQL
upvoted 5 times
cetanx
4 years, 10 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 11 times
...
Jos
5 years, 3 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
tocsa
11 months ago
The problem is that these questions are ancient (talking about StackDriver all the time for example, it was rebranded in 2020!!!). So unfortunately we need to think of "What did the professor think 2-4 years ago" when this question was created. Otherwise I'd say A is the best all day!
upvoted 1 times
...
...
...
AmitAr
2 years, 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 5 years, 1 month ago
Answer is A. Cloud SQL supports SQL Server and selecting high availability provides automatic failover within a region.
upvoted 32 times
...
izekc
Most Recent 1 month, 2 weeks ago
Selected Answer: A
As of now, A become most accurate answer already
upvoted 1 times
...
cd6aff3
1 month, 3 weeks ago
Selected Answer: D
If your requirement is NO downtime, Cloud SQL does not meet the standard because of its failover delay. Instead, Always On Availability Groups (AGs) on Compute Engine provide the most reliable, enterprise-grade SQL Server HA solution on GCP.
upvoted 1 times
...
cd6aff3
1 month, 3 weeks ago
Selected Answer: A
If your requirement is NO downtime, Cloud SQL does not meet the standard because of its failover delay. Instead, Always On Availability Groups (AGs) on Compute Engine provide the most reliable, enterprise-grade SQL Server HA solution on GCP.
upvoted 1 times
...
jobolesonihal
2 months, 1 week ago
Selected Answer: D
While Cloud SQL for SQL Server does offer high availability options, it does not fully meet the requirements specified in the original query. Here’s why: 1. Cloud SQL for SQL Server with high availability does provide protection against zonal outages, but it is limited to 99.99% availability for Enterprise Plus edition. 2. The original query specifically mentions “no downtime in case of a data center outage in any of the zones within a GCP region.” Cloud SQL’s high availability may still have some minimal downtime during failover. 3. The requirement for Microsoft SQL Server suggests a need for more control and customization than what Cloud SQL offers. The most appropriate solution that fully addresses the requirements is: Set up SQL Server Always On Availability Groups using Windows Failover Clustering. Place nodes in different zones (Option D).
upvoted 1 times
...
david_tay
2 months, 1 week ago
Selected Answer: D
D is right. B is wrong as Microsoft SQL not supported by Spanner. A will have slight downtime when the standby instance is activated. Question clearly stated that no downtime is acceptable.
upvoted 2 times
...
Just_Ninja
2 months, 1 week ago
Selected Answer: A
Cloud SQL Enterprise Plus-Version
upvoted 1 times
...
biplabid
2 months, 2 weeks ago
Selected Answer: D
D is the correct answer. Although Cloud SQL supports SQL Server but not all features are available. One such feature is Always On Availability Group (AOAG) which ensures HA within a region.
upvoted 1 times
...
hpf97
2 months, 4 weeks ago
Selected Answer: A
A : https://cloud.google.com/sql/docs/sqlserver/configure-ha Old answer were absed on the fact that CloudSQL had a partial support of SQL Server. Now you have the full support, and among them the HA A should be prefered to D, because if technically it is the same, using the managed services is far better
upvoted 1 times
...
Houssemonline
3 months, 3 weeks ago
Selected Answer: D
Answer: D is correct. Why? While option A (the most voted) would technically work, Option D represents the best practice for deploying SQL Server with high availability in GCP: Placing nodes in different zones provides true zone redundancy Always On Availability Groups is Microsoft's recommended solution for SQL Server high availability Windows Failover Clustering provides automated failover capabilities This architecture provides both high availability and disaster recovery within a region
upvoted 1 times
...
gcloud007
4 months ago
Selected Answer: A
Not all regions have multiwriter disk, which is what you'll need incase of setting up SQL HA cluster on IaaS. Cloud SQL HA is the right answer. https://cloud.google.com/sql/docs/sqlserver/high-availability?_ga=2.30855355.-503483612.1582800507#normal
upvoted 1 times
...
JonathanSJ
4 months ago
Selected Answer: D
I will go for D, because "no downtime" is required.
upvoted 1 times
...
plumbig11
4 months, 2 weeks ago
Selected Answer: D
thinking about failover D is a better option
upvoted 1 times
...
Srrb20
4 months, 3 weeks ago
Selected Answer: D
Cloud SQL with HA is not sufficient because it does not provide the level of control and multi-zone redundancy that Always On Availability Groups on Compute Engine can deliver. Always On is the recommended solution for enterprise-grade high availability and disaster recovery in SQL Server deployments.
upvoted 1 times
...
klayytech
5 months ago
Selected Answer: A
Cloud SQL offers high availability configurations, it currently support Microsoft SQL Server 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 1 times
...
valgorodetsky
5 months, 1 week ago
Selected Answer: D
- HA - has minimal downtime - windows-server-failover-clustering has zero, but much harder to setup: https://cloud.google.com/compute/docs/tutorials/running-windows-server-failover-clustering
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago