Key details for this exam, checked against the published exam outline
Each question shows the correct answer and an explanation of why it is right
A development team is configuring a generative AI model for a customer-facing application and wants to ensure the generated content is appropriate and harmless. What is the primary function of the safety settings parameter in a generative AI model?
Safety settings in generative AI models are specifically designed to prevent the generation of content that could be harmful, offensive, or inappropriate. This includes filtering for categories like hate speech, sexually explicit content, self-harm, and violence, based on predefined thresholds. Options A, B, and D refer to other parameters like max_output_tokens or temperature, which control output length, input/output processing, and creativity, respectively, not safety.
An organization wants to understand trends in customer interactions, identify common issues, gauge customer sentiment, and improve the overall customer experience across both their automated chatbot interactions and live agent support. They need a tool that can analyze their existing conversational data to gain actionable business intelligence. What component of Google's Customer Engagement Suite best addresses this need?
The requirement is clearly focused on analytics and business intelligence derived from existing conversational data, specifically to understand trends and sentiment.
Conversational Insights is the dedicated component within Google's Customer Engagement Suite (which includes Contact Center AI) whose primary function is to analyze large volumes of interaction data (transcripts from chat, calls, etc.). It uses AI and Natural Language Processing (NLP) to extract valuable patterns, identify root causes of issues, and measure customer sentiment and agent performance. This analysis generates the actionable insights necessary for strategic planning and overall customer experience improvement.
Google Cloud Contact Center as a Service (CCaaS) (A) is the full platform for managing all channels and agents, but it's the system, not the analytical tool.
Agent Assist (B) is a real-time tool used by live agents for suggestions during a conversation; it is a productivity tool, not a retrospective analytics tool.
Conversational Agents (C) are the chatbots or virtual assistants used for automation, not the tool for analyzing their performance and the raw data.
(Reference: Google Cloud documentation on the Customer Engagement Suite states that Conversational Insights is the tool used for conversational analytics to surface business intelligence from historical customer interaction data, including sentiment and trend analysis.)
What are core hardware components of the infrastructure layer in the generative AI landscape?
The Generative AI landscape is often broken down into several functional layers: Applications, Agents, Platforms, Models, and Infrastructure.
The Infrastructure Layer is the foundation, providing the physical and virtual computing resources necessary to run and train the large models. These resources include servers, storage, networking, and most importantly, the specialized hardware accelerators required for high-volume, parallel computation.
The core hardware components are the Graphics Processing Units (GPUs) and the custom-designed Tensor Processing Units (TPUs) (A). These accelerators are optimized for the massive matrix operations fundamental to deep learning and Gen AI model training and inference.
Options B (User interfaces) and D (Tools and services) refer to the Application and Platform layers, respectively.
Option C (Pre-trained models) refers to the Model layer.
The physical hardware underpinning these abstract layers are the TPUs and GPUs.
(Reference: Google Cloud Generative AI Study Guides state that the Infrastructure Layer provides the core computing resources needed for generative AI, including the physical hardware (like servers, GPUs, and TPUs) and the essential software needed to train, store, and run AI models.)
A global news company is using a large language model to automatically generate summaries of news articles for their website. The model's summary of an international summit was accurate until it hallucinated by stating a detail that did not occur. How should the company overcome this hallucination?
The core problem is the model's hallucination---it invented a factual detail---in a context (news reporting) where factual accuracy is non-negotiable. To correct a factual error in a generative summary, the model must be constrained to speak only based on verifiable facts from a reliable source.
The most effective technique to combat hallucinations and ensure factual adherence is Grounding (D). Grounding connects the Large Language Model's (LLM's) output to a specific, trusted, and verifiable source of information. This is often implemented using Retrieval-Augmented Generation (RAG). In this scenario, grounding the summary model on the original source articles ensures that every generated statement is directly entailed by the provided facts (the source article content).
Option B, fine-tuning, is expensive and only updates the model's general knowledge and style; it does not prevent the model from guessing or fabricating details when retrieving information. Option C, increasing temperature, would make the output less consistent and more diverse, likely increasing the chance of hallucination, which is the opposite of the desired effect. Option A is unrelated to factual accuracy. Therefore, Grounding is the necessary step to anchor the model's responses to the true content of the source articles.
(Reference: Google Cloud documentation on RAG/Grounding emphasizes that its primary purpose is to address the ''knowledge cutoff'' and hallucination issues of LLMs by retrieving relevant, up-to-date information from external knowledge sources and using this retrieved information to ground the LLM's generation, ensuring factual accuracy.)
A logistics company wants to use a generative AI (gen AI) agent to automatically check real-time inventory levels across its warehouses and adjust delivery schedules. The gen AI agent needs access to internal inventory dat
a. They want the most cost-effective solution. What should the organization do?
To achieve real-time inventory checks and adjust delivery schedules, the generative AI agent needs live access to the company's internal inventory data. Google Cloud databases provide the structured storage for this data, and Vertex AI offers the platform to build, deploy, and manage the AI agent, including connecting it to these live data sources. This approach allows the agent to make informed decisions based on current information. Building a custom API for every interaction might be less cost-effective in the long run for dynamic inventory data. Pre-built chatbots might not have the direct integration needed for real-time adjustments, and fine-tuning with sample data wouldn't provide the live data access required.
101 questions covering all exam domains, starting from $20
Exam domains verified against: Official Google Generative-AI-Leader exam guide, last checked September 2026.
Define core gen AI concepts including artificial intelligence, natural language processing, machine learning, foundation models, large language models, diffusion models, and prompt engineering. Identify the stages of the machine learning lifecycle from data ingestion through model management, and recognize how to select the appropriate foundation model for a business use case based on modality, context window, cost, performance, and customization options.
Describe Google Cloud's strengths in gen AI including its AI-first approach, enterprise-ready platform with security and privacy controls, and AI-optimized infrastructure with TPUs and GPUs. Recognize the functionality and business value of prebuilt offerings like Gemini, Gemini for Google Workspace, Vertex AI Platform, and Vertex AI Agent Builder for building custom agents.
Describe how to overcome foundation model limitations through grounding, retrieval-augmented generation (RAG), prompt engineering, fine-tuning, and human in the loop approaches. Apply prompt engineering techniques including zero-shot, few-shot, role prompting, chain-of-thought prompting, and understand how sampling parameters like temperature and top-p control model behavior.
Describe the Google Cloud-recommended steps to implement transformational gen AI solutions across different types including text, image, code, and video generation. Explain secure AI principles throughout the ML lifecycle and the importance of responsible AI, including privacy considerations, bias, fairness, accountability, and explainability in AI systems.
Sample question from this domain above: Q2
Common questions about the exam itself