Courseiva
Design for New SolutionshardMultiple ChoiceObjective-mapped

SAP-C02 Design for New Solutions Practice Question

A healthcare company is designing a new system on AWS to store and analyze patient health records. The system must comply with HIPAA regulations. Data includes structured lab results and unstructured clinical notes. The company needs to run complex SQL queries on the structured data and perform natural language processing (NLP) on the unstructured data. The solution should be cost-effective and minimize administrative overhead. Which solution should a Solutions Architect recommend?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Store structured data in Amazon Redshift, store unstructured data in S3, and use Amazon Comprehend Medical for NLP.

Amazon Redshift is a fully managed, petabyte-scale data warehouse service that is ideal for running complex SQL queries on structured data, and it supports HIPAA compliance. Amazon Comprehend Medical is a HIPAA-eligible natural language processing (NLP) service specifically designed to extract medical information from unstructured clinical text. Storing unstructured data in Amazon S3 is cost-effective and scalable. This combination minimizes administrative overhead with managed services. Option A is incorrect because Amazon RDS for PostgreSQL is not optimized for complex analytics at scale and may require additional setup for performance. Option B is incorrect because Amazon Athena is best for ad-hoc queries and not ideal for frequent, complex SQL workloads; moreover, Amazon Textract is for document extraction (e.g., OCR), not NLP. Option C is incorrect because Amazon DynamoDB is a NoSQL database not suited for complex SQL queries, and Amazon SageMaker would require custom model building, increasing overhead compared to using a managed NLP service like Comprehend Medical.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Store structured data in Amazon RDS for PostgreSQL, store unstructured data in S3, and use AWS Glue to run NLP jobs.

    Why it's wrong here

    RDS is not optimized for large-scale analytics; Glue is for ETL, not NLP.

  • Store all data in S3, use Amazon Athena for SQL queries and Amazon Textract for NLP.

    Why it's wrong here

    Athena is for ad-hoc queries, not frequent analytics; Textract is for document text extraction, not NLP.

  • Store structured data in DynamoDB, store unstructured data in S3, use Amazon SageMaker to build custom NLP models.

    Why it's wrong here

    DynamoDB is not for complex queries; SageMaker requires ML expertise and overhead.

  • Store structured data in Amazon Redshift, store unstructured data in S3, and use Amazon Comprehend Medical for NLP.

    Why this is correct

    Redshift is for analytics; Comprehend Medical is HIPAA-eligible and designed for medical NLP.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

Courseiva writes every SAP-C02 question from scratch — 1,660 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SAP-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAP-C02 exam.