Quiz: Agentic Agents Flashcards

(15 cards)

1
Q

What is the core reasoning engine in most modern AI agents?

A

A Large Language Model (LLM).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the primary purpose of LangChain?

A

To simplify the development of applications powered by language models, including AI agents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does LangGraph differ from LangChain?

A

LangGraph is designed for building more complex, stateful agentic applications with cyclical workflows, while LangChain is more focused on linear chains of operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the goal of the Model Context Protocol (MCP)?

A

To standardize how AI models interact with external tools and data sources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What problem does the Agent-to-Agent (A2A) protocol aim to solve?

A

Enabling secure and interoperable communication between different AI agents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Retrieval Augmented Generation (RAG) used for?

A

To improve the factual accuracy and reduce hallucinations in LLM responses by providing external knowledge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Give an example of a business use case for AI agents in financial services.

A

Enhanced fraud detection and prevention, automated compliance monitoring, personalized wealth management.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a key challenge in ensuring the reliability of AI agents?

A

The potential for LLMs to hallucinate or generate incorrect information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the importance of ‘memory’ in the context of AI agents?

A

It allows agents to maintain context, learn from past interactions, and make more informed decisions over time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the ‘perceive-reason-act-learn’ cycle describe?

A

The continuous operational loop of an AI agent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Name one company that provides a platform for building AI agents.

A

Google (Vertex AI Agent Builder), Microsoft, Amazon (AWS), OpenAI, IBM.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is ‘tool use’ in the context of AI agents?

A

The ability of an agent to interact with external systems or APIs to perform actions or gather information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why is ‘human-in-the-loop’ important for AI agents in regulated industries?

A

To provide oversight, validation, and control for critical decisions and sensitive tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a potential benefit of using multi-agent systems?

A

Specialization of agents, scalability, fault tolerance, ability to solve complex problems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a key focus of Google’s Vertex AI Agent Builder?

A

Providing an enterprise-grade platform with interoperability through MCP and A2A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly