Skip to content

Argo Workflows Questions

Practice questions for Argo Workflows topic in Certified Argo Project Associate. 69 questions covering this domain.

69 questions18 easy35 medium16 hard
Q1
medium

A team configures workflow tasks to produce output files as artifacts for consumption by downstream steps. Where does Argo Workflows store these artif...

Q2
easy

Which Argo Workflows template invocator organizes tasks so that outer task groups run sequentially while tasks within the same group run in parallel?

Q3
medium

A workflow step fails intermittently due to transient network errors. Which Argo Workflows spec field should be configured on the template to automati...

Q4
medium

A platform engineer wants a workflow to be automatically terminated if it runs for more than one hour, regardless of which step is currently executing...

Q5
medium

A platform team wants to define workflow templates once and make them available for use by workflows running in any namespace in the cluster. Which Ar...

Q6
hard

In an Argo Workflows DAG, Task A has no dependencies; Task B depends on Task A; Task C depends on Task A; Task D depends on both Task B and Task C. Ta...

Q7
easy

In an Argo Workflow spec, which field specifies the name of the template that is executed first when the workflow starts?

Q8
medium

A team wants an Argo Workflow to run automatically every night at midnight UTC. Which Argo Workflows resource type provides native cron-based scheduli...

Q9
medium

An ML engineer wants the output file produced by a feature-engineering step to be available as input to a model-training step in the same workflow. Wh...

Q10
hard

A multi-step ETL workflow must run a Slack notification and temporary S3 cleanup step regardless of whether the pipeline succeeds or fails. Which Argo...

Q11
easy

Which Argo Workflows template type pauses a workflow at that step until it is manually resumed via the CLI or UI, or until an optional configured dura...

Q12
medium

In an Argo Workflows DAG with default settings, Task B depends on Task A and Task C has no dependencies. If Task A fails, what happens to Tasks B and ...

Q13
hard

A batch workflow must process 100 file paths using the same container logic for each. The team wants to express this concisely in a single template ra...

Q14
medium

A team has a `WorkflowTemplate` named `data-pipelines` in their namespace that contains a template named `preprocess`. A Workflow step needs to invoke...

Q15
easy

What is the key difference between a `WorkflowTemplate` and a `Workflow` resource in Argo Workflows?

Q16
easy

Which two core components are deployed when Argo Workflows is installed on a Kubernetes cluster?

Q17
hard

A workflow pipeline requires Task B and Task C to run in parallel, both depending on Task A, and Task D to start only after both B and C complete. Whi...

Q18
medium

A data scientist needs to run a short Python script inside an existing container image without building a custom Docker image. Which Argo Workflows te...

Q19
medium

Which workflow status phase indicates that the workflow has started and at least one node is currently executing?

Q20
medium

A workflow needs to pass the output string of Step A as a parameter to Step B. Which mechanism enables this?

Sign in to see all 69 questions

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