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 81–90 of 483
You are configuring a CI/CD pipeline. What happens if you use an IAM role with no permissions for the pipeline's actions?
A
All actions will succeed.
B
Actions will fail due to permission issues.
C
Only some actions will succeed.
D
Role will auto-grant permissions.
Reveal Answer
Explanation
Without required permissions, the pipeline actions will fail to execute.
Which service allows you to deploy applications in containers?
A
Amazon ECS
B
Amazon RDS
C
AWS Lambda
D
Amazon SNS
Reveal Answer
Explanation
Amazon ECS is specifically designed for container orchestration, while others serve different purposes.
A company wants to automate infrastructure provisioning using code. Which AWS service should they choose?
A
AWS Config
B
AWS CloudFormation
C
AWS Elastic Beanstalk
D
AWS CodeDeploy
Reveal Answer
Explanation
AWS CloudFormation enables infrastructure as code, while others either manage configurations or deploy applications.
What happens when an IAM user exceeds their permission limits during a task?
A
Task fails with an error
B
User is granted temporary access
C
Task completes but with warnings
D
Permissions are automatically adjusted
Reveal Answer
Explanation
If an IAM user exceeds permissions, the task fails with an error rather than adjusting permissions or permissions being granted.
Which AWS service is primarily used for container orchestration?
A
Amazon ECS
B
AWS Lambda
C
Amazon S3
D
Amazon RDS
Reveal Answer
Explanation
Amazon ECS is designed for managing containers, while the others serve different purposes.
A company needs to dramatically reduce the latency for their application. Which AWS service should they choose?
A
Amazon CloudFront
B
Amazon S3
C
Amazon Aurora
D
AWS Backup
Reveal Answer
Explanation
Amazon CloudFront is a CDN that optimizes content delivery speeds; the others do not specifically reduce latency for distribution.
You are configuring IAM policies for a group. What happens if a user has both deny and allow rules?
A
Access is granted
B
Access is denied
C
It prompts user actions
D
It defaults to allow access
Reveal Answer
Explanation
In IAM, an explicit deny always overrides allow policies, making access denied overall.
Which service provides serverless application management on AWS?
A
AWS Lambda
B
Amazon EC2
C
Amazon RDS
D
AWS Batch
Reveal Answer
Explanation
AWS Lambda runs code without provisioning servers; the others require management of servers.
A company needs to automate infrastructure deployment. Which tool is best suited?
A
AWS CodeDeploy
B
AWS CloudFormation
C
AWS DataPipeline
D
AWS OpsWorks
Reveal Answer
Explanation
AWS CloudFormation automates the creation of AWS resources; others serve different purposes.
What happens when you apply an IAM policy with explicit deny?
A
Access is granted immediately
B
Access is denied
C
Access depends on other policies
D
User must confirm access manually
Reveal Answer
Explanation
Explicit deny in IAM policies overrides any allow statements, ensuring access is denied.