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.
You are configuring IAM roles for a Lambda function. What happens when you attach a role with insufficient permissions?
ALambda executes with errors
BLambda execution is denied
CLambda uses default permissions
DLambda executes partially
Explanation
Lambda execution is denied if the role lacks necessary permissions, while others inaccurately suggest alternative scenarios.
Q262
Which service is best for processing large datasets in real-time?
AAWS S3
BAWS Lambda
CAmazon Kinesis
DAWS Glue
Explanation
Amazon Kinesis is specifically designed for real-time data processing, while the others serve different purposes.
Q263
A company needs to analyze historical data stored in S3 and generate periodic reports. Which solution should they choose?
AAWS Snowball
BAmazon Redshift
CAWS Lambda
DAmazon EC2
Explanation
Amazon Redshift is optimized for data warehousing and analytics on large datasets stored in S3, while the others do not support this use case effectively.
Q264
You are configuring an IAM policy that requires access to both S3 and DynamoDB. What will happen if the policy includes only S3 permissions?
AAccess to both services granted
BAccess to S3 only granted
CAccess to DynamoDB only granted
DNo access to any service granted
Explanation
Only the S3 permissions will be effective, resulting in access to S3 only, while DynamoDB access will be denied.
Q265
Which AWS service provides a fully managed NoSQL database?
ADynamoDB
BRDS
CRedshift
DS3
Explanation
DynamoDB is a fully managed NoSQL database, while RDS is for SQL databases, Redshift is a data warehouse, and S3 is an object storage service.
Q266
A company needs to archive large amounts of data but access it infrequently. Which storage class should they choose?
AS3 Glacier
BS3 Standard
CS3 Intelligent-Tiering
DEFS
Explanation
S3 Glacier is optimized for infrequent access and long-term storage, while the other options are not cost-effective for this use case.
Q267
What happens when a Lambda function times out?
AIt fails and logs an error
BIt completes but ignores the timeout
CIt retries automatically
DIt sends a notification
Explanation
When a Lambda function times out, it fails and logs an error; it does not complete or retry, nor does it send notifications automatically.
Q268
Which service is best for real-time analytics on streaming data?
AAmazon Kinesis
BAmazon RDS
CAmazon EC2
DAmazon S3
Explanation
Amazon Kinesis is designed for real-time data processing, while the others are for different purposes.
Q269
A company needs to provide access to an S3 bucket for third-party vendors. What is the best practice?
ACreate AWS IAM users for each vendor
BUse S3 bucket policies to restrict access
CShare your AWS root credentials
DExpose S3 bucket URL publicly
Explanation
Using S3 bucket policies ensures controlled access without compromising security.
Q270
What happens when you apply an IAM policy that denies all actions to the root user?
ARoot user is immediately disabled
BRoot user can still change permissions
CRoot user remains unaffected
DRoot user cannot log in at all
Explanation
The root user cannot be restricted by IAM policies and retains full permissions.