AWS Certified Solutions Architect – Associate (SAA-C03) — Question 327

A company wants to create an application to store employee data in a hierarchical structured relationship. The company needs a minimum-latency response to high-traffic queries for the employee data and must protect any sensitive data. The company also needs to receive monthly email messages if any financial information is present in the employee data.

Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)

Answer options

Correct answer: B, E

Explanation

Amazon DynamoDB provides single-digit millisecond latency for high-traffic queries and can easily model hierarchical data, with built-in features to export data to Amazon S3 for analysis. Amazon Macie is the correct service to scan the exported S3 data for sensitive financial information, and integrating it with Amazon EventBridge and Amazon SNS enables automated monthly email alerts. Amazon Redshift is a data warehouse and not suited for low-latency transactional queries, while Lambda is not a direct messaging service like SNS.