Question 264 of 1,040
Design High-Performing ArchitectureshardMultiple ChoiceObjective-mapped

Quick Answer

Amazon OpenSearch Service is the correct choice because it delivers a fully managed, low-latency full-text search service on AWS that natively indexes JSON documents and supports filtering on structured attributes like product categories and price ranges. Its RESTful API allows you to perform complex search queries without writing any custom operational scripts, directly addressing the media archive’s need for fast, filtered searches across product descriptions. On the SAA-C03 exam, this question tests your ability to distinguish between purpose-built search services and general-purpose databases; a common trap is choosing Amazon RDS or DynamoDB, which lack native full-text search capabilities and would require manual indexing logic. Remember that when the scenario emphasizes “managed full-text search” and “no custom scripts,” OpenSearch Service is the only AWS service that provides out-of-the-box, scalable search with built-in filtering. Memory tip: think “OpenSearch opens the door to search without scripting.”

SAA-C03 Design High-Performing Architectures Practice Question

This SAA-C03 practice question tests your understanding of design high-performing architectures. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: amazon OpenSearch Service provides full-text search and analytics capabilities.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A media archive needs low-latency full-text search across product descriptions and filtered attributes. Which managed service is most suitable? The design must avoid adding custom operational scripts.

Question 1hardmultiple choice
Full question →

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

Amazon OpenSearch Service

Amazon OpenSearch Service is the correct choice because it provides managed, low-latency full-text search capabilities with support for filtering on structured attributes (e.g., product categories, price ranges). It indexes JSON documents and exposes a RESTful API for search queries, eliminating the need for custom operational scripts while meeting the media archive's requirements.

Key principle: Amazon OpenSearch Service provides full-text search and analytics capabilities.

Answer analysis

Option-by-option breakdown

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

  • AWS Config

    Why it's wrong here

    Config tracks resource configuration, not application search.

  • Amazon OpenSearch Service

    Why this is correct

    OpenSearch is designed for search and analytics over indexed text and structured fields.

    Related concept

    Amazon OpenSearch Service provides full-text search and analytics capabilities.

  • Amazon EFS

    Why it's wrong here

    EFS is file storage and does not provide full-text search.

  • Amazon SQS

    Why it's wrong here

    SQS queues messages and does not provide search indexing.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates might confuse AWS Config's resource tracking or EFS's file storage with search capabilities, overlooking that OpenSearch Service is the only managed option purpose-built for full-text search and filtering.

Detailed technical explanation

How to think about this question

Amazon OpenSearch Service uses Apache Lucene under the hood for inverted indexing, enabling sub-second search across large datasets. It supports custom analyzers for text tokenization (e.g., stemming, stop words) and structured filters via query DSL, making it ideal for media archives that need both full-text and attribute-based searches. In a real-world scenario, a media archive might index product descriptions with fields like 'title', 'description', 'genre', and 'release_year', allowing queries such as 'search for documentaries released after 2020' without custom code.

KKey Concepts to Remember

  • Amazon OpenSearch Service provides full-text search and analytics capabilities.
  • It is a fully managed service, reducing operational overhead for cluster management.
  • OpenSearch supports low-latency queries over large datasets.
  • It can index structured and unstructured data for complex search criteria.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Amazon OpenSearch Service provides full-text search and analytics capabilities.

Real-world example

How this comes up in practice

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

What to study next

Got this wrong? Here's your next step.

Review amazon OpenSearch Service provides full-text search and analytics capabilities., then practise related SAA-C03 questions on the same topic to reinforce the concept.

Related practice questions

Related SAA-C03 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SAA-C03 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Design High-Performing Architectures — This question tests Design High-Performing Architectures — Amazon OpenSearch Service provides full-text search and analytics capabilities..

What is the correct answer to this question?

The correct answer is: Amazon OpenSearch Service — Amazon OpenSearch Service is the correct choice because it provides managed, low-latency full-text search capabilities with support for filtering on structured attributes (e.g., product categories, price ranges). It indexes JSON documents and exposes a RESTful API for search queries, eliminating the need for custom operational scripts while meeting the media archive's requirements.

What should I do if I get this SAA-C03 question wrong?

Review amazon OpenSearch Service provides full-text search and analytics capabilities., then practise related SAA-C03 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Amazon OpenSearch Service provides full-text search and analytics capabilities.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

5 more ways this is tested on SAA-C03

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A media archive needs low-latency full-text search across product descriptions and filtered attributes. Which managed service is most suitable? The architecture review board prefers a managed AWS-native control.

hard
  • A.AWS Config
  • B.Amazon OpenSearch Service
  • C.Amazon EFS
  • D.Amazon SQS

Why B: Amazon OpenSearch Service is the correct choice because it is a managed, AWS-native service that provides low-latency full-text search and supports filtering on structured attributes. It is purpose-built for indexing and searching large volumes of text data, such as product descriptions, with sub-second response times. The architecture review board's preference for a managed AWS-native control is satisfied, as OpenSearch Service handles cluster management, scaling, and backups automatically.

Variation 2. A media archive needs low-latency full-text search across product descriptions and filtered attributes. Which managed service is most suitable?

hard
  • A.AWS Config
  • B.Amazon OpenSearch Service
  • C.Amazon EFS
  • D.Amazon SQS

Why B: Amazon OpenSearch Service is the correct choice because it provides a managed, scalable solution for full-text search and real-time analytics on large volumes of data. It supports low-latency queries across product descriptions and filtered attributes through its inverted index and query DSL, making it ideal for media archive search use cases.

Variation 3. A document portal needs low-latency full-text search across product descriptions and filtered attributes. Which managed service is most suitable? The architecture review board prefers a managed AWS-native control.

hard
  • A.Amazon OpenSearch Service
  • B.AWS Config
  • C.Amazon EFS
  • D.Amazon SQS

Why A: Amazon OpenSearch Service is a managed service that provides low-latency full-text search and analytics capabilities, making it ideal for indexing and searching product descriptions and filtered attributes. It is AWS-native and supports features like inverted indices, fuzzy search, and faceted filtering, which directly address the requirement for a high-performance document portal.

Variation 4. A document portal needs low-latency full-text search across product descriptions and filtered attributes. Which managed service is most suitable? The design must avoid adding custom operational scripts.

hard
  • A.Amazon OpenSearch Service
  • B.AWS Config
  • C.Amazon EFS
  • D.Amazon SQS

Why A: Amazon OpenSearch Service is the correct choice because it is a fully managed service that provides low-latency full-text search and filtering capabilities, ideal for indexing and searching product descriptions and attributes. It eliminates the need for custom operational scripts by handling cluster management, scaling, and backups automatically, aligning with the requirement to avoid custom operational overhead.

Variation 5. A document portal needs low-latency full-text search across product descriptions and filtered attributes. Which managed service is most suitable?

hard
  • A.Amazon OpenSearch Service
  • B.AWS Config
  • C.Amazon EFS
  • D.Amazon SQS

Why A: Amazon OpenSearch Service is purpose-built for full-text search, log analytics, and real-time application monitoring. It provides low-latency indexing and querying of unstructured and semi-structured data, making it ideal for searching product descriptions and filtering attributes. The service uses a RESTful API and supports advanced query DSL for complex search operations.

Keep practising

More SAA-C03 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SAA-C03 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 SAA-C03 exam.