Courseiva
AI Models and Data EngineeringhardMultiple SelectObjective-mapped

AI0-001 AI Models and Data Engineering Practice Question

A data engineer is designing a data pipeline for a real-time recommendation system. The pipeline must handle high velocity streams and ensure data quality. Which three components should be included in the pipeline? (Select THREE).

⚠ Common exam trap

CompTIA often tests the distinction between stream processing and batch processing, and the trap here is that candidates mistakenly select a batch framework like Apache Spark or a data warehouse because they associate 'data pipeline' with traditional ETL, overlooking the strict real-time and low-latency requirements of the scenario.

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

A stream processing engine like Apache Kafka Streams

Apache Kafka Streams is a correct choice because it is a stream processing library specifically designed for building real-time applications and microservices that process data in motion. For a high-velocity recommendation pipeline, it provides exactly-once semantics, stateful processing (e.g., windowed joins, aggregations), and seamless integration with Kafka topics, enabling low-latency transformations without requiring an external cluster.

Answer analysis

Option-by-option breakdown

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

  • A stream processing engine like Apache Kafka Streams

    Why this is correct

    Stream processing engines process data in real-time with low latency.

  • A data validation step to check schema compliance

    Why this is correct

    Validation ensures data quality and prevents corrupt data from flowing downstream.

  • A data warehouse for historical analysis

    Why it's wrong here

    Data warehouse is for storage and analytics, not part of real-time pipeline processing.

  • A batch processing framework like Apache Spark

    Why it's wrong here

    Batch processing is not suitable for real-time streams due to latency.

  • A message queue for buffering

    Why this is correct

    Message queues handle high velocity and provide asynchronous decoupling.

About these practice questions

One of 754 original AI0-001 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 AI0-001 practice question is part of Courseiva's free CompTIA 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 AI0-001 exam.