GregLab | Exam Prep

Application Integration

Core

AWS Step Functions

Serverless workflow service for coordinating steps, state, branches, retries, catches, waits, and service integrations.

Key points

  • State machines make coordination and execution history explicit.
  • Retry and Catch behavior belongs around the state or integration that can fail.
  • Workflow input and output transformations should preserve only the state needed by later steps.

Best-known use cases

  • Multi-step application workflows with visible branches and failure handling.
  • Orchestrated service integrations across asynchronous or long-running steps.

What candidates often confuse it with

  • Step Functions orchestrates explicit workflow state; EventBridge supports event-driven choreography and routing.
  • A workflow retry is not a replacement for idempotent application-side effects.

Key takeaway

Choose Step Functions when sequence, state, branching, and recovery must be explicit and observable.

Related services

  • Amazon EventBridge
  • AWS Lambda
  • Amazon SQS

Relevant exam tasks

  • D1.1 — Develop code for applications hosted on AWS
  • 1.1.1 — Describe architectural patterns (for example, event-driven, microservices, monolithic, choreography, orchestration, fanout)
  • 1.1.5 — Create fault-tolerant and resilient applications in a programming language (for example, Java, C#, Python, JavaScript, TypeScript, Go)
  • D3.4 — Deploy code by using AWS Continuous Integration and Continuous Delivery (CI/CD) services
  • 3.4.7 — Use orchestrated workflows to deploy code to different environments

Learn more

Free AWS Certified Developer - Associate prep

Build focused DVA-C02 quizzes from skill areas, topics, and product references.

Practice with exam-style multiple-choice and multiple-response questions, score breakdowns, explanations, and a compact reference for this lane's official exam domains.

Read Topics Build a quiz

Exam Weights

Exam snapshot

DVA-C02 at a glance

Category
Associate
Duration
130 minutes
Questions
65 total; 50 scored and 15 unidentified unscored
Formats
Multiple choice and multiple response
Scoring
100–1,000 scaled score; 720 minimum passing score

Quiz builder

Choose your practice set

Mode

Exam fidelity: AWS documents 65 questions in 130 minutes: 50 scored and 15 unidentified unscored, using multiple-choice and multiple-response formats. This site's practice accuracy and readiness do not reproduce AWS's 100–1,000 scaled scoring or identify unscored items. Difficulty labels describe this site's Associate-level scenario complexity, not an AWS-published question rating.

Reference

DVA-C02 topics and reference map

Study links

DVA-C02 resources