QuestionQ330

Content Domain 3: Cloud Technology and Services

A company wants to run a graph query that provides credit card users’ names, addresses, and transactions. The company wants the graph to show if the names, addresses, and transactions indicates possible fraud.

Which AWS database service will meet these requirements?

  • A Amazon DocumentDB (with MongoDB compatibility)
  • B Amazon Timestream
  • C Amazon DynamoDB
  • D Amazon Neptune
Explanation

Amazon Neptune is a fully managed graph database designed for storing and querying highly connected data, making it ideal for fraud detection use cases that require analyzing relationships between users, addresses, and transactions. DocumentDB handles documents, Timestream stores time-series data, and DynamoDB is a key-value store—none are optimized for relationship queries and graph traversal.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!