Question 236 of 1,020

Quick Answer

The correct answer is that the Read operation in Azure AI Vision extracts printed and handwritten text from images and documents. This is accomplished through advanced Optical Character Recognition (OCR) technology that analyzes visual data, identifies characters, and returns the detected text along with bounding box coordinates and confidence scores for each word and line. On the AI-900 exam, this question tests your understanding of the specific Azure AI Vision service capabilities, often appearing alongside distractors like the Optical Character Recognition (OCR) API (which is an older, less capable service) or the Image Analysis API (which describes scenes but does not extract text). A common trap is confusing Read with the general OCR API—remember that Read is the newer, cloud-optimized service designed for larger documents and handwritten text. For a quick memory tip, think of the phrase “Read the room, then read the text”: Read is for extracting text from any visual context, whether printed or handwritten.

AI-900 Practice Question: Describe features of computer vision workloads on Azure

This AI-900 practice question tests your understanding of describe features of computer vision workloads on azure. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

What does the 'read' operation in Azure AI Vision do?

Question 1mediummultiple choice
Full question →

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

Extracts printed and handwritten text from images and documents

The 'read' operation in Azure AI Vision is specifically designed to extract printed and handwritten text from images and documents using Optical Character Recognition (OCR) technology. It returns the detected text along with bounding box coordinates and confidence scores, making it suitable for digitizing documents, processing forms, and extracting text from photos.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Reads and describes what's happening in a video

    Why it's wrong here

    Video analysis is done by Video Indexer — the Read operation extracts text from images and documents.

  • Extracts printed and handwritten text from images and documents

    Why this is correct

    The Read API/OCR extracts text from images and PDFs, returning text content with spatial location information.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Reads and verifies digital signatures in documents

    Why it's wrong here

    Digital signature verification is a security capability — the Read operation extracts visible text content.

  • Reads metadata (EXIF data) embedded in image files

    Why it's wrong here

    EXIF metadata extraction is separate — the Read operation extracts visible text content from within the image.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse the 'read' operation with the 'analyze image' operation (which describes images) or assume it handles video, but the 'read' API is strictly for text extraction from static images and documents.

Detailed technical explanation

How to think about this question

Under the hood, the 'read' operation uses a deep-learning-based OCR engine that first detects text regions via a text detection model (e.g., CRAFT or similar), then recognizes characters using a sequence-to-sequence model with attention. It supports over 100 languages and can handle both printed and handwritten text, but it does not preserve document layout or structure—for that, Azure AI Document Intelligence (formerly Form Recognizer) is required. A real-world scenario is extracting text from a scanned receipt where the 'read' API returns the raw text but not the line-item table structure.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AI-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AI-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AI-900 question test?

Describe features of computer vision workloads on Azure — This question tests Describe features of computer vision workloads on Azure — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Extracts printed and handwritten text from images and documents — The 'read' operation in Azure AI Vision is specifically designed to extract printed and handwritten text from images and documents using Optical Character Recognition (OCR) technology. It returns the detected text along with bounding box coordinates and confidence scores, making it suitable for digitizing documents, processing forms, and extracting text from photos.

What should I do if I get this AI-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on AI-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Which Azure AI service can read text from a photo of a street sign taken by a mobile device?

easy
  • A.Azure AI Speech
  • B.Azure AI Vision (Read API / OCR)
  • C.Azure AI Language
  • D.Azure AI Translator

Why B: Azure AI Vision's Read API (part of the Computer Vision service) is designed to extract printed and handwritten text from images, including photos of street signs. It uses optical character recognition (OCR) to detect and digitize text, making it the correct choice for reading text from a mobile device photo.

Variation 2. What is 'Azure AI Vision's Read API' and what makes it superior for OCR?

easy
  • A.The standard API for reading data from Azure Storage accounts and databases
  • B.An advanced OCR service handling multi-page PDFs, handwriting, and complex layouts with word-level coordinates
  • C.An API for reading audio content and converting it to text transcripts
  • D.A feature for reading the metadata of image files stored in Azure Blob Storage

Why B: Azure AI Vision's Read API is an advanced OCR service that extracts text from images and documents, including multi-page PDFs, handwritten text, and complex layouts. It is superior because it returns word-level bounding box coordinates and confidence scores, enabling precise text localization and structured output for downstream processing.

Keep practising

More AI-900 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AI-900 practice question is part of Courseiva's free Microsoft 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 AI-900 exam.