nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #356

An organization is running SQL Server on-premises and is struggling with capacity and management overhead. They want to modernize this database quickly by using Google products or services. What…

The correct answer is B. Perform a managed database migration to Cloud SQL. Performing a managed database migration to Cloud SQL is the fastest path to modernizing SQL Server on Google Cloud because it provides a fully managed SQL Server environment with minimal application changes required. The other options involve significant refactoring, data…

Data Management and Modernization

Question

An organization is running SQL Server on-premises and is struggling with capacity and management overhead. They want to modernize this database quickly by using Google products or services. What should the organization do?

Options

  • ARefactor applications to use a cloud first database like Firestore.
  • BPerform a managed database migration to Cloud SQL.
  • CExport old tables from SQL Server to Cloud Storage.
  • DMigrate all SQL Server data to BigQuery.

How the community answered

(55 responses)
  • A
    9% (5)
  • B
    85% (47)
  • C
    4% (2)
  • D
    2% (1)

Why each option

Performing a managed database migration to Cloud SQL is the fastest path to modernizing SQL Server on Google Cloud because it provides a fully managed SQL Server environment with minimal application changes required. The other options involve significant refactoring, data export without managed hosting, or an inappropriate analytics platform.

ARefactor applications to use a cloud first database like Firestore.

Refactoring applications to use Firestore, a NoSQL document database, requires significant application redesign and data model changes, making it a slow and high-effort modernization path.

BPerform a managed database migration to Cloud SQL.Correct

Cloud SQL offers a fully managed SQL Server instance on Google Cloud, eliminating manual patching, backup management, and capacity provisioning overhead that burdened the on-premises deployment. The Database Migration Service (DMS) enables a managed, low-downtime migration path from on-premises SQL Server to Cloud SQL with minimal schema or application code changes. This lift-and-shift approach to a managed service is the fastest modernization route while retaining SQL Server compatibility.

CExport old tables from SQL Server to Cloud Storage.

Exporting tables to Cloud Storage produces flat files in object storage but does not provide a managed, queryable SQL Server environment and does nothing to reduce management overhead.

DMigrate all SQL Server data to BigQuery.

BigQuery is a serverless analytics data warehouse optimized for large-scale analytical queries, not a transactional relational database replacement for SQL Server workloads.

Concept tested: Managed SQL Server migration to Cloud SQL

Source: https://cloud.google.com/sql/docs/sqlserver/introduction

Topics

#Cloud SQL#Database Migration#Managed Databases#SQL Server

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice