GregLab | Exam Prep

Analytics

Core

Amazon Kinesis

AWS streaming services for collecting, processing, and analyzing data streams; DVA-C02 focuses on application and Lambda stream integration.

Key points

  • Kinesis Data Streams preserves records in shards for ordered stream processing and replay within retention.
  • Lambda event source mappings poll stream shards and invoke functions with batches.
  • Consumers must handle batching, checkpoint progress, retries, duplicate delivery, and partial failures.

Best-known use cases

  • Near-real-time event ingestion and transformation.
  • Ordered per-shard processing with multiple stream consumers.

What candidates often confuse it with

  • Kinesis Data Streams retains an ordered stream; SQS buffers discrete queue messages.
  • Kinesis streaming differs from SNS fanout because consumers process retained ordered records rather than topic deliveries.

Key takeaway

Choose Kinesis when continuous retained stream processing and ordering are decisive, then make the consumer batch- and retry-aware.

Related services

  • AWS Lambda
  • Amazon CloudWatch
  • Amazon S3

Relevant exam tasks

  • D1.1 — Develop code for applications hosted on AWS
  • 1.1.10 — Handle streaming data using AWS services
  • D1.2 — Develop code for AWS Lambda
  • 1.2.5 — Integrate Lambda functions with AWS services
  • 1.2.7 — Use Lambda functions to process and transform data in near real time

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