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.
A company needs to manage serverless applications using events. Which service should they use?
AAWS Lambda
BAmazon RDS
CAmazon EC2
DAWS Direct Connect
Explanation
AWS Lambda handles serverless applications triggered by events.
Q282
What happens when an EC2 instance is terminated?
AData is permanently lost.
BElastic IP remains allocated.
CInstance metadata is preserved.
DAssociated EBS volume is retained.
Explanation
Terminating an EC2 instance deletes data on instance storage.
Q283
Which service can automatically scale your applications based on demand?
AAWS Auto Scaling
BAWS IAM
CAWS CloudFormation
DAWS Lambda
Explanation
AWS Auto Scaling adjusts capacity based on demand, while the others serve different purposes.
Q284
A company needs to run an application in a highly available manner across multiple regions. Which service should they use?
AAmazon Elastic Container Service
BAWS CloudFront
CAWS Route 53
DAWS Lambda
Explanation
AWS Route 53 can route traffic across regions, while the other options do not specifically address availability across regions.
Q285
You are configuring a security group for an EC2 instance. What happens if you do not allow any inbound traffic?
AInstance can communicate outbound only
BInstance does not launch
CInstance is publicly accessible
DInstance cannot be accessed remotely
Explanation
The instance can still communicate outbound if inbound traffic is blocked; the others are incorrect because they mischaracterize the security behavior.
Q286
Which service allows you to deploy containerized applications easily?
AAWS Fargate
BAWS CloudFormation
CAWS Lambda
DAWS Batch
Explanation
AWS Fargate manages containers, while others have different purposes.
Q287
A company needs to ensure that their CodePipeline process triggers only when there are code changes in the repository. What should they do?
AConfigure a manual approval stage.
BUse Amazon SNS notifications.
CSet up a web hook from the repo.
DAdd Amazon CloudWatch alarms.
Explanation
Web hooks can trigger actions based on repository changes, unlike the other options.
Q288
You are configuring IAM roles for an application that needs to call various AWS services. What happens if the application does not assume the IAM role?
AIAM policies will still apply.
BThe application will have no access.
CService requests will fail.
DAccess will be granted to all services.
Explanation
Without assuming the role, the application lacks permissions to access AWS services.
Q289
Which service can automate the deployment of applications?
AAWS CloudFormation
BAWS CloudTrail
CAWS S3
DAWS CloudWatch
Explanation
AWS CloudFormation automates infrastructure provisioning, unlike the others.
Q290
A company needs to ensure SSH access is tightly controlled. Which AWS feature should they use?
ASecurity Groups
BIAM Roles
CVPC Peering
DAWS Organizations
Explanation
Security Groups define inbound SSH rules for instances.