- A
Train a custom model from scratch on proprietary data stored on-premise
Why wrong: Training from scratch requires substantial data science resources and may not be necessary for this use case.
- B
Use the PaLM API directly with anonymized customer data
Why wrong: Even anonymized data sent to a public API may be processed outside the company's control, violating privacy policies.
- C
Encrypt all data in transit and at rest using customer-managed encryption keys
Why wrong: Encryption protects data in transit and at rest but does not guarantee that the model provider doesn't access the data during processing.
- D
Enable data residency and use prompt engineering to avoid including personally identifiable information
Vertex AI allows data to stay in specific regions, and careful prompt design can generate personalized content without exposing raw PII.
Quick Answer
The correct answer is to enable data residency and use prompt engineering to avoid including personally identifiable information. Data residency ensures that all customer data processed by the PaLM API is stored and computed within a specific geographic region, directly addressing regulatory compliance requirements like GDPR or local data sovereignty laws. Prompt engineering complements this by allowing the retailer to structure inputs so that no PII is ever sent to the API, eliminating the privacy risk at the source rather than relying on post-processing encryption. On the Google Cloud Generative AI Leader exam, this question tests your understanding that privacy mitigation is a layered responsibility—combining infrastructure controls with careful prompt design—and it often appears as a trap where candidates mistakenly choose encryption alone, which does not prevent the API from processing sensitive data. A useful memory tip: think of data residency as the “where” and prompt engineering as the “what”—together they keep sensitive data both geographically contained and logically excluded.
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. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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 retailer wants to generate personalized product descriptions using PaLM API. They have concerns about data privacy. What is the best practice to mitigate these concerns?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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
Enable data residency and use prompt engineering to avoid including personally identifiable information
Option D is correct because data residency ensures customer data is processed and stored within a specific geographic region, addressing regulatory compliance, while prompt engineering allows the retailer to avoid sending PII to the PaLM API entirely. This combination mitigates privacy risks without requiring custom model training or relying solely on encryption, which does not prevent the API from processing sensitive data.
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.
- ✗
Train a custom model from scratch on proprietary data stored on-premise
Why it's wrong here
Training from scratch requires substantial data science resources and may not be necessary for this use case.
- ✗
Use the PaLM API directly with anonymized customer data
Why it's wrong here
Even anonymized data sent to a public API may be processed outside the company's control, violating privacy policies.
- ✗
Encrypt all data in transit and at rest using customer-managed encryption keys
Why it's wrong here
Encryption protects data in transit and at rest but does not guarantee that the model provider doesn't access the data during processing.
- ✓
Enable data residency and use prompt engineering to avoid including personally identifiable information
Why this is correct
Vertex AI allows data to stay in specific regions, and careful prompt design can generate personalized content without exposing raw PII.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Google Cloud often tests the misconception that encryption alone (Option C) is sufficient for data privacy, when in fact it does not prevent the API from accessing or processing the data, which is the core concern in this scenario.
Detailed technical explanation
How to think about this question
Data residency in Google Cloud is enforced via the 'Location' parameter in the API request, which restricts data processing to a specific region (e.g., 'us-central1'), and is backed by contractual commitments under the Data Processing Addendum (DPA). Prompt engineering techniques, such as using placeholders like '[CUSTOMER_NAME]' and resolving them client-side, ensure that PII never leaves the retailer's infrastructure, aligning with GDPR's data minimization principle. A real-world scenario is a healthcare retailer using PaLM to generate product descriptions without exposing patient health information (PHI) by substituting PHI with generic tokens before API calls.
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: Enable data residency and use prompt engineering to avoid including personally identifiable information — Option D is correct because data residency ensures customer data is processed and stored within a specific geographic region, addressing regulatory compliance, while prompt engineering allows the retailer to avoid sending PII to the PaLM API entirely. This combination mitigates privacy risks without requiring custom model training or relying solely on encryption, which does not prevent the API from processing sensitive data.
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.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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 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.