Medium1 markMultiple Choice
AWS SAP-C02 · Question 61 · Domain 4.2: New Architecture Design
An enterprise is modernizing a legacy application that relies on a massive, monolithic relational database. They want to break the database apart into purpose-built databases. The application requires a highly connected social graph to recommend friends, and a high-throughput key-value store for session management. Which combination of AWS databases should they migrate to? (Select TWO)
An enterprise is modernizing a legacy application that relies on a massive, monolithic relational database. They want to break the database apart into purpose-built databases. The application requires a highly connected social graph to recommend friends, and a high-throughput key-value store for session management. Which combination of AWS databases should they migrate to? (Select TWO)
Answer options:
A.
Amazon Neptune for the social graph.
B.
Amazon Redshift for the social graph.
C.
Amazon DynamoDB for session management.
D.
Amazon RDS for session management.
E.
Amazon QLDB for the social graph.
F.
Amazon DocumentDB for session management.
How to approach this question
Match the workload to the purpose-built database: Graph -> Neptune, Key-Value -> DynamoDB.
Full Answer
Amazon Neptune for the social graph. Amazon DynamoDB for session management.
Modernization often involves moving from a monolithic database to purpose-built databases. Amazon Neptune is specifically designed for graph workloads (social networks, recommendation engines). Amazon DynamoDB is a highly scalable key-value store ideal for session management.
Common mistakes
Trying to use a relational database (RDS) for everything.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
Expert