20+ practice questions focused on Fundamentals of Generative AI — one of the most tested topics on the Google Cloud Generative AI Leader Generative AI Leader exam. Each question includes a detailed explanation so you learn why the right answer is correct.
Start Fundamentals of Generative AI PracticeA data scientist is fine-tuning a large language model using Vertex AI. The training job fails with an out-of-memory error. Which action should they take to resolve this issue?
Explanation: Reducing the batch size decreases the memory footprint per training step, allowing the model to fit within the available GPU or TPU memory. Out-of-memory errors during fine-tuning on Vertex AI typically occur when the batch size is too large for the allocated accelerator memory, and lowering it directly resolves the issue without changing the model architecture or hardware.
A retail company is building a generative AI chatbot to assist customers with product recommendations and order tracking. The chatbot uses Vertex AI with Gemini 1.5 Pro, and the development team has implemented a Retrieval-Augmented Generation (RAG) pipeline using Vertex AI Search for grounding. The pipeline uses a vector store containing product descriptions and order history. During testing, the team observes that the chatbot sometimes provides incorrect order statuses—for example, claiming an order is 'shipped' when it is actually 'pending'. The team suspects the issue is related to how context is retrieved and used. The RAG pipeline currently retrieves the top 5 chunks based on cosine similarity from the vector store, and passes them as context to the model. The team is considering several changes to improve factual accuracy. Which single action would most effectively reduce hallucinations in this scenario?
Explanation: Increasing the similarity score threshold to 0.85 ensures that only highly relevant chunks are passed to the Gemini 1.5 Pro model, directly reducing the risk of the model generating responses based on irrelevant or low-confidence context. In a RAG pipeline using Vertex AI Search, low-similarity chunks can contain order statuses from different customers or products, leading to hallucinations like incorrect order statuses. Filtering out these less relevant chunks improves the factual grounding of the model's output.
A developer runs this command: `gcloud ai models upload --region=us-central1 --display-name=my-model --artifact-uri=gs://my-bucket/model.pkl`. What is the primary purpose?
Explanation: The command `gcloud ai models upload` uploads a local model artifact (model.pkl stored in Cloud Storage) to the Vertex AI Model Registry. This is used for versioning and managing trained models, not for initiating training, deployment, or pipeline creation. The Model Registry stores the model artifact for later use in deployments or predictions.
A developer wants to quickly experiment with different foundation models available in Google Cloud. Which tool should they use?
Explanation: Gen AI Studio in Vertex AI is the correct tool because it provides a unified interface for discovering, testing, and customizing a wide range of foundation models (e.g., PaLM 2, Gemini, Codey, Imagen) directly from Google Cloud. It allows developers to quickly experiment with different models via a web UI or API without provisioning any infrastructure, making it ideal for rapid prototyping and prompt engineering.
Refer to the exhibit. A developer executed the command to list endpoints. They notice that two models are deployed to the same endpoint. What is the most likely reason for this configuration?
Explanation: A is correct because deploying two models to the same endpoint with traffic splitting is a standard canary deployment strategy. In this configuration, a small percentage of inference requests are routed to the new model while the majority go to the stable model, allowing validation of the new model's performance before full rollout. This is commonly supported by Google Cloud's Vertex AI, where you can deploy multiple models to an endpoint and assign traffic percentages to each model variant (e.g., 90% to the stable model and 10% to the canary model).
+15 more Fundamentals of Generative AI questions available
Practice all Fundamentals of Generative AI questions1. Baseline your knowledge
Start with 10 questions to gauge your current understanding of Fundamentals of Generative AI. This tells you whether you need a concept refresher or just practice.
2. Review every explanation
For each question — right or wrong — read the full explanation. Understanding why an answer is correct is more valuable than knowing the answer itself.
3. Focus on exam traps
Fundamentals of Generative AI questions on the Generative AI Leader frequently use trap wording. Look for subtle differences in answers that test your precision, not just general knowledge.
4. Reach 80% consistently
Do repeated sessions until you score 80%+ three times in a row. Then move to mixed-mode practice to test cross-topic recall under realistic conditions.
The exact number varies per candidate. Fundamentals of Generative AI is tested as part of the Google Cloud Generative AI Leader Generative AI Leader blueprint. Practicing with targeted Fundamentals of Generative AI questions ensures you can handle any format or difficulty that appears.
Yes. Courseiva provides free Generative AI Leader practice questions across all exam topics and domains. The platform includes topic-based practice, mock exams, missed-question review, bookmarked questions, and readiness tracking — no account required.
Difficulty is subjective, but Fundamentals of Generative AI is a high-priority exam concept tested in multiple ways — direct recall, scenario analysis, and command-output interpretation. Consistent practice is the best way to build confidence.
Launch a full Fundamentals of Generative AI practice session with instant scoring and detailed explanations.
Start Fundamentals of Generative AI Practice →