
Simulate the real exam experience with 65 questions and a 130-minute time limit. Practice with AI-verified answers and detailed explanations.
AI-Powered
GPT Pro, Claude Opus, and Gemini Pro cross-check every answer and explanation. See the reasoning for each option, requirement breakdowns, and solution architectures.
A media streaming startup lands ~3 TB of raw clickstream logs per day in Amazon S3 and loads curated aggregates into an Amazon Redshift RA3 cluster, and analysts also need to run low-latency ad hoc queries on the freshest S3 data via Amazon Redshift Spectrum using an external schema backed by the AWS Glue Data Catalog; given that most filters are on event_date (YYYY-MM-DD) and region and the team wants the fastest Spectrum query performance, which two actions should they take? (Choose two.)
Keep your exam routine moving
Get timed mock exams, AI explanations, focused review, and learning insights.
Study period: 1 month
If you understand the questions properly instead of memorizing them, you can pass too. Good luck!
Study period: 1 month
I passed the AWS data engineer associate exam. Cloud pass questions is best app which help candidate to preparer well for any exam. Thanks
Study period: 1 month
The question patterns were similar to the exam.
Study period: 2 months
I passed with 813/1000. Many of the questions were similar to the exam.
Study period: 1 month
Having explanations made studying much easier. I will be back for another exam.
Download Cloud Pass and start practicing all AWS Certified Data Engineer - Associate (DEA-C01) exam questions.
A media analytics company plans to lift-and-shift its on-premises Kafka cluster (3 brokers, 24 partitions, ~2 MB/s average ingest with bursts to 12 MB/s, 50-KB messages) and the consumer application that processes incremental CDC updates emitted by an on-premises MySQL via Debezium to AWS, and the team insists on a replatform (not refactor) strategy with minimal operational management while preserving Kafka APIs and automatic scaling—which AWS service choice meets these requirements with the least management overhead?
A fintech startup runs 12 public REST APIs on Amazon API Gateway (Regional) in us-east-1 and eu-west-1 behind a single Amazon CloudFront distribution with a custom domain. The company must enforce TLS 1.2+ for all client connections and requires zero-downtime certificate renewals at least every 60 days. A data engineer must implement a solution that simplifies the issuance, distribution, and rotation of SSL/TLS certificates and automatically renews and deploys them across both Regions with the least operational overhead. Which solution will meet these requirements?
A biotech firm stores redacted lab reports in an Amazon S3 bucket named lab-data-prd-042 and enforces a strict access policy using IAM roles assumed by 5 teams via AWS IAM Identity Center, and the firm needs near-real-time (under 3 minutes) alerts that include the exact username whenever any user performs a GetObject or PutObject on the s3://lab-data-prd-042/restricted/ prefix in violation of the policy; which solution will meet these requirements?
A data engineer runs an Amazon Athena query in us-west-2 against a Glue Data Catalog table that points to an Amazon S3 bucket (s3://prod-logs-2024) where 128-MB Parquet files are encrypted with a customer managed AWS KMS key (alias/prod-logs-key), and although the IAM role used for the query has s3:ListBucket and s3:GetObject on the bucket, the query fails with AccessDenied when reading the objects; what is the most likely cause?
A data engineer must optimize a smart-utility analytics pipeline that processes residential smart-meter readings, where Apache Parquet files are delivered daily to an Amazon S3 bucket under the prefix s3://utility-raw/consumption/. Every Monday, the team runs ad hoc SQL to compute KPIs filtered by reading_date for multiple windows (last 7, 30, and 180 days). The dataset currently grows by about 15 GB per day and is expected to reach 60 GB per day within a year; the solution must prevent query performance from degrading as data volume increases while being the most cost-effective. Which approach meets these requirements most cost-effectively?
A data platform team queries time-series telemetry in Amazon S3 with Amazon Athena using the AWS Glue Data Catalog, but a single table has about 1.2 million partitions organized by year/month/day/hour under a prefix like s3://prod-telemetry/tenant_id={t}/year={YYYY}/month={MM}/day={DD}/hour={HH}, causing query planning to become a bottleneck; while keeping data in S3, which solutions will remove the bottleneck and reduce Athena planning time? (Choose two.)
A media analytics startup stores clickstream micro-batches in Amazon S3 using Hive-style partitions with the object key path format s3://data-lake/landing/app=web/date=2025-08-16/hour=13, ingesting a new batch every 5 minutes that writes about 150 Parquet files, and needs the AWS Glue Data Catalog table to reflect each new partition within 30 seconds so that Amazon Athena queries can immediately include the latest data; which approach provides the least latency to keep the catalog synchronized when new partitions are added?
A logistics company stores a 120-million-row table named shipments in Amazon Redshift that includes a column called port_code, and analysts need a SQL query that returns all rows where port_code begins with 'NY' or 'LA'; which query meets this requirement?
A marine research vessel streams vibration, salinity, and gyro readings from 24 onboard sensor arrays, each sending 150 KB of JSON every 12 seconds through a shipboard gateway to AWS over TLS; an operations job polls an Amazon S3 bucket every 45 seconds to pick up the latest files for aggregation, and you must choose an ingestion design that delivers the arriving data into S3 with the least end-to-end latency while sustaining the throughput. Which solution will deliver the data to the S3 bucket with the least latency?