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 41–50 of 483

Q41

A company needs to ensure that their Amazon RDS database is automatically backed up every day at a specific time. Which feature should they enable?

  • A Read Replica
  • B Snapshots
  • C Automated Backups
  • D DB Parameter Groups
Explanation Automated Backups enable daily backups at a set time; Read Replicas are for scaling, Snapshots are manual, and Parameter Groups affect configuration, not backups.
Q42

What happens when you launch an EC2 instance without a security group?

  • A Instance launches successfully and is public
  • B Instance cannot communicate with the internet
  • C Instance deploys with default settings
  • D Launch fails with an error message
Explanation An EC2 instance without a security group cannot communicate outwardly; it has default outbound rules but no inbound, while it does not launch with an error or use default settings.
Q43

Which AWS service helps automate code deployments?

  • A AWS CodePipeline
  • B Amazon EC2
  • C AWS Lambda
  • D Amazon S3
Explanation AWS CodePipeline automates deployments via a CI/CD approach, while the others do not focus on this task.
Q44

A company needs to monitor memory usage and disk space on AWS ECS containers effectively. Which service should they use?

  • A AWS CloudTrail
  • B Amazon CloudWatch
  • C AWS Config
  • D Amazon RDS
Explanation Amazon CloudWatch provides real-time monitoring for resources, unlike the other options which serve different purposes.
Q45

You are configuring an AWS CloudFormation template for infrastructure management. What happens when you create a change set?

  • A It deletes the stack.
  • B It updates resources immediately.
  • C It previews changes before applying.
  • D It validates the entire template.
Explanation Change sets allow previewing changes before execution, unlike deletion or immediate updates which affect resources directly.
Q46

Which AWS service enables infrastructure as code?

  • A AWS CloudFormation
  • B AWS IAM
  • C AWS EC2
  • D AWS S3
Explanation AWS CloudFormation allows users to define infrastructure through code, while IAM, EC2, and S3 serve different purposes.
Q47

A company needs to store application logs securely with easy access for analysis. Which service should they use?

  • A AWS DynamoDB
  • B AWS RDS
  • C Amazon S3
  • D AWS Lambda
Explanation Amazon S3 provides secure, durable storage for logs, unlike DynamoDB, RDS, and Lambda, which are inappropriate for log storage.
Q48

You are configuring Auto Scaling policies. What happens when the desired capacity is set higher than the maximum capacity?

  • A Auto Scaling will fail.
  • B Auto Scaling will scale to maximum.
  • C No scaling will occur.
  • D Instance launch will be deferred.
Explanation Auto Scaling will cap the scale at the maximum capacity, so it will not exceed this limit, rendering options A and D incorrect.
Q49

Which service can automate the deployment of applications to AWS?

  • A AWS CloudFormation
  • B AWS CodeDeploy
  • C Amazon S3
  • D AWS Lambda
Explanation AWS CodeDeploy specifically automates app deployments, unlike others.
Q50

A company needs to transfer large amounts of data to S3. What is the best practice?

  • A Use AWS DataSync
  • B Upload directly via web interface
  • C Use personal hard drives
  • D Use HTTP PUT requests
Explanation AWS DataSync is optimized for large data transfers to S3.