AI-901: Computer Vision & Image Generation
Computer Vision & Image Generation is one of the skill areas tested on the Azure AI Fundamentals (Foundry refresh) (AI-901) exam. Below are free AI-901 practice questions with worked answers and a concept diagram — each with a plain-language explanation. Practice the first 10 questions of AI-901 free, no signup.
The concept, in one picture
Try a real AI-901 question
A Microsoft Foundry project includes a vision-enabled model deployment, and you call it through the Azure OpenAI Responses API. To submit an image so the model can analyze it, which content item type must the request contain?
- image_base64
- image_generation
- output_image
- ✓ input_image
With the Azure OpenAI Responses API and a vision-enabled model, an image supplied for analysis is passed as an input_image content item, e.g. {"type": "input_image", "image_url": image_url}. image_base64 is only a possible data encoding, not the content item type. image_generation produces images rather than analyzing one. output_image refers to generated output, not an image input.
Practice AI-901 free
The first 10 questions of every exam are free. No signup, no email wall.
Start practicing →Get a free AI-901 study plan by email
A short plan to work through AI-901 by skill area, plus a note when we add new questions. Optional — the practice above stays free. No spam, unsubscribe anytime.