ClassQuiz
Play
Explore
Search
Docs
GitHub
Register
Log in
Donate
❤️
ClassQuiz
Play
TE Quiz
When Agents Talk: A Deep Dive into A2A and ACP
Made by
@Vishal
0
0
5
38
Practice
Download
Report
What is an AI Agent in the context of this session?
1: What is an AI Agent in the context of this session?
20s
A physical robot that automates factory tasks
A tool used only for testing code coverage (like Jacoco agent)
An autonomous software entity designed to perform specific tasks independently
A compiler for AI models
Which of the following is an example of an AI agent in daily use?
2: Which of the following is an example of an AI agent in daily use?
20s
Siri or Alexa
Windows Task Manager
Notepad
Microsoft Paint
In Retrieval-Augmented Generation (RAG), what does the "Retrieval" step focus on?
3: In Retrieval-Augmented Generation (RAG), what does the "Retrieval" step focus on?
20s
Generating natural responses
Compressing training data
Translating between multiple languages
Pulling in relevant knowledge from documents, databases, or APIs
Which of the following best describes RAG agents?
4: Which of the following best describes RAG agents?
20s
They only rely on pre-trained data for responses
They replace large language models entirely
They fetch up-to-date/domain-specific information and combine it with generative models
They are only used for code testing
What does ACP stand for?
5: What does ACP stand for?
20s
Agent-to-Agent Communication Protocol
Agent Communication Protocol
Automated Chat Processor
Artificial Cognitive Platform
What is the key feature of ACP?
6: What is the key feature of ACP?
20s
It is a closed proprietary protocol from Google
It is a database technology for storing agent knowledge
It standardizes rules for agent communication, enabling interoperability in local/edge environments
It is only used for router agents
What is the purpose of a Router Agent in ACP?
7: What is the purpose of a Router Agent in ACP?
20s
To manage database storage of agents
To translate agent responses into human language
To create hierarchical workflows by deciding which specialized agent to call
To terminate agents after execution
(Select All Correct Answers) Which tasks can AI agents typically perform?
8: (Select All Correct Answers) Which tasks can AI agents typically perform?
30s
Answering customer queries
Painting pictures on cardboard
Scheduling appointments
Processing documents via RPA
(Select All Correct Answers) Which of the following are true about A2A (Agent-to-Agent Protocol)?
9: (Select All Correct Answers) Which of the following are true about A2A (Agent-to-Agent Protocol)?
30s
It is HTTP-based
It enables AI agents to discover, interact, and collaborate across frameworks
It is Google's protocol using JSON-RPC
It only supports offline communication
(Select All Correct Answers) In the Router Agent's workflow, which steps are involved?
10: (Select All Correct Answers) In the Router Agent's workflow, which steps are involved?
20s
Router agent stores responses permanently in a database
Router agent never breaks down user queries into smaller steps
Clients convert discovered agents into tools for the router agent
Agents hosted on each server are discovered by client objects