Google Generative AI Leader 1-10

表示モード
画像位置
文字位置
理解度の自動記録
STATUS FILTER

Choose confidence levels to display

Loading...
Q1Google Generative Ai Leader
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
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
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
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
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
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
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
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
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
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