AI-103 Implement Generative AI And Agentic Solutions Practice Question
You are optimizing a RAG pipeline in Azure AI Foundry. Users complain that answers are missing key numerical details because important tables within PDF documents are being split across chunk boundaries during ingestion. What is the recommended remediation?
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
✓
Use Azure AI Document Intelligence with layout extraction to parse tables and maintain table structure during chunking
Using specialized document intelligence layout models or hierarchical chunking strategies ensures tables are parsed as coherent structures and kept intact within single chunks.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Use Azure AI Document Intelligence with layout extraction to parse tables and maintain table structure during chunking
Why this is correct
Document Intelligence accurately extracts table structures, preventing table fragmentation across text chunks.
- ✗
Increase the embedding model dimensions from 1536 to 3072
Why it's wrong here
Embedding dimensions affect vector representation capacity, not how source documents are parsed and chunked.
- ✗
Set the Azure OpenAI model max_tokens parameter to 4096
Why it's wrong here
max_tokens limits output generation length, not the ingestion chunking process.
- ✗
Apply Azure AI Content Safety image analysis on all PDF pages
Why it's wrong here
Content Safety analyzes images for policy violations, not document layout parsing.
About these practice questions
Courseiva writes every AI-103 question from scratch — 510 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 →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Microsoft exam blueprint
This AI-103 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-103 exam.