Argo Workflows Questions
Practice questions for Argo Workflows topic in Certified Argo Project Associate. 69 questions covering this domain.
A team configures workflow tasks to produce output files as artifacts for consumption by downstream steps. Where does Argo Workflows store these artif...
Which Argo Workflows template invocator organizes tasks so that outer task groups run sequentially while tasks within the same group run in parallel?
A workflow step fails intermittently due to transient network errors. Which Argo Workflows spec field should be configured on the template to automati...
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...
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...
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...
In an Argo Workflow spec, which field specifies the name of the template that is executed first when the workflow starts?
A team wants an Argo Workflow to run automatically every night at midnight UTC. Which Argo Workflows resource type provides native cron-based scheduli...
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...
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...
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...
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 ...
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...
A team has a `WorkflowTemplate` named `data-pipelines` in their namespace that contains a template named `preprocess`. A Workflow step needs to invoke...
What is the key difference between a `WorkflowTemplate` and a `Workflow` resource in Argo Workflows?
Which two core components are deployed when Argo Workflows is installed on a Kubernetes cluster?
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...
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...
Which workflow status phase indicates that the workflow has started and at least one node is currently executing?
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.