Medium1 markMultiple Choice
AZ-305 · Question 27 · Domain 2.4: Non-Relational Data Storage
You are designing a fraud detection system that analyzes relationships between users, devices, IP addresses, and transactions. The system needs to traverse these relationships rapidly to identify complex fraud rings. Which Azure Cosmos DB API should you recommend?
You are designing a fraud detection system that analyzes relationships between users, devices, IP addresses, and transactions. The system needs to traverse these relationships rapidly to identify complex fraud rings. Which Azure Cosmos DB API should you recommend?
Answer options:
A.
SQL API.
B.
Cassandra API.
C.
Gremlin API.
D.
MongoDB API.
How to approach this question
Identify the Cosmos DB API designed for graph data and relationship traversal.
Full Answer
C.Gremlin API.✓ Correct
The Gremlin API in Azure Cosmos DB provides graph database capabilities. Graph databases are ideal for scenarios involving highly interconnected data, such as social networks, recommendation engines, and fraud detection.
Common mistakes
Choosing SQL API because it is the default, ignoring the specific 'relationship traversal' requirement.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 6
55 questions · hints · full answers · grading
More questions from this exam
Q01Contoso Ltd is a global manufacturing company with 50,000 employees. They operate a mix of on-pre...MediumQ02A financial institution has 500 Windows Server VMs on-premises and 200 VMs in Azure. They need to...HardQ03An enterprise uses Azure Sentinel and Log Analytics. They ingest 500 GB of logs daily. The IT bud...HardQ04You are designing a monitoring strategy for a new Azure deployment consisting of App Service, Azu...EasyQ05A healthcare company uses Microsoft Entra ID (Azure AD). They need to implement a security policy...Medium
Expert