表示モード
画像位置
文字位置
理解度の自動記録
Q1Google Generative Ai Leader
Q1. An online education company wants to build an AI-powered educational solution that delivers a learning experience optimized for each individual student.
The platform assesses each learner’s level of understanding, recommends relevant learning materials, and generates personalized practice questions.
It also proposes lesson structures and tracks learning progress.
What type of AI solution should the company adopt?
Show answer
Correct answer: D. A customized learning agent
The requirements go beyond simple recommendation or content generation.The solution must handle assessing understanding, recommending materials, generating personalized exercises, proposing lesson structures, and tracking progress in an integrated way.
This calls for a comprehensive, intelligent system that behaves like a learner’s assistant or tutor.
A learning agent is the most appropriate choice for something that integrates multiple functions and makes autonomous decisions.
An LLM or a recommendation system may be used as building blocks, but as a whole the solution is an agent.
Vertex AI Agent Builder | Google Cloud
Q2Google Generative Ai Leader
Q2. A game development studio is building an AI character that moves within a video game.
This AI character needs to learn how to make decisions in order to navigate complex environments and achieve in-game objectives.
It receives a positive score for actions that lead to good outcomes, such as earning rewards or clearing obstacles, and a negative score for actions that lead to bad outcomes, such as colliding with walls or losing progress.
Through this trial-and-error process, the AI gradually improves its ability to control the character.
Which type of machine learning should the studio use?
Show answer
Correct answer: B. Reinforcement learning
The mechanism of optimizing behavior through trial and error using rewards and penalties is a textbook example of reinforcement learning.An agent interacts with its environment, receiving rewards for desirable actions and penalties for undesirable ones, and improves its behavior to maximize cumulative reward.
Deep learning is a technique, supervised learning centers on labeled data, and unsupervised learning centers on discovering patterns in unlabeled data.
Optimizing behavior through trial and error with rewards and penalties is reinforcement learning, which is the correct answer.
What is machine learning? | Google Cloud
Q3Google Generative Ai Leader
Q3. At a large retail company with a vast product catalog and numerous support documents, customers struggle to find the information they need on the website.
This drives up support costs and degrades the user experience.
The company wants a Google Cloud solution that improves on-site search while reducing support costs and increasing customer satisfaction.
Which Google Cloud product should it use?
Show answer
Correct answer: B. Vertex AI Search
Vertex AI Search lets you build a high-accuracy, enterprise-grade search experience over your own product catalog and support documents.It delivers search over your own data so customers can quickly reach the information they need, directly reducing support costs and improving the user experience.
Google Shopping is consumer-facing, Google Search targets the public web, and Vertex AI Platform is a general-purpose ML development foundation.
Vertex AI Search is the best fit for improving on-site search over internal data.
Vertex AI Search | Google Cloud
Q4Google Generative Ai Leader
Q4. What does Vertex AI Search enable an enterprise to do?
Show answer
Correct answer: A. Grounding LLM responses using first-party data, third-party data, and Google’s Knowledge Graph.
The core role of Vertex AI Search is to use an enterprise’s own data (first-party), external data (third-party), and Google’s Knowledge Graph to ground LLM responses in trustworthy sources.This reduces hallucinations and delivers accurate, highly relevant answers.
The key point is that, unlike Google Search which indexes the entire public web, it specializes in search and answers based on an organization’s own data.
Vertex AI Search | Google Cloud
Q5Google Generative Ai Leader
Q5. What is the main benefit of adopting a multi-agent system?
Show answer
Correct answer: D. Managing complex tasks that require collaborative AI capabilities.
A multi-agent system works by breaking a complex problem into subtasks, with each agent specializing in a specific function.By having these agents work together and collaborate, they can achieve large-scale, complex goals that a single monolithic AI model would struggle to handle.
The greatest benefit lies in managing complex tasks by coordinating multiple AI capabilities.
Descriptions such as consolidating into a single model or hosting non-AI apps do not reflect the essence of multi-agent systems.
Vertex AI Agent Builder | Google Cloud
Q6Google Generative Ai Leader
Q6. A company’s public relations department needs an AI tool to analyze and summarize long records of customer feedback.
It must select a Google foundation model with a large context window.
Which foundation model should it choose?
Show answer
Correct answer: A. Gemini
Gemini is known for its large context window, making it very well suited to processing and summarizing long-form text such as customer feedback records.CodeGemma is specialized for code, Imagen for image generation, and Chirp for audio.
Gemini is the model with the large context window needed for long-form processing, which is the correct answer.
Google models | Vertex AI | Google Cloud
Q7Google Generative Ai Leader
Q7. A startup 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 want a lightweight model that delivers strong performance in natural language understanding and generation while still running on limited hardware.
Which Google-developed model family should they use?
Show answer
Correct answer: C. Gemma
Gemma is a family of lightweight, state-of-the-art open models built from the same research and technology as Gemini.It is designed so you can develop innovative AI apps on a local machine or in the cloud, offering a balance of performance and efficiency suited to running on limited hardware and to rapid prototyping.
Veo is for video generation, Gemini is larger and more general-purpose, and Imagen is for image generation.
Gemma is Google’s lightweight, open-source model suited to local execution, which is the correct answer.
Gemma | Google AI for Developers
Q8Google Generative Ai Leader
Q8. A company wants fine-grained control over who is granted access to its generative AI models and related resources on Google Cloud.
Which Google Cloud security product is purpose-built for this?
Show answer
Correct answer: A. Identity and Access Management (IAM)
Identity and Access Management (IAM) is a foundational Google Cloud service that defines which users have what kind of access to which resources.It provides fine-grained control over permissions for users, groups, and service accounts, and applies to managing access to generative AI models and related data as well.
Security Command Center focuses on visibility into security posture, and workload monitoring tools focus on monitoring.
IAM is the best fit for access control over “who can use and view” resources.
IAM overview | Google Cloud
Q9Google Generative Ai Leader
Q9. A startup is developing a conversational AI chatbot.
The chatbot needs to hold human-like conversations and provide accurate information.
What should be done to improve its ability to better understand user prompts and respond effectively?
Show answer
Correct answer: A. Use prompt engineering techniques such as few-shot prompting to provide the chatbot with examples of successful interactions.
Prompt engineering, and few-shot prompting in particular (providing examples of desired input-output pairs), is important for helping a generative AI model understand context and produce relevant, human-like responses.Restricting training data or using strict keyword matching would severely constrain conversational ability, and lowering the temperature only reduces the diversity of responses rather than improving understanding.
Few-shot prompting, which shows examples of success, is an appropriate way to improve the quality of conversation.
Introduction to prompt design | Vertex AI | Google Cloud
Q10Google Generative Ai Leader
Q10. A company’s HR department is introducing a new generative AI application to help screen a large volume of job applications.
They want to ensure fairness and build trust with applicants.
What should the team prioritize?
Show answer
Correct answer: C. Ensure the AI operates transparently, especially regarding how applications are evaluated and how data is used.
To ensure fairness and trust in a sensitive area like job applications, transparency about how the AI evaluates applications and uses data is most important.This includes understanding potential bias, explaining decisions where possible, and ensuring human oversight.
Maximizing reach, shortening processing time, or automatic ranking without human involvement do not directly serve the goal of ensuring fairness and trust.
Responsible AI | Google Cloud
