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 171–180 of 483

Q171

You are configuring an AWS CodePipeline. What happens if a build fails in the middle of the pipeline execution?

  • A The pipeline stops executing.
  • B The pipeline retries the build.
  • C The pipeline continues with next stage.
  • D The pipeline logs the failure only.
Explanation A build failure in CodePipeline halts the execution; other options misrepresent pipeline behavior.
Q172

Which service provides event-driven computing?

  • A AWS Lambda
  • B AWS EC2
  • C AWS S3
  • D AWS RDS
Explanation AWS Lambda executes code in response to events, while others provide different functionalities.
Q173

A company needs to store and retrieve sensitive customer data. Which AWS feature should they implement?

  • A AWS CloudFront
  • B AWS Identity and Access Management
  • C AWS Key Management Service
  • D AWS Route 53
Explanation AWS KMS manages encryption keys, crucial for sensitive data storage.
Q174

What happens when an IAM user is deleted?

  • A Access is rev revoked...
  • B Policies remain active
  • C Group memberships are retained
  • D User cannot be recreated
Explanation Deleting an IAM user revokes access, while policies and group memberships are not retained.
Q175

Which AWS service provides orchestration for microservices?

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

A company needs to securely store application secrets. Which service should it use?

  • A AWS Secrets Manager
  • B Amazon RDS
  • C AWS S3
  • D AWS CloudTrail
Explanation AWS Secrets Manager is specifically designed for managing secrets, unlike the other services listed.
Q177

What happens when you set an EC2 instance to 'stopped' state?

  • A Data on EBS is lost.
  • B Instance CPU is immediately shut down.
  • C You are not billed for CPU usage.
  • D All storage resources are deleted.
Explanation You stop incurring charges for compute while storage remains intact; options A, B, and D are incorrect.
Q178

Which AWS service is designed for real-time data stream processing?

  • A Amazon Kinesis
  • B AWS Batch
  • C Amazon S3
  • D AWS Lambda
Explanation Amazon Kinesis is built for real-time streaming; the others serve different purposes.
Q179

A company needs to automate compliance checks during CI/CD. Which service should they use?

  • A AWS Config
  • B AWS CloudTrail
  • C AWS CloudFormation
  • D AWS CodeCommit
Explanation AWS Config monitors compliance of AWS resources; the others don't automate compliance checks.
Q180

What happens when you delete an Amazon S3 bucket that has versioning enabled?

  • A All versions are deleted immediately
  • B Bucket deletion fails
  • C Versions are retained until lifecycle policy
  • D Bucket is permanently deleted without warning
Explanation Versions remain until a lifecycle policy is applied; the other scenarios are incorrect.