Google Cloud Question
Google Cloud Question
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 speci c
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 public cloud provider that is only active in the required geographic area
B. Select a private cloud provider that globally replicates data storage for fast data access
C. Select a public cloud provider that guarantees data location in the required geographic
area
D. Select a private cloud provider that is only active in the required geographic area
Answer(s): C
QUESTION: 2
Your organization needs a large amount of extra computing power within the next two weeks.
After those two weeks, the need for the additional resources will end.
Which is the most cost-effective approach?
C. Start a very powerful virtual machine without using a committed use discount
Answer(s): C
QUESTION: 3
A. Review cloud resource costs frequently, because costs change often based on use
B. Review cloud resource costs annually as part of planning your organization's overall budget
C. If your organization uses only cloud resources, infrastructure costs are no longer part of your
overall budget
D. Involve fewer people in cloud resource planning than your organization did for on-premises
resource planning
Answer(s): A
QUESTION: 4
The operating systems of some of your organization's virtual machines may have a security
vulnerability. How can your organization most effectively identify all virtual machines that do not
have the latest security update?
A. View the Security Command Center to identify virtual machines running vulnerable disk
images
B. View the Compliance Reports Manager to identify and download a recent PCI audit
C. View the Security Command Center to identify virtual machines started more than 2 weeks
ago
D. View the Compliance Reports Manager to identify and download a recent SOC 1 audit
Answer(s): A
QUESTION: 5
You are currently managing workloads running on Windows Server for which your company owns the
licenses. Your workloads are only needed during working hours, which allows you to shut down the
instances during the weekend. Your Windows Server licenses are up for renewal in a month, and you
want to optimize your license cost.
What should you do?
A. Renew your licenses for an additional period of 3 years. Renew your licenses for an
additional period of 3 years. Negotiate a cost reduction with your current hosting provider
wherein infrastructure cost is reduced when workloads are not in use
B. Renew your licenses for an additional period of 2 years. Negotiate a cost reduction by
committing to an automatic renewal of the licenses at the end of the 2 year period
Answer(s): D
QUESTION: 6
Your organization runs a distributed application in the Compute Engine virtual machines. Your
organization needs redundancy, but it also needs extremely fast communication (less than 10
milliseconds) between the parts of the application in different virtual machines.
Where should your organization locate this virtual machine?
Answer(s): B
QUESTION: 7
An organization decides to migrate their on-premises 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 two.)
A. Hardware maintenance
B. Infrastructure architecture
Answer(s): A, D
QUESTION: 8
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?
C. Create a reservation for the minimum number of Compute Engine instances you will use
D. Start more instances with fewer virtual centralized processing units (vCPUs) instead of fewer
instances with more vCPUs
Answer(s): A
QUESTION: 9
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?
C. De ne an organization policy on all existing projects to restrict virtual machine instances from
having an external IP address
D. Communicate with the different teams and agree that each time a virtual machine is created,
it must be con gured without an external IP address
Answer(s): A
QUESTION: 10
Your multinational organization has servers running mission-critical workloads on its premises
around the world. You want to be able to manage these workloads consistently and centrally, and
you want to stop managing infrastructure.
What should your organization do?
Answer(s): A
QUESTION: 11
Your organization stores highly sensitive data on-premises that cannot be sent over the public
internet. The data must be processed both on- premises and in the cloud.
What should your organization do?
B. Create a Cloud VPN tunnel between Google Cloud and your data center
Answer(s): C
Explanation:
After the service provider provisions your connection, you can start passing trace between your
networks by using the service provider's network.
QUESTION: 12
Your company's development team is building an application that will be deployed on Cloud Run. You
are designing a CI/CD pipeline so that any new version of the application can be deployed in the
fewest number of steps possible using the CI/CD pipeline you are designing. You need to select a
storage location for the images of the application after the CI part of your pipeline has built them.
What should you do?
Answer(s): B
QUESTION: 13
Each of the three cloud service models - infrastructure as a service (IaaS), platform as a service
(PaaS), and software as a service (SaaS) - offers bene ts between exibility and levels of management
by the cloud provider and the customer.
Why would SaaS be the right choice of service model?
A. You want a balance between exibility for the customer and the level of management by the
cloud provider
D. You want to be able to shift your emphasis between exibility and management by the cloud
provider as business needs change
Answer(s): B
Explanation:
Bene ts of SaaS -
The main bene t of SaaS is that it o oads all infrastructure and application management to the SaaS
vendor.
QUESTION: 14
As your organization increases its release velocity, the VM-based application upgrades take a long
time to perform rolling updates due to OS boot times. You need to make the application
deployments faster.
What should your organization do?
A. Migrate your VMs to the cloud, and add more resources to them
Answer(s): B
QUESTION: 15
Your organization uses Active Directory to authenticate users. Users' Google account access must be
removed when their Active Directory account is terminated.
How should your organization meet this requirement?
Answer(s): D
QUESTION: 16
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. Host all your subsidiaries' services on-premises together with your existing services.
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 training their engineers.
D. Build a homogenous infrastructure at each subsidiary, and invest in hiring more engineers.
Answer(s): B
QUESTION: 17
A. Coldline storage is for data for which a slow transfer rate is acceptable.
Answer(s): D
QUESTION: 18
What would provide near-unlimited availability of computing resources without requiring your
organization to procure and provision new equipment?
A. Public cloud
B. Containers
C. Private cloud
D. Microservices
Answer(s): A
QUESTION: 19
You are a program manager for a team of developers who are building an event-driven application to
allow users to follow one another's activities in the app. Each time a user adds himself as a follower
of another user, a write occurs in the real-time database. The developers will develop a lightweight
piece of code that can respond to database writes and generate a noti cation to let the appropriate
users know that they have gained new followers. The code should integrate with other cloud services
such as Pub/Sub, Firebase, and Cloud APIs to streamline the orchestration process. The application
requires a platform that automatically manages underlying infrastructure and scales to zero when
there is no activity.
Which primary compute resource should your developers select, given these requirements?
B. Cloud Functions
D. Compute Engine
Answer(s): B
QUESTION: 20
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. Firestore
C. Cloud SQL
D. Cloud Bigtable
Answer(s): D
QUESTION: 21
Your organization needs to build streaming data pipelines. You don't want to manage the individual
servers that do the data processing in the pipelines. Instead, you want a managed service that will
automatically scale with the amount of data to be processed.
Which Google Cloud product or feature should your organization choose?
A. Pub/Sub
B. Dataflow
C. Data Catalog
D. Dataprep by Trifacta
Answer(s): B
QUESTION: 22
Your organization is building an application running in Google Cloud. Currently, software builds, tests,
and regular deployments are done manually, but you want to reduce work for the team. Your
organization wants to use Google Cloud managed solutions to automate your build, testing, and
deployment process.
Which Google Cloud product or feature should your organization use?
A. Cloud Scheduler
B. Cloud Code
C. Cloud Build
Answer(s): C
Explanation:
Deploy your application to App Engine using the gcloud app deploy command. This command
automatically builds a container image by using the Cloud
Build service and then deploys that image to the App Engine exible environment.
QUESTION: 23
Which Google Cloud product can report on and maintain compliance on your entire Google Cloud
organization to cover multiple projects?
A. Cloud Logging
Answer(s): D
QUESTION: 24
Your organization needs to establish private network connectivity between its on-premises network
and its workloads running in Google Cloud.
You need to be able to set up the connection as soon as possible.
Which Google Cloud product or feature should you use?
A. Cloud Interconnect
B. Direct Peering
C. Cloud VPN
D. Cloud CDN
Answer(s): C
QUESTION: 25
Your organization is developing a mobile app and wants to select a fully featured cloud-based
compute platform for it.
Which Google Cloud product or feature should your organization use?
B. Firebase
C. Cloud Functions
D. App Engine
Answer(s): B
QUESTION: 26
Your company has been using a shared facility for data storage and will be migrating to Google Cloud.
One of the internal applications uses Linux custom images that need to be migrated.
Which Google Cloud product should you use to maintain the custom images?
B. Compute Engine
Answer(s): B
QUESTION: 27
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. BigQuery
B. Cloud Bigtable
C. Pub/Sub
D. Cloud Spanner
Answer(s): D
QUESTION: 28
Your organization needs to categorize objects in a large group of static images using machine
learning. Which Google Cloud product or service should your organization use?
A. BigQuery ML
D. AutoML Tables
Answer(s): C
QUESTION: 29
Your organization runs all its workloads on Compute Engine virtual machine instances. Your
organization has a security requirement: the virtual machines are not allowed to access the public
internet. The workloads running on those virtual machines need to access BigQuery and Cloud
Storage, using their publicly accessible interfaces, without violating the security requirement.
Which Google Cloud product or feature should your organization use?
A. Identity-Aware Proxy
Answer(s): D
QUESTION: 30
Which Google Cloud product is designed to reduce the risks of handling personally identi able
information (PII)?
A. Cloud Storage
D. Secret Manager
Answer(s): C
QUESTION: 31
Your organization is migrating to Google Cloud. As part of that effort, it needs to move terabytes of
data from on-premises le servers to Cloud Storage. Your organization wants the migration process to
be automated and to be managed by Google. Your organization has an existing Dedicated
Interconnect connection that it wants to use. Which Google Cloud product or feature should your
organization use?
D. Transfer Appliance
Answer(s): A
QUESTION: 32
Your organization needs to analyze data in order to gather insights into its daily operations. You only
want to pay for the data you store and the queries you perform. Which Google Cloud product should
your organization choose for its data analytics warehouse?
A. Cloud SQL
B. Dataproc
C. Cloud Spanner
D. BigQuery
Answer(s): D
QUESTION: 33
Your organization wants to run a container-based application on Google Cloud. This application is
expected to increase in complexity. You have a security need for ne-grained control of tra c between
the containers. You also have an operational need to exercise ne-grained control over the
application's scaling policies.
What Google Cloud product or feature should your organization use?
B. App Engine
C. Cloud Run
Answer(s): A
QUESTION: 34
Which Google Cloud product or feature makes speci c recommendations based on security risks and
compliance violations?
Answer(s): B
QUESTION: 35
Which Google Cloud product provides a consistent platform for multi-cloud application deployments
and extends other Google Cloud services to your organization's environment?
C. Compute Engine
D. Anthos
Answer(s): D
QUESTION: 36
Your organization is developing an application that will manage payments and online bank accounts
located around the world. The most critical requirement for your database is that each transaction is
handled consistently. Your organization anticipates almost unlimited growth in the amount of data
stored.
Which Google Cloud product should your organization choose?
A. Cloud SQL
B. Cloud Storage
C. Firestore
D. Cloud Spanner
Answer(s): D
QUESTION: 37
Your organization wants an economical solution to store data such as les, graphical images, and
videos and to access and share them securely.
Which Google Cloud product or service should your organization use?
A. Cloud Storage
B. Cloud SQL
C. Cloud Spanner
D. BigQuery
Answer(s): A
QUESTION: 38
Your organization wants to predict the behavior of visitors to its public website. To do that, you have
decided to build a machine learning model. Your team has database-related skills but only basic
machine learning skills, and would like to use those database skills.
Which Google Cloud product or feature should your organization choose?
A. BigQuery ML
B. LookML
C. TensorFlow
D. Cloud SQL
Answer(s): A
QUESTION: 39
Your organization needs to restrict access to a Cloud Storage bucket. Only employees who are based
in Canada should be allowed to view the contents.
What is the most effective and e cient way to satisfy this requirement?
B. Con gure Google Cloud Armor to allow access to the bucket only from IP addresses based in
Canada
C. Give each employee who is based in Canada access to the bucket
D. Create a group consisting of all Canada-based employees, and give the group access to the
bucket
Answer(s): D
QUESTION: 40
Your organization is moving an application to Google Cloud. As part of that effort, it needs to migrate
the application's working database from another cloud provider to Cloud SQL. The database runs on
the MySQL engine. The migration must cause minimal disruption to users. Data must be secured
while in transit.
Which should your organization use?
D. Cloud Composer
Answer(s): C
QUESTION: 41
Your organization is developing and deploying an application on Google Cloud. Tracking your Google
Cloud spending needs to stay as simple as possible.
What should you do to ensure that workloads in the development environment are fully isolated
from production workloads?
Answer(s): D
QUESTION: 42
Your company is running the majority of its workloads in a co-located data center. The workloads are
running on virtual machines (VMs) on top of a hypervisor and use either Linux or Windows server
editions. As part of your company's transformation strategy, you need to modernize workloads as
much as possible by adopting cloud-native technologies. You need to migrate the workloads into
Google Cloud.
What should you do?
A. Export the VMs into VMDK format, and import them into Compute Engine
B. Export the VMs into VMDK format, and import them into Google Cloud VMware Engine
Answer(s): D
QUESTION: 43
Your organization is running all its workloads in a private cloud on top of a hypervisor. Your
organization has decided it wants to move to Google Cloud as quickly as possible. Your organization
wants minimal changes to the current environment, while using the maximum amount of managed
services Google offers.
What should your organization do?
Answer(s): B
Next Question
QUESTION: 44
Your organization is releasing its rst publicly available application in Google Cloud. The application is
critical to your business and customers and requires a 2- hour SLA.
How should your organization set up support to minimize costs?
Answer(s): B
QUESTION: 45
Your organization offers public mobile apps and websites. You want to migrate to a Google Cloud-
based solution for checking and maintaining your users' usernames and passwords and controlling
their access to different resources based on their identity.
Which should your organization choose?
A. VPN tunnels
B. Identity Platform
Answer(s): B
Explanation:
An identity platform is a modern solution for managing the identities of users and devices in a
centralized fashion.
QUESTION: 46
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. TensorFlow
C. AutoML Tables
D. Cloud Bigtable ML
Answer(s): A
Explanation:
BigQuery ML lets you create and execute machine learning models in BigQuery using standard SQL
queries.
QUESTION: 47
Your organization runs an application on virtual machines in Google Cloud. This application processes
incoming images. This activity takes hours to create a result for each image. The workload for this
application normally stays at a certain baseline level, but at regular intervals it spikes to a much
greater workload.
Your organization needs to control the cost to run this application.
What should your organization do?
Answer(s): C
QUESTION: 48
A. Create a project via Google Cloud Console per department in your company
Answer(s): B
QUESTION: 49
Your organization runs many workloads in different Google Cloud projects, each linked to the same
billing account. Each project's workload costs can vary from month to month, but the overall
combined cost of all projects is relatively stable. Your organization needs to optimize its cost.
What should your organization do?
B. Create a billing account per project, and link each project to a different billing account
C. Turn on committed use discount sharing, and create a commitment for the combined
usage
D. Move all workloads from all different projects into one single consolidated project
Answer(s): C
QUESTION: 50
How should a multinational organization that is migrating to Google Cloud consider security and
privacy regulations to ensure that it is in compliance with global standards?
A. Comply with data security and privacy regulations in each geographical region
B. Comply with regional standards for data security and privacy, because they supersede all
international regulations
C. Comply with international standards for data security and privacy, because they supersede
all regional regulations
D. Comply with regional data security regulations, because they're more complex than privacy
standards
Answer(s): A
QUESTION: 51
Your organization wants to optimize its use of Google Cloud's discounts on virtual machine-based
workloads. You plan to use 200 CPUs constantly for the next 3 years, and you forecast that spikes of
up to 300 CPUs will occur approximately 30% of the time. What should you choose?
Answer(s): C
QUESTION: 52
Your organization needs to minimize how much it pays for data tra c from the Google network to the
internet. What should your organization do?
Answer(s): A
QUESTION: 53
Your organization wants to migrate your on-premises environment to Google Cloud. The on-premises
environment consists of containers and virtual machine instances. Which Google Cloud products can
help to migrate the container images and the virtual machine disks?
Answer(s): B
QUESTION: 54
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. Assign the proper role to the Service Account in the project's IAM Policy
B. Grant each user the roles/iam .service AccountUser role on a service account that exists in
theGoogle Group.
C. Assign the proper role to the Google Group in the project's IAM Policy.
D. Create the project in a folder with the same name as the LDAP directory group.
Answer(s): C
QUESTION: 55
Your organization wants to be sure that is expenditures on cloud services are in line with the budget.
Which two Google Cloud cost management features help your organization gain greater visibility into
its cloud resource costs? (Choose two.)
A. Billing dashboards
B. Resource labels
E. Payments pro le
Answer(s): A, B
QUESTION: 56
Your organization needs to process large amounts of data from an online application that operates
continuously. You do not want to be required to provision infrastructure or create server clusters.
What should your organization choose?
B. Dataproc
D. Dataflow
Answer(s): D
QUESTION: 57
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 project per department, and create a folder per environment in each project.
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 Cloud Identity domain per environment, and create a project per department in
each domain.
Answer(s): B
QUESTION: 58
Your organization is de ning the resource hierarchy for its new application in Google Cloud. You need
separate development and production environments. The production environment will be deployed
in Compute Engine in two regions. Which structure should your organization choose?
A. Create a single project for all environments. Use labels to segregate resources by
environment.
B. Create a single project for all environments. Use tags to segregate resources by environment.
C. Create one project for the development environment and one project for the production
environment.
D. Create two projects for the development environment and two projects for the production
environment (one for each region).
Answer(s): C
QUESTION: 59
Your organization meant to purchase a 3-year Committed Use Discount, but accidentally purchased a
1-year Committed Use Discount instead.
What should your organization do?
Answer(s): C
QUESTION: 60
Your organization needs to allow a production job to have access to a BigQuery dataset. The
production job is running on a Compute Engine instance that is part of an instance group.
What should be included in the IAM Policy on the BigQuery dataset?
Answer(s): C
QUESTION: 61
Your team is publishing research results and needs to make large amounts of data available to other
researchers within the professional community and the public at minimum cost.
How should you host the data?
B. Use a Cloud Storage bucket and provide Signed URLs for the data les.
C. Use a Cloud Storage bucket and set up a Cloud Interconnect connection to allow access to
the data.
D. Host the data on-premises, and set up a Cloud Interconnect connection to allow access to
the data.
Answer(s): A
QUESTION: 62
Your company needs to segment Google Cloud resources used by each team from the others. The
teams' efforts are changing frequently, and you need to reduce operational risk and maintain cost
visibility. Which approach does Google recommend?
Answer(s): D
QUESTION: 63
How do Migrate for Compute Engine and Migrate for Anthos differ?
A. Unlike Migrate for Anthos, Migrate for Compute Engine assumes that the migration source is
VMware vSphere.
B. Migrate for Compute Engine charges for ingress, but Migrate for Anthos does not.
C. Migrate for Compute Engine is closed source, and Migrate for Anthos is open source.
D. Migrate for Anthos migrates to containers, and Migrate for Compute Engine migrates to
virtual machines.
Answer(s): D
QUESTION: 64
Your large and frequently changing organization's user information is stored in an on-premises LDAP
database. The database includes user passwords and group and organization membership.
How should your organization provision Google accounts and groups to access Google Cloud
resources?
Answer(s): C
QUESTION: 65
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
D. Use Transfer Appliance to securely make your data available to Google Cloud
Answer(s): C
QUESTION: 66
Your organization consists of many teams. Each team has many Google Cloud projects. Your
organization wants to simplify the management of identity and access policies for these projects.
How can you group these projects to meet this goal?
B. Assign labels based on the virtual machines that are part of each team's projects
Answer(s): C
QUESTION: 67
An organization needs to categorize text-based customer reviews on their website using a pre-
trained machine learning model.
Which Google Cloud product or service should the organization use?
B. Dialog ow
C. Recommendations AI
D. TensorFlow
Answer(s): A
QUESTION: 68
D. Assess cloud resources costs only when SLO is not met by their cloud provider.
Answer(s): C
QUESTION: 69
An organization is searching for an open-source machine learning platform to build and deploy their
own custom machine learning applications using TPUs.
Which Google Cloud product or service should the organization use?
A. TensorFlow
B. BigQuery ML
C. Vision API
D. AutoML Vision
Answer(s): A
QUESTION: 70
What is an example of unstructured data that organizations can capture from social media?
A. Post comments
B. Tagging
C. Pro le picture
D. Location
Answer(s): A
QUESTION: 71
An organization relies on online seasonal sales for the majority of their annual revenue.
Why should the organization use App Engine for their customer app?
Answer(s): B
QUESTION: 72
An organization is using machine learning to make predictions. One of their datasets mistakenly
includes mislabelled data.
How will the prediction be impacted?
Answer(s): B
QUESTION: 73
A global organization is developing an application to manage payments and online bank accounts in
multiple regions. Each transaction must be handled consistently in their database, and they
anticipate almost unlimited growth in the amount of data stored.
Which Google Cloud product should the organization choose?
A. Cloud SQL
B. Cloud Spanner
C. Cloud Storage
D. BigQuery
Answer(s): B
QUESTION: 74
An organization has servers running mission-critical workloads on-premises around the world. They
want to modernize their infrastructure with a multi-cloud architecture.
What bene t could the organization experience?
Answer(s): D
QUESTION: 75
Answer(s): B
QUESTION: 76
An organization wants to use Apigee to manage all their application programming interfaces (APIs).
What will Apigee enable the organization to do?
Answer(s): B
QUESTION: 77
A. Product inventory
B. Product photographs
C. Instructional videos
D. Customer chat history
Answer(s): A
QUESTION: 78
A hotel wants to modernize their legacy systems so that customers can make reservations through a
mobile app. What's the bene t of using an application programming interface (API) to do this?
Answer(s): D
QUESTION: 79
An organization wants to digitize and share large volumes of historical text and images.
Why is a public cloud a better option than an on-premises solution?
C. Cost-effective at scale
Answer(s): C
QUESTION: 80
A. Developers can rely on the cloud provider for all source code
Answer(s): B
QUESTION: 81
Which technology allows organizations to run multiple computer operating systems on a single piece
of physical hardware?
A. Hypervisor
B. Containers
C. Serverless computing
D. Open source
Answer(s): A
QUESTION: 82
An organization is making a strategic change to customer support in response to feedback. They plan
to extend their helpline availability hours.Why is the organization making this change?
Answer(s): C
QUESTION: 83
Answer(s): A
QUESTION: 84
A retail company stores their product inventory in a legacy system. Often, customers and products on
the company's website and want to purchase them in-store.
However, when they arrive, they discover that the products are out of stock. How could the company
benefit from using an application programming interface (API)?
Answer(s): D
QUESTION: 85
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?
Answer(s): A
QUESTION: 86
An organization needs to search an application's source code to identify a potential issue. The
application is distributed across multiple containers.
Which Google Cloud product should the organization use?
B. Cloud Trace
C. Cloud Monitoring
D. Cloud Logging
Answer(s): B
QUESTION: 87
An organization's web developers and operations personnel use different systems. How will
increasing communication between the teams reduce issues caused by silos?
B. By combining job role responsibilities to ensure that everyone has shared access
Answer(s): D
QUESTION: 88
How does a large hotel chain benefit from storing their customer reservation data in the cloud?
Answer(s): C
QUESTION: 89
An organization wants to migrate legacy applications currently hosted in their data center to the
cloud. The current architecture dictates that each application needs its own operating system (OS)
instead of sharing an OS.
Which infrastructure solution should they choose?
A. Virtual machines
B. Open source
C. Serverless computing
D. Containers
Answer(s): A
QUESTION: 90
Answer(s): C
QUESTION: 91
An organization wants to transform multiple types of structured and unstructured data in the cloud
from various sources. The data must be readily accessible for analysis and insights.
Which cloud data storage system should the organization use?
A. Relational database
C. Data eld
D. Data warehouse
Answer(s): D
QUESTION: 92
An organization wants to use all available data to offer predictive suggestions on their website that
improve over time.
Which method should the organization use?
A. Data automation
B. Trends analysis
C. Machine learning
D. Multiple regression
Answer(s): C
QUESTION: 93
After rolling out a new update, an organization found a minor bug in its online video game. How
should the organization approach this bug while following SRE principles?
Answer(s): A
QUESTION: 94
Answer(s): B
QUESTION: 95
An organization wants to use BigQuery data analytics to understand their website performance, but
wants to move only some data into the cloud.
Which environment should the organization use?
A. Private cloud
B. On-premises
C. Multi-cloud
D. Hybrid cloud
Answer(s): D
QUESTION: 96
Answer(s): A
QUESTION: 97
Answer(s): A
QUESTION: 98
An organization recently launched a virtual customer support agent, generating vast amounts of text
and speech data.
Why should they use a cloud data warehouse to interpret this data?
B. To ingest and analyse structured and unstructured data at scale, in real time
QUESTION: 99
An organization wants to add a new function to their application. They want to write the code and let
the public cloud provider handle the infrastructure.
Which infrastructure solution should they use?
A. Virtual machines
C. Serverless computing
D. Container Registry
Answer(s): C
QUESTION: 100
An organization wants to leverage tooling and automation as part of its new DevOps philosophy.
Which operational challenge will this resolve?
Answer(s): A
QUESTION: 101
An organization needs to store structured, semi-structured, and unstructured data in its raw, native
format in the same repository.
Which cloud data management solution should the organization use?
A. Data eld
B. Data lake
C. Database
D. Data warehouse
Answer(s): B
QUESTION: 102
An organization wants its users to validate a series of new features for their app.
Why should they use App Engine?
Answer(s): C
QUESTION: 103
Answer(s): D
QUESTION: 104
An organization delivers a proactive healthcare service. They want to efficiently and automatically
collect patient data.
What should the organization encourage the patients to do?
A. Use at-home health screening devices and then upload their health data daily
B. Wear Internet of Things (IoT) devices that upload their health data in real time
C. Self-assess their health data and then document and upload it in real time
D. Visit a nurse who will use Internet of Things (IoT) devices to collect and upload their health
data
Answer(s): B