2024年最新のCloud-Digital-Leader実際問題集には試験のコツがあるPDF試験材料
心強いCloud-Digital-LeaderのPDF問題集問題
質問 # 137
An employee receives an email from their internet service provider asking for their bank account number and password.
Which cybersecurity threat is this?
- A. Distributed Denial of Service
- B. Phishing
- C. Ransomware
- D. Spamming
正解:B
解説:
The difference between spam and phishing is that, while they both may be inbox-clogging nuisances, only one (phishing) is actively aiming to steal login credentials and other sensitive data. Spam is a tactic for hawking goods and services by sending unsolicited emails to bulk lists
質問 # 138
You are migrating workloads to the cloud. The goal of the migration is to serve customers worldwide as quickly as possible According to local regulations, certain data is required to be stored in a specific geographic area, and it can be served worldwide. You need to design the architecture and deployment for your workloads.
What should you do?
- A. Select a private cloud provider that globally replicates data storage for fast data access
- B. Select a private cloud provider that is only active in the required geographic area
- C. Select a public cloud provider that is only active in the required geographic area
- D. Select a public cloud provider that guarantees data location in the required geographic area
正解:D
解説:
The goal of the migration is to serve customers worldwide as quickly as possible According to local regulations, certain data is required to be stored in a specific geographic area, and it can be served worldwide" This characteristic are inherent to the public cloud provider
質問 # 139
If you increase the size of a subnet in a custom VPC network, the IP addresses of virtual machines already on that subnet might be affected. Which options are Correct.
- A. None of the above
- B. Not Defined by Google Cloud Platform
- C. False
- D. True
正解:C
解説:
Explanation
You can dynamically increase the size of a subnet in a custom network by expanding the range of IP addresses allocated to it. Doing that doesn't affect already configured VMs.
質問 # 140
An organization is looking for a storage solution that will help them serve content to users worldwide. They need a solution that offers a high level of availability What feature of Cloud Storage would they benefit from?
- A. Global metadata
- B. Data encryption
- C. Multi-regional storage
- D. Object versioning
正解:C
質問 # 141
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 Storage with a single region that is known to be within the European U
- B. Cloud Filestore is connected to virtual machines which are guaranteed to be within the European U
- C. Cloud Storage with the multi-region option of European U
- D. Cloud Storage with the dual-region option of European U
正解:C
解説:
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
質問 # 142
An organization wants to build an entirely new infrastructure and applications in the cloud.
Which application modernization approach should the organization use?
- A. Invent in brownfield.
- B. Invent in greenfield.
- C. Move the application to the cloud, and then change it.
- D. Change their application, and then move it to the cloud.
正解:B
解説:
Explanation
A Greenfield approach is a brand-new implementation , where companies then add their needed configurations and customizations. This approach provides a clean slate to start from, does not carry over needless customizations and technical debt, and provides a solid foundation for business process re-engineering.
A greenfield deployment is the design, installation and configuration of computer infrastructure where none existed before, for example, in a new office. In contrast, a brownfield deployment is an upgrade or addition to existing infrastructure using legacy components.
質問 # 143
Your organization is developing an application that will capture a large amount of data from millions of different sensor devices spread all around the world. Your organization needs a database that is suitable for worldwide, high-speed data storage of a large amount of unstructured data.
Which Google Cloud product should your organization choose?
- A. Cloud Data Fusion
- B. Firestore
- C. Cloud SQL
- D. Cloud Bigtable
正解:D
解説:
Reference: https://cloud.google.com/bigtable
Cloud Bigtable is a sparsely populated table that can scale to billions of rows and thousands of columns, enabling you to store terabytes or even petabytes of data. A single value in each row is indexed; this value is known as the row key. Bigtable is ideal for storing very large amounts of single-keyed data with very low latency. It supports high read and write throughput at low latency, and it is an ideal data source for MapReduce operations.
Bigtable is exposed to applications through multiple client libraries, including a supported extension to the Apache HBase library for Java. As a result, it integrates with the existing Apache ecosystem of open- source Big Data software.
Bigtable's powerful back-end servers offer several key advantages over a self-managed HBase installation:
Incredible scalability. Bigtable scales in direct proportion to the number of machines in your cluster. A self- managed HBase installation has a design bottleneck that limits the performance after a certain threshold is reached. Bigtable does not have this bottleneck, so you can scale your cluster up to handle more reads and writes.
Simple administration. Bigtable handles upgrades and restarts transparently, and it automatically maintains high data durability. To replicate your data, simply add a second cluster to your instance, and replication starts automatically. No more managing replicas or regions; just design your table schemas, and Bigtable will handle the rest for you.
Cluster resizing without downtime. You can increase the size of a Bigtable cluster for a few hours to handle a large load, then reduce the cluster's size again-all without any downtime. After you change a cluster's size, it typically takes just a few minutes under load for Bigtable to balance performance across all of the nodes in your cluster.
質問 # 144
Your Google Cloud Platform [GCP] admin has to manage a bunch of API keys for external services that are accessed by different applications, which are used by a few teams. What is the best way to manage them?
- A. Share the information in a Github repository and grant access to the repo in IAM as required.
- B. Store the information in Kubernetes Secrets and only grant read permissions to users as required.
- C. Encrypt the information and store it in Cloud Storage for centralized access. Give the decrypt key only to the users who need to access it.
- D. Store the information in Secret Manager and give IAM read permissions as re-quired.
正解:D
解説:
Explanation
Store the information in Secret Manager is a secure and convenient storage system for API keys, passwords, certificates, and other sensitive data. Secret Manager provides a central place and single source of truth to manage access, and audit secrets across Google Cloud.
https://cloud.google.com/secret-manager
質問 # 145
In terms of Cloud SQL for MySQL Features offered by Google Cloud Platform which of the statements is/are correct?
- A. Customer data is encrypted on Google's internal networks and in database tables, temporary files, and backups.
- B. Do not Provide automated and on-demand backups and point-in-time recovery.
- C. None of the above
- D. Do not support Private IP (private service access).
正解:A
解説:
Cloud SQL for MySQL:
Features
- Fully managed MySQL Community Edition databases in the cloud.
- Cloud SQL instances support MySQL 8.0, 5.7 (default), and 5.6, and provide up to 624 GB of RAM and 64 TB of data storage, with the option to automatically increase the storage size, as needed.
- Create and manage instances in the Google Cloud Console.
- Instances are available in the Americas, EU, Asia, and Australia.
- Customer data is encrypted on Google's internal networks and in database tables, temporary files, and backups.
- Support for secure external connections with the Cloud SQL Auth proxy or with the SSL/TLS protocol.
- Support for private IP (private services access).
- Data replication between multiple zones with automatic failover.
- Import and export databases using mysqldump, or import and export CSV files.
- Support for MySQL wire protocol and standard MySQL connectors.
- Automated and on-demand backups and point-in-time recovery.
- Instance cloning.
- Integration with Google Cloud's operations suite logging and monitoring.
質問 # 146
Your manager wants to restrict communication of all virtual machines with internet access; with resources in another network; or with a resource outside Compute Engine. It is expected that different teams will create new folders and projects in the near future.
How would you restrict all virtual machines from having an external IP address?
- A. Define an organization policy at the root organization node to restrict virtual machine instances from having an external IP address
- B. Communicate with the different teams and agree that each time a virtual machine is created, it must be configured without an external IP address
- C. Define an organization policy on all existing folders to define a constraint to restrict virtual machine instances from having an external IP address
- D. Define an organization policy on all existing projects to restrict virtual machine instances from having an external IP address
正解:A
解説:
Reference: https://cloud.google.com/resource-manager/docs/organization-policy/overview
質問 # 147
An organization wants to search hundreds of scanned documents for key information like dates, names, and other specific words.
Why should the organization use application programming interfaces (APIs)?
- A. To transform the documents into unstructured data.
- B. To create digital versions of the documents and locate key information
- C. To replace the scanned documents with an online survey
- D. To ingest data in real time and encrypt unmatched words
正解:A
解説:
The text from the PDF/scanned documents/images gets converted into JSON (unstructured file) which will be further used for search.
質問 # 148
Your organization wants an economical solution to store data such as files, graphical images, and videos and to access and share them securely.
Which Google Cloud product or service should your organization use?
- A. Cloud Spanner
- B. BigQuery
- C. Cloud SQL
- D. Cloud Storage
正解:D
解説:
Explanation
- Google Storage is GCP's version of AWS Simple Storage Service (S3) and an S3 bucket would be equivalent to a Google Storage bucket across the two clouds Text Description automatically generated
質問 # 149
Cloud Data Loss Prevention (DLP) is a fully managed service designed to help discover, classify, and protect the most sensitive dat a. DLP provides three key features (Select Three Answers)
- A. Reinspection
- B. Inspection
- C. De-identification
- D. De-classification
- E. Classification
正解:B、C、E
解説:
Classification. De-classification and Inspection
Classification is the process to inspect the data and know what data we have, how sensitive it is, and the likelihood. Inspection and classification happen here.
De-identification is the process of removing, masking, replacing information from data.
Reference link- https://cloud.google.com/dlp/docs
質問 # 150
Your Coustomer's Organization has decided to move to the cloud. They currently run VMs on-promise but their goal on Google cloud is to run containers, primarily on Google Kuber-nete's Engine. They have a lease for their private data center for another year that they have already paid for. What could be strategy they could adopt in migrating?
- A. Left and Shift.
- B. Jump and Ramp.
- C. Improve and Move.
- D. Rip and Replace.
正解:C
解説:
Explanation
Since they have already paid for data center for another year. They have the time and resources to work with, They can make the change to their workloads locally/on-promise Improve and Migrate Move to Google Cloud later on.
質問 # 151
Your organization needs to ensure that the Google Cloud resources of each of your departments are segregated from one another. Each department has several environments of its own: development, testing, and production.
Which strategy should your organization choose?
- A. Create a Cloud Identity domain per environment, and create a project per department in each domain.
- B. Create a folder per department, and create a project per environment in each folder.
- C. Create a Cloud Identity domain per department, and create a project per environment in each domain.
- D. Create a project per department, and create a folder per environment in each project.
正解:B
解説:
Explanation
Text Description automatically generated
Text Description automatically generated
Reference link- https://cloud.google.com/resource-manager/docs/creating-managing-folders Reference link-
https://stackoverflow.com/questions/59460623/how-to-create-a-folder-a-project-under-it-with-deployment-mana
質問 # 152
How is service availability measured in the context of cloud technology?
- A. Number of downtime incidents
- B. Speed of response time
- C. Number of available regions
- D. Percentage of uptime
正解:D
質問 # 153
An organization wants its users to validate a series of new features for their app.
Why should they use App Engine?
- A. To run different versions of the app for different users
- B. Because their app is containerized and enabled by microservices
- C. To run different versions of the app for the same user
- D. Because the updated app will only include new features
正解:A
質問 # 154
An organization is developing a new container-based application. They do not know how popular the application will be when launched and they do not want to pay for idle infrastructure resources. Which benefit of serverless computing will address this concern?
- A. Scalability
- B. Built-in security
- C. Reduced development costs
- D. Disaster recovery
正解:B
質問 # 155
An organization decides to migrate their on-prenwses environment to the cloud They need to determine which resource components still need to be assigned ownership Which two functions does a public cloud provider own? (Choose 2) Choose 2 answers
- A. Hardware capacity management
- B. Infrastructure architecture
- C. Fixing application security issues
- D. Hardware maintenance
- E. Infrastructure deployment automation
正解:A、D
質問 # 156
The customer has applications that do data processing on-premise. They have been built using Ha-doop and Spark. What product should I use on Google Cloud?
- A. Dataprep
- B. Dataplex
- C. Dataproc
- D. Dataflow
正解:C
解説:
Because Dataproc is used to run Hadoop/Spark workloads
質問 # 157
What is an example of structured data that a healthcare facility stores in their system?
- A. Physician-written notes
- B. X-ray images
- C. Surgery video recordings
- D. Blood pressure history
正解:D
解説:
Explanation
Physical measures like height, weight, blood pressure, blood type, and stage of the disease can be recorded numerically and they are structured.
質問 # 158
......
試験形式は、複数選択の質問で構成され、期間は2時間です。認定には70%の合格スコアが必要であり、試験料は125ドルです。試験のコンテンツは定期的に更新され、最新の業界の動向とベストプラクティスと一致するようになり、デジタルテクノロジーの最新の進歩を最新の状態に保ちたいと考えている専門家にとって不可欠な認証となります。
Google Cloud Digital Leader認定試験は、Google Cloudテクノロジーを使用してデジタルトランスフォーメーションイニシアチブを主導する知識と技能を持つ個人を認定するオンライン認定試験です。この認定試験は、組織内でデジタルトランスフォーメーションを推進し、Google Cloudの力を活用して目標を達成する責任を持つ個人向けに設計されています。
結果を保証するには2024年10月最新の無料版提供しています:https://www.jpntest.com/shiken/Cloud-Digital-Leader-mondaishu
正真正銘のCloud-Digital-Leader問題集で無料PDF問題で合格させる:https://drive.google.com/open?id=125ZWhig_RiGSXFQmRmqrTj2sqKqZ0i_v