ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 97 - DVA-C01 discussion

Report
Export

A Developer has setup an Amazon Kinesis Stream with 4 shards to ingest a maximum of 2500 records per second. A Lambda function has been configured to process these records. In which order will these records be processed?

A.
Lambda will receive each record in the reverse order it was placed into the stream following a LIFO (last-in, first-out) method
Answers
A.
Lambda will receive each record in the reverse order it was placed into the stream following a LIFO (last-in, first-out) method
B.
Lambda will receive each record in the exact order it was placed into the stream following a FIFO (first-in, first-out) method.
Answers
B.
Lambda will receive each record in the exact order it was placed into the stream following a FIFO (first-in, first-out) method.
C.
Lambda will receive each record in the exact order it was placed into the shard following a FIFO (first-in, first-out) method. There is no guarantee of order across shards.
Answers
C.
Lambda will receive each record in the exact order it was placed into the shard following a FIFO (first-in, first-out) method. There is no guarantee of order across shards.
D.
The Developer can select FIFO, (first-in, first-out), LIFO (last-in, last-out), random, or request specific record using the getRecords API.
Answers
D.
The Developer can select FIFO, (first-in, first-out), LIFO (last-in, last-out), random, or request specific record using the getRecords API.
Suggested answer: C
asked 16/09/2024
Edgar Zapico
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first