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 4 years, 11 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 63 times
mrealtor
2 years, 8 months ago
You need to set up a Microsoft SQL server. Why are we talking about Cloud SQL
upvoted 5 times
tycho
2 years, 4 months ago
and what is Cloud SQL -> a managed service for MySQL, Posrgers, and MS SQL server
upvoted 10 times
Ric350
4 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 3 times
...
...
...
diluviouniv
3 years, 5 months ago
but it says: you need to setup SQL Server
upvoted 12 times
...
learningpv
4 years, 11 months ago
It applies for MySQL and HA is not available for MS SQL
upvoted 5 times
cetanx
4 years, 6 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
4 years, 11 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
7 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, 7 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, 9 months ago
Answer is A. Cloud SQL supports SQL Server and selecting high availability provides automatic failover within a region.
upvoted 30 times
...
JonathanSJ
Most Recent 3 days, 19 hours ago
Selected Answer: D
I will go for D, because "no downtime" is required.
upvoted 1 times
...
plumbig11
2 weeks, 6 days ago
Selected Answer: D
thinking about failover D is a better option
upvoted 1 times
...
Srrb20
3 weeks, 3 days 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
1 month 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
1 month, 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
...
ngeorgiev2
1 month, 3 weeks ago
A looks more relevant - Multiple zones (Highly available) Automatic failover to another zone within your selected region. Recommended for production instances. Increases cost.
upvoted 1 times
...
SerGCP
1 month, 3 weeks ago
Selected Answer: D
Cloud SQL with HA is good and may reduce downtime. But the requirement is "no dowtime" so D.
upvoted 2 times
...
sim7243
1 month, 3 weeks ago
A is the option,
upvoted 1 times
...
bd311b9
2 months ago
D is the right answer because high availability is created by putting a failover instance in a different zone.
upvoted 1 times
...
nareshthumma
2 months, 1 week ago
The correct approach is: D Set up SQL Server Always On Availability Groups using Windows Failover Clustering. Place nodes in different zones. Here’s why this is the best option: • SQL Server Always On Availability Groups: This solution provides high availability by automatically failing over to another node in the event of a failure. It’s specifically designed for SQL Server and ensures minimal downtime in case of outages. • Windows Failover Clustering: By configuring Windows Failover Clustering with Always On Availability Groups, you can achieve high availability by ensuring that the SQL Server can failover to another node in case of a zone or node failure. • Placing nodes in different zones: By deploying nodes in different zones within the same region, you ensure that your setup is protected from any potential zone-level outages. If one zone experiences a failure, the other zone can take over without downtime.
upvoted 1 times
selected
2 months, 1 week ago
use google docs instead of LLMs
upvoted 1 times
...
...
JohnJamesB1212
3 months, 3 weeks ago
Selected Answer: D
The correct answer is D. Set up SQL Server Always On Availability Groups using Windows Failover Clustering. Place nodes in different zones. Here’s why: SQL Server Always On Availability Groups is a high-availability and disaster recovery solution for SQL Server that works across multiple zones, ensuring minimal downtime in case of a data center outage within a region. By placing the nodes in different zones, you ensure that the database remains accessible even if one zone goes down, meeting the requirement of no downtime in case of a zone failure.
upvoted 4 times
JohnJamesB1212
3 months, 3 weeks ago
The other options are less suitable for this scenario: A. Cloud SQL with high availability enabled would not work because Cloud SQL supports MySQL, PostgreSQL, and SQL Server but has limitations for high-availability setups with SQL Server compared to Always On Availability Groups. B. Cloud Spanner is a Google-native distributed database solution and not directly related to SQL Server. C mentions using different subnets, but you specifically need to place the nodes in different zones to ensure availability across multiple data centers within a region. Thus, D is the most accurate solution for ensuring no downtime in the event of a zone failure while using Microsoft SQL Server on GCP.
upvoted 2 times
...
...
desertlotus1211
5 months ago
Cloud SQL for SQL Server is a fully managed relational database service from Google Cloud that allows users to set up, maintain, and manage Microsoft SQL Server databases in the cloud. Cloud SQL also supports MySQL and PostgreSQL
upvoted 2 times
desertlotus1211
5 months ago
Answer A
upvoted 1 times
...
...
nhatne
6 months, 1 week ago
Selected Answer: A
go for A, Why not use the available option?
upvoted 1 times
...
ccpmad
6 months, 3 weeks ago
Selected Answer: A
It is A, Who say D, better not to work in cloud, but yes in on premises windows servers LOL
upvoted 2 times
...
hitmax87
7 months, 3 weeks ago
Selected Answer: A
A because of requirement: "no downtime in case of a data center outage in any of the zones within a GCP region", Spanner is for multi-region presence.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago