Amazon AWS
AWS Certified DevOps Engineer – Professional
DOP-C02
Popular
The AWS Certified DevOps Engineer – Professional (DOP-C02) exam validates your skills in automating the testing and deployment of AWS applications. It is ideal for those looking to advance their DevOps career.
483 questions
0 views
Free
Questions 271–280 of 483
Which service allows you to run containers without managing servers?
A
AWS Fargate
B
Amazon EC2
C
AWS Lambda
D
Amazon S3
Reveal Answer
Explanation
AWS Fargate enables you to run containers without managing servers, whereas EC2 requires server management.
A company needs to securely share files between multiple AWS accounts. Which service should they use?
A
AWS Systems Manager
B
AWS Transfer Family
C
Amazon S3 with Bucket Policies
D
AWS Glue
Reveal Answer
Explanation
Amazon S3 with Bucket Policies allows secure file sharing across AWS accounts.
You are configuring an Amazon RDS instance for a production workload. What should you do for high availability?
A
Use a single-AZ deployment
B
Enable Read Replicas
C
Configure Multi-AZ deployments
D
Use Amazon Aurora
Reveal Answer
Explanation
Multi-AZ deployments automatically provide high availability for RDS instances.
Which AWS service is primarily used for managing containers?
A
ECS
B
Elastic Beanstalk
C
RDS
D
CloudFormation
Reveal Answer
Explanation
ECS is specifically designed for container orchestration, while the others serve different purposes.
You are configuring an EC2 instance to launch at specific times daily. What should you use?
A
Auto Scaling
B
CloudFormation
C
Lambda Scheduled Events
D
CloudWatch Events
Reveal Answer
Explanation
CloudWatch Events can trigger EC2 instance actions based on a schedule, unlike the other options.
A company needs to grant temporary access for third-party external auditors to S3 data. What is the best option?
A
IAM User with MFA
B
Cognito User Pool
C
IAM Role with External ID
D
S3 Bucket Policy
Reveal Answer
Explanation
IAM Role with External ID is designed for granting temporary access to external entities securely.
Which AWS service provides a managed Kubernetes environment?
A
Amazon EKS
B
Amazon ECS
C
AWS Lambda
D
AWS Fargate
Reveal Answer
Explanation
Amazon EKS is specifically designed for Kubernetes; ECS and Fargate are for container management but not limited to Kubernetes.
A company needs to manage sensitive information securely. What AWS service should they primarily use?
A
AWS IAM
B
AWS Secrets Manager
C
Amazon S3
D
AWS CloudTrail
Reveal Answer
Explanation
AWS Secrets Manager is specifically for managing sensitive information like API keys and secrets, unlike the other options.
You are configuring a CloudFormation stack. What happens if you delete one of the stack resources separately?
A
Stack deletion fails
B
Resource is recreated on next update
C
Stack relies on existing resources
D
CloudFormation ignores the deletion
Reveal Answer
Explanation
Deleting a resource managed by CloudFormation without modifying the stack results in a stack deletion failure.
Which service facilitates continuous integration and continuous delivery?
A
AWS CodePipeline
B
AWS AMI
C
AWS CloudFormation
D
AWS DataSync
Reveal Answer
Explanation
AWS CodePipeline automates CI/CD processes, unlike the others.