Google Cloud

Google Cloud Certified – Generative AI Leader

PR000309
Trending

Become a certified Generative AI Leader with exam code PR000309 to enhance your AI skills in Google Cloud.

489 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 191–200 of 489

Q191

A company needs to process real-time data streams. Which service should they use?

  • A Pub/Sub
  • B Cloud Storage
  • C Cloud Run
  • D BigQuery
Explanation Pub/Sub is designed for real-time event streaming, while the others focus on storage or analytics.
Q192

What happens when you delete a Cloud Storage bucket with versioning enabled?

  • A All versions are deleted permanently.
  • B Only the latest version is deleted.
  • C Versions are retained until emptied.
  • D Empty bucket can’t be deleted.
Explanation Versions remain accessible even after bucket deletion; the others incorrectly state actions about versions' retention.
Q193

Which service can automate document processing using AI?

  • A Document AI
  • B Cloud Functions
  • C App Engine
  • D Cloud Run
Explanation Document AI specializes in understanding and processing documents, while the others are compute services.
Q194

A company needs real-time data processing. Which Google Cloud service should they use?

  • A BigQuery
  • B Cloud Pub/Sub
  • C Cloud Storage
  • D Firestore
Explanation Cloud Pub/Sub is designed for real-time messaging and data streaming, while the others serve different data processing needs.
Q195

You are configuring a machine learning model. What happens when you increase the learning rate too much?

  • A Slower convergence
  • B Faster convergence
  • C Overfitting
  • D Instability in training
Explanation A high learning rate can cause model training to become unstable, while the other options imply beneficial or different outcomes.
Q196

Which service provides a managed environment for training machine learning models?

  • A AI Platform
  • B Google Drive
  • C BigQuery
  • D Cloud Storage
Explanation AI Platform is specifically designed for ML model training, while others are for file storage or analytics.
Q197

A company needs to automatically increase VM instances when CPU utilization goes above 75%. Which Google Cloud functionality should they use?

  • A Instance Schedules
  • B Load Balancing
  • C Autoscaler
  • D Compute Engine
Explanation The Autoscaler dynamically adjusts instance count based on load, which fits the company's need.
Q198

You are configuring dataflow jobs in a GCP project. What happens when you enable Autoscaling?

  • A Job execution stops temporarily
  • B Resources dynamically adjust during execution
  • C Job runs only on pre-allocated VMs
  • D Increased latency in processing
Explanation Autoscaling allows Dataflow jobs to dynamically adjust processing resources as needed.
Q199

Which service is best for deploying machine learning models on Google Cloud?

  • A AI Platform
  • B BigQuery
  • C Cloud Storage
  • D Compute Engine
Explanation AI Platform is specifically designed for ML model deployment; BigQuery handles data analytics, Cloud Storage is for file storage, and Compute Engine provides virtual machines.
Q200

A company needs to analyze streaming data in real time. Which combination of Google Cloud products should they use?

  • A BigQuery and Cloud Storage
  • B Pub/Sub and Dataflow
  • C Cloud Functions and Datastore
  • D Compute Engine and AI Platform
Explanation Pub/Sub is for message ingestion, and Dataflow processes the streaming data; other options are incorrect based on use case.