ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 734 - SAA-C03 discussion

Report
Export

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?

A.
Use Amazon Neptune to store the information. Use Amazon Kinesis Data Streams to process changes in the database.
Answers
A.
Use Amazon Neptune to store the information. Use Amazon Kinesis Data Streams to process changes in the database.
B.
Use Amazon Neptune to store the information. Use Neptune Streams to process changes in the database.
Answers
B.
Use Amazon Neptune to store the information. Use Neptune Streams to process changes in the database.
C.
Use Amazon Quantum Ledger Database (Amazon QLDB) to store the information. Use Amazon Kinesis Data Streams to process changes in the database.
Answers
C.
Use Amazon Quantum Ledger Database (Amazon QLDB) to store the information. Use Amazon Kinesis Data Streams to process changes in the database.
D.
Use Amazon Quantum Ledger Database (Amazon QLDB) to store the information. Use Neptune Streams to process changes in the database.
Answers
D.
Use Amazon Quantum Ledger Database (Amazon QLDB) to store the information. Use Neptune Streams to process changes in the database.
Suggested answer: B

Explanation:

Amazon Neptune: Neptune is a fully managed graph database service that is optimized for storing and querying highly connected data. It supports both property graph and RDF graph models, making it suitable for applications that need to analyze relationships between data entities.

Neptune Streams: Neptune Streams captures changes to the graph and streams these changes to other AWS services. This is useful for applications that need to monitor and respond to changes in real-time, such as providing recommendations based on user interactions and relationships.

Least Operational Overhead: Using Neptune Streams directly with Amazon Neptune ensures that the solution is tightly integrated, reducing the need for additional components and minimizing operational overhead. This integration simplifies the architecture by eliminating the need for a separate service like Kinesis for change processing.

Amazon Neptune Documentation

Neptune Streams Documentation

asked 16/09/2024
Derek Steven Schulte
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first