Skip to content
CAPA
Argo Events
hard
Question 5 of 27

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) have been received. Which Sensor configuration implements this AND-based compound condition?

ACreate two separate Sensors, one per source, and coordinate them using a shared ConfigMap
BList both event sources as dependencies in the Sensor and use a circuit field expression such as source-github && source-s3
CConfigure the EventBus with logicalOperator: AND between the two sources
DAdd dependencyGroups with atLeastOne: 2 to the Sensor spec

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion