nerdexam
Amazon

DVA-C02 · Question #239

A web application is using Amazon Kinesis Data Streams for clickstream data that may not be consumed for up to 12 hours. How can the developer implement encryption at rest for data within the Kinesis

The correct answer is D. Enable server-side encryption in Kinesis Data Streams.. Amazon Kinesis Data Streams is designed for real-time data streaming and allows multiple consumers to process data concurrently and in real-time. It can handle millions of events and provides a scalable and cost-effective solution for handling high-throughput data streams.

Submitted by asante_acc· Mar 5, 2026Security

Question

A web application is using Amazon Kinesis Data Streams for clickstream data that may not be consumed for up to 12 hours. How can the developer implement encryption at rest for data within the Kinesis Data Streams?

Options

  • AEnable SSL connections to Kinesis.
  • BUse Amazon Kinesis Consumer Library.
  • CEncrypt the data once it is at rest with a Lambda function.
  • DEnable server-side encryption in Kinesis Data Streams.

How the community answered

(23 responses)
  • B
    9% (2)
  • C
    4% (1)
  • D
    87% (20)

Explanation

Amazon Kinesis Data Streams is designed for real-time data streaming and allows multiple consumers to process data concurrently and in real-time. It can handle millions of events and provides a scalable and cost-effective solution for handling high-throughput data streams.

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice