
AsyncAPI V3
Quiz by Elegbede Azeez
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
Which of these describes what an “event” is in event-driven architecture
An "event" signifies a one-time, irreversible action that cannot trigger other processes.
An "event" represents a significant occurrence or action within a system that triggers or initiates specific processes or reactions.
An "event" refers exclusively to errors or faults occurring in the architecture.
An "event" refers exclusively to errors or faults occurring in the architecture.
30s - Q2
Which of these can’t you do with your AsyncAPI document?
define message payloads and their structure in an AsyncAPI document.
Directly run the API operations specified in an AsyncAPI document.
specify the communication protocols and bindings for message brokers.
describing the sequence of events or message flows between different components.
30s - Q3
Which of these is not a type of communication protocol?
Webhook
HTTP
AMQP
Kafka
30s - Q4
Which is the latest release of the AsyncAPI specification?
2.6.0
3.0.0
3.0.1
2.0.0
30s - Q5
When defining your AsyncAPI document in the root object, which of the following is a valid field name?
Components
ids
Server
Channel
30s - Q6
Which of these is the most popular change in v3 of the spec?
Send/Recieve
Publish/Subscribe
Optional channels
Request/Reply
30s - Q7
Which of these is not part of the changes/feat that comes with v3 of the spec?
Request/Reply
Optional channels
Storage field
Messages instead of message
30s - Q8
AsyncAPI hosts their bi-weekly community when?
Mondays
Thursdays
Wednesdays
Tuesdays
30s - Q9
Which of these folks is the founder of the AsyncAPI specification?
Jonas Lagoni
Lukasz Gornicki
Fran Mendez
Alejandra Quetzalli
30s - Q10
Which of the following is not an example of events?
Checking the list of items in the catalog
Clicking the subscribe button on a YouTube channel
A temperature change in a sensor
Placing an item in a shopping cart on an e-commerce website
30s