PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #7
An organization is starting to move its infrastructure from its on-premises environment to Google Cloud Platform (GCP). The first step the organization wants to take is to migrate its ongoing data…
The correct answer is B. Cloud Storage using a scheduled task and gsutil via Cloud Interconnect. Cloud Storage is the ideal GCP service for backup and disaster recovery because it is highly durable, cost-effective, and designed for storing large amounts of unstructured data like backups. The gsutil command-line tool enables scripted, scheduled backup tasks (e.g., via…
Question
Options
- ABigQuery using a data pipeline job with continuous updates via Cloud VPN
- BCloud Storage using a scheduled task and gsutil via Cloud Interconnect
- CCompute Engines Virtual Machines using Persistent Disk via Cloud Interconnect
- DCloud Datastore using regularly scheduled batch upload jobs via Cloud VPN
How the community answered
(23 responses)- A4% (1)
- B83% (19)
- C9% (2)
- D4% (1)
Explanation
Cloud Storage is the ideal GCP service for backup and disaster recovery because it is highly durable, cost-effective, and designed for storing large amounts of unstructured data like backups. The gsutil command-line tool enables scripted, scheduled backup tasks (e.g., via cron). Cloud Interconnect - rather than Cloud VPN - is specified because the question states that 'stable networking connectivity' is being implemented; Cloud Interconnect provides dedicated, high-bandwidth, low-latency links suitable for ongoing production workloads. BigQuery (A) is an analytics data warehouse, not a backup target. Compute Engine Persistent Disks (C) are block storage tied to VMs and not suited for backup archiving. Cloud Datastore (D) is a NoSQL document database, not a backup/DR solution.
Topics
Community Discussion
No community discussion yet for this question.