Amazon AWS

AWS Certified Data Engineer – Associate

DEA-C01

The AWS Certified Data Engineer – Associate (DEA-C01) exam validates your skills in data engineering on AWS. It is suitable for those who want to demonstrate their ability to design and implement data solutions.

498 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 461–470 of 498

Q461

A company needs to query large datasets with high speed and efficiency. Which service should they use?

  • A AWS CloudFormation
  • B AWS Athena
  • C Amazon Comprehend
  • D AWS Lambda
Explanation AWS Athena allows fast querying of large datasets using SQL.
Q462

What happens when an Amazon S3 bucket policy allows public access to all objects?

  • A Objects are secure from all users.
  • B Objects are readable by anyone online.
  • C Only certain users gain read access.
  • D Nothing changes; previous settings persist.
Explanation Public access allows anyone to read the objects in the bucket.
Q463

Which service provides a managed Hadoop framework?

  • A AWS EMR
  • B Amazon S3
  • C AWS Glue
  • D AWS Lambda
Explanation AWS EMR is specifically designed for running Hadoop workloads, whereas the others serve different purposes.
Q464

A company needs to store and analyze streaming data from IoT devices. Which AWS service is most suitable?

  • A AWS Batch
  • B AWS Kinesis
  • C Amazon RDS
  • D AWS Glue
Explanation AWS Kinesis is designed for real-time data streaming, while the others are not focused on streaming data.
Q465

You are configuring security for S3 buckets. What happens if you enable public access block settings?

  • A Keeps data private by default
  • B Allows public access to all files
  • C Disables versioning for your buckets
  • D Redirects traffic to another bucket
Explanation Enabling public access block settings prevents accidental public access, maintaining the privacy of your data.
Q466

Which service provides managed Hadoop framework on AWS?

  • A EMR
  • B Lambda
  • C Glue
  • D Redshift
Explanation EMR is designed for running big data frameworks.
Q467

A company needs to analyze large datasets stored in S3. Which service should they use for ETL operations?

  • A Athena
  • B Glue
  • C Batch
  • D CloudWatch
Explanation Glue is specifically built for ETL tasks on S3 data.
Q468

What happens when you set an S3 bucket policy to deny access to all users?

  • A No access from any user
  • B Access only from admins
  • C Public read access allowed
  • D It becomes inaccessible temporarily
Explanation A deny policy will restrict access for all users.
Q469

You are configuring an AWS Lambda function to process uploaded files in S3. Which of the following triggers would you configure?

  • A S3 Object Created Trigger
  • B API Gateway Trigger
  • C CloudWatch Event Trigger
  • D DynamoDB Stream Trigger
Explanation S3 Object Created Trigger invokes Lambda on new file uploads, while the others are for different event sources.
Q470

A company needs to securely share sensitive data stored in S3 with a third-party partner. What is the most secure method to achieve this?

  • A Create a public bucket policy
  • B Generate a pre-signed URL
  • C Use IAM roles for access
  • D Share the access key and secret
Explanation Pre-signed URLs provide temporary access to private S3 objects without exposing credentials.