wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

n8n Basics Worksheet

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Which software environment must be installed on your computer before you can install n8n via npm?

a)

Python

b)

Node.js

c)

Java

d)

npm

2.

What is the correct terminal command to install n8n globally on your machine?

a)

npm install n8n

b)

npm install n8n -g

c)

get n8n

d)

install n8n --now

3.

To start n8n after it is installed via npm, what do you type in your terminal?

a)

start n8n

b)

n8n start

c)

n8n

d)

run n8n

4.

If you close your terminal window after running the n8n command, what happens?

a)

n8n keeps running in the background automatically

b)

The n8n process stops and the UI becomes unreachable

c)

n8n minimizes to the system tray

d)

Your workflows are deleted

5.

What is the default URL to access your local n8n instance?

a)

http://n8n.com

b)

http://localhost:5678

c)

http://127.0.0.1:3000

d)

http://my-pc:8080

6.

How do you save your workflow manually?

a)

Pressing Ctrl+S (or Cmd+S)

b)

Clicking the 'Save' button in the top right

c)

Both A and B

d)

It saves automatically every 1 second

7.

What happens if you toggle the "Active" switch to ON?

a)

The workflow starts running based on its triggers in the background

b)

It deletes all previous execution logs

c)

It makes the workflow public to everyone

d)

It speeds up your computer

8.

If a node receives 10 items, how many times will the next node (like an Email node) run by default?

a)

1 time

b)

10 times (once for each item)

c)

0 times

d)

It depends on the battery level

9.

Which node is used to combine data from two different paths?

a)

Split in Batches

b)

Merge Node

c)

Switch Node

d)

Filter Node

10.

What does the "IF" node (or Filter node) do?

a)

It stops the workflow if it's raining

b)

It splits the workflow path based on a True/False condition

c)

It repeats the workflow 10 times

d)

It asks the user for a password

11.

How can you see the data that came out of a specific node?

a)

Click on the node and look at the "Output" toggle/table

b)

It is emailed to you automatically

c)

You have to check the terminal/command prompt

d)

You cannot see data until the workflow finishes

12.

How do you stop n8n running in your terminal?

a)

Press Ctrl + C

b)

Type exit

c)

Close the laptop lid

d)

Unplug the mouse

13.

How do you move a node on the canvas?

a)

Click and drag it with your mouse

b)

Use the arrow keys

c)

You can't move them once placed

d)

Double-click it

14.

When using the "HTTP Request" node, what does "Authentication" mean?

a)

Providing a username/password or API key to access a service

b)

Verifying that the internet is working

c)

Changing the node's color

d)

Encrypting the entire workflow

15.

What is a "Boolean" value in n8n?

a)

A number with decimals

b)

A value that is either True or False

c)

A type of file

d)

A secret password

16.

What does $json["name"] represent in an expression?

a)

A command to delete a name

b)

A reference to the value in the "name" field of the current item

c)

A type of folder

d)

A secret code

17.

Can you share credentials between two different n8n instances easily?

a)

Yes, they are in the JSON export

b)

No, credentials are encrypted and are not included in standard workflow exports for security

c)

Yes, by email

d)

Only if you use the same password

18.

What is "Scraping"?

a)

Deleting old workflows

b)

Automatically pulling data from a website using the HTML or HTTP nodes

c)

Cleaning your computer

d)

Updating n8n

19.

To connect n8n to Google Sheets, what is the first thing you must create in n8n?

a)

A new folder

b)

A Google Cloud Credential (OAuth2 or Service Account)

c)

A Gmail account

d)

A new spreadsheet

20.

If n8n can't find your Google Sheet, what is the most likely mistake?

a)

Wrong Spreadsheet ID

b)

The spreadsheet is in the Trash

21.

To trigger a workflow every time a new email arrives, which node do you use?

a)

Gmail Node

b)

Gmail Trigger Node

c)

Webhook Node

d)

Wait Node

22.

If you want to send a personalized greeting like "Hi [Name]", where does "[Name]" come from?

a)

The Gmail node settings

b)

A column in your Google Sheet mapped via an Expression

c)

n8n guesses the name

d)

You have to type it for every run

23.

What character is used to start an expression in a field?

a)

[[

b)

{{

c)

((

d)

//

24.

What is "Basic Auth"?

a)

A standard username and password login

b)

A high-level security system

c)

A type of node

d)

A way to restart n8n

25.

What is the "Snippet" in the Gmail output?

a)

A small piece of the email body text

b)

A piece of code

c)

The sender's photo

d)

The email password