πŸ”

CDL β€” questions

Page 12 of 15 Β· 289 total questions.

Topic 1 Β· Question 221

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?

  • ADisaster recovery
  • BReduced development costs
  • CScalability (correct answer)
  • DBuilt-in security
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Scalability.

Topic 1 Β· Question 222

How does the resource hierarchy in Google Cloud help organizations implement security policies?

  • APolicies can be applied at the folder level and are inherited by projects inside the folder. (correct answer)
  • BProjects in the resource hierarchy are not affected by security policies.
  • CPolicies can only be applied at the organization level and affect all projects.
  • DPolicies can only be applied to individual projects.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Policies can be applied at the folder level and are inherited by projects inside the folder.

Topic 1 Β· Question 223

An organization is considering the use of managed services when migrating to the cloud. Which routine tasks are typically provided automatically by a managed services platform?

  • AManaging user access
  • BPatching and upgrades (correct answer)
  • CData archiving
  • DCost optimization
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Patching and upgrades.

Topic 1 Β· Question 224

An organization has recently completed a migration from on-premises to Google Cloud. How has cost management been affected?

  • ACosts will primarily shift from CapEx to OpEx. (correct answer)
  • BCosts will primarily shift from OpEx to CapEx.
  • CCost management will stay the same, but the total cost of ownership (TCO) will be lower.
  • DCost management will stay the same, but the total cost of ownership (TCO) will be higher.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Costs will primarily shift from CapEx to OpEx.

Topic 1 Β· Question 225

An organization wants to access a software application from a cloud vendor without the need to manage their own servers or write their own code. Which service model does this represent?

  • AInfrastructure as a service
  • BPlatform as a service
  • CSoftware as a service (correct answer)
  • DFunctions as a service
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Software as a service This option needs the least custom development effort.

Topic 1 Β· Question 226

An organization wants to build a data pipeline to transform its data so it can be reconciled in a data warehouse. The solution must be scalable and require little or no management. Which Google product or service should the organization choose?

  • ACloud Bigtable
  • BCloud Storage
  • CPub/Sub
  • DDataflow (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Dataflow

Explanation

Dataflow runs serverless Apache Beam pipelines for stream and batch data processing with autoscaling.

Topic 1 Β· Question 227

When is data automatically encrypted in Google Cloud?

  • AWhen it is in transit only,
  • BWhen it is at rest and in transit. (correct answer)
  • CData is not automatically encrypted by default.
  • DWhen it is at rest only.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: When it is at rest and in transit.

Topic 1 Β· Question 228

An organization must verify the identity of a user seeking access to a system. Which aspect of cloud identity management does this action describe?

  • AAuthorization
  • BAuthentication (correct answer)
  • CAuditing
  • DEncrypting
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Authentication.

Topic 1 Β· Question 229

An organization is running Kubernetes applications across multiple cloud environments. They want a consistent and centralized management platform. Which service should they choose?

  • ACloud Functions
  • BGKE Enterprise (correct answer)
  • CCloud Run
  • DCompute Engine
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: GKE Enterprise

Explanation

Google Kubernetes Engine runs managed Kubernetes for containerized, portable workloads. GKE Enterprise manages fleets of Kubernetes clusters across environments with centralized policy.

Topic 1 Β· Question 230

An organization wants to collect and store all logs generated by applications running in Google Cloud. Which service should they use?

  • ACloud Profiler
  • BCloud Monitoring
  • CCloud Trace
  • DCloud Logging (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Cloud Logging

Explanation

Cloud Logging centralizes, stores, and analyzes logs across services.

Topic 1 Β· Question 231

What is the benefit of using a unified cloud data solution?

  • AData will always cost less to store.
  • BData can be automatically secured from external threats.
  • CData will always be backed up and cannot be lost or deleted.
  • DData can enable innovation because it's no longer siloed. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Data can enable innovation because it's no longer siloed.

Topic 1 Β· Question 232

An organization stores its important industry data in a relational database. They want to create a new revenue stream by enabling third parties to use that data in their applications. Which cloud first approach should the organization choose?

  • AAdd third-party users to their database.
  • BOffer chargeable downloads of archived data.
  • CExpose data through a chargeable API. (correct answer)
  • DTransfer data into a non-relational database.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Expose data through a chargeable API.

Topic 1 Β· Question 233

Which scenario is a good use case for machine learning?

  • AClassifying data with no prior examples
  • BTasks that require human experience and intuition
  • CCreating customer recommendations (correct answer)
  • DSolving ethical dilemmas
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Creating customer recommendations.

Topic 1 Β· Question 234

An organization needs to increase the speed at which they can train machine learning models. Which domain-specific hardware is designed for this task?

  • ABare Metal Solution
  • BPreemptible or Spot VMs
  • CCloud TPUs (correct answer)
  • DContainers
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Cloud TPUs.

Topic 1 Β· Question 235

An organization has migrated several large databases to the cloud. It wants to increase the value of its data, improve cost controls and strengthen regulatory compliance. What should the organization do?

  • ADelete data stored for over a year.
  • BExport relational data to modern NoSQL databases.
  • CCreate monthly reports on data access and uses.
  • DEstablish an effective data governance program. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Establish an effective data governance program.

Topic 1 Β· Question 236

An organization has hired a team of data scientists and developers. They want to create unique value in their business by coding an advanced machine learning model in Vertex AI Workbench. Which service should the organization use to train the model?

  • ACustom training (correct answer)
  • BAutoML
  • CCompute Engine
  • DPrebuilt APIs
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Custom training.

Topic 1 Β· Question 237

An organization is concerned that one of their applications takes too long to return a result. According to Google’s β€œFour Golden Signals,” which signal measures this aspect of the application’s performance?

  • ASaturation
  • BErrors
  • CLatency (correct answer)
  • DTraffic
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Latency.

Topic 1 Β· Question 238

An organization is transforming their raw data into a format that can be used to derive business insights. Which step of the data value chain does this action represent?

  • AData analysis
  • BData collection
  • CData storage
  • DData processing (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Data processing.

Topic 1 Β· Question 239

An organization has a small development team that has created a web application which runs in a single container. They need a simple, serverless, and scalable way to host their container. Which Google service should the organization use?

  • ACompute Engine
  • BApp Engine
  • CKubernetes Engine
  • DCloud Run (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Cloud Run

Explanation

Cloud Run runs stateless containers serverlessly and scales to zero, minimizing operational overhead.

Topic 1 Β· Question 240

An organization wants a centralized view of their cloud infrastructure in a fully managed system that includes uptime checks. Which Google Cloud service should they use?

  • ACloud Trace
  • BCloud Monitoring (correct answer)
  • CCloud Logging
  • DCloud Profiler
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Cloud Monitoring

Explanation

Cloud Monitoring collects metrics, dashboards, and alerts to observe system health.

Showing questions 221–240 of 289 Β· Page 12 of 15