Topic 1 Question 631
A social media company wants to store its database of user profiles, relationships, and interactions in the AWS Cloud. The company needs an application to monitor any changes in the database. The application needs to analyze the relationships between the data entities and to provide recommendations to users.
Which solution will meet these requirements with the LEAST operational overhead?
Use Amazon Neptune to store the information. Use Amazon Kinesis Data Streams to process changes in the database.
Use Amazon Neptune to store the information. Use Neptune Streams to process changes in the database.
Use Amazon Quantum Ledger Database (Amazon QLDB) to store the information. Use Amazon Kinesis Data Streams to process changes in the database.
Use Amazon Quantum Ledger Database (Amazon QLDB) to store the information. Use Neptune Streams to process changes in the database.
ユーザの投票
コメント(7)
C is the correct answer provides a well-suited, managed, and scalable solution for storing and monitoring the database with the least operational overhead, meeting the requirements of the social media company.
👍 2AF_12212023/11/01- 正解だと思う選択肢: B
Neptune is a graph type database and Neptune streams provides view on changes into the database: https://docs.aws.amazon.com/neptune/latest/userguide/streams.html
👍 2warp2023/11/05 - 正解だと思う選択肢: B
Keyword: analyze the relationships With Amazon Neptune, you can create sophisticated, interactive graph applications that can query billions of relationships in milliseconds.
👍 2ekisako2023/11/08
シャッフルモード