시험덤프
매달, 우리는 1000명 이상의 사람들이 시험 준비를 잘하고 시험을 잘 통과할 수 있도록 도와줍니다.
  / Generative AI Leader 덤프  / Generative AI Leader 문제 연습

Google Generative AI Leader 시험

Google Cloud Certified - Generative AI Leader Exam 온라인 연습

최종 업데이트 시간: 2025년11월17일

당신은 온라인 연습 문제를 통해 Google Generative AI Leader 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.

시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 Generative AI Leader 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 45개의 시험 문제와 답을 포함하십시오.

 / 5

Question No : 1


A company’s large learning model (LLM) is producing hallucinations that are a result of the Knowledge cutoff.
How does retrieval-augmented generation (RAG) overcome this limitation?

정답:
Explanation:
The primary purpose of RAG is to address the "knowledge cutoff" and hallucination issues of LLMs. It does this by retrieving relevant, up-to-date information from external knowledge sources (like databases or documents) at inference time and then using this retrieved information to ground the LLM's generation, ensuring factual accuracy and relevance to the specific query.

Question No : 2


A human resources team is implementing a new generative AI application to assist the department in screening a large volume of job applications. They want to ensure fairness and build trust with potential candidates.
What should the team prioritize?

정답:
Explanation:
To ensure fairness and build trust, especially in sensitive areas like job applications, transparency in how AI evaluates applications and uses data is paramount. This involves understanding potential biases, explaining decisions (where possible), and ensuring human oversight.

Question No : 3


A company is developing a conversational AI chatbot. They need to ensure the chatbot can engage in human-like conversations and provide accurate information.
What should they do to enhance the chatbot's ability to understand and respond effectively to user prompts?

정답:
Explanation:
Prompt engineering, especially techniques like few-shot prompting (providing examples of desired input-output pairs), is crucial for guiding a generative AI model to understand context and generate relevant, human-like responses. Limiting data or using strict keyword matching would severely restrict the chatbot's conversational ability, and lowering temperature makes responses less creative, not necessarily more understanding.

Question No : 4


An organization wants granular control over who can use and see their generative AI models and related resources on Google Cloud.
Which Google Cloud security offering is specifically for this purpose?

정답:
Explanation:
Identity and Access Management (IAM) is the fundamental Google Cloud service that allows you to define who has what access to which resources. It provides granular control over permissions for users, groups, and service accounts, including access to generative AI models and related data.

Question No : 5


A software developer needs a highly efficient, open-source large language model that can be fine-tuned on a local machine for rapid prototyping of a chatbot application. They require a model that offers strong performance in natural language understanding and generation, while being lightweight enough to run on limited hardware.
Which Google-developed family of models should they use?

정답:
Explanation:
Gemma is Google's family of lightweight, state-of-the-art open models, built from the same research and technology used to create the Gemini3 models. They are designed for developers to build innovative AI applications on their local machines or in the cloud, offering a balance of performance and efficiency suitable for limited hardware and rapid prototyping. Veo is for video generation, Gemini is typically larger and more general-purpose, and Imagen is for image generation.

Question No : 6


An organization needs an AI tool to analyze and summarize lengthy customer feedback text transcripts. You need to choose a Google foundation model with a large context window.
What foundation model should the organization choose?

정답:
Explanation:
Gemini models are known for their large context windows, making them highly suitable for processing and summarizing lengthy texts like customer feedback transcripts. CodeGemma is specialized for code, Imagen for image generation, and Chirp for speech.

Question No : 7


What is a primary benefit of using a multi-agent system?

정답:
Explanation:
Multi-agent systems are designed to tackle complex problems by breaking them down into sub-tasks, where each agent specializes in a specific function. These agents then coordinate and collaborate to achieve a larger, more intricate goal that a single, monolithic AI model might struggle with.

Question No : 8


A company wants to create an AI-powered educational solution that provides personalized learning experiences for students. This platform will assess a student's knowledge, recommend relevant learning materials, and generate personalized exercises. The application would provide the structure for lessons and track progress.
What type of AI solution should they use?

정답:
Explanation:
The request goes beyond just recommendations or content generation. It involves assessing knowledge, recommending materials, generating personalized exercises, providing lesson structure, and tracking progress. This implies a more comprehensive, intelligent system that acts as an assistant or tutor for the student, which is best described as a customized learning agent. This agent would likely leverage LLMs and recommendation systems as components, but the overall solution is an agent.

Question No : 9


A retail company with a large online catalog wants to improve customer experience and drive sales by implementing multimodal search capabilities (image, voice, and text).
What is a primary business benefit of this capability?

정답:
Explanation:
Multimodal search directly enhances the customer experience by allowing them to find products using various intuitive methods (images, voice, text). This leads to easier product discovery, higher engagement, and ultimately increased customer satisfaction and potential sales, which is a primary business benefit.

Question No : 10


A company is developing an AI character for a video game. The AI character needs to learn how to navigate a complex environment and make decisions to achieve certain objectives within the game. When the AI takes actions that lead to positive outcomes, like finding a reward or overcoming an obstacle, it receives a positive score. When it takes actions that lead to negative outcomes, like hitting a wall or losing progress, it receives a negative score. Through this process of trial and error, the AI gradually improves the character’s ability to play the game effectively.
What machine learning should the company use?

정답:
Explanation:
This scenario perfectly describes reinforcement learning. In reinforcement learning, an agent learns to make decisions by interacting with an environment, receiving1 rewards for desirable actions and penalties for undesirable ones,2 and iteratively improving its behavior through trial and error to maximize cumulative reward.

Question No : 11


A company wants to use generative AI to create a chatbot that can answer customer questions about their products and services. They need to ensure that the chatbot only uses information from the company's official documentation.
What should the company do?

정답:
Explanation:
Grounding is the technique of "grounding" the LLM's responses in specific, authoritative data sources (like the company's official documentation). This prevents the model from "hallucinating" or providing information outside of the approved knowledge base, ensuring accuracy and relevance to the company's specific products and services.

Question No : 12


A company is defining their generative AI strategy. They want to follow Google-recommended practices to increase their chances of success.
Which strategy should they use?

정답:
Explanation:
Google Cloud often recommends a "top-down" approach for generative AI strategy. This means starting with clear business objectives and leadership alignment on how generative AI can solve critical business problems, rather than simply experimenting from the bottom up without a clear strategic direction.

Question No : 13


A financial services company receives a high volume of loan applications daily submitted as scanned documents and PDFs with varying layouts. The manual process of extracting key information is time-consuming and prone to errors. This causes delays in loan processing and impacts customer satisfaction. The company wants to automate the extraction of this critical data to improve efficiency and accuracy.
Which Google Cloud tool should they use?

정답:
Explanation:
Document AI API is specifically designed for intelligent document processing. It uses machine learning to extract structured data from unstructured documents like scanned forms and PDFs, even with varying layouts. This directly addresses the challenge of automating data extraction from loan applications. Natural Language API focuses on text understanding, Vision AI on image analysis (not structured extraction from documents), and Dataflow is for data processing pipelines.

Question No : 14


A large e-commerce company with a substantial product catalog and many support documents has customers struggling to find information on their website. This leads to high support costs and poor user experience. The company wants a Google Cloud solution to improve website search and reduce support costs while improving customer satisfaction.
What Google Cloud product should the company use?

정답:
Explanation:
Vertex AI Search is ideal for this scenario. It allows companies to build sophisticated search experiences over their own product catalogs and support documents. This improves accuracy and helps customers find what they need, directly addressing high support costs and poor user experience. Vertex AI Platform is broader for general ML development, Google Shopping is for consumers, and Google Search is for the public web.

Question No : 15


What does Vertex AI Search enable companies to do?

정답:
Explanation:
Vertex AI Search is designed to enable powerful search experiences over an organization's own data (first-party), external data (third-party), and can leverage Google's knowledge graph to provide more relevant and accurate responses, especially when grounding Large Language Models (LLMs). It does not index the entire public web like Google Search.

 / 5
Google