CLF-C02 Cloud Technology and Services Practice Question
Which AWS service provides a fully managed workflow orchestration service that coordinates multiple AWS services into serverless workflows using visual state machines?
⚠ Common exam trap
Many candidates confuse Amazon EventBridge's event routing capabilities with workflow orchestration, but EventBridge lacks the sequential state machine logic and visual workflow designer that Step Functions provides.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
AWS Step Functions
AWS Step Functions is a fully managed orchestration service that allows you to coordinate multiple AWS services into serverless workflows using visual state machines. It enables you to define complex, multi-step processes as a series of states (tasks, choices, parallel branches) that execute in order, with built-in error handling and retry logic, making it the correct choice for workflow orchestration.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Amazon EventBridge
Why it's wrong here
Amazon EventBridge is a serverless event bus service that ingests and routes events between AWS services, SaaS applications, and custom apps based on rules. It reacts to individual events by invoking targets, but it does not maintain execution state or define a sequence of dependent steps. While you could chain multiple EventBridge rules together, that would not provide the built-in retry, rollback, or state management needed for true workflow orchestration, so it is not the right service for this use case.
- ✗
Amazon SQS
Why it's wrong here
Amazon SQS is a fully managed message queuing service that decouples application components by allowing them to exchange messages asynchronously. A queue simply holds messages until a consumer polls and processes them, and it has no concept of a workflow or a state machine. SQS offers retries only at the individual message level, not across a multi-step business process, and it cannot automatically execute subsequent steps, make decisions, or track progress. Therefore, using SQS alone would require you to build all orchestration logic manually, which is why it is not correct.
- ✓
AWS Step Functions
Why this is correct
AWS Step Functions is a serverless orchestration service that lets you define workflows as state machines using the Amazon States Language (ASL). It supports sequential steps, parallel branches, choice states, wait states, and Map/Item loops, while automatically managing execution state and ensuring that each step's output feeds into the next. Step Functions provides native error handling, configurable retry policies with exponential backoff, and integrated service calls via the AWS SDK connectors, making it ideal for orchestrating complex, multi-step processes across hundreds of AWS services. This combination of state management and resilience is precisely what the scenario requires, so it is the correct answer.
- ✗
AWS Batch
Why it's wrong here
AWS Batch is a job scheduling and compute service designed specifically for batch computing workloads that run as containerized jobs on managed EC2 or Fargate compute environments. It handles job queueing, dependency analysis, and dynamic provisioning of compute resources, but it does not function as a general-purpose workflow orchestrator. AWS Batch lacks built-in states for branching, human approval, or cross-service integration, and its retry and error handling are limited to job submission rather than step-level workflow recovery. Because the scenario asks for orchestration of a multi-step process with state management, AWS Batch is not the appropriate choice.
Quick reference
Cloud Service Model Comparison
| Model | You Manage | Provider Manages | Examples |
|---|---|---|---|
| IaaS | OS, runtime, apps, data | Hardware, hypervisor, networking | EC2, Azure VMs, GCP Compute Engine |
| PaaS | Apps and data | OS, runtime, middleware, hardware | Elastic Beanstalk, Azure App Service |
| SaaS | Data and settings only | Everything else | Microsoft 365, Salesforce, Workday |
| FaaS / Serverless | Function code only | Infra, scaling, runtime | Lambda, Azure Functions, Cloud Run |
| CaaS | Containers and apps | Kubernetes, OS, hardware | EKS, AKS, GKE |
Go deeper
Related to this question
About these practice questions
One of 988 original CLF-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.