Skip to main content

GENERATIVE-AI-LEADER Real Exam Questions

Google Cloud Certified - Generative AI Leader

91 questions available · Page 1 of 10

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

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?

  1. A

    Implement stricter safety settings to filter out potentially controversial topics.

  2. B

    Fine-tune the model on a larger dataset of news articles.

  3. C

    Increase the temperature setting of the model to encourage more diverse outputs.

  4. D

    Use grounding to base the model output on the source articles.

Show answer and explanation

Correct answer: D

Explanation

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.)

Question 2 Single choice

A large enterprise wants faster matrix multiplication for Gemini inference workloads.

Which infrastructure should they use?

  1. A

    General-purpose VM CPUs

  2. B

    Cloud GPUs only

  3. C

    Cloud TPU

  4. D

    Persistent Disk throughput enhancements

Show answer and explanation

Correct answer: C

Explanation

TPUs (Tensor Processing Units) are custom-designed for parallel matrix operations, the core computation in LLM inference and training. GPUs are powerful but less specialized for large-scale tensor operations.
CPUs are inefficient for LLM workloads. Disk throughput is irrelevant to tensor math.

Question 3 Single choice

A research company needs to analyze several lengthy PDF documents containing financial reports and identify key performance indicators (KPIs) and their trends over the past year. They want a Google Cloud prebuilt generative AI tool that can process these documents and provide summarized insights directly from the source material with citations.

What should the analyst do?

  1. A

    Create a custom Gem in Gemini Advanced with predefined KPIs to look across different financial reports.

  2. B

    Use the Gemini app to ask general financial trend questions.

  3. C

    Use NotebookLM to upload and analyze the documents.

  4. D

    Use Gemini for Google Workspace within Google Docs to copy and paste sections of the reports for summary and analysis.

Show answer and explanation

Correct answer: C

Explanation

The requirements are for a prebuilt tool that is designed for:

Analyzing uploaded private documents (lengthy PDFs).

Providing summarized insights (extracting KPIs and trends).

Offering citations (grounding the answers to the source material).

NotebookLM (C) is the Google tool explicitly designed for this use case. It is a generative AI powered notebook/research assistant that allows users to upload source documents (including PDFs), then ask questions and generate summaries or insights that are grounded in and cited back to the source documents. This makes it an ideal prebuilt solution for an analyst who needs to process complex, lengthy financial reports and verify the data with citations.

Gemini Advanced (A) and Gemini app (B) are general-purpose conversational tools that are not primarily focused on deep, grounded analysis of uploaded documents that require source citations for research integrity.

Gemini for Google Workspace (D) is limited to data already in Workspace apps (Docs, Gmail, Drive) and the manual copy/paste process would be inefficient for "several lengthy PDF documents." (Reference: Google's Generative AI Leader training materials highlight NotebookLM as the specific generative AI application built for research and information synthesis from uploaded documents, offering key features like grounding and citations back to the source material.)

Question 4 Single choice

A government agency requires an LLM that can run entirely on local hardware for maximum data control.

Which Google model family best meets this need?

  1. A

    Gemini Pro

  2. B

    Veo

  3. C

    Gemma

  4. D

    Imagen

Show answer and explanation

Correct answer: C

Explanation

Gemma is Google's lightweight, open-source model series designed for local execution, ideal for high-security or sovereign environments. Gemini Pro and Veo require cloud infrastructure. Imagen is an image model, not suitable for local LLM deployments.

Question 5 Single choice

A company wants their AI assistant to produce highly consistent, deterministic answers regardless of minor input variations.

What setting should they adjust?

  1. A

    Increase temperature

  2. B

    Decrease temperature

  3. C

    Increase max output tokens

  4. D

    Enable multimodal generation

Show answer and explanation

Correct answer: B

Explanation

Lower temperature reduces randomness in token selection, producing stable, predictable responses.
Higher temperature introduces creativity. Max output tokens affects length, not consistency. Multimodal generation does not influence determinism.

Question 6 Single choice

A data science team needs a centralized and organized location to store its various model versions, track their metadata, and easily deploy them to the respective applications.

What Google Cloud service should they use?

  1. A

    Cloud Storage

  2. B

    Model Registry

  3. C

    BigQuery

  4. D

    Vertex AI Pipelines

Show answer and explanation

Correct answer: B

Explanation

A Model Registry (specifically part of Vertex AI Model Registry) is designed precisely for managing the lifecycle of machine learning models. It provides a centralized repository for storing, versioning, tracking metadata, and facilitating the deployment of models, which is essential for MLOps. Cloud Storage is for raw data, BigQuery for data warehousing, and Vertex AI Pipelines for workflow orchestration.

Question 7 Single choice

A highly regulated financial institution wants to use Gemini as the core decision engine for a loan approval system that will deterministically approve or reject loan applications based on a strict set of predefined criteria.

Why is this an inappropriate use case for Gemini?

  1. A

    Gemini cannot integrate with required financial databases.

  2. B

    Gemini is not equipped to handle structured numerical data for financial assessments.

  3. C

    Gemini is designed for flexible content generation and inference, not rigid rule-based decisions.

  4. D

    Gemini deployment for this scenario would be too expensive and complex.

Show answer and explanation

Correct answer: C

Explanation

Gemini, as a large language model, excels at flexible content generation, summarization, understanding, and inference. However, it is not designed for deterministic, rule-based decision-making that requires absolute consistency and adherence to strict, predefined criteria, as is common in highly regulated financial systems like loan approvals. Such systems typically require traditional programming logic or specific rule engines for auditable and consistent outcomes.

Question 8 Single choice

A company's sales team spends a significant amount of time researching potential leads and manually entering data into their customer relationship management (CRM) tool. They want to improve the team's efficiency and enable them to focus on building relationships and closing deals.

What should the organization do?

  1. A

    Develop a custom AI solution using Google Cloud's AutoML Natural Language to analyze lead communications and automatically update the CRM.

  2. B

    Implement Google Cloud's Contact Center AI to qualify leads and route them to the appropriate sales representatives.

  3. C

    Implement Google Agentspace "unified enterprise search" including a CRM agent to automate lead research and data entry.

  4. D

    Integrate the CRM with a popular sales intelligence platform to automatically enrich lead profiles with valuable data.

Show answer and explanation

Correct answer: C

Explanation

Agentspace's unified search and specialized CRM agent can scour internal and external data sources, enrich lead profiles, and push updates directly into the CRM, freeing your sales team to focus on selling.

Question 9 Single choice

A pharmaceutical company's research and development department spends significant time manually reviewing new scientific papers to identify potential drug targets. They need a solution that can answer questions about these documents and provide summarized insights to researchers without requiring extensive coding expertise.

What should the organization do?

  1. A

    Use Gemini for Google Workspace to facilitate collaborative document review.

  2. B

    Use Vertex AI Search to index the papers and enable keyword-based searches.

  3. C

    Use Vertex AI AutoML to train a model that classifies papers into predefined research areas.

  4. D

    Use Vertex AI Agent Builder to create a custom AI agent.

Show answer and explanation

Correct answer: D

Explanation

The requirement is to answer questions about the documents and provide summarized insights without requiring extensive coding expertise. Vertex AI Agent Builder is designed precisely for creating custom AI agents, often with low-code or no-code capabilities, that can interact with and process large volumes of information like scientific papers. While Vertex AI Search could index papers for keyword searches, it doesn't directly answer questions or provide summarized insights in the same way a generative AI agent built with Agent Builder could. Gemini for Google Workspace is for collaborative work, not specifically for building custom AI agents for document analysis. Vertex AI AutoML is for training classification models, which is different from answering questions and summarizing.

Question 10 Single choice

What will Google Cloud's Agent Assist help a company achieve?

  1. A

    The infrastructure to provide an enterprise-grade contact center solution with omnichannel support, routing, and integration with CRM systems.

  2. B

    The ability to analyze conversational data to identify customer sentiment, common topics of discussion, and insights into agent performance and customer experience.

  3. C

    The ability to provide real-time assistance and recommended responses to live customer service
    agents during their interactions.

  4. D

    The ability to build and deploy deterministic and generative chatbot agents for automated customer support.

Show answer and explanation

Correct answer: C

Explanation

Google Cloud's Agent Assist is specifically designed to augment human customer service agents. It provides real-time suggestions, retrieves relevant information, and offers recommended responses to agents during live interactions, improving their efficiency and consistency.