Courseiva
Google Cloud products, services, and solutionseasyMultiple ChoiceObjective-mapped

Cloud Digital Leader Practice Question: Google Cloud products, services, and solutions

A company wants to use pre-trained Google AI models to add vision capabilities to their application — specifically to detect objects in images and extract text from scanned documents — without training their own models. Which Google Cloud APIs provide these capabilities?

⚠ Common exam trap

A common mix-up: candidates confuse Cloud Natural Language API with OCR capabilities, or assume BigQuery ML can handle image data, when in fact Google Cloud separates vision and text analysis into distinct APIs with specific pre-trained models.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Cloud Vision API for object detection and OCR; Cloud Document AI for structured document extraction.

Cloud Vision API provides pre-trained models for object detection and OCR (Optical Character Recognition) to extract text from images, while Cloud Document AI specializes in extracting structured data (e.g., fields, tables) from scanned documents. Both services require no custom training, aligning with the company's requirement to use pre-trained Google AI models.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Cloud Vision API for object detection and OCR; Cloud Document AI for structured document extraction.

    Why this is correct

    Cloud Vision API is a pre-trained model offering object detection, OCR, label detection, and other image analysis via a single REST call. Cloud Document AI is specifically designed to extract structured data from documents such as forms, invoices, and contracts using layout-aware models. Together, they cover both the object-detection-and-OCR use case and the structured-document-extraction use case with zero ML training.

  • BigQuery ML for both use cases — it trains vision models on image data stored in BigQuery.

    Why it's wrong here

    BigQuery ML is a SQL-based machine learning tool that operates on tabular data in BigQuery, supporting regression, classification, and forecasting. It cannot ingest or process images, and it does not train vision models for object detection or OCR. Image workloads require a media-specific service like Cloud Vision API, Vertex AI AutoML, or Document AI.

  • Vertex AI AutoML Vision — train a custom model on your own images.

    Why it's wrong here

    AutoML Vision can train a custom model on your own labeled images, but that training process requires preparing a dataset, configuring hyperparameters, and incurring compute costs. The question describes use cases addressed by pre-trained APIs that work out-of-the-box without custom training. Cloud Vision API's pre-existing object detection and OCR models deliver the same capabilities immediately, making AutoML Vision overkill unless you need heavily customized, domain-specific catalogs.

  • Cloud Natural Language API for text extraction from images.

    Why it's wrong here

    Cloud Natural Language API processes text content for sentiment analysis, entity extraction, and syntax classification; it cannot read or interpret images. To get text out of an image, you must first use Cloud Vision API or Document AI for OCR, then optionally feed that output into Natural Language API. Thus it is a downstream text-analysis service, not a vision or OCR solution.

About these practice questions

One of 829 original GCDL practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This GCDL practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the GCDL exam.