Courseiva

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

What is 'face attribute analysis' in Azure AI Face service?

⚠ Common exam trap

It's easy for candidates to confuse 'face attribute analysis' with 'face identification' or 'face verification', because all three involve faces, but attribute analysis only extracts descriptive metadata and does not perform any matching or recognition against a database.

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

Estimating age, emotion, head pose, and appearance attributes from detected faces

Face attribute analysis in Azure AI Face service extracts a set of facial attributes from detected faces, including estimated age, emotion (e.g., happiness, sadness, anger), head pose (pitch, yaw, roll), and appearance traits like facial hair, glasses, and makeup. This is distinct from identification or verification tasks because it does not match faces against a database or compare two images; it simply returns metadata about the face itself.

Answer analysis

Option-by-option breakdown

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

  • Identifying the named person in a photograph using a face database

    Why it's wrong here

    This answer describes face identification, a 1:N matching process that maps a detected face to a named person in an Azure PersonGroup or PersonDirectory. Attribute analysis, however, performs no such identity resolution; it merely labels visual attributes of an otherwise anonymous face, so calling this a face-attribute function is incorrect.

  • Estimating age, emotion, head pose, and appearance attributes from detected faces

    Why this is correct

    This is correct because the Azure Face API's 'detect' operation with returnFaceAttributes returns exactly these estimates: age as a range, emotion confidence scores, head pose (pitch, roll, yaw), and appearance attributes such as glasses or facial hair. The service computes these values from the geometry and texture of a detected face, though Microsoft advises responsible AI cautions when interpreting emotion results.

  • Verifying whether a submitted selfie matches a government-issued ID document

    Why it's wrong here

    This option describes face verification, a 1:1 comparison that checks whether a captured selfie matches an identity document using Azure's Face API 'verify' operation. Attribute analysis, by contrast, cannot render an identity-match decision; it only returns descriptive characteristics like age or emotion from a detected face, which is why this is not the correct answer.

  • Detecting whether a face has been digitally manipulated or deepfaked

    Why it's wrong here

    This option suggests deepfake or manipulation detection, which is a specialized AI security research problem that examines pixel-level artifacts, tampering traces, or temporal inconsistencies across frames. Azure's face attribute analysis does not detect digital manipulation; it simply reports characteristics of a real detected face, so this answer misrepresents the Face API's scope.

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.