Google Cloud Digital Leader 1-10

表示モード
画像位置
文字位置
理解度の自動記録
STATUS FILTER

Choose confidence levels to display

Loading...
Q1Google Cloud Digital Leader
Show answer
Correct answer: C. Create one project each for the development environment and the production environment.
A project is the fundamental unit of isolation and management in the Google Cloud resource hierarchy.
Separating the development and production environments at the project level is the best practice, as it lets you manage IAM, billing, quotas, and policies independently while limiting the blast radius of any mistaken operation.
Even though the production environment spans two regions, you can simply place resources from multiple regions within a single project, so there is no need to split projects by region.
Labels and tags are merely management metadata and are insufficient as a boundary for environment separation.
Google Cloud resource hierarchy | Resource Manager documentation
Q2Google Cloud Digital Leader
Show answer
Correct answer: A. Review Security Command Center and identify virtual machines that are running vulnerable disk images.
Security Command Center (SCC) is what handles vulnerability detection and centralized visibility.
Security Health Analytics and Web Security Scanner detect vulnerabilities and help identify VMs that are using vulnerable disk images.
Compliance Reports Manager is a feature for downloading audit reports such as PCI and SOC 1, and cannot be used to identify vulnerabilities on individual VMs.
The time of startup, “more than two weeks ago,” has no direct relationship to whether a vulnerability exists, so that option is incorrect.
Vulnerability findings | Security Command Center documentation
Q3Google Cloud Digital Leader
Show answer
Correct answer: B. Convert the application into containers.
Containers do not require an OS boot, so they are lightweight and start quickly.
When OS boot time is the deployment bottleneck, containerizing the application is the most effective solution, greatly speeding up startup and deployment.
Increasing VM resources (C) or migrating to the cloud and adding resources (A) does not reduce boot time itself.
Automating the rollout (D) automates the procedure but does not shorten OS startup time.
What are containers | Google Cloud
Show answer
Correct answer: C. None of the above is correct.
Preemptible VMs are offered at a fixed low price, up to about 80% cheaper than standard instances.
Therefore, Option A, which says they do not have a fixed price, is incorrect.
They are in fact well suited to fault-tolerant processing such as HPC, big data, CI/CD, rendering, and testing, so Option D is also incorrect.
Since no correct statement exists, C is the correct answer.
Note that the newer Spot VMs are now recommended as the successor, with improvements such as no limit on maximum runtime before preemption.
Spot VMs | Compute Engine documentation
Show answer
Correct answer: D. Migrate for Anthos migrates to containers, whereas Migrate for Compute Engine migrates to virtual machines.
The essential difference between the two is whether the migration target is a container or a virtual machine.
Migrate for Anthos (now Migrate to Containers) migrates workloads to containers, while Migrate for Compute Engine (now Migrate to Virtual Machines) migrates them to VMs.
Therefore, D is correct.
The statement that limits the source to VMware vSphere (A), the open-source/closed-source distinction (C), and the difference in ingress charges (B) are all incorrect.
Migrate to Containers overview | Google Cloud documentation
Q6Google Cloud Digital Leader
Show answer
Correct answer: A. BigQuery ML
BigQuery ML is a feature that lets you create and run machine learning models using only standard SQL within BigQuery, a data warehouse.
Its greatest advantage is that you can build models with familiar SQL without moving the data to a separate environment.
TensorFlow is an ML framework that requires writing code, AutoML Tables is a no-code ML offering for structured data (now integrated into Vertex AI), and there is no product called Cloud Bigtable ML.
Introduction to BigQuery ML | BigQuery documentation
Q7Google Cloud Digital Leader
Show answer
Correct answer: D. Create a group consisting of all employees based in Canada and grant that group access to the bucket.
Grouping users together and granting access to the group is the most efficient and manageable approach.
By creating a group of Canada-based employees and granting that group access to the bucket, you can meet the requirement while keeping operational overhead low.
Placing the bucket in a Canadian region (A) only determines where the data is stored and does not provide access control.
Cloud Armor (B) is a protection feature for HTTP(S) load balancers and is not suitable for directly controlling Cloud Storage, while granting access individually (C) becomes less efficient as the number of people grows.
Overview of access control | Cloud Storage documentation
Show answer
Correct answer: B. Store the image in Container Registry.
Storing container images in a dedicated container registry is the optimal way to deploy to Cloud Run in the fewest steps.
At the time this question was written, Container Registry was the correct answer, but Container Registry was shut down in March 2025, and Artifact Registry is now the recommended successor service.
Compute Engine images and disks (A and D) are for VMs, and Cloud Storage (C) is general-purpose object storage; none of them are optimized for managing container images.
Artifact Registry overview | Google Cloud documentation
Q9Google Cloud Digital Leader
Show answer
Correct answer: B. Firebase
Firebase is Google’s app development platform for quickly building and scaling mobile and web apps.
It comprehensively provides the features needed for mobile app development, such as authentication, databases, hosting, analytics, and push notifications.
GKE (A), Cloud Functions (C), and App Engine (D) can also serve as compute foundations, but the most feature-rich and integrated option for mobile apps is Firebase.
Firebase | Google’s app development platform
Q10Google Cloud Digital Leader
Show answer
Correct answer: D. Premium Support
Premium Support is the top-tier plan, offering a response time of within 15 minutes and 24/7 support for the highest-priority (P1) issues.
For a production application with millions of users where failures must be resolved quickly within minutes, Premium Support is the best fit.
Basic (free and not intended for production), Standard, and Enhanced have longer response times and are insufficient for immediate, mission-critical response.
Note that response times and offering details should be confirmed against the official information at the time of contract.
Google Cloud Customer Care (Support)