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
Questions 171–180 of 483
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.
Reveal Answer
Explanation
A build failure in CodePipeline halts the execution; other options misrepresent pipeline behavior.
Which service provides event-driven computing?
A
AWS Lambda
B
AWS EC2
C
AWS S3
D
AWS RDS
Reveal Answer
Explanation
AWS Lambda executes code in response to events, while others provide different functionalities.
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
Reveal Answer
Explanation
AWS KMS manages encryption keys, crucial for sensitive data storage.
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
Reveal Answer
Explanation
Deleting an IAM user revokes access, while policies and group memberships are not retained.
Which AWS service provides orchestration for microservices?
A
Amazon ECS
B
AWS Lambda
C
Amazon SNS
D
AWS Glue
Reveal Answer
Explanation
Amazon ECS is designed for container orchestration, while others serve different purposes.
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
Reveal Answer
Explanation
AWS Secrets Manager is specifically designed for managing secrets, unlike the other services listed.
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.
Reveal Answer
Explanation
You stop incurring charges for compute while storage remains intact; options A, B, and D are incorrect.
Which AWS service is designed for real-time data stream processing?
A
Amazon Kinesis
B
AWS Batch
C
Amazon S3
D
AWS Lambda
Reveal Answer
Explanation
Amazon Kinesis is built for real-time streaming; the others serve different purposes.
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
Reveal Answer
Explanation
AWS Config monitors compliance of AWS resources; the others don't automate compliance checks.
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
Reveal Answer
Explanation
Versions remain until a lifecycle policy is applied; the other scenarios are incorrect.