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 271–280 of 483

Q271

Which service allows you to run containers without managing servers?

  • A AWS Fargate
  • B Amazon EC2
  • C AWS Lambda
  • D Amazon S3
Explanation AWS Fargate enables you to run containers without managing servers, whereas EC2 requires server management.
Q272

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
Explanation Amazon S3 with Bucket Policies allows secure file sharing across AWS accounts.
Q273

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
Explanation Multi-AZ deployments automatically provide high availability for RDS instances.
Q274

Which AWS service is primarily used for managing containers?

  • A ECS
  • B Elastic Beanstalk
  • C RDS
  • D CloudFormation
Explanation ECS is specifically designed for container orchestration, while the others serve different purposes.
Q275

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
Explanation CloudWatch Events can trigger EC2 instance actions based on a schedule, unlike the other options.
Q276

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
Explanation IAM Role with External ID is designed for granting temporary access to external entities securely.
Q277

Which AWS service provides a managed Kubernetes environment?

  • A Amazon EKS
  • B Amazon ECS
  • C AWS Lambda
  • D AWS Fargate
Explanation Amazon EKS is specifically designed for Kubernetes; ECS and Fargate are for container management but not limited to Kubernetes.
Q278

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
Explanation AWS Secrets Manager is specifically for managing sensitive information like API keys and secrets, unlike the other options.
Q279

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
Explanation Deleting a resource managed by CloudFormation without modifying the stack results in a stack deletion failure.
Q280

Which service facilitates continuous integration and continuous delivery?

  • A AWS CodePipeline
  • B AWS AMI
  • C AWS CloudFormation
  • D AWS DataSync
Explanation AWS CodePipeline automates CI/CD processes, unlike the others.