Skip to content

Argo Events Questions

Practice questions for Argo Events topic in Certified Argo Project Associate. 27 questions covering this domain.

27 questions8 easy14 medium5 hard
Q1
medium

An Argo Events EventSource is configured to receive GitHub webhook push events. Which resource must be configured to listen for those events and trigg...

Q2
medium

A team deploys an Argo Events webhook EventSource to receive events from GitHub and needs to authenticate incoming requests using a shared secret. Whe...

Q3
hard

An Argo Events deployment uses a NATS-based EventBus. The team observes that events received while the NATS pod was restarting are lost. Which change ...

Q4
easy

In Argo Events, which component serves as the message transport backbone that carries event payloads from EventSources to Sensors?

Q5
hard

An Argo Events Sensor must trigger an Argo Workflow only when both a GitHub push event (from `source-github`) AND an S3 upload event (from `source-s3`...

Q6
medium

A team wants their Argo Events Sensor to only trigger a workflow when a webhook payload contains a specific JSON field indicating the event type is `p...

Q7
medium

Which Argo Events trigger type submits an Argo Workflow in response to an event?

Q8
medium

A Sensor needs to extract a specific field from the event payload and use it as a parameter in the Argo Workflow trigger. What feature enables this?

Q9
easy

In Argo Events, what does a `timeFilter` on a Sensor dependency do?

Q10
medium

What is a key difference between an NATS-based EventBus and a JetStream-based EventBus in Argo Events?

Q11
easy

What Argo Events component is responsible for listening to external event sources and publishing events to the EventBus?

Q12
hard

A team wants to build a Sensor that triggers different Argo Workflows depending on which S3 bucket path received an object. The EventSource emits even...

Q13
hard

A production system uses Argo Events to trigger batch workflows from an S3 EventSource. The EventBus occasionally restarts, causing some events to be ...

Q14
easy

Which EventSource type in Argo Events allows workflows to be triggered on a time schedule?

Q15
medium

A Sensor has two dependencies: `dep-a` (webhook) and `dep-b` (Kafka). The trigger should fire only when both events arrive. Which dependency logic ach...

Q16
medium

On the managed JetStream EventBus, how are subjects named on the default stream?

Q17
easy

In an Argo Events timeFilter, how are start and stop treated?

Q18
hard

If you want Argo Events to connect to an already existing JetStream service instead of creating its own StatefulSet, which EventBus spec should you us...

Q19
medium

How do Sensors subscribe to JetStream subjects they depend on?

Q20
easy

Which DataFilter field contains the event-data path using dot-separated keys, wildcards, and array indexes?

Sign in to see all 27 questions

Create a free account to browse all questions — completely free during our launch phase.