Question 361 of 500
Business Strategies for Generative AI SolutionshardMultiple ChoiceObjective-mapped

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?

Question 1hardmultiple choice
Full question →

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.

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.

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 →

How Courseiva writes practice questions · Editorial policy

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

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.

Loading comments…

Sign in to join the discussion.

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.