Practice exams for AWS Certified CloudOps Engineer – Associate (ex-SysOps)

65 questions · 130 min

  • Monitoring, Logging, Analysis, Remediation, and Performance Optimization 14 questions
  • Reliability and Business Continuity 14 questions
  • Deployment, Provisioning, and Automation 14 questions
  • Networking and Content Delivery 12 questions
  • Security and Compliance 11 questions

25 free questions across all domains, no account required.

The full set of 65 questions is included in the All certifications subscription. Subscribe

How to prepare for AWS Certified CloudOps Engineer – Associate (ex-SysOps) with InfraPrep

The 65 questions cover 5 domains: Monitoring, Logging, Analysis, Remediation, and Performance Optimization, Reliability and Business Continuity, Deployment, Provisioning, and Automation, Networking and Content Delivery, Security and Compliance. 25 of them are free, without an account.

Study mode

Answer at your pace: each answer is corrected straight away, with an explanation and the link to the documentation it relies on.

Exam mode

A timed exam of 130 minutes, with a question map to flag and come back to questions before you submit.

Results by domain

Your score is broken down by domain, so you know what to review first.

Original questions

Every question is written from the public documentation, never copied from the exam. You can contest an answer from study mode.

Sample question

Monitoring, Logging, Analysis, Remediation, and Performance Optimization

A CloudOps engineer built two composite alarms, AlarmA and AlarmB, where AlarmA's AlarmRule references the state of AlarmB and AlarmB's AlarmRule references the state of AlarmA. The engineer now wants to remove both alarms, but the console refuses the deletion because each alarm still depends on the other. What is the simplest way to unblock the deletion?

  1. Open a support case and ask AWS to force-delete both composite alarms
  2. Change one alarm's AlarmRule expression to a fixed value such as false
  3. Convert both composite alarms into simple metric alarms first
  4. Suspend both alarms' actions and wait a full day before retrying
Show the answer and the explanation

Correct answer: B

When two composite alarms reference each other, AWS documents that the easiest way to break this cyclic dependency is to change the AlarmRule of one of them to a fixed value such as false, which removes the reference and allows both alarms to be deleted.

Source: official documentation

Try the free questions