- A
Deploy the bot in a single EU region and rely on CDN for static content.
Why wrong: CDN does not reduce latency for dynamic chatbot responses.
- B
Use Azure Front Door to route traffic to a single bot hosted in West Europe.
Why wrong: Single region may cause high latency for users outside West Europe.
- C
Deploy the bot and all supporting services in multiple EU regions, e.g., West Europe and North Europe, without cross-region data replication.
Data stays within EU; multiple regions provide low latency.
- D
Deploy the bot in multiple global regions and use Cosmos DB with multi-region writes.
Why wrong: Data may replicate outside EU.
Quick Answer
The correct architecture is to deploy the bot and all supporting services in multiple EU regions, such as West Europe and North Europe, without cross-region data replication. This satisfies the customer’s data residency requirement because all customer data remains within the European Union boundaries, while the multi-region deployment across EU datacenters provides low latency for users across Europe. On the Microsoft Azure AI Engineer Associate AI-102 exam, this scenario tests your understanding of balancing Azure AI data residency latency optimization with compliance—a common trap is assuming that global replication or a single region is sufficient, but the key is that Azure OpenAI Service and Azure AI Bot Service can be deployed regionally without replicating data across borders. Remember the memory tip: “Keep data in the EU, spread the compute for speed.”
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 developing a chatbot using Azure AI Bot Service that uses Azure OpenAI Service for natural language understanding. The chatbot must be deployed in multiple regions for low latency. However, the customer requires that all customer data remain within the European Union. Which architecture should you recommend?
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 the bot and all supporting services in multiple EU regions, e.g., West Europe and North Europe, without cross-region data replication.
Option C is correct because deploying the bot and all supporting services in multiple EU regions (e.g., West Europe and North Europe) ensures low latency for users across Europe while keeping all customer data within the European Union. Azure OpenAI Service and Azure AI Bot Service can be deployed regionally without cross-region data replication, satisfying the data residency requirement. This architecture avoids any data leaving EU boundaries while providing geographic redundancy for performance.
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 the bot in a single EU region and rely on CDN for static content.
Why it's wrong here
CDN does not reduce latency for dynamic chatbot responses.
- ✗
Use Azure Front Door to route traffic to a single bot hosted in West Europe.
Why it's wrong here
Single region may cause high latency for users outside West Europe.
- ✓
Deploy the bot and all supporting services in multiple EU regions, e.g., West Europe and North Europe, without cross-region data replication.
Why this is correct
Data stays within EU; multiple regions provide low latency.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Deploy the bot in multiple global regions and use Cosmos DB with multi-region writes.
Why it's wrong here
Data may replicate outside EU.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often assume multi-region deployment automatically requires cross-region data replication (like Cosmos DB multi-region writes), but the correct approach is to deploy independent regional instances without replicating data across regions to satisfy strict data residency requirements.
Detailed technical explanation
How to think about this question
Azure AI Bot Service and Azure OpenAI Service are regional services that can be deployed independently per region; each instance processes requests locally without needing cross-region data synchronization. For low latency, you can use Azure Traffic Manager or Azure Front Door with regional endpoints to route users to the nearest EU region, but the key is that each region's services operate on isolated data stores (e.g., regional Cosmos DB or Blob Storage) that never replicate data outside the EU. In practice, this means you must configure separate Azure OpenAI resource instances per region, each with its own data residency boundary, and ensure no global replication policies are enabled on supporting services like Cosmos DB or Azure Cognitive Search.
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 the bot and all supporting services in multiple EU regions, e.g., West Europe and North Europe, without cross-region data replication. — Option C is correct because deploying the bot and all supporting services in multiple EU regions (e.g., West Europe and North Europe) ensures low latency for users across Europe while keeping all customer data within the European Union. Azure OpenAI Service and Azure AI Bot Service can be deployed regionally without cross-region data replication, satisfying the data residency requirement. This architecture avoids any data leaving EU boundaries while providing geographic redundancy for performance.
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 →
Same concept, more angles
2 more ways this is tested on AI-102
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company is deploying an Azure AI solution that uses Azure Cognitive Services. The solution must comply with data residency requirements that mandate all customer data be stored within a specific geographic region. Which action should the company take when creating the Cognitive Services resource?
easy- A.Apply a resource tag that specifies the region.
- B.Configure the endpoint URL to point to a regional endpoint.
- C.Set the SKU to a tier that supports regional restrictions.
- ✓ D.Select the appropriate region during resource creation.
Why D: Data residency requirements are satisfied by physically storing customer data within a specific geographic boundary. When creating an Azure Cognitive Services resource, selecting the appropriate region (e.g., 'West Europe' or 'East US') during the provisioning process ensures that all data processed and stored by that service instance remains within that Azure datacenter region. This is the fundamental and only guaranteed method to enforce data residency at the resource level.
Variation 2. You are deploying an Azure AI solution that uses Azure OpenAI Service. The solution must be deployed in a way that minimizes latency for users in Asia. However, the company's data residency policy requires data to stay in the United States. What should you do?
hard- A.Use Azure CDN to cache the model responses in Asia.
- B.Deploy the Azure OpenAI Service in an Asian region and use Azure Front Door to route traffic.
- C.Deploy the service in multiple regions globally and use Traffic Manager for routing.
- ✓ D.Deploy the service in a US region and use Azure Front Door with caching to reduce latency.
Why D: Option D is correct because it satisfies both requirements: data residency (deploying in a US region keeps data within the United States) and latency reduction for Asian users. Azure Front Door with caching stores frequently accessed model responses at edge locations closer to users in Asia, minimizing round-trip time without moving the origin data.
Keep practising
More AI-102 practice questions
- Drag and drop the steps to set up Azure AI Content Safety for content moderation into the correct order.
- Drag and drop the steps to configure an Azure AI Search index with a custom skill into the correct order.
- Drag and drop the steps to deploy a custom language model using Azure AI Language into the correct order.
- Drag and drop the steps to implement an Azure AI Bot Service with QnA Maker into the correct order.
- A company is using Azure AI Vision to analyze images from a manufacturing line. The solution must detect defects in real…
- A company is deploying a generative AI solution using Azure OpenAI Service to generate product descriptions. The solutio…
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.