CertSafari

    Free Google Generative AI Leader Sample Questions

    35 free sample questions from our bank of 360+, covering every exam domain, with answers and detailed explanations. Updated August 2026.

    Domain 1: Fundamentals of gen AI

    Subdomain 1.1: Describe core generative AI (gen AI) concepts and use cases.

    1.A legal firm wants to use a foundation model to analyze and summarize 200-page legal contracts in a single request. Which foundation model characteristic is most critical to evaluate to ensure the model can process the entire document at once?

    1. A.Modality
    2. B.Context window
    3. C.Image generation performance
    4. D.Reinforcement learning capability
    Show answer & explanation

    Correct answer: BContext window

    • A. Modality refers to the types of data a model can handle, such as text, images, or audio. While the task requires a model with text modality, it does not determine how much text the model can process in a single request.
    • B. The context window represents the maximum amount of input text (measured in tokens) that a model can process at one time. For 200-page documents, a large context window is the critical factor that allows the entire document to be ingested and analyzed without truncation or the need for multi-step processing.
    • C. Image generation performance relates to the model's ability to create visual content. This is irrelevant to the requirement of processing and summarizing long-form text legal documents.
    • D. Reinforcement learning capabilities, such as Reinforcement Learning from Human Feedback (RLHF), are used to align a model's outputs with human preferences and improve safety or style. However, these techniques do not expand the model's physical input capacity or context window size.

    Subdomain 1.1: Describe core generative AI (gen AI) concepts and use cases.

    2.A company wants to use a pre-trained Large Language Model (LLM) for a specialized medical task. Instead of retraining the entire model from scratch, they provide a small set of task-specific examples to adjust the model's behavior efficiently. What concept does this describe?

    1. A.Data ingestion
    2. B.Unsupervised learning
    3. C.Prompt tuning / Fine-tuning
    4. D.Model deployment
    Show answer & explanation

    Correct answer: CPrompt tuning / Fine-tuning

    • A. Data ingestion is the process of collecting and importing raw data into a system for storage or immediate use. It does not involve modifying the internal parameters or the behavior of a pre-trained model through task-specific examples.
    • B. Unsupervised learning involves training models on unlabeled data to discover underlying patterns or structures without explicit human guidance. In contrast, the scenario describes using specific examples to adapt a model's behavior for a specialized task.
    • C. This describes the process of adapting a pre-trained model to a specialized domain or task. Fine-tuning involves updating model weights on a small, labeled dataset, while prompt tuning (including few-shot learning) provides context to guide the model's output. Both are efficient ways to leverage a model's existing knowledge for new requirements without retraining from scratch.
    • D. Model deployment is the final stage of the machine learning lifecycle where a finished model is integrated into a production environment to serve live requests. It is the act of making a model available for use, not the act of adapting its behavior using specific examples.

    Subdomain 1.1: Describe core generative AI (gen AI) concepts and use cases.

    3.A business leader is confused about the difference between traditional AI and generative AI. They want to build a system that writes original marketing copy. Why is generative AI the correct choice over traditional AI for this task?

    1. A.Generative AI is exclusively used for numerical predictions.
    2. B.Generative AI can create net-new content like text and images.
    3. C.Generative AI only groups existing data into clusters.
    4. D.Generative AI does not require any data to function.
    Show answer & explanation

    Correct answer: BGenerative AI can create net-new content like text and images.

    • A. Incorrect. Generative AI is not exclusively used for numerical predictions; numerical forecasting and regression are typical tasks for traditional supervised machine learning models. Generative AI is designed to produce diverse forms of content such as text, code, and imagery.
    • B. Correct. Generative AI models are specifically designed to learn patterns from training data to create net-new content. This makes them ideal for creative tasks like writing marketing copy, as they can synthesize original and contextually appropriate language.
    • C. Incorrect. Grouping data into clusters is a task associated with unsupervised learning (clustering) within traditional AI. While generative models understand data distributions, their primary purpose is to synthesize new examples rather than merely organizing existing ones into groups.
    • D. Incorrect. Generative AI requires massive amounts of training data to learn the structures and patterns of language or imagery. Without extensive prior data, these models cannot produce coherent or meaningful outputs.

    Subdomain 1.3: Identify the core layers of the gen AI landscape and the business implications.

    4.A gaming company is building a virtual world where non-player characters (NPCs) can hold dynamic conversations. They need a service that provides easy-to-use APIs, prompt management, and safety filters to connect their game to an LLM. Which layer should they look for?

    1. A.Infrastructure
    2. B.Models
    3. C.Platforms
    4. D.Applications
    Show answer & explanation

    Correct answer: CPlatforms

    • A. The Infrastructure layer refers to the underlying compute, storage, and networking resources (such as GPUs, TPUs, and cloud clusters) used to host and run models. It is a lower-level layer that does not typically provide developer-facing features like prompt management or safety filters.
    • B. The Models layer consists of the actual LLMs (the algorithms and weights). While models generate responses, they do not inherently provide the management tools, orchestration APIs, or integrated safety guardrails required for application development.
    • C. The Platforms layer provides developer-facing services and tools to integrate AI models into business logic. This includes easy-to-use APIs, prompt orchestration, safety and content filters, and monitoring tools, making it the ideal layer for teams building complex integrations like NPC dialogue systems.
    • D. The Applications layer represents the end-user products (such as the game itself or a specific chatbot interface). While the company is building an application, the question asks for the layer that provides the services and tools necessary to connect that application to an LLM.

    Subdomain 1.3: Identify the core layers of the gen AI landscape and the business implications.

    5.A manufacturing firm is experiencing latency issues with their AI quality control system because the data has to travel to a distant cloud server. They decide to move the compute hardware directly onto the factory floor. Which layer of the AI landscape are they modifying?

    1. A.Infrastructure
    2. B.Models
    3. C.Platforms
    4. D.Agents
    Show answer & explanation

    Correct answer: AInfrastructure

    • A. Correct. The Infrastructure layer encompasses the physical and virtual resources required to run AI applications, including compute hardware, networking, and storage. Moving hardware to the factory floor (edge computing) to reduce latency is a direct modification of the infrastructure layer.
    • B. Incorrect. The Models layer refers to the AI algorithms themselves, including their architecture, training, and weights. Relocating the physical hardware does not change the mathematical structure or the weights of the AI model.
    • C. Incorrect. The Platforms layer consists of the software frameworks, orchestration tools (like Kubernetes), and development environments used to deploy and manage AI. While a platform might run on the new hardware, the act of moving physical servers is an infrastructure change.
    • D. Incorrect. The Agents layer refers to autonomous or semi-autonomous software entities that perform specific tasks or workflows. Changing the location of compute hardware may improve agent performance via reduced latency, but it does not modify the design or logic of the agents themselves.

    Subdomain 1.2: Describe how various data types are used in gen AI and the business implications.

    6.A financial institution is building an AI model to predict loan defaults. However, they discover that 40% of the customer records are missing income information. Which data quality characteristic is primarily compromised here?

    1. A.Completeness
    2. B.Consistency
    3. C.Format
    4. D.Relevance
    Show answer & explanation

    Correct answer: ACompleteness

    • A. Correct. Completeness refers to the degree to which all required data values are present and sufficient for the intended task. With 40% of the income data missing, the dataset lacks the necessary information to represent the population accurately. This level of missingness can introduce bias and significantly degrade the model's predictive performance.
    • B. Incorrect. Consistency refers to the uniformity of data across different systems or within the same dataset (e.g., ensuring a customer's address is the same in two different tables). The issue here is the total absence of data, not a conflict in existing data values.
    • C. Incorrect. Format refers to the structure, encoding, or organization of the data (e.g., using a numeric field instead of a string). If the incomes were present but entered in different currencies or date formats, it would be a format issue. In this case, the data is simply missing.
    • D. Incorrect. Relevance refers to whether the data collected is pertinent and useful for the specific problem being solved. Income is highly relevant for predicting loan defaults; the problem is that the institution failed to capture this relevant data for a large portion of the records.

    Subdomain 1.2: Describe how various data types are used in gen AI and the business implications.

    7.A bank uses a database where customer information is neatly organized into columns for 'First Name,' 'Last Name,' 'Account Balance,' and 'Account Type.' A business leader wants to know what type of data this is to understand how easily it can be analyzed. How should you classify this data?

    1. A.Unstructured data
    2. B.Structured data
    3. C.Unlabeled data
    4. D.Multimedia data
    Show answer & explanation

    Correct answer: BStructured data

    • A. Incorrect. Unstructured data refers to information that does not have a predefined data model or organized format, such as free-form text, images, or audio. The bank's data is organized into specific columns, which contradicts the definition of unstructured data.
    • B. Correct. Structured data is organized into a fixed schema, typically in rows and columns, making it highly searchable and analyzable. Because this bank information is organized into defined fields, it is straightforward to query with SQL, aggregate in spreadsheets, and feed into models that expect tabular inputs.
    • C. Incorrect. Unlabeled data typically refers to datasets lacking target tags for supervised machine learning tasks. While the data may or may not be labeled for a specific ML task, it is primarily categorized as 'structured' due to its tabular format and defined column headers.
    • D. Incorrect. Multimedia data describes content such as audio, video, or images. The bank's dataset consists of textual and numeric fields in a table, which does not constitute multimedia assets.

    Subdomain 1.4: Identify the use cases and strengths of Google’s foundation models.

    8.An advertising firm wants to create a 10-second promotional video showing a car driving through a futuristic city, but they only have a text script. Which Google model is specifically designed to generate this video content?

    1. A.Gemini
    2. B.Imagen
    3. C.Veo
    4. D.Gemma
    Show answer & explanation

    Correct answer: CVeo

    • A. Gemini is a family of multimodal models capable of processing and generating text, code, and images. While it has advanced reasoning capabilities and can help craft scripts or prompts, it is not Google's primary model specifically dedicated to high-fidelity video generation from text.
    • B. Imagen is Google’s text-to-image diffusion model designed to generate high-quality still images from text prompts. It is not the dedicated model for generating cinematic video content.
    • C. Veo is Google’s most capable model specifically designed for high-quality, text-to-video generation. It can generate 1080p resolution videos that follow a provided script or description, making it the correct choice for creating a promotional video clip.
    • D. Gemma is a family of lightweight, state-of-the-art open models built from the same research and technology used to create Gemini. It is primarily used for text-based tasks and does not specialize in producing video content.

    Subdomain 1.4: Identify the use cases and strengths of Google’s foundation models.

    9.A global news organization needs an AI system that can listen to live audio feeds in multiple languages, translate them, and generate a written summary. Which natively multimodal model is best suited for this audio-to-text task?

    1. A.Gemma
    2. B.Imagen
    3. C.Veo
    4. D.Gemini
    Show answer & explanation

    Correct answer: DGemini

    • A. Gemma is a family of lightweight, open-weight text-to-text models optimized for language understanding and generation. It lacks native multimodal capabilities and cannot process live audio feeds directly.
    • B. Imagen is a text-to-image generative model. It is designed to generate or edit visual content based on text prompts and is not intended for audio processing, transcription, or translation tasks.
    • C. Veo is Google's most advanced generative video model. While it focuses on the video modality, its primary function is video generation (text-to-video) rather than the transcription, translation, and summarization of live audio streams.
    • D. Gemini is a natively multimodal foundation model designed from the ground up to reason across text, images, video, code, and audio. Its ability to process audio inputs directly makes it the ideal choice for real-time transcription, multilingual translation, and summarization of audio feeds.

    Subdomain 1.4: Identify the use cases and strengths of Google’s foundation models.

    10.A fashion brand wants to edit existing photos of their models to change the color and pattern of the clothing based on text descriptions. Which model is best suited for this text-guided image editing?

    1. A.Veo
    2. B.Gemma
    3. C.Imagen
    4. D.Gemini
    Show answer & explanation

    Correct answer: CImagen

    • A. Veo is Google's generative video model designed for creating high-quality, cinematic video content. It is not optimized for editing static images or performing text-guided photo manipulation.
    • B. Gemma is a family of lightweight, open-source large language models (LLMs). While highly capable for text generation and reasoning, it is not an image generation or editing model.
    • C. Imagen is Google's foundational text-to-image model. Through Vertex AI, Imagen provides advanced editing capabilities, such as inpainting and outpainting, which allow users to modify specific areas of an existing image (like clothing color or patterns) using natural language descriptions.
    • D. Gemini is a multimodal model capable of understanding and reasoning across text, images, video, and code. While it can analyze and describe images, the specialized task of high-fidelity, pixel-level image editing is the primary domain of the Imagen model family.

    Domain 2: Google Cloud’s gen AI offerings

    Subdomain 2.5: Define the purpose and types of tooling for gen AI agents.

    11.Which of the following are common ways generative AI agents interact with external environments and achieve tasks? (Select 3)(Select 3)

    1. A.Extensions
    2. B.Data stores
    3. C.Hyperparameter tuning
    4. D.Functions
    5. E.Gradient descent
    Show answer & explanation

    Correct answers: A, B, DExtensions; Data stores; Functions

    • A. Correct. Extensions (such as Vertex AI Extensions) allow agents to connect to external APIs and services. They provide the mechanism for agents to perform real-world actions like booking a flight, searching a specific database, or interacting with third-party software.
    • B. Correct. Data stores (including knowledge bases and vector databases) enable agents to perform Retrieval-Augmented Generation (RAG). This allows the agent to retrieve relevant, grounded information from private or specific datasets to answer queries accurately.
    • C. Incorrect. Hyperparameter tuning is an optimization process used during the development and training of a machine learning model to improve its performance. It is not a mechanism for an agent to interact with external environments at runtime.
    • D. Correct. Functions (often referred to as function calling) allow agents to invoke predefined code or logic. This enables the agent to translate a user's natural language request into a structured programmatic call to perform tasks like calculations or database updates.
    • E. Incorrect. Gradient descent is an optimization algorithm used during the training phase to minimize the model's loss function. It is not a tool or interface used by agents to achieve tasks or interact with external systems.

    Subdomain 2.5: Define the purpose and types of tooling for gen AI agents.

    12.A developer is building a multimodal agent that needs to process both scanned PDF forms and images of physical products. Which Google Cloud APIs should be integrated to handle these specific inputs?(Select 2)

    1. A.Document AI API
    2. B.Cloud Vision API
    3. C.Speech-to-Text API
    4. D.Text-to-Speech API
    5. E.Cloud Video Intelligence API
    Show answer & explanation

    Correct answers: A, BDocument AI API; Cloud Vision API

    • A. Correct. Document AI is specifically designed to process scanned documents and PDFs, offering OCR and structured data extraction (e.g., form parsers and specialized processors) to pull fields and metadata from forms. It is the most appropriate choice for handling scanned PDF forms and extracting their structured content.
    • B. Correct. Cloud Vision API is built to analyze images of physical objects, offering capabilities like label detection, object detection, and optical character recognition for images. It is the primary API used to handle images of physical products for recognition and metadata extraction.
    • C. Incorrect. The Speech-to-Text API is used for converting spoken language into written text and does not provide capabilities for processing scanned PDFs or static images.
    • D. Incorrect. The Text-to-Speech API is used for converting written text into spoken language (audio generation). It does not handle the input processing of scanned PDF forms or product images.
    • E. Incorrect. The Cloud Video Intelligence API is intended for analyzing video content (e.g., shot detection, object tracking over time, and explicit content detection) rather than static scanned PDFs or standalone product images. For still images and documents, Vision API and Document AI are more appropriate.

    Subdomain 2.3: Describe how Google Cloud’s gen AI offerings improve the customer experience.

    13.A government agency needs to build a voice-based bot that can handle multi-turn conversations, asking citizens a series of questions to determine their eligibility for a program. Which tool is designed for building this conversational flow?

    1. A.Conversational Insights
    2. B.Conversational Agents
    3. C.Agent Assist
    4. D.Google Search
    Show answer & explanation

    Correct answer: BConversational Agents

    • A. Conversational Insights is typically used to analyze and derive insights from conversation data, such as sentiment analysis and trend identification. It helps measure and improve conversations after they have occurred but does not provide the dialog management and flow-building capabilities needed for a voice bot.
    • B. Conversational Agents (often associated with Dialogflow and Google Cloud’s Vertex AI/CCAI suite) are specifically designed to build multi-turn conversational flows. They handle state management, slot-filling, and branching logic, making them the ideal tool for constructing question sequences and voice prompts needed for eligibility checks.
    • C. Agent Assist is designed to support human customer service representatives in real-time by surfacing suggested responses and knowledge base articles. It augments human performance rather than serving as the primary engine for building autonomous, multi-turn conversational bots.
    • D. Google Search is a web-based information retrieval tool. It lacks the intent recognition, dialog management, and voice integration features required to orchestrate a structured multi-turn conversation between a user and a bot.

    Subdomain 2.3: Describe how Google Cloud’s gen AI offerings improve the customer experience.

    14.A media company has a massive archive of articles and videos. They want to allow their subscribers to search this specific archive using complex, conversational questions and receive summarized answers grounded only in the company's content. Which tool should they use?

    1. A.Conversational Insights
    2. B.Agent Assist
    3. C.Vertex AI Search
    4. D.Google Cloud Contact Center as a Service
    Show answer & explanation

    Correct answer: CVertex AI Search

    • A. Incorrect. Conversational Insights is focused on extracting analytics, sentiment, and trends from conversation data (such as contact center logs) rather than providing a retrieval-augmented conversational search over a custom media archive.
    • B. Incorrect. Agent Assist is specifically built to support contact center agents during live interactions by surfacing real-time suggestions and context. It is not designed to provide a subscriber-facing conversational search and summarization service over a media repository.
    • C. Correct. Vertex AI Search is designed for enterprise search applications, allowing users to perform semantic and conversational searches over large organizational datasets. It enables RAG (Retrieval-Augmented Generation) to provide summarized answers that are grounded in the specific articles and content provided by the company.
    • D. Incorrect. Google Cloud Contact Center as a Service (CCaaS) is a comprehensive solution for managing contact center operations and customer support workflows. It is not a specialized tool for conversational search and summarization of a media archive.

    Subdomain 2.1: Describe Google Cloud's strengths in the field of gen AI.

    15.A customer service department wants to deploy an AI agent to handle routine customer inquiries. They prefer a solution that is already structured for customer service rather than building the architecture from the ground up. Which Google Cloud strength should they leverage?

    1. A.Pre-built and customizable AI solutions.
    2. B.Custom-designed TPUs.
    3. C.Open-source foundation models.
    4. D.Bare-metal infrastructure.
    Show answer & explanation

    Correct answer: APre-built and customizable AI solutions.

    • A. Google Cloud offers purpose-built solutions like Contact Center AI, Dialogflow, and Vertex AI Search and Conversation. These are specifically designed for customer service scenarios, allowing departments to deploy structured, conversational agents quickly and customize them without building the underlying architecture or integration workflows from scratch.
    • B. Tensor Processing Units (TPUs) are specialized hardware designed to accelerate machine learning workloads. While they provide high performance for model training and inference, they do not offer the pre-built application architecture or customer-service-specific workflows required in this scenario.
    • C. While Google Cloud supports open-source models, using them typically requires significant engineering effort to fine-tune, integrate, and build a customer-service workflow from the ground up. This contradicts the customer's preference for a solution that is already structured.
    • D. Bare-metal infrastructure provides low-level control over physical hardware resources. It lacks the application-layer intelligence and pre-configured agents needed for customer service, requiring the organization to build the entire solution from the ground up, which increases operational complexity.

    Subdomain 2.1: Describe Google Cloud's strengths in the field of gen AI.

    16.A multinational bank is deploying a generative AI tool to assist customer service representatives globally. The system must be highly reliable and available 24/7 without interruption. Which aspect of Google Cloud's AI platform ensures this?

    1. A.Its enterprise-ready, reliable, and globally scalable infrastructure.
    2. B.Its focus on experimental, beta-only AI features.
    3. C.Its reliance on single-region data centers to reduce latency.
    4. D.Its open-source only software stack.
    Show answer & explanation

    Correct answer: AIts enterprise-ready, reliable, and globally scalable infrastructure.

    • A. Correct. Google Cloud's AI platform is built on enterprise-ready, reliable, and globally scalable infrastructure. This include multi-region/multi-zone deployments, global load balancing, and robust SLAs that provide the high availability and fault tolerance required for mission-critical, 24/7 global operations.
    • B. Incorrect. Focusing on experimental or beta-only features does not guarantee production-grade reliability. Such features often lack stability and are not covered by the standard production SLAs necessary for critical banking applications.
    • C. Incorrect. Relying on single-region data centers increases the risk of downtime during regional outages and limits redundancy. High availability for global services requires a multi-region architecture rather than a single-region approach.
    • D. Incorrect. While Google Cloud supports open source, it is not an 'open-source only' stack. Reliability in an enterprise context is derived from the underlying managed infrastructure and operational support, not exclusively from the software licensing model.

    Subdomain 2.1: Describe Google Cloud's strengths in the field of gen AI.

    17.Google Cloud is recognized for providing an enterprise-ready AI platform. Which of the following are key characteristics of this platform?(Select 3)

    1. A.Responsible AI principles and safety filters
    2. B.Secure and private data handling
    3. C.Highly scalable infrastructure
    4. D.Mandatory public sharing of training data
    5. E.Experimental-only service level agreements (SLAs)
    6. F.Lack of access controls
    Show answer & explanation

    Correct answers: A, B, CResponsible AI principles and safety filters; Secure and private data handling; Highly scalable infrastructure

    • A. Correct. Google Cloud integrates Responsible AI principles and safety filters (e.g., in Vertex AI) to help detect and mitigate risks such as bias and toxicity. These guardrails ensure fairness, explainability, and safety, which are essential for enterprise compliance and risk management.
    • B. Correct. Secure and private data handling is a cornerstone of the platform. Features like encryption at rest and in transit, VPC Service Controls, and Customer-Managed Encryption Keys (CMEK) ensure that enterprise data is protected and meets regulatory privacy requirements.
    • C. Correct. Google Cloud provides a highly scalable infrastructure, including purpose-built AI accelerators like TPUs and GPUs, along with managed services like Vertex AI that support large-scale training and inference workloads required for production.
    • D. Incorrect. Mandatory public sharing of training data is not a characteristic of Google Cloud; enterprises typically keep training data private and under their exclusive control. Google Cloud provides secure, private data storage and does not require public disclosure of customer data.
    • E. Incorrect. Google Cloud provides robust, enterprise-grade Service Level Agreements (SLAs) for production environments. Reliability and performance guarantees are standard for Google Cloud services, not experimental-only terms.
    • F. Incorrect. Google Cloud offers comprehensive Identity and Access Management (IAM), fine-grained role-based access controls, and audit logging to manage and secure resources, which is fundamental for an enterprise-ready environment.

    Subdomain 2.4: Describe how Google Cloud empowers developers to build with AI.

    18.A developer needs to quickly prototype an application using a specific third-party foundation model they recently read about. They need to ensure it runs securely within their existing Google Cloud environment. Where should they look first?

    1. A.Vertex AI Model Garden
    2. B.Vertex AI Search
    3. C.Vertex AI Agent Builder
    4. D.Cloud Functions
    Show answer & explanation

    Correct answer: AVertex AI Model Garden

    • A. Vertex AI Model Garden is the single point of entry to discover, test, and deploy a wide variety of foundation models, including Google's own models, open-source models, and third-party models (like Anthropic's Claude). It provides the necessary security, governance, and hosting infrastructure to prototype applications within the Google Cloud environment.
    • B. Vertex AI Search is a tool for building search and retrieval-augmented generation (RAG) applications over private enterprise data. It is not the primary catalog for discovering and deploying a specific foundation model.
    • C. Vertex AI Agent Builder is a high-level platform for orchestrating AI agents and workflows. While it uses models, it is not the first stop for finding and deploying a specific third-party foundation model for prototyping.
    • D. Cloud Functions is a serverless compute service for small snippets of code triggered by events. It is not designed to host large-scale foundation models or serve as a discovery catalog for third-party AI models.

    Subdomain 2.4: Describe how Google Cloud empowers developers to build with AI.

    19.Which of the following use cases are best suited for Vertex AI Agent Builder?(Select 3)

    1. A.Building conversational agents that can take action
    2. B.Training a custom image recognition model from scratch
    3. C.Orchestrating multiple tools and APIs to fulfill user requests
    4. D.Migrating on-premises virtual machines to the cloud
    5. E.Creating virtual assistants that interact with enterprise systems
    6. F.Designing physical network topologies
    Show answer & explanation

    Correct answers: A, C, EBuilding conversational agents that can take action; Orchestrating multiple tools and APIs to fulfill user requests; Creating virtual assistants that interact with enterprise systems

    • A. Correct. Vertex AI Agent Builder is specifically designed to create conversational agents that can engage in natural language dialogue and perform actions. It focuses on high-level dialog management and safe execution of actions based on user intent.
    • B. Incorrect. Training custom image recognition models is a computer vision task best suited for Vertex AI Training or AutoML. Agent Builder is centered on conversational workflows and tool orchestration rather than low-level model training.
    • C. Correct. A core strength of Agent Builder is its ability to orchestrate multiple tools, APIs, and services. This allows agents to fetch data from external systems or trigger business workflows to fulfill complex user requests.
    • D. Incorrect. Infrastructure migration for virtual machines is handled by Google Cloud's migration services (like Migrate to Virtual Machines). This is outside the scope of AI agent development.
    • E. Correct. Developing virtual assistants that integrate with enterprise systems (such as CRMs, ERPs, and internal databases) is a primary use case. Agent Builder provides the connectors and secure orchestration needed for enterprise-grade automation.
    • F. Incorrect. Designing network topologies is a infrastructure and networking engineering task. Vertex AI Agent Builder is a software development platform for generative AI applications and does not have network design capabilities.

    Subdomain 2.2: Describe how Google Cloud’s prebuilt gen AI offerings enable AI powered work.

    20.A marketing manager wants to create a reusable AI assistant that adopts the persona of their brand's lead copywriter. They want their team to interact with this specific persona repeatedly without rewriting the prompt every time. Which feature of Gemini Advanced should they use?

    1. A.Multimodal search
    2. B.Gems
    3. C.Gemini for Google Workspace
    4. D.Cloud NotebookLM API
    Show answer & explanation

    Correct answer: BGems

    • A. Multimodal search is designed to search across and retrieve content from various input types like text, images, and videos. It does not provide a mechanism for creating, saving, or reusing specific assistant personas.
    • B. Gems in Gemini Advanced allow users to create and save custom versions of Gemini with specific instructions, personas, and specialized knowledge. This feature enables teams to encapsulate a brand's voice—such as a lead copywriter—into a reusable tool that maintains consistency without requiring the user to rewrite complex prompts for every new session.
    • C. Gemini for Google Workspace refers to the integration of AI capabilities directly into applications like Docs, Gmail, Sheets, and Slides. While it facilitates AI-powered workflows within these apps, 'Gems' is the specific feature within the Gemini ecosystem used to build and manage persistent, reusable persona templates.
    • D. NotebookLM (and any associated APIs) focuses on knowledge-centric exploration, allowing users to interact with and synthesize information from specific uploaded documents. It is not the standard feature used for creating branded, reusable assistant personas for general team interaction.

    Subdomain 2.2: Describe how Google Cloud’s prebuilt gen AI offerings enable AI powered work.

    21.When using Gemini for Google Workspace within Google Docs, which of the following actions can the AI perform to assist a user?(Select 3)

    1. A.Draft a new document based on a text prompt.
    2. B.Rewrite existing text to change the tone or make it more concise.
    3. C.Summarize the content of the current document.
    4. D.Automatically purchase domain names mentioned in the text.
    5. E.Execute Python code directly within the document margins.
    6. F.Provision cloud infrastructure based on the document's architecture diagram.
    Show answer & explanation

    Correct answers: A, B, CDraft a new document based on a text prompt.; Rewrite existing text to change the tone or make it more concise.; Summarize the content of the current document.

    • A. Correct. Gemini in Google Docs can generate new content from a user prompt, producing a draft document or sections of text based on instructions and templates. This core productivity feature leverages generative AI to help users overcome the 'blank page' problem.
    • B. Correct. Gemini offers built-in editing capabilities to rewrite existing text. Users can request the AI to change the tone (e.g., make it more formal or professional), make the text more concise, or expand upon existing points.
    • C. Correct. Gemini can analyze the active document to extract key points and generate a summary. This is a standard feature designed to help users quickly digest long documents or create executive overviews.
    • D. Incorrect. Gemini for Google Workspace is a productivity and content assistant. It does not have the capability to perform e-commerce transactions or purchase domain names, which would require external payment authorization and specific domain registrar workflows.
    • E. Incorrect. While Gemini can write or explain code snippets, Google Docs does not include an integrated execution environment to run Python code directly in the document margins. Such functionality is typically found in tools like Google Colab.
    • F. Incorrect. Provisioning cloud infrastructure is a complex administrative task handled through the Google Cloud Console or Infrastructure as Code (IaC) tools. It is outside the scope of Gemini's document-based assistance features.

    Domain 3: Techniques to improve gen AI model output

    Subdomain 3.1: Describe how to proactively overcome foundation model limitations.

    22.A healthcare startup uses a generative AI model to summarize medical articles. Users report that the model sometimes invents medical facts that are not present in the source text. What is the Google Cloud-recommended practice to address this limitation?

    1. A.Ground the model's responses strictly in the provided medical articles.
    2. B.Enable automatic model upgrades to fix the text.
    3. C.Use Vertex AI Feature Store to store the user prompts.
    4. D.Lower the security patches applied to the model.
    Show answer & explanation

    Correct answer: AGround the model's responses strictly in the provided medical articles.

    • A. Correct. Grounding involves anchoring the model's responses in specific, verifiable source material (such as the medical articles). This practice, often implemented via Retrieval-Augmented Generation (RAG), reduces hallucinations by constraining the output to provided facts and allowing for citations, which is critical in domain-sensitive fields like healthcare.
    • B. Incorrect. While model upgrades can improve general performance, they do not inherently prevent hallucinations. Proactive grounding is required to ensure a model remains faithful to a specific set of source documents.
    • C. Incorrect. Vertex AI Feature Store is designed for managing and serving structured ML features for predictive models. It does not provide the grounding or retrieval mechanisms necessary to prevent factual inventions in generative text summarization.
    • D. Incorrect. Security patches are vital for system integrity and are entirely unrelated to the factual accuracy or the generation logic of the foundation model. Lowering security measures would only introduce vulnerabilities.

    Subdomain 3.1: Describe how to proactively overcome foundation model limitations.

    23.An enterprise wants its internal IT helpdesk chatbot to provide answers based *only* on the company's official IT policy documents, rather than general internet knowledge. How should they configure the model?

    1. A.Ground the model in the company's internal IT policy documents.
    2. B.Fine-tune the model on public IT forums.
    3. C.Enable automatic model upgrades.
    4. D.Use Vertex AI Feature Store to store the chatbot's UI.
    Show answer & explanation

    Correct answer: AGround the model in the company's internal IT policy documents.

    • A. Correct. Grounding the model in internal IT policy documents (often using Retrieval-Augmented Generation or RAG) ensures that the chatbot's responses are based on the provided context rather than general pre-trained knowledge. This technique effectively overcomes limitations related to data freshness and hallucinations by providing a specific source of truth for the model to reference at inference time.
    • B. Incorrect. Fine-tuning on public IT forums would introduce external, non-official information into the model's weights. This would likely lead to the chatbot providing generic or potentially conflicting advice that deviates from the enterprise's specific internal policies.
    • C. Incorrect. Automatic model upgrades update the underlying foundation model version (e.g., from Gemini 1.0 to 1.5). While this may improve reasoning capabilities, it does not restrict the model's knowledge base to internal company documents or prevent it from using general internet knowledge.
    • D. Incorrect. Vertex AI Feature Store is designed for storing, serving, and sharing machine learning features for structured data (like user profiles or transaction history) for predictive modeling. It is not intended for grounding LLMs in unstructured documents, nor is it used for storing chatbot UI components.

    Subdomain 3.3: Identify grounding techniques and their use cases.

    24.A retail company wants to build a customer service chatbot that can answer questions specifically about their unique return policies and internal shipping procedures. Which type of grounding data source should they use?

    1. A.World data
    2. B.First-party enterprise data
    3. C.Third-party data
    4. D.Synthetic data
    Show answer & explanation

    Correct answer: BFirst-party enterprise data

    • A. World data refers to general knowledge about the world, such as public websites and encyclopedias. This data lacks the specific, internal information regarding a company's unique return policies and shipping procedures, leading to generic responses that do not reflect the organization's specific practices.
    • B. First-party enterprise data consists of information generated and owned by the company itself, such as internal policy documents, knowledge bases, and procedure manuals. This is the most suitable grounding source because it provides the authoritative, up-to-date, and relevant information needed to accurately represent the company's unique internal rules.
    • C. Third-party data is obtained from external sources or industry reports. While it may provide general guidance on retail norms, it will not contain the specific, proprietary details of the retailer's unique policies, which could lead to non-authoritative or incorrect answers.
    • D. Synthetic data is artificially generated and is often used for model training or privacy-preserving tests. It is not an appropriate source for factual grounding of operational policies, as it does not replace the actual source documents and could introduce hallucinations or inaccuracies regarding legal and procedural rules.

    Subdomain 3.3: Identify grounding techniques and their use cases.

    25.A game development studio is using an LLM to brainstorm unique and highly creative names for fantasy characters. Which sampling parameter adjustment will best help them achieve more diverse and unexpected results?

    1. A.Decrease the temperature to 0.0
    2. B.Increase the temperature closer to 1.0
    3. C.Decrease the maximum output tokens
    4. D.Increase the safety settings to the highest level
    Show answer & explanation

    Correct answer: BIncrease the temperature closer to 1.0

    • A. Decreasing the temperature to 0.0 makes the model's output more deterministic and predictable by consistently choosing the most likely next token. This reduces variance and diversity, which is counterproductive when the goal is to generate unique and creative character names.
    • B. Increasing the temperature closer to 1.0 (or higher, depending on the model) introduces more randomness into the token selection process. This allows the model to sample from a wider distribution of possible next tokens, including lower-probability ones, resulting in more varied, creative, and surprising outputs.
    • C. Decreasing the maximum output tokens only limits the length of the generated text. It does not inherently increase the diversity or unpredictability of the content; that is controlled via sampling parameters like temperature or top-p/top-k.
    • D. Increasing safety settings to the highest level filters out content that violates safety guidelines. While important for compliance, highly restrictive safety settings can sometimes suppress creative or unconventional outputs without actually increasing the diversity of the results.

    Subdomain 3.2: Describe prompt engineering techniques and how they drive better results.

    26.A marketing manager wants to use an LLM to generate a list of 10 potential names for a new eco-friendly water bottle. They type: 'Generate 10 creative names for a new eco-friendly water bottle.' They do not provide any examples of names in their request. Which prompting technique is the manager using?

    1. A.Few-shot prompting
    2. B.Chain-of-thought prompting
    3. C.Zero-shot prompting
    4. D.Role prompting
    Show answer & explanation

    Correct answer: CZero-shot prompting

    • A. Incorrect. Few-shot prompting involves providing the model with a few examples (input-output pairs) to demonstrate the desired format and style. Since the manager provided no examples of names, this is not few-shot prompting.
    • B. Incorrect. Chain-of-thought prompting encourages the model to produce intermediate reasoning steps or a line of thought before giving a final answer. This prompt simply requests names without instructions to show reasoning.
    • C. Correct. Zero-shot prompting involves giving the model an instruction or task without providing any examples or demonstrations. The model must rely entirely on its pre-training and the direct instruction to produce the list of names.
    • D. Incorrect. Role prompting involves assigning a specific persona or role (e.g., 'You are a professional branding expert') to the model to influence the tone and perspective of the response. No role was assigned in this prompt.

    Subdomain 3.2: Describe prompt engineering techniques and how they drive better results.

    27.A content creator wants to write a blog post. First, they ask the LLM to generate an outline. Once the outline is generated, they take that output and use it in a second prompt asking the LLM to write the introduction. Finally, they use the introduction in a third prompt to write the body paragraphs. What technique does this workflow represent?

    1. A.Chain-of-thought prompting
    2. B.Prompt chaining
    3. C.Few-shot prompting
    4. D.Zero-shot prompting
    Show answer & explanation

    Correct answer: BPrompt chaining

    • A. Incorrect. Chain-of-thought prompting asks the model to produce intermediate reasoning steps (often using 'let's think step-by-step') to arrive at an answer within a single output. It focuses on the model's internal logic rather than a sequential workflow where the output of one prompt is manually or programmatically passed to another.
    • B. Correct. Prompt chaining involves breaking a complex task into smaller, sequential sub-tasks where the output of one prompt (the outline) serves as the input or context for the next prompt (the introduction). This technique helps manage complexity and ensures higher quality by focusing the model on one specific task at a time.
    • C. Incorrect. Few-shot prompting involves providing the model with a few examples (input-output pairs) within the prompt to demonstrate the desired format or behavior. This scenario describes a multi-step workflow, not the use of training examples within a prompt.
    • D. Incorrect. Zero-shot prompting involves asking the model to perform a task without any prior examples or demonstrations in the prompt. While the initial request for an outline might be zero-shot, the overall process of using subsequent outputs defines prompt chaining.

    Subdomain 3.2: Describe prompt engineering techniques and how they drive better results.

    28.A marketing team is using prompt chaining to create a comprehensive marketing campaign. They break the task into generating a target audience profile, then creating ad copy, and finally drafting a landing page. What are the primary benefits of using prompt chaining in this scenario instead of a single massive prompt?(Select 3)

    1. A.It allows the team to review and refine the output at each intermediate step.
    2. B.It reduces the complexity the LLM has to handle in a single generation.
    3. C.It allows the LLM to autonomously browse the internet for competitor data.
    4. D.It helps maintain focus and consistency across the different components of the campaign.
    5. E.It eliminates the need for the LLM to use tokens, making the process free.
    6. F.It automatically fine-tunes the model on the marketing team's data.
    Show answer & explanation

    Correct answers: A, B, DIt allows the team to review and refine the output at each intermediate step.; It reduces the complexity the LLM has to handle in a single generation.; It helps maintain focus and consistency across the different components of the campaign.

    • A. Correct. Prompt chaining enables a 'human-in-the-loop' workflow where teams can validate and adjust the output of a specific sub-task (e.g., the audience profile) before it is used as the foundational context for the next step (e.g., ad copy).
    • B. Correct. Breaking a complex multi-step task into smaller, discrete prompts reduces the reasoning load on the LLM. This minimization of complexity often leads to higher accuracy and better adherence to specific instructions for each component.
    • C. Incorrect. Prompt chaining is a sequence of model interactions and does not inherently grant the LLM the ability to browse the internet; such capabilities require specific tool-calling or agentic integrations.
    • D. Correct. By passing the output of one step as the context for the next, prompt chaining ensures that the landing page and ad copy remain grounded in the previously established audience profile, leading to higher thematic and strategic consistency.
    • E. Incorrect. Prompt chaining still involves sending and receiving text, which consumes tokens. In many cases, chaining can actually increase total token usage because the context is passed repeatedly through multiple API calls.
    • F. Incorrect. Chaining is a prompting technique used at inference time. It does not update the model's weights or perform fine-tuning, which is a separate training process requiring a dedicated dataset.

    Domain 4: Business strategies for a successful gen AI solution

    Subdomain 4.1: Describe the Google Cloud-recommended steps to successfully implement a transformational gen AI solution.

    29.When categorizing generative AI solutions, which type is primarily used to summarize long documents, draft emails, and translate languages?

    1. A.Image generation
    2. B.Code generation
    3. C.Text generation
    4. D.Speech-to-text generation
    Show answer & explanation

    Correct answer: CText generation

    • A. Image generation focuses on creating or altering visual content and graphics from textual descriptions; it is not designed for natural language processing tasks like summarization or email drafting.
    • B. Code generation is specialized for producing source code and assisting with programming tasks based on specifications; it is not the primary tool for natural language summarization or language translation.
    • C. Text generation models, such as Large Language Models (LLMs), are specifically designed to produce and transform natural language. They are the ideal choice for tasks that involve understanding and creating human-like text, including summarization, email composition, and translation.
    • D. Speech-to-text generation is primarily used for transcription (converting spoken audio into written text). While it produces text as an output, it does not inherently perform the complex linguistic processing required for summarizing or translating that text.

    Subdomain 4.1: Describe the Google Cloud-recommended steps to successfully implement a transformational gen AI solution.

    30.A global news organization needs to quickly publish articles in multiple languages to reach a wider audience. They currently rely on manual translation, which is slow. Which generative AI solution should they choose to solve this problem?

    1. A.Image generation for article thumbnails
    2. B.Code generation for their website backend
    3. C.Text generation and translation models
    4. D.Personalized user avatars
    Show answer & explanation

    Correct answer: CText generation and translation models

    • A. Incorrect. While image generation can help create visuals and improve engagement, it focuses on visual content and does not address the core requirement of translating article text into multiple languages.
    • B. Incorrect. Code generation for the website backend can accelerate development tasks and improve functionality, but it does not provide automated language translation or solve the bottleneck of slow manual content translation.
    • C. Correct. Text generation and translation models are specifically designed to automate language translation and enable multilingual content creation at scale. These models can be integrated into publishing workflows, often with a human-in-the-loop for quality assurance, to significantly speed up the time-to-publish for international audiences.
    • D. Incorrect. Personalized user avatars are a tool for user engagement and personalization. They do not contribute to translating article content or addressing the organization's need for faster multilingual publication.

    Subdomain 4.2: Define secure AI and its importance in protecting AI systems from malicious attacks and misuse.

    31.A healthcare startup is deploying a generative AI chatbot. They need to ensure that only authorized data scientists can modify the model parameters, while customer service representatives can only use the chatbot interface. Which Google Cloud tool should they use to enforce these permissions?

    1. A.Security Command Center
    2. B.Identity and Access Management (IAM)
    3. C.Cloud Monitoring
    4. D.Virtual Private Cloud (VPC)
    Show answer & explanation

    Correct answer: BIdentity and Access Management (IAM)

    • A. Incorrect. Security Command Center (SCC) is Google Cloud's security posture management and threat detection platform. While it helps identify vulnerabilities and security risks, it is not used to define or enforce granular user-level permissions for modifying specific model parameters.
    • B. Correct. Identity and Access Management (IAM) is the standard service for granting fine-grained, resource-level permissions in Google Cloud. It allows administrators to follow the principle of least privilege by assigning specific roles to data scientists (e.g., Vertex AI Administrator or Editor) and different roles to customer service representatives (e.g., Vertex AI User or Discovery Engine Viewer).
    • C. Incorrect. Cloud Monitoring is part of the Google Cloud Observability suite. It provides insights into performance, metrics, and uptime. It is used to monitor system behavior and alert on issues, not to manage or restrict user access to resource configurations.
    • D. Incorrect. Virtual Private Cloud (VPC) manages network-level isolation, subnets, and firewalls. While VPC can restrict network access to a service, it cannot distinguish between different users' identities or define what specific actions (like editing model parameters) a user is permitted to perform once they are on the network.

    Subdomain 4.2: Define secure AI and its importance in protecting AI systems from malicious attacks and misuse.

    32.Why is it important to implement security throughout the entire Machine Learning (ML) lifecycle rather than just at the deployment phase?

    1. A.Security tools are only compatible with the data preparation phase.
    2. B.Vulnerabilities can be introduced at any stage, such as poisoned training data or compromised model weights.
    3. C.It reduces the overall cost of cloud storage.
    4. D.AI models do not require security once they are deployed.
    Show answer & explanation

    Correct answer: BVulnerabilities can be introduced at any stage, such as poisoned training data or compromised model weights.

    • A. Security tools and methodologies are not limited to data preparation; they are applicable and necessary across data collection, training, evaluation, and monitoring. Restricting security to a single phase leaves the system vulnerable to attacks at other stages.
    • B. Vulnerabilities can be introduced at any point in the ML lifecycle, such as the injection of malicious data (data poisoning), tampering with model weights during storage, or exploiting insecure CI/CD pipelines. A defense-in-depth approach ensures the integrity and confidentiality of the model from development through to production.
    • C. The primary objective of end-to-end ML security is to protect the confidentiality, integrity, and availability of models and data. While it is a best practice, its main driver is risk mitigation rather than the reduction of cloud storage costs.
    • D. AI models require robust security even after deployment, as they are susceptible to adversarial inputs, model extraction, and data leakage. Security is not a one-time event at deployment but an ongoing requirement including monitoring and runtime protection.

    Subdomain 4.3: Describe the importance of responsible AI in business.

    33.A retail company deploys a generative AI chatbot on its website. Customers start complaining that they feel deceived when they realize they are not talking to a human agent. Which responsible AI principle was neglected by the company?

    1. A.Data anonymization
    2. B.Transparency
    3. C.Pseudonymization
    4. D.Explainability
    Show answer & explanation

    Correct answer: BTransparency

    • A. Data anonymization is the process of protecting private or sensitive information by erasing or encrypting identifiers that connect an individual to stored data. While a critical privacy practice, it does not address the issue of user awareness regarding the identity of an AI agent.
    • B. Transparency involves being open and clear about the use of AI, ensuring that users are clearly informed when they are interacting with an AI system rather than a human. Failing to disclose this identity leads to a loss of trust and a sense of deception, directly violating transparency principles.
    • C. Pseudonymization is a data management and de-identification procedure that replaces private identifiers with pseudonyms to reduce re-identification risk. It is a technical privacy measure and is not related to the requirement of identifying an agent's artificial nature to users.
    • D. Explainability refers to the ability to make the decisions and outputs of AI systems understandable to humans. While it helps with trust in model outcomes, the primary issue of failing to disclose that the agent is a chatbot is a lapse in transparency, not explainability.

    Subdomain 4.3: Describe the importance of responsible AI in business.

    34.A hospital wants to use patient records to train a generative AI model to summarize medical histories. To protect privacy, they replace patient names with unique ID numbers but keep a secure, separate file that links the IDs back to the names. What privacy technique is the hospital using?

    1. A.Data anonymization
    2. B.Data pseudonymization
    3. C.Data deletion
    4. D.Data augmentation
    Show answer & explanation

    Correct answer: BData pseudonymization

    • A. Data anonymization involves irreversibly removing or modifying personally identifiable information (PII) so that individuals cannot be re-identified. Because the hospital retains a separate file that links the IDs back to the names, re-identification remains possible, meaning the data is not fully anonymized.
    • B. Data pseudonymization is the technique of replacing direct identifiers (like names) with pseudonyms or IDs while maintaining a separate, secure key that allows for re-identification when necessary. This practice reduces the risk of identity exposure during processing while preserving the link to the original data, which is common in privacy frameworks like GDPR.
    • C. Data deletion involves the permanent removal of information from a dataset so it can no longer be retrieved or used. In this scenario, the hospital is not removing the data but rather restructuring how identifiers are stored and linked.
    • D. Data augmentation is a machine learning technique used to increase the size or diversity of a training dataset by creating synthetic data or modified versions of existing data. It is not a privacy-preserving identification management technique.

    Subdomain 4.3: Describe the importance of responsible AI in business.

    35.A medical imaging company develops an AI to highlight potential tumors. Doctors refuse to use it because the AI only outputs 'Tumor' or 'No Tumor' without showing which part of the image led to the conclusion. What does the AI lack?

    1. A.Explainability
    2. B.Anonymization
    3. C.Pseudonymization
    4. D.Data quality
    Show answer & explanation

    Correct answer: AExplainability

    • A. Correct. Explainability (or interpretability) is the ability to understand the reasoning or logic behind an AI's output. In high-stakes fields like healthcare, clinicians require localized evidence (such as heatmaps or feature highlights) to validate the AI's findings. Without this transparency, the system is seen as a 'black box,' leading to a lack of trust and clinical utility.
    • B. Incorrect. Anonymization is the process of removing personally identifiable information (PII) from data to protect patient privacy. While critical for regulatory compliance, it does not address the model's transparency or its failure to explain its diagnostic conclusions.
    • C. Incorrect. Pseudonymization is a data privacy technique where personal identifiers are replaced with artificial identifiers (pseudonyms). This is a data management control and is unrelated to the AI model's decision-making process or visual output for clinicians.
    • D. Incorrect. Data quality refers to the accuracy, completeness, and representativeness of the training or input data. While a model requires high-quality data to be accurate, the specific issue here is not the accuracy of the result, but the inability to see the underlying rationale for the result.

    Want the full experience?

    These are just samples. Practice the full Google Generative AI Leader question bank in quiz mode — free, no signup, with domain practice and exam simulation.