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
Start Mock Test Timed · Full-length · Scored

Questions 81–90 of 483

Q81

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.
Explanation Without required permissions, the pipeline actions will fail to execute.
Q82

Which service allows you to deploy applications in containers?

  • A Amazon ECS
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon SNS
Explanation Amazon ECS is specifically designed for container orchestration, while others serve different purposes.
Q83

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
Explanation AWS CloudFormation enables infrastructure as code, while others either manage configurations or deploy applications.
Q84

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
Explanation If an IAM user exceeds permissions, the task fails with an error rather than adjusting permissions or permissions being granted.
Q85

Which AWS service is primarily used for container orchestration?

  • A Amazon ECS
  • B AWS Lambda
  • C Amazon S3
  • D Amazon RDS
Explanation Amazon ECS is designed for managing containers, while the others serve different purposes.
Q86

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
Explanation Amazon CloudFront is a CDN that optimizes content delivery speeds; the others do not specifically reduce latency for distribution.
Q87

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
Explanation In IAM, an explicit deny always overrides allow policies, making access denied overall.
Q88

Which service provides serverless application management on AWS?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Batch
Explanation AWS Lambda runs code without provisioning servers; the others require management of servers.
Q89

A company needs to automate infrastructure deployment. Which tool is best suited?

  • A AWS CodeDeploy
  • B AWS CloudFormation
  • C AWS DataPipeline
  • D AWS OpsWorks
Explanation AWS CloudFormation automates the creation of AWS resources; others serve different purposes.
Q90

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
Explanation Explicit deny in IAM policies overrides any allow statements, ensuring access is denied.