wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz Recap - Lesson 2

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

In the context of automation tools, what is the main difference between Make.com and Zapier for complex multi‑step workflows?

a)

Make.com only supports single‑step workflows, Zapier supports multi‑step

b)

Make.com supports visual branching with routers and advanced logic, Zapier is more linear and limited in branching

c)

Zapier supports more complex data transformations, Make.com only sends simple notifications

d)

Zapier can only connect two apps at a time, Make.com can connect unlimited apps

2.

Why is Make.com’s operations‑based pricing often more economical than Zapier’s task‑based model for complex automations?

a)

Operations in Make.com are always free, tasks in Zapier are always paid

b)

Make.com charges only per month, Zapier charges per user

c)

Complex workflows use many actions; Make.com prices operations more cheaply at scale than Zapier prices tasks

d)

Make.com sets a strict cap on scenario length, Zapier has no caps

3.

In Make.com, what is a module and how does it relate to a scenario?

a)

A module is a complete automation; a scenario is one step inside it

b)

A module is a single step (trigger, action, search, or tool) and a scenario is the chain of modules that forms the workflow

c)

A module is only used for error handling; a scenario is for normal actions

d)

A module is just a visual icon; it has no functional role in a scenario

4.

What is the difference between Tools modules and Apps modules in Make.com?

a)

Tools modules require API keys; Apps modules never need authentication

b)

Tools modules transform or manipulate data without external connections; Apps modules interact with external services via connections

c)

Tools modules are only for triggers; Apps modules are only for actions

d)

Tools modules are only available on paid plans; Apps modules are free

5.

How does an instant trigger differ from a polling trigger in Make.com?

a)

Instant triggers run only once per day; polling triggers run every second

b)

Instant triggers start the scenario as soon as the event happens, while polling triggers check for new data at intervals and may introduce a delay

c)

Polling triggers are cheaper because they only consume operations when new data arrives

d)

Polling triggers are only available for Google apps, instant triggers only for Slack

6.

In Make.com, what is a bundle?

a)

A collection of modules grouped into a scenario

b)

A unit of pricing that counts how many operations you have left

c)

A container holding related data items that a module processes and passes along as input or output

d)

A special error‑handling object created when a module fails

7.

Why is the rule of thumb “only the trigger generates the first bundles; other modules just transform existing bundles” important?

a)

Because only the trigger consumes operations; other modules are free

b)

Because it clarifies that data enters the scenario once, and downstream modules reuse and transform those data, which affects both data flow understanding and how many operations are counted

c)

Because it means you can add unlimited triggers in one scenario

d)

Because downstream modules cannot access data from the trigger

8.

On which dimensions is n8n typically preferred over Make.com, despite Make’s usability advantages?

a)

When no integrations are needed and only local files are used

b)

When teams want self‑hosting, deeper control over infrastructure, and are comfortable with a more technical, developer‑oriented tool

c)

When non‑technical users need the simplest possible interface and templates

d)

When you must avoid any open‑source components for compliance reasons

9.

Which combination best describes key reasons for choosing Make.com over its competitors?

a)

Requires coding skills, cheapest on the market, no visual builder

b)

Visual builder for complex logic, operations‑based pricing that scales well, rich data‑manipulation modules and strong integrations with tools like Google, Notion, and Slack

c)

Only single‑step automations, but with unlimited free usage

d)

Focuses only on database storage, not on connecting SaaS apps

10.

In the lead‑notification practical case (Google Sheets → Gmail → Slack), which statement is most accurate?

a)

The trigger should be Slack; Google Sheets and Gmail are only used for notifications

b)

The trigger is a Google Sheets “Watch Rows” module, Google Sheets is the data source, and Gmail/Slack act as notification channels that can be extended with additional actions (e.g. writing to a CRM)

c)

The trigger is Gmail; Google Sheets is only updated manually

d)

Slack acts as both trigger and data source; Google Sheets is not part of the scenario