🔥 40% Off Crucial Exams Memberships — This Week Only

3 days, 13 hours remaining!

Microsoft Azure AI Engineer Associate AI-102 Practice Question

You need to build a Python‐based OCR pipeline that extracts text from multipage PDF files stored in Azure Blob Storage. You have provisioned an Azure AI Vision resource and will use the Read 3.2 REST API. Which implementation sequence correctly completes the pipeline?

    1. Send a POST request to /vision/v3.2/read/analyze with the SAS URL of the PDF.
    2. Read the Operation-Location header that is returned.
    3. Repeatedly issue a GET request to the URL in Operation-Location until the status field equals "succeeded".
    4. Parse the lines field in the JSON response to obtain the extracted text.
    1. Stream every page of the PDF to /vision/v2.0/recognizeText with mode=Printed.
    2. After a fixed 30-second delay, issue a single GET call to /recognizeTextResults to retrieve text in boundingRegions.
    1. Upload the PDF to an Azure AI Document Intelligence resource.
    2. Call the prebuilt Receipt model's analyze endpoint.
    3. Read the readResults array in the synchronous response to obtain text.
    1. Send a PUT request to /vision/v3.0/ocr with the PDF content.
    2. Await the synchronous response that contains a regions array with text lines.
Microsoft Azure AI Engineer Associate AI-102
Implement knowledge mining and information extraction solutions
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot