試験準備には欠かさない!Cloud-Digital-Leader問題解答でCloud-Digital-Leader試験問題集
リアルGoogle Cloud-Digital-Leader試験問題 [更新されたのは2026年]
質問 # 210
Your organization wants to migrate its data management solutions to Google Cloud because it needs to dynamically scale up or down and to run transactional SQL queries against historical data at scale. Which Google Cloud product or service should your organization use?
- A. Cloud Bigtable
- B. BigQuery
- C. Cloud Spanner
- D. Pub/Sub
正解:C
質問 # 211
You're negotiating SLAs with a customer. You have communicated that there will be a 99.99% (four 9s) availability for the service you are providing. Every aspect of the service is under your con-trol. They want to modify the reliability to 99.999% (five 9s). What do you tell them? (Choose two answer)
- A. Yes, that could be possible. If yes, there will be a significantly higher charge be-cause the effort is significantly higher too.
- B. Ask them for the reasonable downtime they are willing to absorb. If it is more than 60 minutes in an entire year, explain how the current SLA meets that requirement.
- C. Yes, that is possible. There is hardly any difference to provide another 0.009% availability.
- D. Yes, that is possible, but there will be an additional charge of 9% for the service because that is the additional effort required.
正解:A、B
解説:
Explanation
In many cases, customers might not know the implications of the 9s with respect to scheduled maintenance, upgrades, etc. It's possible that they are holding unnecessary expectations that significantly exceed their requirements.
-> Even though 0.0009 % increase it looks like a small increment, an addition of a single 9 reduces the possible downtime by 10 times. So the effort is often much greater.
Reference link- https://en.wikipedia.org/wiki/High_availability
質問 # 212
Your client is building a custom machine learning pipeline to identify lesions in the lungs based on x-rays.
Different teams of data scientists are sharing common source data and building many ver-sions of ML models. Which of these Cloud Storage options would be best for them?
- A. Retain the data in use in a single region bucket with nearline storage. Retain the data in use in a dual- region bucket.
- B. Retain the data in use in a dual-region bucket.
- C. Retain the data in use in a multi-region bucket.
- D. Retain the data in use in a single region bucket with standard storage.
正解:D
解説:
Integrated repository for analytics and ML: The highest level of availability and performance within a single region is ideal for compute, analytics, and machine learning workloads in a particular region. Cloud Storage is also strongly consistent, giving you confidence and accuracy in analytics workloads.
Table Description automatically generated with medium confidence
https://cloud.google.com/storage/docs/storage-classes
質問 # 213
An organization is running critical workloads in production and requires a Google Cloud support service with fast response times and a dedicated Technical Account Manager. Which customer care service level should the organization choose?
- A. Basic
- B. Premium
- C. Enhanced
- D. Standard
正解:B
解説:
The Premium customer care service level in Google Cloud provides the fastest response times and includes a dedicated Technical Account Manager (TAM) to assist with managing critical workloads and ensuring smooth operations.
Option A: Premium is correct because it provides the required support features, including fast response times and a dedicated TAM.
Reference:
Google Cloud Support Services: Premium Support Overview
Google Cloud Customer Care Options: Comparison of Support Levels
質問 # 214
Your client is building a custom machine learning pipeline to identify lesions in the lungs based on x-rays. Different teams of data scientists are sharing common source data and building many ver-sions of ML models. Which of these Cloud Storage options would be best for them?
- A. Retain the data in use in a dual-region bucket.
- B. Retain the data in use in a multi-region bucket.
- C. Retain the data in use in a single region bucket with nearline storage. Retain the data in use in a dual-region bucket.
- D. Retain the data in use in a single region bucket with standard storage.
正解:D
解説:
Integrated repository for analytics and ML: The highest level of availability and performance within a single region is ideal for compute, analytics, and machine learning workloads in a particular region. Cloud Storage is also strongly consistent, giving you confidence and accuracy in analytics workloads.
https://cloud.google.com/storage/docs/storage-classes
質問 # 215
You are working with a user to set up an application in a new VPC behind a firewall and it is no-ticed that the user is concerned about data egress. Therefore, to provide assistance you want to con-figure the fewest open egress ports. Which of the following statement is correct?
- A. Set up a low-priority (65534) rule that blocks all egress and a high-priority rule (1000) that allows only the appropriate ports.
- B. Set up a high-priority (1000) rule to allow the appropriate ports.
- C. Set up a high-priority (1000) rule that pairs both ingress and egress ports.
- D. Set up a high-priority (1000) rule that blocks all egress and a low-priority (65534) rule that allows only the appropriate ports.
正解:A
解説:
Implied rules Every VPC network has two implied firewall rules. These rules exist, but are not shown in the Cloud Console:
Implied allow egress rule. An egress rule whose action is allow, destination is 0.0.0.0/0, and priority is the lowest possible (65535) lets any instance send traffic to any destination, except for traffic blocked by Google Cloud. A higher priority firewall rule may restrict outbound access. Internet access is allowed if no other firewall rules deny outbound traffic and if the instance has an external IP address or uses a Cloud NAT instance. For more information, see Internet access requirements.
Reference link- https://cloud.google.com/vpc/docs/firewalls
質問 # 216
You are a program manager within a Software as a Service (SaaS) company that offers rendering software for animation studios. Your team needs the ability to allow scenes to be scheduled at will and to be interrupted at any time to restart later. Any individual scene rendering takes less than 12 hours to complete, and there is no service-level agreement (SLA) for the completion time for all scenes. Results will be stored in a global Cloud Storage bucket. The compute resources are not bound to any single geographical location. This software needs to run on Google Cloud in a cost-optimized way.
What should you do?
- A. Deploy the application on Compute Engine using preemptible instances
- B. Start more instances with fewer virtual centralized processing units (vCPUs) instead of fewer instances with more vCPUs
- C. Develop the application so it can run in an unmanaged instance group
- D. Create a reservation for the minimum number of Compute Engine instances you will use
正解:A
解説:
https://cloud.google.com/compute/docs/instances/preemptible
質問 # 217
An organization wants to run their custom application in the cloud in a flexible and scalable way without managing any infrastructure.
Which service model should they use?
- A. Infrastructure as a service
- B. Platform as a service
- C. Software as a service
- D. Network as a service
正解:B
解説:
The correct answer is B. Platform as a service. Here's why:
Context of the Questio n : The organization wants to run a custom application in the cloud in a flexible and scalable way without managing any infrastructure.
Google Cloud Product Relevance:
Platform as a Service (PaaS) provides a platform that allows customers to develop, run, and manage applications without dealing with the complexity of building and maintaining the underlying infrastructure.
Google Cloud's App Engine is an example of a PaaS offering. It enables organizations to deploy custom applications in a fully managed environment where scaling, load balancing, and infrastructure management are handled automatically.
Why Not Other Options:
A . Infrastructure as a service: IaaS requires the organization to manage the underlying infrastructure (like virtual machines, networks, and storage), which is not suitable if the organization does not want to manage any infrastructure.
C . Network as a service: NaaS is focused on network connectivity and does not provide the capabilities needed to run custom applications.
D . Software as a service: SaaS provides pre-built applications managed by a provider; it is not suitable for running custom applications.
Google Cloud Digital Leader Reference:
For more on PaaS, refer to the Google App Engine documentation.
質問 # 218
What characteristics should an organization adopt to be a DevOps organization?
- A. Product based teams over component teams.
- B. Obsession with Automation over preoccupation with manual work
- C. All of the Above
- D. Teamwork over individual work
正解:C
解説:
Explanation
質問 # 219
Your organization recently migrated its compute workloads to Google Cloud. You want these workloads in Google Cloud to privately and securely access your large volume of on-premises data, and you also want to minimize latency.
What should your organization do?
- A. Use Storage Transfer Service to securely make your data available to Google Cloud
- B. Create a VPC between your on-premises data center and your Google resources
- C. Use Transfer Appliance to securely make your data available to Google Cloud
- D. Peer your on-premises data center to Google's Edge Network
正解:D
解説:
https://cloud.google.com/network-connectivity/docs/direct-peering
質問 # 220
Your company has recently acquired three growing startups in three different countries. You want to reduce overhead in infrastructure management and keep your costs low without sacrificing security and quality of service to your customers.
How should you meet these requirements?
- A. Build a homogenous infrastructure at each subsidiary, and invest in training their engineers.
- B. Host all your subsidiaries' services together with your existing services on the public cloud.
- C. Build a homogenous infrastructure at each subsidiary, and invest in hiring more engineers.
- D. Host all your subsidiaries' services on-premises together with your existing services.
正解:B
解説:
Explanation
Host all your subsidiaries' services together with your existing services on the public cloud.
質問 # 221
Which Google Cloud service or feature lets you build machine learning models using Standard SQL and data in a data warehouse?
- A. BigQuery ML
- B. Cloud Bigtable ML
- C. TensorFlow
- D. AutoML Tables
正解:A
解説:
BigQuery ML lets you create and execute machine learning models in BigQuery using standard SQL queries.
Reference:
https://cloud.google.com/bigquery-ml/docs/introduction
質問 # 222
An organization is training a machine learning model to predict extreme weather events in their country.
How should they collect data to maximize prediction accuracy?
- A. Collect extreme weather data evenly across all cities
- B. Collect extreme weather data primarily from at-risk cities
- C. Collect all weather data primarily from at-risk cities
- D. Collect all weather data evenly across all cities
正解:D
解説:
Explanation
Collect all weather data evenly across all cities. Mainly because it seems that the emphasis for data collection for ML is to make sure there are no holes in your data collection.
質問 # 223
Which of these are defined by the following statement: a contract you have with your end custom-ers, which, if you don't meet, you might even have to pay fines?
- A. SLC - Service Level Contract
- B. SLI - Service Level Indicator
- C. SLO - Service Level Objective
- D. SLA - Service Level Agreement
正解:D
解説:
https://cloud.google.com/blog/products/devops-sre/sre-fundamentals-slis-slas-and-slos
質問 # 224
An organization cannot afford to modernize their infrastructure but they want to process data from their legacy system in a modern platform hosted by a business partner What solution should the organization choose to make their data accessible?
- A. Google Kubernetes Engine
- B. An application programming interlace
- C. Compute Engine
- D. Anthos
正解:B
質問 # 225
Your customer currently has a hybrid cloud setup including their on-premises data center and AWS. They are consolidating all their services on Google Cloud as part of a modernization plan and want to spend less IT effort in the future. There are about 10 MySQL and 25 PostgreSQL databases across the two DCs. What is the best option to for them?
- A. Use the Bare Metal Solution and copy the databases directly as they are on-premises and on AWS.
- B. Use Cloud Dataflow service and setup Google's Cloud SQL as the sink and the others as the source, which will cause the data to flow in as expected.
- C. Use the Database Migration Service
- D. Use the Data Catalog Service to manage the metadata of the databases
正解:C
解説:
Explanation
Database Migration is the right one to use: "Simplifying migrations to Cloud SQL. Now available for MySQL and PostgreSQL migrations, with SQL Server coming soon." Since the customer also doesn't want to manage their own database installations in the future, Cloud SQL is the best option.
https://cloud.google.com/database-migration
質問 # 226
When is data automatically encrypted in Google Cloud?
- A. When it is in transit only.
- B. When it is at rest only.
- C. When it is at rest and in transit.
- D. Data is not automatically encrypted by default.
正解:C
解説:
The correct answer is B. When it is at rest and in transit. Here's why:
Context of the Questio n : The question is about when data is automatically encrypted by Google Cloud.
Google Cloud Product Relevance:
Google Cloud automatically encrypts data at rest and in transit. This means that data stored in Google Cloud (such as in Google Cloud Storage or BigQuery) is encrypted by default to protect it from unauthorized access. Similarly, data in transit between Google Cloud services or between users and Google Cloud is encrypted using TLS (Transport Layer Security).
These automatic encryption measures are part of Google's comprehensive approach to data security, ensuring that data remains protected throughout its lifecycle.
Why Not Other Options:
A . When it is at rest only: This is incorrect because data is also encrypted in transit.
C . When it is in transit only: This is incorrect because data is also encrypted at rest.
D . Data is not automatically encrypted by default: This is incorrect as Google Cloud provides automatic encryption for data both at rest and in transit.
Google Cloud Digital Leader Reference:
Refer to Google Cloud Encryption documentation for more information on how data is encrypted in Google Cloud.
質問 # 227
Which Google Cloud service or feature lets you build machine learning models using Standard SQL and data in a data warehouse?
- A. BigQuery ML
- B. Cloud Bigtable ML
- C. TensorFlow
- D. AutoML Tables
正解:A
解説:
BigQuery ML lets you create and execute machine learning models in BigQuery using standard SQL queries.
Reference: https://cloud.google.com/bigquery-ml/docs/introduction#:~:text=BigQuery%20ML%20lets%
20you%20create,the%20need%20to%20move%20data
https://cloud.google.com/bigquery-ml/docs/introduction
質問 # 228
A customer in the European Union region is very clear that their data should not go outside the Eu-ropean Union. Their end users are spread all over the European U. They have to choose a storage option that serves all the users within Asia via web browsers as quickly as possible. Which storage option will work for them?
- A. Cloud Filestore is connected to virtual machines which are guaranteed to be within the European U
- B. Cloud Storage with the dual-region option of European U
- C. Cloud Storage with a single region that is known to be within the European U
- D. Cloud Storage with the multi-region option of European U
正解:D
解説:
Explanation
Multi-region option will use multiple datacenters that are within the European Union. More regions will also help with lower latency since users are spread across the European U.
https://cloud.google.com/storage/docs/locations#considerations
質問 # 229
Your company security team manages access control to production systems using an LDAP directory group.
How is this access control managed in the Google Cloud production project?
- A. Grant each user the roles/iam.serviceAccountUser role on a service account that exists in the Google Group.
- B. Assign the proper role to the Google Group in the project's IAM Policy.
- C. Assign the proper role to the Service Account in the project's IAM Policy
- D. Create the project in a folder with the same name as the LDAP directory group.
正解:B
解説:
Reference:
質問 # 230
A developer in your IT team is cheating a bucket on Cloud Storage. He is receiving an error that the bucket name already exists. He has checked his project and the few other pro-jects in the organization, The name seems to be entirely unique, What would be the is-sue?
- A. Previously deleted bucket names in the same project cannot be reused. There must have been an older bucket with the same name.
- B. Bucket name are case insensitive- look for bucket name in your org that have a different capitalization.
- C. Bucket names in Cloud storage have to be globally unique
- D. Bucket names ignore any "." in the name. Look for similar bucket names that have a "." in it.
正解:C
解説:
Bucket names have to be unique across Google Cloud Platform [GCP], Including other organizations and projects.
質問 # 231
Which of the following statements is/are correct about Bare Metal Solutions?
- A. Bare Metal Solution uses a bring-your-own-license (BYOL) model.
- B. All of the Above.
- C. The network, which Google Cloud manages includes a low-latency Cloud Inter-connect connection into the customer Bare Metal Solution environment.
- D. Bare Metal Solution also includes the provisioning and maintenance of the cus-tom, sole-tenancy hardware with local SAN, and smart hands support.
正解:B
解説:
Option A is true
You are responsible for the licensing of all of your software. Bare Metal Solution uses a bring-your-own-license (BYOL) model.
Apart from this you are responsible for the software, applications, and data that you use and store in the Bare Metal Solution environment.
Responsibilities
Data, including:
- Security and encryption
- Backups
Software and applications, including:
- Installation
- Configuration
- Upgrades and patching
Operating system and any hypervisor, including:
- Configuration changes
- Upgrades and patching
Server clusters, including:
- Installation
- Configuration
- Maintenance
Licensing
Option B & C is also true.
With Bare Metal Solution, Google Cloud provides and manages the core infrastructure, the net-work, the physical and network security, and hardware monitoring capabilities in an environment from which you can access all of the Google Cloud services. The core infrastructure includes secure, controlled-environment facilities, and power.
The Bare Metal Solution also includes the provisioning and maintenance of the custom, sole-tenancy hardware with local SAN, and smart hands support.
The network, which is managed by Google Cloud includes a low-latency Cloud Interconnect con-nection into the customer Bare Metal Solution environment.
The available Google Cloud services include private API access, management tools, support, and billing.
質問 # 232
A manager wants to review Google Cloud data access among their employees.
Who is responsible for defining data access policies?
- A. Their organization's end users
- B. Google Cloud Customer Care team
- C. Their organization's IT team
- D. Cloud Identity
正解:C
解説:
Cloud Identity and Access Management (IAM) helps customers to define fine-grained access policies and precisely control access to Google Cloud-hosted data.
質問 # 233
When customer data is uploaded to Google Cloud, who owns the data?
- A. The customer and Google share ownership
- B. The customer
- C. A third party
- D. Google
正解:B
質問 # 234
A fitness band company is continuously ingesting data from millions of its consumers. Different kinds of data based on time, like location, heartbeat rate, temperature, movement, etc. are connect-ed. They need a high throughput database that can write data very fast. Since their users are spread across the world, they need the database to be geographically scalable. Consumers also want to see near-real-time visualizations of their activities. Which of these databases would be a good fit?
- A. Firestore
- B. Cloud SQL
- C. Spanner
- D. Bigtable
正解:D
解説:
Bigtable is the best suited for time series data. It also has high read-write throughput and ability to scale globally.
質問 # 235
......
Cloud-Digital-Leader合格させる試験問題集には更新されたのは2026年:https://jp.fast2test.com/Cloud-Digital-Leader-premium-file.html
無料Cloud-Digital-Leader試験問題集でお手軽に試験合格させる:https://drive.google.com/open?id=1OMgSt0ZrdH3l-AU5dNErFIZG4HtMcTEK