Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Implement computer vision solutions practice sets

AI-102 Implement computer vision solutions • Complete Question Bank

AI-102 Implement computer vision solutions — All Questions With Answers

Complete AI-102 Implement computer vision solutions question bank — all 0 questions with answers and detailed explanations.

117
Questions
Free
No signup
Certifications/AI-102/Practice Test/Implement computer vision solutions/All Questions
Question 1mediummultiple choice
Read the full Implement computer vision solutions explanation →

A retail company uses Azure Computer Vision to analyze customer traffic in stores. They deploy a custom object detection model to count customers and detect occupancy. After deployment, the model consistently underestimates the number of customers during peak hours. The company has retrained the model with more data but the issue persists. What is the most likely cause?

Question 2hardmultiple choice
Read the full Implement computer vision solutions explanation →

A hospital uses Azure Custom Vision to classify X-ray images as normal or abnormal. The model achieves 98% accuracy on the test set. However, during deployment, the model misclassifies many abnormal cases as normal, causing missed diagnoses. The hospital has a class imbalance where abnormal cases are only 5% of the data. What should the data scientist do first to address this?

Question 3easymultiple choice
Read the full Implement computer vision solutions explanation →

A company uses Azure Face API to verify employee identities for building access. They need to ensure that only live faces are used, not photos or videos. Which feature should they enable?

Question 4mediummultiple choice
Read the full Implement computer vision solutions explanation →

A developer is building an application to extract text from scanned invoices using Azure Computer Vision's Read API. The invoices contain a mix of printed and handwritten text. The developer needs to ensure the highest accuracy for both types. Which parameter should they set in the API call?

Question 5mediummulti select
Read the full Implement computer vision solutions explanation →

A company uses Azure Custom Vision to build a classifier for defect detection on a manufacturing line. They have labeled images of products with and without defects. Which TWO actions should they take to improve model performance?

Question 6hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are a data scientist at a healthcare startup. You have deployed a custom object detection model using Azure Custom Vision to detect tumors in MRI scans. The model was trained on 10,000 labeled scans from a single hospital. After deployment, the model performs well on scans from that hospital but poorly on scans from a different hospital with a different MRI machine. The new hospital's scans have slightly different contrast and resolution. The model's precision drops from 0.92 to 0.65, and recall drops from 0.88 to 0.50. You have access to 500 labeled scans from the new hospital. You need to improve the model's performance on the new hospital's data as quickly as possible with minimal effort. What should you do?

Question 7mediummultiple choice
Read the full Implement computer vision solutions explanation →

A retail company uses Azure Computer Vision to analyze customer traffic in stores. They process images from security cameras using the OCR API to detect product labels. Recently, the OCR accuracy has decreased for images with poor lighting. Which pre-processing step should the company implement to improve OCR accuracy?

Question 8hardmulti select
Read the full Implement computer vision solutions explanation →

Which THREE actions can be performed using the Azure Custom Vision service?

Question 9easymultiple choice
Read the full Implement computer vision solutions explanation →

Refer to the exhibit. An Azure Cognitive Services Computer Vision API call for image captioning is returning only one caption. The developer wants to get three possible captions ranked by confidence. Which parameter should be modified in the request?

Exhibit

Refer to the exhibit.

```json
{
  "url": "https://example.com/image.jpg",
  "maxCandidates": 1,
  "language": "en"
}
```

Response:
```json
{
  "captionResult": {
    "text": "a person holding a smartphone",
    "confidence": 0.89
  },
  "metadata": {
    "height": 600,
    "width": 800
  },
  "modelVersion": "2024-02-01"
}
```
Question 10mediummultiple choice
Read the full Implement computer vision solutions explanation →

You are building an application that processes scanned invoices to extract key fields such as total amount, invoice date, and vendor name. The application uses Azure AI Document Intelligence. You need to ensure high accuracy for field extraction without manual labeling. Which feature should you use?

Question 11hardmultiple choice
Read the full Implement computer vision solutions explanation →

A retail company uses Azure AI Vision to analyze store shelf images for product availability. The solution uses an object detection model trained on custom products. Recently, the model's performance dropped significantly due to new packaging designs. You need to improve the model's accuracy with minimal manual effort. What should you do?

Question 12easymultiple choice
Read the full Implement computer vision solutions explanation →

A healthcare organization uses Azure AI Health Insights to extract medical insights from unstructured clinical notes. The solution must comply with HIPAA. Which configuration is required?

Question 13mediummultiple choice
Read the full Implement computer vision solutions explanation →

You deploy a custom vision model for defect detection on a manufacturing line. The model runs on an Azure IoT Edge device. You notice that inference latency is too high for real-time detection. Which action should you take to reduce latency?

Question 14mediummulti select
Read the full Implement computer vision solutions explanation →

Which TWO Azure AI services can be used to extract text from images and PDFs? (Select two.)

Question 15hardmulti select
Read the full Implement computer vision solutions explanation →

You are designing a computer vision solution that must detect and redact personally identifiable information (PII) from images of ID cards. The solution must comply with GDPR. Which THREE components should you include? (Select three.)

Question 16hardmultiple choice
Read the full Implement computer vision solutions explanation →

A company uses Azure AI Custom Vision to classify images of products. The model is deployed to a mobile app. The app sends images to the Custom Vision prediction endpoint. Users report that the app is slow when the network is poor. You need to enable offline inference on the mobile device. What should you do?

Question 17easymulti select
Read the full Implement computer vision solutions explanation →

Which TWO Azure services can be used to perform optical character recognition (OCR) on documents? (Select two.)

Question 18hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are developing a solution that uses Azure AI Video Indexer to analyze surveillance videos for suspicious activity. The solution must generate alerts when a person is detected in a restricted area. Which feature should you use?

Question 19mediummulti select
Read the full Implement computer vision solutions explanation →

Which THREE are valid uses of Azure AI Vision Image Analysis 4.0? (Select three.)

Question 20hardmultiple choice
Read the full Implement computer vision solutions explanation →

A bank uses Azure AI Document Intelligence to process loan applications. The solution must extract data from scanned PDFs and validate it against a database. The bank requires that all extracted data be encrypted at rest and in transit. Which security measure should you implement?

Question 21easymultiple choice
Read the full Implement computer vision solutions explanation →

You need to build a solution that detects whether a person is wearing a hard hat in a construction site image. Which Azure AI service should you use?

Question 22easymultiple choice
Read the full Implement computer vision solutions explanation →

You are building an application that analyzes images of handwritten notes. The application must extract the handwritten text and preserve the original layout, including line breaks and indentation. Which Azure AI service should you use?

Question 23mediummultiple choice
Read the full Implement computer vision solutions explanation →

You are developing a solution to detect defects on a manufacturing assembly line using computer vision. The solution must classify images as 'defective' or 'non-defective'. You have a limited set of labeled images (500 per class). Which approach should you recommend?

Question 24hardmultiple choice
Read the full Implement computer vision solutions explanation →

An application uses Azure AI Vision to analyze images and extract text. The application crashes when processing images with embedded barcodes. You suspect the issue is related to the image pre-processing. Which step should you add to the pipeline to resolve the issue?

Question 25easymultiple choice
Read the full Implement computer vision solutions explanation →

You need to analyze a live video stream from a security camera to detect people entering a restricted area. Which Azure AI service should you use?

Question 26mediummultiple choice
Read the full NAT/PAT explanation →

You are designing a solution that extracts information from scanned invoices. The solution must automatically classify invoices by vendor and extract key fields (total amount, date, invoice number). Which combination of Azure AI services should you use?

Question 27hardmultiple choice
Read the full Implement computer vision solutions explanation →

An application uses Azure AI Face API to perform face detection and verification. The application must ensure that only users with verified identities can access sensitive data. Which additional Azure service should you integrate to comply with Microsoft's Responsible AI standards for facial recognition?

Question 28mediummultiple choice
Read the full NAT/PAT explanation →

You need to build a solution that reads text from images in multiple languages, including Arabic and English, and translates the text into English. The solution must preserve the original layout as much as possible. Which combination of Azure AI services should you use?

Question 29easymultiple choice
Read the full Implement computer vision solutions explanation →

You are developing a mobile app that allows users to take a photo of a product and get information about it. The app must identify the product from the image. Which Azure AI service should you use?

Question 30hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are deploying a computer vision model using Azure AI Custom Vision with a small dataset of 200 images per class. The model shows high accuracy on training data but low accuracy on test data. Which action should you take to reduce overfitting?

Question 31mediummulti select
Read the full Implement computer vision solutions explanation →

Which TWO Azure AI services can be used to perform optical character recognition (OCR) on images? (Choose two.)

Question 32hardmulti select
Read the full Implement computer vision solutions explanation →

Which THREE factors should you consider when choosing between Azure AI Custom Vision and Azure AI Vision pre-built models for an image classification task? (Choose three.)

Question 33mediummulti select
Read the full Implement computer vision solutions explanation →

Which TWO Azure AI services provide capabilities to detect and analyze faces in images? (Choose two.)

Question 34mediummultiple choice
Read the full Implement computer vision solutions explanation →

You are calling the Azure AI Vision Image Analysis API with the above JSON request. The API returns a response that includes tags, objects, and a caption. However, the caption does not describe the image accurately. Which change should you make to improve the caption quality?

Exhibit

Refer to the exhibit.

{
  "url": "https://example.com/image.jpg",
  "features": [
    "tags",
    "objects",
    "caption"
  ],
  "language": "en",
  "model-version": "latest",
  "gender-neutral-caption": true
}
Question 35hardmultiple choice
Read the full Implement computer vision solutions explanation →

You have an Azure AI Vision resource named MyVisionService. You run the above Azure CLI command and get the keys. Your application uses key1 for authentication. You need to rotate the keys without downtime. What should you do?

Network Topology
name MyVisionServiceresource-group rg-visionRefer to the exhibit.Output:"key1": "abc123","key2": "def456"
Question 36mediummultiple choice
Read the full Implement computer vision solutions explanation →

You deploy the above ARM template to create an Azure AI Vision resource. After deployment, you try to call the Vision API from your application but receive a 403 Forbidden error. What is the most likely cause?

Exhibit

Refer to the exhibit.

{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "resources": [
    {
      "type": "Microsoft.CognitiveServices/accounts",
      "apiVersion": "2023-05-01",
      "name": "MyVisionService",
      "location": "[resourceGroup().location]",
      "sku": {
        "name": "S1"
      },
      "kind": "ComputerVision",
      "properties": {
        "customSubDomainName": "myvision",
        "networkAcls": {
          "defaultAction": "Deny"
        }
      }
    }
  ]
}
Question 37mediummultiple choice
Read the full Implement computer vision solutions explanation →

You are developing an application that processes images of handwritten forms. The forms contain checkboxes that may be checked or unchecked. Which Azure AI service should you use to detect the state of the checkboxes?

Question 38hardmultiple choice
Read the full Implement computer vision solutions explanation →

A manufacturing company uses Azure AI Custom Vision to detect defects on a production line. The model was trained with 500 images per class and achieves 95% accuracy. After deployment, the model's accuracy drops to 80% due to changes in lighting conditions. What is the most effective first step to improve the model's robustness?

Question 39easymultiple choice
Read the full Implement computer vision solutions explanation →

You need to analyze a video stream from a security camera to count the number of people entering a building. Which Azure AI service is most suitable?

Question 40mediummultiple choice
Read the full Implement computer vision solutions explanation →

Your team is building a mobile app that uses Azure AI Computer Vision to extract text from business cards. The app must handle cards in multiple languages (English, French, German). Which feature of the Computer Vision API should you use?

Question 41hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are deploying a Custom Vision object detection model to an Azure Container Instance for real-time inference. The model must respond within 500 ms. The default container runs on CPU. What should you do to meet the latency requirement?

Question 42easymultiple choice
Read the full Implement computer vision solutions explanation →

You need to detect if a photo contains adult or racy content. Which Azure AI Computer Vision feature should you use?

Question 43mediummultiple choice
Read the full Implement computer vision solutions explanation →

Your retail company uses Azure AI Face API to identify VIP customers when they enter a store. Due to privacy regulations, you must obtain explicit consent and store minimal biometric data. Which approach meets these requirements?

Question 44hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are using Azure AI Custom Vision to classify images of animals. The training set has 1000 images of cats and 1000 images of dogs. After training, the model performs well on the test set. However, when deployed, it misclassifies images of wolves as dogs. What is the most likely cause?

Question 45mediummultiple choice
Read the full NAT/PAT explanation →

You are building a solution to analyze images of handwritten medical prescriptions. The text is in English and includes drug names and dosages. Which combination of Azure AI services should you use?

Question 46mediummulti select
Read the full Implement computer vision solutions explanation →

Which TWO actions should you take to reduce the latency of an Azure AI Computer Vision OCR call on a large image?

Question 47hardmulti select
Read the full Implement computer vision solutions explanation →

Which THREE factors are critical to consider when designing a custom vision solution for a manufacturing quality inspection system?

Question 48easymulti select
Read the full Implement computer vision solutions explanation →

Which TWO Azure AI services can be used to extract text from images?

Question 49mediummultiple choice
Read the full Implement computer vision solutions explanation →

Refer to the exhibit. You are configuring an Azure AI Video Indexer job. The exhibit shows a JSON snippet of the job configuration. What will Video Indexer extract from the video?

Exhibit

{
  "version": "1.0",
  "recordings": [
    {
      "recordingId": "rec123",
      "sourceLanguage": "en-US",
      "targetLanguages": ["fr-FR", "de-DE"],
      "insightsToExtract": ["ocr", "faces", "labels"]
    }
  ]
}
Question 50hardmultiple choice
Read the full Implement computer vision solutions explanation →

Refer to the exhibit. You run the Azure CLI command shown. What is the output?

Network Topology
resource-group rg-visionname MyComputerVisionquery "key1"
Question 51easymultiple choice
Read the full Implement computer vision solutions explanation →

Refer to the exhibit. You are creating an Azure Cognitive Services account using an ARM template snippet. What type of account is being created?

Exhibit

{
  "kind": "CognitiveServices",
  "sku": {
    "name": "S0"
  },
  "properties": {
    "customSubDomainName": "myvision"
  }
}
Question 52mediummultiple choice
Read the full Implement computer vision solutions explanation →

You are building a computer vision solution to detect defects on a manufacturing assembly line. The solution must process images in real-time with low latency, and you need to choose an Azure service. Which service should you use?

Question 53hardmultiple choice
Read the full Implement computer vision solutions explanation →

A retail company uses Azure Computer Vision to analyze in-store camera feeds to count customers. The solution uses the Detect API on individual frames. Recently, the counts have been inaccurate due to overlapping people. Which action should you take to improve accuracy?

Question 54easymultiple choice
Read the full Implement computer vision solutions explanation →

You need to extract printed text from scanned invoices in multiple languages. Which Azure service should you use?

Question 55mediummultiple choice
Read the full NAT/PAT explanation →

A healthcare provider uses Azure Computer Vision to analyze medical images. They need to ensure patient data is not stored outside the Azure region. What should you configure?

Question 56hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are designing a solution to detect brand logos in social media images. The logos vary in size and orientation. You need to achieve high accuracy with minimal false positives. Which approach should you recommend?

Question 57easymultiple choice
Read the full Implement computer vision solutions explanation →

You need to analyze videos stored in Azure Blob Storage to detect objects and generate timestamps. Which Azure service should you use?

Question 58mediummultiple choice
Read the full Implement computer vision solutions explanation →

A company uses Azure Computer Vision to moderate user-generated content. The solution must detect adult content and flag it. Which API should you call?

Question 59hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are deploying a Custom Vision model to a production environment. The model must handle 100 predictions per second with low latency. Which deployment option should you choose?

Question 60easymultiple choice
Read the full Implement computer vision solutions explanation →

You need to extract handwritten text from scanned forms. Which Azure Computer Vision feature should you use?

Question 61mediummulti select
Read the full Implement computer vision solutions explanation →

Which TWO Azure services can be used to perform optical character recognition (OCR) on images?

Question 62hardmulti select
Read the full Implement computer vision solutions explanation →

Which THREE factors should you consider when selecting a pricing tier for Azure Computer Vision in a production environment?

Question 63easymulti select
Read the full Implement computer vision solutions explanation →

Which TWO features are available in Azure Computer Vision but not in Azure Custom Vision?

Question 64mediummultiple choice
Read the full Implement computer vision solutions explanation →

You call the Azure Computer Vision Analyze API with the above request body. The response includes a 'description' object with captions. Which parameter is responsible for generating captions?

Exhibit

Refer to the exhibit.

```json
{
  "url": "https://example.com/image.jpg",
  "visualFeatures": ["Categories", "Tags", "Description", "Faces", "ImageType", "Color", "Adult"],
  "details": ["Celebrities", "Landmarks"],
  "language": "en"
}
```
Question 65hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are creating a new Custom Vision project with the above JSON. The domainId corresponds to the 'Logo' domain. Which type of model will this project train?

Exhibit

Refer to the exhibit.

```json
{
  "name": "MyCustomVisionProject",
  "description": "Project for logo detection",
  "domainId": "0732100f-1a38-4e49-a514-c9b44d6978f0",
  "classificationType": "Multilabel",
  "targetExportPlatforms": ["DockerFile", "TensorFlow"]
}
```
Question 66hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are deploying a Custom Vision model to an Azure Machine Learning managed endpoint using the above ARM template snippet. The deployment fails with a timeout error. Which parameter should you adjust?

Exhibit

Refer to the exhibit.

```json
{
  "source": "/subscriptions/{subscription-id}/resourceGroups/{resource-group}/providers/Microsoft.MachineLearningServices/workspaces/{workspace-name}",
  "properties": {
    "model": {
      "name": "logo-detector",
      "version": 1,
      "type": "customvision"
    },
    "endpoint": {
      "name": "logo-endpoint",
      "authMode": "Key",
      "properties": {
        "compute": "CPU",
        "scoringTimeout": "PT5M"
      }
    }
  }
}
```
Question 67mediummultiple choice
Read the full Implement computer vision solutions explanation →

A company uses Azure AI Vision to analyze product images in an e-commerce application. The solution uses the Analyze Image API with OCR. Recently, the OCR accuracy has decreased for images with handwritten text on product labels. What should the team do to improve accuracy?

Question 68hardmultiple choice
Read the full NAT/PAT explanation →

You are designing a computer vision solution for a retail chain to detect shelf stockouts using store camera feeds. Videos are processed in near real-time. Which combination of Azure services should you use to minimize latency and cost?

Question 69easymultiple choice
Read the full Implement computer vision solutions explanation →

You are building a solution to detect if a person is wearing a hard hat in construction site images. You have a small dataset of labeled images. Which Azure service should you use?

Question 70mediummultiple choice
Read the full NAT/PAT explanation →

A healthcare organization uses Azure AI Vision to analyze medical images for abnormalities. The solution must ensure patient data is not stored in the service's logs. What should you configure?

Question 71hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are designing a solution that uses Azure AI Vision to extract text from scanned invoices. The invoices vary in layout and include both printed and handwritten fields. The solution must achieve high accuracy with minimal manual labeling. Which approach should you recommend?

Question 72easymultiple choice
Read the full Implement computer vision solutions explanation →

Your team is building a mobile app that uses Azure Custom Vision to classify plant species. The app must work offline and sync labeled images when connectivity is restored. Which SDK feature should you use?

Question 73mediummultiple choice
Read the full Implement computer vision solutions explanation →

You are troubleshooting an Azure AI Vision application that calls the Analyze Image API. The application suddenly returns HTTP 403 errors. The API key and endpoint have not changed. What is the most likely cause?

Question 74hardmultiple choice
Read the full Implement computer vision solutions explanation →

A manufacturing company uses Azure Custom Vision to detect defects on an assembly line. The model is deployed to a container on a local edge server. Recently, the model's accuracy dropped. You suspect data drift. What should you do to monitor and retrain the model?

Question 75mediummultiple choice
Read the full Implement computer vision solutions explanation →

You are building a solution to automatically tag images uploaded to an Azure Storage blob container using Azure AI Vision. The solution must process images as soon as they are uploaded. Which service should you use to trigger the image analysis?

Question 76mediummulti select
Read the full Implement computer vision solutions explanation →

You need to choose Azure services to build a computer vision pipeline that ingests images from multiple sources, extracts text using OCR, and stores extracted metadata in a Cosmos DB database. Which TWO services should you use?

Question 77hardmulti select
Read the full Implement computer vision solutions explanation →

Your organization uses Azure AI Vision to analyze surveillance images for security threats. The solution must comply with GDPR. Which TWO actions should you take?

Question 78easymulti select
Read the full Implement computer vision solutions explanation →

You are developing a solution to detect and redact personally identifiable information (PII) in images of documents. Which THREE Azure services can you use together?

Question 79hardmultiple choice
Read the full Implement computer vision solutions explanation →

Refer to the exhibit. You are configuring the Azure AI Vision Analyze Image API. You need to ensure that the response includes a list of detected objects and brands. Which parameter is missing from the request?

Exhibit

{
  "cognitiveServices": {
    "vision": {
      "analyze": {
        "visualFeatures": ["Categories", "Tags", "Description", "Objects", "Brands"],
        "details": ["Celebrities", "Landmarks"],
        "language": "en",
        "modelVersion": "latest"
      }
    }
  }
}
Question 80mediummultiple choice
Read the full Implement computer vision solutions explanation →

Refer to the exhibit. You have trained an object detection model in Azure Custom Vision. The model is published as 'defect-model'. You need to deploy this model to a Docker container for on-premises inference using the Azure IoT Edge runtime. What should you do first?

Exhibit

{
  "customvision": {
    "project": {
      "name": "DefectDetection",
      "type": "ObjectDetection",
      "domain": "General",
      "exportable": true
    },
    "training": {
      "iteration": {
        "name": "Iteration 5",
        "publishName": "defect-model",
        "status": "Completed",
        "performance": {
          "precision": 0.85,
          "recall": 0.78,
          "mAP": 0.82
        }
      }
    }
  }
}
Question 81hardmultiple choice
Read the full Implement computer vision solutions explanation →

Refer to the exhibit. You are using the Azure AI Face API to detect faces in an image. You need to ensure that the response includes the unique face ID for each detected face. However, the response does not contain face IDs. What is the most likely cause?

Exhibit

{
  "face": {
    "apiVersion": "2024-02-01",
    "parameters": {
      "returnFaceId": true,
      "returnFaceLandmarks": false,
      "returnFaceAttributes": ["age", "emotion", "hair"]
    }
  }
}
Question 82easymultiple choice
Read the full Implement computer vision solutions explanation →

You are building an application that needs to extract printed text from scanned invoices. Which Azure AI service should you use?

Question 83mediummultiple choice
Read the full NAT/PAT explanation →

You have a computer vision solution that analyzes security camera feeds to detect people and vehicles. The solution uses Azure AI Vision Spatial Analysis. You need to ensure compliance with privacy regulations by blurring detected faces. Which feature should you enable?

Question 84hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are deploying a custom image classification model using Azure AI Custom Vision. The model must achieve high accuracy on a dataset with subtle differences between classes. However, the training set is small (200 images per class). Which strategy should you use to improve model performance?

Question 85easymultiple choice
Read the full Implement computer vision solutions explanation →

Your application needs to determine whether two photos of the same person are of the same individual, even if they are from different angles. Which Azure AI service should you use?

Question 86mediummultiple choice
Read the full NAT/PAT explanation →

You are designing a solution that reads handwritten notes from patient intake forms. The solution must handle various handwriting styles. Which Azure AI capability should you use?

Question 87hardmultiple choice
Read the full Implement computer vision solutions explanation →

You have a real-time video processing pipeline using Azure AI Video Indexer. You need to detect when a specific person appears in archived video footage. Which approach minimizes latency and cost?

Question 88easymultiple choice
Read the full Implement computer vision solutions explanation →

Your company wants to moderate user-uploaded images for adult content. Which Azure AI service should you use?

Question 89mediummultiple choice
Read the full Implement computer vision solutions explanation →

You are building a mobile app that allows users to take a photo of a product and get detailed information. The app uses Azure AI Custom Vision to classify products. You need to ensure low latency for inference. What should you do?

Question 90hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are implementing a solution that uses Azure AI Vision to analyze images in a batch processing pipeline. The pipeline processes thousands of images daily. You need to minimize cost while ensuring that all images are processed within 24 hours. Which service tier should you choose?

Question 91mediummulti select
Read the full Implement computer vision solutions explanation →

You need to design a computer vision solution that detects defects in manufactured parts on a conveyor belt. The solution must run in near real-time and adapt to new defect types without retraining from scratch. Which TWO approaches should you consider?

Question 92hardmulti select
Read the full Implement computer vision solutions explanation →

You are building a document processing solution that extracts information from invoices. The invoices come in various formats and languages. You need to extract line items, totals, and supplier names. Which THREE services should you combine?

Question 93easymulti select
Read the full Implement computer vision solutions explanation →

You are tasked with creating a solution that can identify and count people in a retail store to analyze foot traffic. Which TWO Azure AI services can be used together?

Question 94hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are a senior AI engineer at a manufacturing company. The company has a production line that uses cameras to capture images of assembled products. The current system uses a set of rule-based heuristics to detect defects, but it has high false-positive rates. You have been tasked to design a new computer vision solution using Microsoft Azure AI services. The solution must:

- Detect defects such as scratches, dents, and misalignments in real-time as products move on the conveyor belt (frame rate of 30 fps). - Support continuous learning: when a new defect type is discovered, the model should be updated without retraining the entire model from scratch. - Operate with low latency (<100 ms per inference) to keep up with the production speed. - Use only fully managed services (no custom containers or edge devices). - The factory network has limited internet bandwidth, so the solution must minimize data transfer.

Which approach should you recommend?

Question 95mediummultiple choice
Read the full Implement computer vision solutions explanation →

A company is building a solution to analyze customer reviews images using Azure AI Vision. They need to extract text from images that may contain both printed and handwritten text. Which feature should they use?

Question 96hardmultiple choice
Read the full Implement computer vision solutions explanation →

A retail company uses Azure AI Vision to analyze shelf images for inventory management. They notice that the Object Detection model sometimes misses small items. What is the most effective way to improve detection of small objects?

Question 97easymultiple choice
Read the full Implement computer vision solutions explanation →

A company wants to moderate user-generated images for adult content. Which Azure AI Vision feature should they use?

Question 98mediummultiple choice
Read the full Implement computer vision solutions explanation →

A healthcare organization uses Custom Vision to classify X-ray images. They have a small dataset of 200 images per class. Which strategy will most likely improve model accuracy?

Question 99hardmultiple choice
Read the full Implement computer vision solutions explanation →

A company uses the Face API to detect and identify employees for building access. They need to ensure that the system complies with GDPR requirements for biometric data. Which action should they take?

Question 100mediummultiple choice
Read the full Implement computer vision solutions explanation →

A company uses the Computer Vision Image Analysis API to generate captions for images. The captions are often too generic. How can they improve the descriptiveness of captions?

Question 101easymultiple choice
Read the full Implement computer vision solutions explanation →

A company wants to extract key-value pairs from scanned invoices using Azure AI. Which service should they use?

Question 102hardmultiple choice
Read the full Implement computer vision solutions explanation →

A company uses the Face API for identity verification. During testing, they find that the similarity scores between two images of the same person are lower than expected. Which factor is most likely causing this?

Question 103mediummulti select
Read the full Implement computer vision solutions explanation →

Which TWO Azure AI services can be used to detect objects in images?

Question 104hardmulti select
Read the full Implement computer vision solutions explanation →

Which THREE factors should be considered when choosing between Azure AI Vision prebuilt models and Custom Vision?

Question 105mediummulti select
Read the full Implement computer vision solutions explanation →

Which TWO Azure AI services can perform optical character recognition (OCR)?

Question 106hardmultiple choice
Read the full Implement computer vision solutions explanation →

You are analyzing an image using the Azure AI Vision REST API with the JSON request above. The response includes a description: 'a person holding a smartphone'. However, the response does not include any brand information even though the smartphone is clearly visible. What is the most likely reason?

Exhibit

Refer to the exhibit.
{
  "url": "https://example.com/image.jpg",
  "features": [
    "description",
    "tags",
    "objects",
    "brands"
  ],
  "language": "en",
  "model-version": "latest",
  "smartcrops-aspect-ratios": [1.0, 1.5]
}
Question 107hardmultiple choice
Read the full Implement computer vision solutions explanation →

You work for a manufacturing company that uses Azure AI services to automate quality inspection on a production line. You have a Custom Vision object detection model that identifies defects on metal parts. The model was trained on images captured under ideal lighting conditions. However, when deployed in the factory, the model's accuracy drops significantly due to inconsistent lighting and glare. You need to improve the model's robustness without collecting new images from the factory floor. What should you do?

Question 108mediummultiple choice
Read the full NAT/PAT explanation →

You are developing a solution for a hospital that uses the Face API to identify patients from photos taken at check-in. The system must be HIPAA compliant. You need to ensure that face data is protected and not retained longer than necessary. The hospital wants to use the Face API for identification only during the patient's visit. After discharge, the face data should be deleted. What is the recommended approach?

Question 109mediummultiple choice
Read the full Implement computer vision solutions explanation →

A retail company uses the Computer Vision Image Analysis API to generate tags for product images in their e-commerce catalog. They want to automatically tag images with product categories such as 'electronics', 'clothing', and 'home goods'. The prebuilt tags often misclassify items. For example, a smartphone is tagged as 'communication device' instead of 'electronics'. You need to improve the tagging accuracy for the company's specific product categories without building a completely new model. What should you do?

Question 110mediummulti select
Read the full Implement computer vision solutions explanation →

A company is building a computer vision solution using Azure AI Vision to analyze images of retail shelves. The solution must detect product presence and read expiration dates. Which TWO Azure AI Vision features should be used?

Question 111hardmulti select
Read the full Implement computer vision solutions explanation →

A manufacturing company uses Azure AI Custom Vision to classify defects on assembly line parts. The model is currently trained with 500 images per class and achieves 85% accuracy. The company needs to improve accuracy to 95% without collecting new images. Which THREE actions should they take?

Question 112easymultiple choice
Read the full Implement computer vision solutions explanation →

You are a developer for a healthcare startup. They are building a mobile app that allows users to take photos of prescription labels and extract medication names, dosages, and frequencies. The app must run on iOS and Android devices. The solution should use a pre-built AI service with minimal custom code. What should you recommend?

Question 113mediummultiple choice
Read the full Implement computer vision solutions explanation →

A retail company uses Azure AI Vision to analyze in-store video feeds. They want to detect when employees are not wearing required safety vests. The solution must send real-time alerts to store managers. Video feeds are captured from existing CCTV cameras. Which approach should you recommend?

Question 114hardmultiple choice
Read the full NAT/PAT explanation →

A financial services company is building a computer vision solution to automatically extract data from scanned checks. The solution must recognize handwritten amounts, printed account numbers, and signature presence. The company has a large dataset of labeled check images. They need high accuracy and the ability to retrain with new data. Which Azure service should they use?

Question 115mediummultiple choice
Read the full Implement computer vision solutions explanation →

A museum wants to create an interactive exhibit where visitors take a photo of a painting and the app provides information about the artist and historical period. The solution must use a pre-built AI service and be deployed on Azure. Which approach should you recommend?

Question 116hardmultiple choice
Read the full Implement computer vision solutions explanation →

A logistics company uses Azure AI Vision to analyze images of packages on conveyor belts. They need to detect damaged packages and read tracking numbers. The solution must process high throughput (1000 images per minute) with low latency (<500ms per image). The images are captured by fixed cameras. Which approach should you recommend?

Question 117easymultiple choice
Read the full Implement computer vision solutions explanation →

A university is developing an app for students to take photos of handwritten notes and convert them to digital text. The app must support multiple languages including English and Spanish. The solution should use a pre-built AI service. Which Azure service should you use?

Practice tests

Scored 10-question sessions with instant feedback and explanations.

AI-102 Practice Test 1 — 10 Questions→AI-102 Practice Test 2 — 10 Questions→AI-102 Practice Test 3 — 10 Questions→AI-102 Practice Test 4 — 10 Questions→AI-102 Practice Test 5 — 10 Questions→AI-102 Practice Exam 1 — 20 Questions→AI-102 Practice Exam 2 — 20 Questions→AI-102 Practice Exam 3 — 20 Questions→AI-102 Practice Exam 4 — 20 Questions→Free AI-102 Practice Test 1 — 30 Questions→Free AI-102 Practice Test 2 — 30 Questions→Free AI-102 Practice Test 3 — 30 Questions→AI-102 Practice Questions 1 — 50 Questions→AI-102 Practice Questions 2 — 50 Questions→AI-102 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

Implement an agentic solutionImplement computer vision solutionsImplement knowledge mining and information extraction solutionsImplement image and video processing solutionsImplement natural language processing solutionsImplement generative AI solutionsImplement agentic AI solutionsImplement knowledge mining and document intelligence solutionsPlan and manage an Azure AI solutionImplement content moderation solutions

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Implement computer vision solutions setsAll Implement computer vision solutions questionsAI-102 Practice Hub