wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz: Agentic AI

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

Which of the following best defines an AI Agent?

a)

A chatbot that only replies to queries

b)

An autonomous system that perceives, decides, and acts towards a goal

c)

A simple ML model trained on data

d)

A rule-based program without learning ability

2.

In the analogy of an AI Agent, what do APIs & Tools represent?

a)

The agent’s brain

b)

The agent’s hands

c)

The agent’s memory

d)

The agent’s workflow

3.

Which of these is the brain of an AI Agent?

a)

LLMs(like Gemini)

b)

APIs

c)

Workflows

d)

Pipelines

4.

Vertex AI is mainly used for:

a)

Building websites

b)

Automating rule-based scripts

c)

Managing the entire ML lifecycle on Google Cloud

d)

Creating video games

5.

Which of the following is not a component of Google’s Agent Development Kit (ADK)?

a)

Agents

b)

Callbacks

c)

Tools

d)

Blockchain

6.

The Workflow in an AI Agent is typically managed by:

a)

LangChain or similar frameworks

b)

Python only

c)

APIs directly

d)

Human intervention

7.

AutoML in Vertex AI allows developers to:

a)

Generate random datasets

b)

Build mobile apps automatically

c)

Train ML models without writing code

d)

Replace human decision-making entirely

8.

What is the purpose of Vertex AI Pipelines?

a)

Automate and orchestrate ML workflows

b)

Train LLMs only

c)

Run ML workflows in a manual step-by-step process

d)

Debug cloud storage issues

9.

Which statement about workflow agents is correct?

a)

They don’t support callbacks

b)

They can run tasks sequentially, in parallel, or in loops

c)

They cannot use tools

d)

They only run tasks sequentially

10.

The Agent Runtime in ADK is responsible for:

a)

Designing user interfaces

b)

Deploying models on GitHub

c)

Orchestrating communication and managing events/state changes

d)

Training ML models directly