πŸ”

CDL β€” questions

Page 9 of 15 Β· 289 total questions.

Topic 1 Β· Question 161

An organization is struggling to keep up with the growth of their application which is running on legacy infrastructure. What might be holding them back?

  • AThe time it takes their serverless compute function to scale
  • BThe overreliance on platform as a service
  • CThe inaccessibility of their data due to perimeter security
  • DThe cost of provisioning hardware for peak usage (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: The cost of provisioning hardware for peak usage.

Topic 1 Β· Question 162

An organization wants to build autoscaling web applications without having to manage application infrastructure Which Google Cloud product should they use?

  • AAnthos
  • BApigee
  • CAutoML
  • DApp Engine (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: App Engine

Explanation

App Engine is a fully managed platform that runs and autoscales web apps with little operational effort.

Topic 1 Β· Question 163

What is an organization exclusively responsible for when they access an application through a software as a service (SaaS) model?

  • AMaintaining overall system operability
  • BMaintaining customer-facing content (correct answer)
  • CMonitoring data center servers
  • DMonitoring computer networks
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Maintaining customer-facing content.

Topic 1 Β· Question 164

An organization needs to train a custom machine learning model to categorize customer responses from their website's contact form. Which Google Cloud product or service should the organization use?

  • AAnthos
  • BRecommendations AI
  • CAutoML Natural Language (correct answer)
  • DPub/Sub
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AutoML Natural Language

Explanation

AutoML trains high-quality custom models from your data with minimal ML expertise. Natural Language API extracts entities and sentiment from text.

Topic 1 Β· Question 165

Which cybersecurity threat can lead to information being stolen or damaged without a user ever being aware?

  • ASLA policy violation
  • BMalware attack (correct answer)
  • CRansomware attack
  • DIncomplete data input
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Malware attack.

Topic 1 Β· Question 166

An organization has decided to create a mobile app for their customer-facing service. What may have prompted this business decision?

  • ACustomers expect information to be easily accessible on any device. (correct answer)
  • BCustomers expect mobile-only access to information in the cloud era
  • CDevelopers can apply increased data security on a mobile app.
  • DDevelopers can run different versions of the service to test features only through a mobile app.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Customers expect information to be easily accessible on any device.

Topic 1 Β· Question 167

An organization suffers a major data leak only six months after upgrading its security system. What should the organization do to ensure long-term security?

  • AExtend data retention policy lengths to at least seven years.
  • BPay more to get the best security system available on the market.
  • CHire cybersecurity experts to further develop their data security plan (correct answer)
  • DWait for a more advanced security system to be released
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Hire cybersecurity experts to further develop their data security plan.

Topic 1 Β· Question 168

An organization has started to develop cloud-native applications to replace their legacy applications. What else should the organization do to adopt the cloud?

  • AProvide privileged cloud network access to third-party partners.
  • BMigrate some of their legacy infrastructure to the cloud. (correct answer)
  • CConduct maintenance on their legacy hardware.
  • DIncrease CapEx on existing projects.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Migrate some of their legacy infrastructure to the cloud.

Topic 1 Β· Question 169

An organization has created an application that can diagnose different medical conditions when users submit images of their affected body parts. Which Google Cloud product or service did the organization use?

  • ACloud Logging
  • BCloud Profiler
  • CApp Engine
  • DMachine learning (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Machine learning.

Topic 1 Β· Question 170

An organization wants to better understand the behavior of their code in production and analyze its state to identify hard-to-find programming errors. Which Google Cloud tool should the organization use?

  • ADebugger (correct answer)
  • BProfiler
  • CCloud Monitoring
  • DTrace
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Debugger.

Topic 1 Β· Question 171

A retail organization has moved all of their inventory data to a relational database in the cloud. What functionality does a relational database offer?

  • AIt stores large amounts of raw data in its original format
  • BIt stores transactional data, which can then be accessed electronically (correct answer)
  • CIt rapidly analyzes large and multi-dimensional datasets
  • DIt analyzes unstructured data, which can then be accessed in multiple regions
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: It stores transactional data, which can then be accessed electronically.

Topic 1 Β· Question 172

How does Google Cloud AI Hub make machine learning easy and accessible for Google Cloud customers to get started?

  • AIt deploys artificial intelligence models in real time
  • BIt automatically codes users’ machine learn ng models
  • CIt automatically sources and prepares users’ machine learning data
  • DIt includes a repository of plug-and-play artificial intelligence tools (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: It includes a repository of plug-and-play artificial intelligence tools.

Topic 1 Β· Question 173

A venue with an online booking system has partnered with a catering business. How can the venue leverage application programming interfaces (APIs) to create new business value?

  • AUse an API to redesign their booking system to appeal to targeted customers
  • BUse an API to identify opportunities for new business collaboration
  • CUse an API to migrate all their customer data to a machine learning model to predict food requests
  • DUse an API to connect their booking system with the partner's catering form (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Use an API to connect their booking system with the partner's catering form.

Topic 1 Β· Question 174

A public cloud provider's service level performance has moved below the service level objective (SLO), but remains above the service level agreement (SLA). What is an outcome of this change in service level performance?

  • AThe public cloud provider is encouraged to push out new updates
  • BThe public cloud provider is encouraged to prioritize service reliability (correct answer)
  • CEnd users face unexpected or prolonged downtime
  • DEnd users face a decrease in service latency
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The public cloud provider is encouraged to prioritize service reliability.

Topic 1 Β· Question 175

An organization is looking for a solution to help them build applications using their preferred programming language and tools. They also want to minimize time spent on infrastructure management. What solution should the organization use?

  • ACloud Run (correct answer)
  • BDataproc
  • CPub/Sub
  • DBare Metal Solution
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Cloud Run

Explanation

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

Topic 1 Β· Question 176

An organization has created a medical fitness app and wants to store a very large amount of data about exercise times, activity, and calories burned for later analysis. Which data management solution should the organization use?

  • AData lake
  • BData warehouse (correct answer)
  • CData field
  • DDatabase
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Data warehouse.

Topic 1 Β· Question 177

An organization is looking for a business intelligence solution that allows individual employees and end users to analyze business data and generate insights. Which Google Cloud product or service should the organization use?

  • ACloud Spanner
  • BBigQuery
  • CLooker (correct answer)
  • DDataflow
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Looker

Explanation

Looker provides governed business intelligence, dashboards, and data modeling.

Topic 1 Β· Question 178

What is out-of-the-box observability within the context of cloud operations?

  • AMonitoring project development timelines
  • BMonitoring IT infrastructure and applications (correct answer)
  • CMonitoring customer satisfaction and feedback
  • DMonitoring cloud subscription costs
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Monitoring IT infrastructure and applications.

Topic 1 Β· Question 179

An organization wants a serverless execution environment for building and connecting cloud services. They can't predict how many resources they'll need. Which Google Cloud solution should they use?

  • ACompute Engine
  • BGoogle Kubernetes Engine
  • CCloud Functions (correct answer)
  • DBare Metal Solution for SAP
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Cloud Functions

Explanation

Cloud Functions runs event-driven code without managing servers and scales automatically.

Topic 1 Β· Question 180

An organization is struggling to ensure that their legacy systems meet rapidly changing IT needs. Why should the organization use application programming interfaces (APIs)?

  • ATo expose all underlying data so third parties can make amends
  • BTo completely re-architect legacy applications
  • CTo achieve long-term operational flexibility (correct answer)
  • DTo operate on a pay-as-you go model so IT can scale flexibly
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: To achieve long-term operational flexibility.

Showing questions 161–180 of 289 Β· Page 9 of 15