Microsoft Certified:Azure AI Engineer Associate
Domain 4Objective 1
Analyze Images AI-102 Practice Questions (Page 1)
Part of the Implement computer vision solutions domain, which accounts for 10-15% of the AI-102 exam. Microsoft does not publish an official question count, but from its 100-minute exam (~40–65 total, ~4–10 in this domain), expect 1–3 from this objective — we provide 24 practice questions to prepare you well beyond it. (estimate)
24questions here
5free pages
6concepts
10-15%of the exam
Questions 1–5
- 1
An application needs to analyze an image for both objects and brands using the Azure AI Vision Analyze Image API. Which parameter should be set to achieve this in a single request?
Select an answer first - 2
A developer uses the Read API to extract handwritten text from an image. The response contains multiple 'lines' and 'words' with confidence scores. What should the developer do to improve accuracy for low-confidence words?
Select an answer first - 3
A developer receives the following JSON snippet from an Azure AI Vision image analysis request: ```json { "objects": [ { "rectangle": {"x": 10, "y": 20, "w": 50, "h": 60}, "object": "dog", "confidence": 0.95 } ] } ``` What does the 'rectangle' field represent?
Select an answer first - 4
A developer receives the following JSON response from an Azure AI Vision Analyze Image call: {"objects": [{"rectangle": {"x": 100, "y": 150, "w": 50, "h": 80}, "object": "dog", "confidence": 0.92}]}. What can the developer conclude from this response?
Select an answer first - 5
An application needs to generate a short, human-readable sentence that summarizes the main content of an image. Which visual feature should be used in the Azure AI Vision API?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Microsoft. “AI-102” is a trademark of its owner, used for identification only.