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 31–40 of 483

Q31

Which AWS service provides managed container orchestration?

  • A Amazon ECS
  • B AWS Lambda
  • C Amazon Route 53
  • D Amazon RDS
Explanation Amazon ECS specializes in managing containers, while the others serve different purposes.
Q32

A company needs high availability for its MySQL database. Which solution should they implement?

  • A A single RDS instance
  • B Multi-AZ RDS deployment
  • C DynamoDB clusters
  • D EC2 with EBS backups
Explanation Multi-AZ RDS deployments provide automated failover, ensuring high availability.
Q33

You are configuring IAM policies. What happens when a user is given an 'Explicit Deny'?

  • A Access is granted regardless of other policies
  • B Access is denied regardless of other policies
  • C User can override by requesting permissions
  • C Policy can be audited
  • D Policy is ineffective
Explanation An Explicit Deny will always take precedence over allows.
Q34

Which service is best suited for managing application secrets?

  • A AWS Secrets Manager
  • B AWS Lambda
  • C AWS KMS
  • D AWS CloudFormation
Explanation AWS Secrets Manager specifically manages secrets more efficiently than the other services.
Q35

A company needs to automate the deployment of multiple AWS resources. Which service should they use?

  • A AWS CloudFormation
  • B AWS SNS
  • C AWS CloudTrail
  • D AWS CodeDeploy
Explanation AWS CloudFormation allows for automated and repeatable deployments of resources, unlike the other options.
Q36

You are configuring a CI/CD pipeline using AWS CodePipeline. What happens when a CodeBuild action fails?

  • A The pipeline automatically starts over
  • B The pipeline pauses at that action
  • C The pipeline resumes after manual approval
  • D The pipeline ignores the failure
Explanation The pipeline pauses at the failing action until addressed, unlike the other options which are incorrect procedures.
Q37

Which AWS service provides a managed Kubernetes environment?

  • A Amazon EKS
  • B AWS Lambda
  • C Amazon S3
  • D AWS Fargate
Explanation Amazon EKS is specifically designed for Kubernetes, while the others serve different purposes.
Q38

A company wants to automate its deployment processes. Which AWS service should they use?

  • A AWS CloudFormation
  • B Amazon S3
  • C Amazon RDS
  • D AWS Batch
Explanation AWS CloudFormation automates infrastructure provisioning; the others do not primarily focus on deployment automation.
Q39

You are configuring a VPC Peering connection. What occurs if the CIDR ranges overlap?

  • A Peering connection is successful
  • B Peering connection fails
  • C Routes are automatically updated
  • D No impact on existing connections
Explanation Overlapping CIDR ranges prevent the peering connection from being established, while the other options incorrectly imply successful connectivity or routing changes.
Q40

Which service enables you to run code without provisioning servers?

  • A AWS Lambda
  • B Amazon EC2
  • C AWS Fargate
  • D Amazon S3
Explanation AWS Lambda allows running code without server management; EC2 involves server provisioning, Fargate is for containers, and S3 is for storage.