
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 metropolitan transit authority operates a citywide bus and light-rail network with a multi-step operations workflow spanning 6 independent systems (dispatch, vehicle telematics, fare collection, maintenance, station control, and incident management), each backed by a JDBC-compliant relational database (MySQL and PostgreSQL mix) that captures the latest trip state; the authority must enable the control center to track every vehicle’s trip status across the entire workflow with hour-by-hour visibility (freshness ≤ 15 minutes, about 5,000 row updates per minute across all systems) and centralize the data in a different AWS Region for reporting while minimizing development effort— which solution meets these requirements with the least development overhead?
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 streaming media company runs six production studios across five AWS Regions, each studio’s compliance team uses a distinct IAM role, and all raw subtitle files and QC logs are consolidated in a single Amazon S3 data lake with partitions by aws_region (for example, s3://media-lake/raw/aws_region=eu-central-1/), and the data engineering team must, with the least operational overhead and without creating new buckets or duplicating data, ensure that each studio can query only records from its own Region via services like Amazon Athena; which combination of steps should the team take? (Choose two.)
A media analytics company stores 900 TB of event logs in Amazon S3 and uses Amazon Athena to power a business reporting dashboard; an AWS Glue job compacts and writes new data once every 24 hours at 02:00 UTC; company policy requires the dashboard to refresh every 15 minutes to meet SLAs; the data engineering team wants to reduce Athena costs without adding any new infrastructure and with the least operational overhead. Which solution will meet these requirements?
A streaming analytics startup runs a 4-node Amazon Redshift RA3 (ra3.4xlarge) cluster and must model a de-normalized events table with 230 columns that is expected to grow from 300 GB to 3 TB within 9 months and has no stable join column or uniformly high-cardinality field suitable for a distribution key; to minimize ongoing maintenance as the table scales, which distribution style should be chosen?
A research organization runs one-time, ad hoc SQL queries with Amazon Athena against a shared Amazon S3 data lake that stores logs and CSV datasets; within the same AWS account, 8 product teams, 2 data science sandboxes, and 3 internal applications all execute queries. The organization must strictly isolate query execution resources, costs, saved queries, and query history so that each team or application can only see and manage its own while continuing to use the same S3 buckets; permissions must be enforced with IAM and resource tag conditions, and duplicating S3 data is not allowed; which solution will meet these requirements?
A media platform needs to analyze playback logs stored in a PostgreSQL database. The company wants to correlate the logs with customer issues tracked in Zendesk. The company receives 2 GB of new playback logs each day. The company has 100 GB of historical Zendesk tickets. A data engineer must develop a process that analyzes and correlates the logs and tickets. The process must run once each night. Which solution will meet these requirements with the LEAST operational overhead?
A real-time logistics platform is migrating from a self-managed Hadoop ecosystem to AWS to reduce operational overhead and is interested in serverless where possible; its existing pipelines use Apache Spark, Apache Flink, Apache HBase, and Oozie workflows, and they routinely transform 3.5 PB of data per day with individual ETL runs that must finish in under 90 seconds, so after migration they must maintain equal or better performance while continuing to use these frameworks— which AWS extract, transform, and load (ETL) service will best meet these requirements?
A logistics analytics team currently runs CTAS-based ETL in Amazon Athena using SQL, but now needs to run PySpark notebooks to perform the same analytics on 24 TB of Parquet data in Amazon S3 for 10 analysts while keeping team-level cost isolation and existing permissions; which Athena capability should they configure to run Apache Spark jobs against the same datasets through Athena?
A ride-sharing platform runs an Amazon Redshift provisioned cluster as its analytics warehouse. The cluster consists of six reserved ra3.xlplus nodes and uses DISTSTYLE KEY on the driver_id column. CloudWatch metrics show that one compute node frequently exceeds 90% CPU with queued queries during business hours, while the other five nodes remain under 20%. The data engineering team must keep the current number of compute nodes but needs to distribute workload evenly across all nodes. Which action should they take?
A fintech startup runs an Amazon Aurora MySQL-Compatible DB cluster (port 3306) in two private subnets (subnet-10.0.1.0/24 in us-east-1a and subnet-10.0.2.0/24 in us-east-1b) with no route to an internet gateway, the DB security group (sg-db) currently allows inbound only from itself on TCP 3306, and a developer created an AWS Lambda function with default networking (no VPC) to insert/update/delete rows; the team must allow the function to connect to the cluster endpoint privately without traversing the public internet or using a NAT, with the least operational overhead—Which combination of steps meets the requirement? (Choose two.)