AWS Certified Solutions Architect – Professional (SAP-C02) — Question 192

A solutions architect is designing an application to accept timesheet entries from employees on their mobile devices. Timesheets will be submitted weekly, with most of the submissions occurring on Friday. The data must be stored in a format that allows payroll administrators to run monthly reports. The infrastructure must be highly available and scale to match the rate of incoming data and reporting requests.

Which combination of steps meets these requirements while minimizing operational overhead? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct option C allows for a serverless architecture, which minimizes operational overhead and scales automatically to handle traffic efficiently. Option E also supports a cost-effective and scalable reporting solution using Amazon S3 and Athena. Options A and B require more management overhead due to the need for EC2 instances, while option D is not optimal for the required reporting structure.