- A
Deploy a single US resource with geo-replication and Front Door.
Why wrong: Data residency violation.
- B
Deploy separate resources in each region with Traffic Manager and geo-replication.
Complies with data residency and handles traffic.
- C
Deploy US-only resources with CDN caching.
Why wrong: Data residency violation and caching may not suffice.
- D
Deploy Language in each region with a global Search resource.
Why wrong: Global search may not comply with data residency.
Quick Answer
The answer is Option B, deploying separate Azure AI Language and Azure AI Search resources in each region with Azure Traffic Manager and geo-replication. This design directly satisfies data residency regulations by ensuring EU and Asian customer data never leaves its regional boundary, while Traffic Manager provides latency-based routing and geo-replication for Azure AI Search delivers the high availability needed to absorb a 10x traffic surge without downtime. On the AI-102 exam, this scenario tests your ability to balance compliance, scalability, and disaster recovery in a multi-region Azure AI architecture—a common real-world challenge. The trap is assuming a single global resource or caching alone can meet strict data residency laws; remember that Azure AI Language does not support geo-replication, so you must deploy separate instances per region. Memory tip: “Separate for sovereignty, replicate for availability.”
AI-102 Plan and manage an Azure AI solution Practice Question
This AI-102 practice question tests your understanding of plan and manage an azure ai solution. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
You are the AI architect for a global e-commerce company. The company uses Azure AI services to power its product recommendation engine. The current solution uses Azure AI Language to extract product attributes from descriptions and Azure AI Search to index and retrieve products. The company is expanding to new markets and must comply with data residency regulations in the European Union and Asia. Additionally, the solution must handle a 10x increase in traffic during holiday sales without downtime. You need to design a solution that meets these requirements. The solution must use Azure AI Language and Azure AI Search. You have the following options: A) Deploy separate Azure AI Language and Azure AI Search resources in each region (EU and Asia) and use Azure Traffic Manager to route users to the nearest region. Use geo-replication for Azure AI Search. B) Deploy a single Azure AI Language resource in the US and use Azure AI Search with geo-replication to handle traffic. Use Azure Front Door for global routing. C) Deploy Azure AI Language resources in each region and use a global Azure AI Search resource with replication. Use Azure Load Balancer to distribute traffic. D) Deploy Azure AI Language and Azure AI Search resources in the US only, and use Azure CDN to cache responses globally. Which option should you choose?
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
Deploy separate resources in each region with Traffic Manager and geo-replication.
Option B is correct because deploying separate Azure AI Language and Azure AI Search resources in each region (EU and Asia) ensures compliance with data residency regulations by keeping data within regional boundaries. Azure Traffic Manager routes users to the nearest region for low latency, and geo-replication for Azure AI Search provides high availability and disaster recovery, handling the 10x traffic increase during holiday sales without downtime.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Deploy a single US resource with geo-replication and Front Door.
Why it's wrong here
Data residency violation.
- ✓
Deploy separate resources in each region with Traffic Manager and geo-replication.
Why this is correct
Complies with data residency and handles traffic.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Deploy US-only resources with CDN caching.
Why it's wrong here
Data residency violation and caching may not suffice.
- ✗
Deploy Language in each region with a global Search resource.
Why it's wrong here
Global search may not comply with data residency.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may assume a single global resource with geo-replication or caching (Options A, C, D) can satisfy data residency, but they overlook that data processing and storage must both occur within the specific region to comply with regulations, not just be replicated or cached elsewhere.
Detailed technical explanation
How to think about this question
Azure AI Search geo-replication uses a primary replica in one region and secondary replicas in paired regions, enabling failover and read-only access during outages. Azure Traffic Manager uses DNS-based routing with endpoint monitoring and configurable routing methods (e.g., performance, geographic) to direct traffic to the nearest healthy endpoint. Data residency compliance requires that both processing (Azure AI Language) and storage (Azure AI Search) resources are deployed within the same geographic boundary, as regulatory frameworks like GDPR and Asia-Pacific data laws mandate that personal data not leave the region.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Plan and manage an Azure AI solution — study guide chapter
Learn the concepts, then practise the questions
- →
Plan and manage an Azure AI solution practice questions
Targeted practice on this topic area only
- →
All AI-102 questions
988 questions across all exam domains
- →
Microsoft Azure AI Engineer Associate AI-102 study guide
Full concept coverage aligned to exam objectives
- →
AI-102 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AI-102 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Implement an agentic solution practice questions
Practise AI-102 questions linked to Implement an agentic solution.
Implement computer vision solutions practice questions
Practise AI-102 questions linked to Implement computer vision solutions.
Implement knowledge mining and information extraction solutions practice questions
Practise AI-102 questions linked to Implement knowledge mining and information extraction solutions.
Implement image and video processing solutions practice questions
Practise AI-102 questions linked to Implement image and video processing solutions.
Implement natural language processing solutions practice questions
Practise AI-102 questions linked to Implement natural language processing solutions.
Implement generative AI solutions practice questions
Practise AI-102 questions linked to Implement generative AI solutions.
Implement agentic AI solutions practice questions
Practise AI-102 questions linked to Implement agentic AI solutions.
Implement knowledge mining and document intelligence solutions practice questions
Practise AI-102 questions linked to Implement knowledge mining and document intelligence solutions.
Plan and manage an Azure AI solution practice questions
Practise AI-102 questions linked to Plan and manage an Azure AI solution.
Implement content moderation solutions practice questions
Practise AI-102 questions linked to Implement content moderation solutions.
AI-102 fundamentals practice questions
Practise AI-102 questions linked to AI-102 fundamentals.
AI-102 scenario practice questions
Practise AI-102 questions linked to AI-102 scenario.
Practice this exam
Start a free AI-102 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AI-102 question test?
Plan and manage an Azure AI solution — This question tests Plan and manage an Azure AI solution — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Deploy separate resources in each region with Traffic Manager and geo-replication. — Option B is correct because deploying separate Azure AI Language and Azure AI Search resources in each region (EU and Asia) ensures compliance with data residency regulations by keeping data within regional boundaries. Azure Traffic Manager routes users to the nearest region for low latency, and geo-replication for Azure AI Search provides high availability and disaster recovery, handling the 10x traffic increase during holiday sales without downtime.
What should I do if I get this AI-102 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 24, 2026
This AI-102 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-102 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.