Courseiva

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

What is 'Azure AI Vision's image vectorisation' and how does it enable image search?

⚠ Common exam trap

Candidates often confuse 'vectorisation' in the context of AI embeddings with the common computing term 'vectorisation' meaning converting raster images to vector graphics (like SVG), leading candidates to pick Option A.

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

Converting images to semantic embedding vectors for similarity-based search and retrieval

Azure AI Vision's image vectorisation converts images into semantic embedding vectors—numerical representations that capture the visual content and meaning of an image. These vectors enable similarity-based search by allowing the system to compare the vector of a query image against a database of pre-computed image vectors, returning the most visually or semantically similar results.

Answer analysis

Option-by-option breakdown

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

  • Converting image files to a vectorised (lossless) format like SVG for web use

    Why it's wrong here

    Converting image files to a lossless vector format such as SVG is a graphics-processing operation that describes shapes, paths, and colors as geometric primitives. AI image vectorisation, by contrast, passes pixels through a neural network to output a floating-point vector in a semantic space, where distance encodes visual or conceptual similarity. SVG conversion preserves scalability but yields no machine-readable semantic representation.

  • Converting images to semantic embedding vectors for similarity-based search and retrieval

    Why this is correct

    Image vectorisation in AI involves encoding an image into a dense semantic embedding vector using a model like CLIP or Azure Computer Vision's image retrieval API. This embedding projects the image into a high-dimensional space where cosine similarity between vectors indicates how visually or conceptually alike two images are, enabling text-to-image search and near-duplicate detection. The resulting vectors are stored in a vector index for efficient retrieval.

  • Drawing vector graphics from a description of an image's contents

    Why it's wrong here

    Drawing vector graphics from a description of an image's contents describes generative tasks like text-to-SVG or raster-to-vector conversion, which produce geometric artwork. This is not AI image vectorisation: it creates visual output, not a numerical embedding for similarity search. The AI vectorisation referenced in the question is a representation-learning technique used to index and retrieve images based on semantic proximity.

  • Optimising image file size by converting to the most efficient vector format

    Why it's wrong here

    Optimising image file size by converting to the most efficient vector format is a storage-engineering task focused on compression and encoding, not AI vectorisation. In Azure AI, image vectorisation uses deep learning models to produce high-dimensional semantic embeddings that capture visual meaning, enabling similarity search. File-size optimisation reduces bytes on disk, whereas embeddings are numerical features used for retrieval.

Go deeper

Related to this question

About these practice questions

Courseiva writes every AI-900 question from scratch — 985 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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 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.