AWS Certified Cloud Practitioner CLF-C02 Exam QuestionsBrowse all questions from this exam

AWS Certified Cloud Practitioner CLF-C02 Exam - Question 484


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?

Show Answer
Correct Answer: D

Amazon Neptune is designed specifically for handling graph databases and executing complex graph queries efficiently. It supports both property graph and RDF graph models, making it well-suited for applications that involve highly connected data, such as fraud detection. By representing users, addresses, and transactions as nodes and their relationships as edges, a graph database like Amazon Neptune can efficiently identify patterns that may indicate fraud.

Discussion

3 comments
Sign in to comment
ShaiTayOption: D
Nov 13, 2024

D. Amazon Neptune - this is a fully managed graph database service

73301d1
Jul 19, 2024

Answer is D Amazon Neptune : Build/Run apps that work with highly connected data sets like fraud detection ,knowledge graph and recommendation engine

alokdixit2006Option: D
Mar 23, 2025

Amazon Neptune is Fully Managed NoSQL graph database that can store, map and query relationships between data sets.