Generative AI Leader Practice Question: Business Strategies for Generative AI Solutions
A team built a GenAI chatbot that uses a vector database to retrieve context. Users report irrelevant responses. What is the most likely business strategy issue?
⚠ Common exam trap
Google Cloud often tests the misconception that irrelevant responses are caused by model size or overfitting, when in fact the retrieval stage (embedding model and vector search) is the primary bottleneck in a RAG architecture.
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
✓
The embedding model is not aligned with the domain vocabulary
Irrelevant responses in a RAG (Retrieval-Augmented Generation) chatbot most often stem from the embedding model failing to capture domain-specific semantics. If the embedding model was trained on general text (e.g., Wikipedia) but the chatbot operates in a specialized field like legal or medical, the vector similarity search will retrieve context that is semantically distant from the user's query, leading to irrelevant answers. This is a business strategy issue because the team chose an embedding model that does not align with their domain vocabulary, undermining the entire retrieval pipeline.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The model is too small to generate accurate responses
Why it's wrong here
Model size affects generation quality, but irrelevant responses often stem from poor retrieval, not generation capability.
- ✗
The chatbot is too verbose
Why it's wrong here
Verbosity does not cause irrelevance; it is a style parameter.
- ✗
The system is overfitting to the training data
Why it's wrong here
Overfitting would cause the model to memorize training data, not retrieve irrelevant context.
- ✓
The embedding model is not aligned with the domain vocabulary
Why this is correct
If the embeddings do not capture domain-specific meanings, retrieved context will be irrelevant, leading to poor answers.
Go deeper
Related to this question
About these practice questions
This Generative AI Leader question is part of Courseiva's 683-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.