- A
Deploy separate model instances in each country's cloud region.
Ensures data never leaves the country, meeting local compliance requirements.
- B
Use a federated learning approach where data stays on-premises.
Why wrong: Federated learning is for training, not real-time inference; inference would still need data to leave.
- C
Deploy a single model in a US region and use data masking.
Why wrong: Data masking may not satisfy strict residency laws; data still leaves the region.
- D
Use a third-party API that processes data outside Europe.
Why wrong: This likely violates data residency laws by exporting data.
Quick Answer
The answer is to deploy separate model instances in each country’s cloud region. This approach directly satisfies data sovereignty compliance because it ensures that all training and inference data remains within national borders, never crossing into another jurisdiction—a core requirement of GDPR’s data localization mandates. By using regional cloud infrastructure, such as Google Cloud’s europe-west1 or europe-west4, the bank avoids any cross-border data transfer, which is the primary technical challenge in multi-region GenAI deployment. On the Google Cloud Generative AI Leader exam, this question tests your understanding of how data residency laws override architectural convenience; a common trap is choosing a single centralized model with data masking, which still violates sovereignty if data physically leaves the country. Remember the mnemonic “One Region, One Model” to recall that for strict data residency, you must isolate both compute and storage per jurisdiction.
Generative AI Leader Practice Question: Business Strategies for Generative AI Solutions
This Generative AI Leader practice question tests your understanding of business strategies for generative ai solutions. 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.
A global bank wants to deploy a generative AI assistant for employees across multiple European countries, each with strict data residency laws. Which deployment strategy is most compliant?
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 model instances in each country's cloud region.
Option A is correct because deploying separate model instances in each country's cloud region ensures that data never crosses national borders, directly complying with strict data residency laws like the GDPR's data localization requirements. This strategy uses regional cloud infrastructure (e.g., AWS eu-central-1, Azure westeurope) to keep both training and inference data within the specific jurisdiction, avoiding any cross-border data transfer.
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 separate model instances in each country's cloud region.
Why this is correct
Ensures data never leaves the country, meeting local compliance requirements.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Use a federated learning approach where data stays on-premises.
Why it's wrong here
Federated learning is for training, not real-time inference; inference would still need data to leave.
- ✗
Deploy a single model in a US region and use data masking.
Why it's wrong here
Data masking may not satisfy strict residency laws; data still leaves the region.
- ✗
Use a third-party API that processes data outside Europe.
Why it's wrong here
This likely violates data residency laws by exporting data.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Google Cloud often tests the misconception that data masking or anonymization alone satisfies data residency laws, but the trap here is that data residency requires the data to physically remain within the jurisdiction, not just be obfuscated.
Detailed technical explanation
How to think about this question
Under the hood, this strategy leverages cloud provider's regional isolation features, such as AWS Local Zones or Azure Availability Zones, which guarantee that data never leaves the designated geographic boundary. For inference, the model can be containerized (e.g., using Docker with NVIDIA Triton Inference Server) and deployed via Kubernetes across multiple regions, with each instance configured to store logs and caches locally. A real-world scenario is a bank deploying a Llama 2-based assistant in Germany using AWS Frankfurt, where the model weights are stored in S3 with bucket policies enforcing eu-central-1 only, and all inference requests are routed via CloudFront with geographic restrictions.
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
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
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.
- →
Business Strategies for Generative AI Solutions — study guide chapter
Learn the concepts, then practise the questions
- →
Business Strategies for Generative AI Solutions practice questions
Targeted practice on this topic area only
- →
All Generative AI Leader questions
500 questions across all exam domains
- →
Google Cloud Generative AI Leader Generative AI Leader study guide
Full concept coverage aligned to exam objectives
- →
Generative AI Leader practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related Generative AI Leader practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Fundamentals of Generative AI practice questions
Practise Generative AI Leader questions linked to Fundamentals of Generative AI.
Business Strategies for Generative AI Solutions practice questions
Practise Generative AI Leader questions linked to Business Strategies for Generative AI Solutions.
Google Cloud's Generative AI Offerings practice questions
Practise Generative AI Leader questions linked to Google Cloud's Generative AI Offerings.
Techniques to Improve Generative AI Model Output practice questions
Practise Generative AI Leader questions linked to Techniques to Improve Generative AI Model Output.
Generative AI Leader fundamentals practice questions
Practise Generative AI Leader questions linked to Generative AI Leader fundamentals.
Generative AI Leader scenario practice questions
Practise Generative AI Leader questions linked to Generative AI Leader scenario.
Generative AI Leader troubleshooting practice questions
Practise Generative AI Leader questions linked to Generative AI Leader troubleshooting.
Practice this exam
Start a free Generative AI Leader 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 Generative AI Leader question test?
Business Strategies for Generative AI Solutions — This question tests Business Strategies for Generative AI Solutions — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Deploy separate model instances in each country's cloud region. — Option A is correct because deploying separate model instances in each country's cloud region ensures that data never crosses national borders, directly complying with strict data residency laws like the GDPR's data localization requirements. This strategy uses regional cloud infrastructure (e.g., AWS eu-central-1, Azure westeurope) to keep both training and inference data within the specific jurisdiction, avoiding any cross-border data transfer.
What should I do if I get this Generative AI Leader 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
1 more ways this is tested on Generative AI Leader
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 global company deploying gen AI across multiple regions needs to minimize latency and comply with data sovereignty. What architecture should they adopt?
hard- A.Single global deployment with CDN
- ✓ B.Multi-region deployment with Vertex AI
- C.Use a third-party API
- D.On-premises deployment only
Why B: Option D is correct because multi-region deployment with Vertex AI allows serving models close to users (low latency) while adhering to data residency requirements. Option A is wrong because a single global deployment may violate data sovereignty and increase latency. Option B is wrong because on-premises deployment is costly and limits scalability. Option C is wrong because third-party APIs may not offer multi-region data control.
Last reviewed: Jun 30, 2026
This Generative AI Leader practice question is part of Courseiva's free Google Cloud 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 Generative AI Leader 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.