Courseiva
Data Operations and SupportmediumMultiple ChoiceObjective-mapped

DEA-C01 Data Operations and Support Practice Question

A company uses Amazon Kinesis Data Streams to ingest real-time clickstream data. The data is consumed by a Lambda function that writes to an S3 bucket. Recently, the Lambda function started timing out. Which step should be taken to resolve this issue?

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

Increase the Lambda function timeout

The Lambda function is timing out, indicating that the current timeout is insufficient for processing the records from Kinesis within the allowed time. Increasing the timeout gives the function more time to complete its work, resolving the timeout issue. Option B is incorrect because setting reserved concurrency to 1 limits the number of concurrent executions but does not increase the time available per invocation. Option C is incorrect because decreasing the batch size reduces the number of records per invocation but does not extend the timeout; it may even increase the number of invocations. Option D is incorrect because increasing the number of shards increases the stream's throughput and may increase the number of concurrent Lambda invocations, but it does not address the root cause of the function timing out.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Increase the Lambda function timeout

    Why this is correct

    Allows the function to run longer without timing out.

  • Set the Lambda reserved concurrency to 1

    Why it's wrong here

    Limits concurrency but does not increase timeout.

  • Decrease the batch size in the event source mapping

    Why it's wrong here

    Smaller batches reduce load but do not extend timeout.

  • Increase the number of shards in the Kinesis stream

    Why it's wrong here

    More shards increase parallelism but not timeout.

Visual reference

Client Recursive Resolver Root DNS (13 root servers) TLD DNS (.com, .org, …) Authoritative example.com query IP addr answer

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

One of 1,711 original DEA-C01 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 →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DEA-C01 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 DEA-C01 exam.