Topic 1 Question 323
A company processes environmental data. The company has set up sensors to provide a continuous stream of data from different areas in a city. The data is available in JSON format.
The company wants to use an AWS solution to send the data to a database that does not require fixed schemas for storage. The data must be sent in real time.
Which solution will meet these requirements?
Use Amazon Kinesis Data Firehose to send the data to Amazon Redshift.
Use Amazon Kinesis Data Streams to send the data to Amazon DynamoDB.
Use Amazon Managed Streaming for Apache Kafka (Amazon MSK) to send the data to Amazon Aurora.
Use Amazon Kinesis Data Firehose to send the data to Amazon Keyspaces (for Apache Cassandra).
ユーザの投票
コメント(8)
Correct is B Amazon DynamoDB: DynamoDB is a NoSQL database service provided by AWS that does not require fixed schemas
👍 3Totoroha2023/11/22- 正解だと思う選択肢: B
Kinesis Data streams is real-time. Firehose is near real-time. DynamDB is not a relational DB and does not enforce fixed schemas on its tables. Answer is B
👍 3shaaam802023/11/28 - 正解だと思う選択肢: B
Load json format to DynamoDB
👍 2salazar352023/11/25
シャッフルモード