Amazon Web ServicesAssociate levelSOA-C02Page 2 of 4

SOA-C02 exam dumps: questions 101 to 200 of 340

Page 2 of the free SOA-C02 question bank for the AWS Certified SysOps Administrator - Associate exam. Questions 101 to 200 are listed below, the first 5 in full with answers and explanations. Back to page 1 for the exam overview and FAQ.

Question bank last updated December 2024

Free SOA-C02 practice questions

Questions 101 to 105 of 340

Pick an answer before you open the explanation. Each question also has its own page with a permalink.

SOA-C02 Question 101

Single answer

A company runs a production workload on Amazon RDS and has strict compliance requirements mandating that backups must be retained for 7 years. The company wants to automate snapshot creation and retention while ensuring the recovery time objectives (RTO) and recovery point objectives (RPO) are met. Which solution should the SysOps Administrator implement to meet these requirements?

  1. A

    Use AWS Backup to create a backup plan with a 7-year retention policy and assign the RDS resource to the plan.

  2. B

    Manually create RDS snapshots every month and store them in Amazon S3 Glacier for 7 years.

  3. C

    Use Amazon Data Lifecycle Manager (DLM) to automate the creation and expiration of RDS snapshots based on the retention policy.

  4. D

    Enable automated backups in RDS and configure a custom CloudWatch Event Rule to delete snapshots older than 7 years.

Show answer and explanation

Correct answer: A

Explanation

The most effective and compliant solution is to use AWS Backup, which provides a centralized and automated way to manage backups and retention policies across AWS services, including RDS. It ensures that backups are created and retained for the required duration while meeting the recovery time objectives (RTO) and recovery point objectives (RPO). Other options are either not applicable or introduce unnecessary complexity.

  • A. Correct.

    This is the correct solution. AWS Backup provides a centralized way to manage backup plans with retention policies for services like RDS. It simplifies compliance requirements and ensures backups are automated and retained for the required duration.

  • B. Incorrect.

    This is not a recommended approach. Manually creating snapshots is error-prone and does not ensure compliance. Furthermore, transferring snapshots to Amazon S3 Glacier is not natively supported for RDS snapshots.

  • C. Incorrect.

    Amazon Data Lifecycle Manager (DLM) is specific to EBS snapshots and cannot be used for RDS snapshots. Therefore, this option is not applicable.

  • D. Incorrect.

    While automated RDS backups can be enabled, using a custom CloudWatch Event Rule to delete snapshots is not a native or scalable solution for long-term retention and compliance.

SOA-C02 Question 102

Single answer

Your company hosts a mission-critical application on Amazon RDS with a requirement for daily backups retained for 30 days to meet compliance. The recovery time objective (RTO) is 4 hours, and the recovery point objective (RPO) is 24 hours. Which solution should you implement to automate and meet these requirements?

  1. A

    Use Amazon RDS automated backups and configure a backup retention period of 30 days.

  2. B

    Manually create a snapshot of the RDS instance every day and delete snapshots older than 30 days.

  3. C

    Use AWS Backup to create a daily backup job with a 30-day retention policy for the RDS instance.

  4. D

    Use Amazon Data Lifecycle Manager to configure daily snapshots with a 30-day retention policy.

Show answer and explanation

Correct answer: A

Explanation

Amazon RDS automated backups are designed specifically for RDS instances and offer the ability to configure a backup retention period, ensuring compliance with retention policies. This solution is automated, meets both the RTO and RPO requirements, and eliminates the need for additional tools or manual intervention. Other options either involve manual processes or tools not applicable to RDS backups.

  • A. Correct.

    This is the correct solution as Amazon RDS automated backups allow you to configure a retention period (up to 35 days) and automatically take daily backups, meeting both the RTO and RPO requirements.

  • B. Incorrect.

    Manually creating snapshots is error-prone and does not achieve automation. It would also require additional effort to manage snapshot deletions, making it less efficient for compliance.

  • C. Incorrect.

    While AWS Backup can back up RDS instances, it is not necessary in this scenario as Amazon RDS provides built-in automated backups that can fulfill the requirements.

  • D. Incorrect.

    Amazon Data Lifecycle Manager is used to manage snapshots for Amazon EBS volumes, not Amazon RDS. Therefore, it is not applicable in this case.

SOA-C02 Question 103

Single answer

Your company has a requirement to back up an Amazon RDS instance daily at midnight and retain these backups for 30 days. You also need to ensure that these backups can be restored quickly in case of failure. Which AWS solution would best meet this requirement?

  1. A

    Use Amazon RDS automated backups and configure the backup retention period to 30 days.

  2. B

    Use AWS Backup to create a daily backup plan for the RDS instance with a 30-day retention policy.

  3. C

    Use Amazon Data Lifecycle Manager (DLM) to schedule daily snapshots for the RDS instance.

  4. D

    Manually create RDS snapshots daily and delete them after 30 days.

Show answer and explanation

Correct answer: A

Explanation

Amazon RDS automated backups automatically create daily backups and allow you to configure a retention period of up to 35 days. This ensures compliance with the 30-day retention policy and enables quick restoration of the database in case of failure. While other options provide backup capabilities, they are either not suitable for RDS or do not automate the process as effectively as RDS automated backups.

  • A. Correct.

    This is the correct option. Amazon RDS automated backups can be configured to retain backups for up to 35 days and provide point-in-time recovery, meeting both the retention and restoration requirements.

  • B. Incorrect.

    While AWS Backup supports RDS, it is more suited for centralized management of backups across multiple services. In this case, the simpler solution of using Amazon RDS automated backups is more appropriate.

  • C. Incorrect.

    Amazon Data Lifecycle Manager (DLM) is designed for managing Amazon EBS snapshots, not RDS backups, so this option is not applicable.

  • D. Incorrect.

    Manually creating and deleting snapshots is error-prone and does not automate the process as required, making it a less reliable solution.

SOA-C02 Question 104

Select 2

Your organization has a critical application running on an Amazon RDS database. The Recovery Time Objective (RTO) for this application is less than 15 minutes, and the Recovery Point Objective (RPO) is less than 5 minutes. To meet these requirements, you want to automate backups and ensure minimal data loss in case of an outage. Which combination of strategies would best meet these requirements?

  1. A

    Enable RDS automated backups and set the backup retention period to 7 days.

  2. B

    Manually create on-demand RDS snapshots every hour.

  3. C

    Enable RDS Multi-AZ deployment for automatic failover.

  4. D

    Use AWS Backup to create backup policies for the RDS instance.

  5. E

    Enable read replicas for the RDS instance in the same region.

Show answer and explanation

Correct answers: A, C

Explanation

To meet the stated RTO and RPO requirements, enabling RDS automated backups ensures point-in-time recovery to minimize data loss (RPO), and enabling Multi-AZ deployment provides automatic failover to reduce downtime (RTO). These features work together to ensure the application meets its availability and recovery objectives.

  • A. Correct.

    Enabling RDS automated backups ensures that backups are taken automatically and that point-in-time recovery is available, which helps meet the RPO requirement. The retention period can be adjusted for compliance and recovery requirements.

  • B. Incorrect.

    Manually creating on-demand RDS snapshots every hour is not an efficient or scalable solution for meeting strict RTO and RPO requirements, as it requires manual intervention and may lead to gaps in snapshots.

  • C. Correct.

    Enabling RDS Multi-AZ deployment ensures high availability and automatic failover to a standby instance, reducing downtime and meeting the RTO requirement.

  • D. Incorrect.

    Using AWS Backup is a robust solution for compliance and retention policies, but it does not directly address the RTO and RPO requirements specified in the scenario.

  • E. Incorrect.

    Read replicas are used for scaling read operations and do not provide failover capabilities or affect backup strategies, so they do not help meet the RTO and RPO requirements in this scenario.

SOA-C02 Question 105

Single answer

An organization is running a MySQL database on Amazon RDS with automated backups enabled. A database administrator accidentally deleted some records and needs to restore the database to its state as of two hours ago. Which action should the SysOps Administrator take to achieve this?

  1. A

    Initiate a point-in-time restore to a new database instance using the RDS management console.

  2. B

    Use the AWS CLI to promote a read replica to a standalone database instance.

  3. C

    Restore the database from the most recent snapshot and manually reapply changes from the past two hours.

  4. D

    Enable cross-region replication and replicate the database to another region for recovery.

Show answer and explanation

Correct answer: A

Explanation

Point-in-time restore is a feature of Amazon RDS that enables users to recover their database to a specific time within the retention period of automated backups. By initiating the point-in-time restore, the SysOps Administrator can create a new database instance with the data as it was two hours ago, effectively solving the issue caused by the accidental deletion.

  • A. Correct.

    This is the correct option. A point-in-time restore allows recovering the database to a specific time within the retention period. A new database instance will be created during this process.

  • B. Incorrect.

    Promoting a read replica is not relevant to this scenario, as it does not address the need to restore the database to a specific point in time.

  • C. Incorrect.

    Restoring from the most recent snapshot would not include transactions or data changes that occurred after the snapshot. This would result in data loss for the past two hours.

  • D. Incorrect.

    Cross-region replication is a disaster recovery strategy, not a solution for restoring data to a specific point in time in the same region.

Timed practice exam

Take a SOA-C02 practice test under exam conditions

65 questions in 130 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam

SOA-C02 practice questions 101 to 200 of 340

Every question has a page with the answer and explanation. Numbers are stable, so you can bookmark or share them. The bank is split into 4 pages of up to 100 questions.

  1. 101.A company runs a production workload on Amazon RDS and has strict compliance requirements mandating that...
  2. 102.Your company hosts a mission-critical application on Amazon RDS with a requirement for daily backups retained...
  3. 103.Your company has a requirement to back up an Amazon RDS instance daily at midnight and retain these backups...
  4. 104.Your organization has a critical application running on an Amazon RDS database. The Recovery Time Objective...
  5. 105.An organization is running a MySQL database on Amazon RDS with automated backups enabled. A database...
  6. 106.Your company’s database team is running an Amazon RDS MySQL database instance in production. They report an...
  7. 107.An organization is running a MySQL database on Amazon RDS. A critical table was accidentally deleted from the...
  8. 108.Your company uses an Amazon RDS MySQL database for its production environment. A developer accidentally...
  9. 109.You are managing an S3 bucket that stores log files for compliance purposes. The bucket has versioning...
  10. 110.A company is using an S3 bucket to store log files generated by their applications. To optimize storage...
  11. 111.Your organization has an S3 bucket configured to store critical documents. To optimize storage costs, you...
  12. 112.You are managing an S3 bucket that stores daily log files for your company's application. To optimize storage...
  13. 113.You are tasked with configuring Amazon S3 Cross-Region Replication (CRR) to replicate objects from a source...
  14. 114.You are managing an S3 bucket in the us-east-1 region that stores critical data for your organization. To...
  15. 115.You are a SysOps Administrator tasked with setting up Amazon S3 Cross-Region Replication (CRR) for a bucket...
  16. 116.You are managing an S3 bucket in the us-east-1 region that contains critical business data. The organization...
  17. 117.Your organization hosts a critical application in AWS with an RDS database in the us-east-1 region. To ensure...
  18. 118.Your company hosts an e-commerce application on AWS, leveraging Amazon RDS for the primary database in the...
  19. 119.Your organization hosts a critical web application on AWS. The application runs on Amazon EC2 instances...
  20. 120.Your company runs a critical workload on Amazon RDS using a MySQL database. To ensure minimal downtime in the...
  21. 121.Your company is deploying a multi-tier web application on AWS. You need to automate the deployment process to...
  22. 122.An organization has an application stack running on Amazon EC2 instances behind an Application Load Balancer...
  23. 123.You are a SysOps Administrator managing an application that requires scaling both EC2 instances and RDS...
  24. 124.An organization wants to automate the deployment of an application stack consisting of an EC2 instance, an...
  25. 125.Your company is hosting an e-commerce website on AWS. The website's traffic significantly increases during...
  26. 126.Your organization runs a multi-tier web application on AWS. The application uses an Auto Scaling group for...
  27. 127.Your organization uses an Amazon RDS MySQL instance for its production database. The database is experiencing...
  28. 128.Your organization uses an Auto Scaling group for a web application running on Amazon EC2 instances. Recently,...
  29. 129.Your company uses Amazon EC2 to host an application that frequently requires updates to its base operating...
  30. 130.You are tasked with creating a custom Amazon Machine Image (AMI) for a web application that needs to be...
  31. 131.Your organization has a requirement to standardize Amazon Machine Images (AMIs) across multiple accounts and...
  32. 132.Your organization requires an automated solution to create and update Amazon Machine Images (AMIs) for its...
  33. 133.You are managing an AWS CloudFormation stack that provisions resources for a production application. After...
  34. 134.You are managing an AWS CloudFormation stack for your company's infrastructure. A recent stack update failed,...
  35. 135.A SysOps Administrator is managing an AWS CloudFormation stack that provisions a web application. After...
  36. 136.You are using AWS CloudFormation to deploy a stack, but the process fails in the middle of deployment due to...
  37. 137.Your organization operates multiple AWS accounts and requires a solution to deploy a consistent set of IAM...
  38. 138.An organization wants to deploy an application stack across two AWS Regions and manage those resources in...
  39. 139.Your organization operates workloads across multiple AWS accounts and Regions. You are tasked with deploying...
  40. 140.A company needs to deploy a centralized logging solution across multiple AWS accounts and Regions. The...
  41. 141.An organization wants to deploy a new version of its web application hosted on Amazon ECS with minimal...
  42. 142.Your team is deploying a new version of a web application hosted on Amazon ECS using an Application Load...
  43. 143.Your organization is running a web application on Amazon ECS using the Fargate launch type. You need to...
  44. 144.Your team is deploying a new version of a web application hosted on Amazon ECS and wants to minimize downtime...
  45. 145.You are deploying an application using AWS CloudFormation, but the stack creation fails with an error stating...
  46. 146.An application stack is being deployed using AWS CloudFormation. The stack creation consistently fails with...
  47. 147.You are deploying an application using AWS CloudFormation in a VPC with multiple subnets. The deployment...
  48. 148.A SysOps Administrator is deploying a CloudFormation stack to create an Auto Scaling group, but the stack...
  49. 149.Your team frequently provisions EC2 instances with a specific configuration, including installing custom...
  50. 150.You manage an environment where developers deploy updates to an Amazon S3 bucket multiple times a day. The...
  51. 151.An organization uses EC2 instances to process data uploaded to an S3 bucket. The SysOps administrator is...
  52. 152.Your organization frequently provisions EC2 instances with specific configurations, installs custom software,...
  53. 153.A company wants to automate the deployment of a web application across multiple environments (e.g.,...
  54. 154.A company wants to automate the deployment and configuration of its web application infrastructure, including...
  55. 155.A company wants to automate the deployment of a web application stack in multiple AWS accounts and regions....
  56. 156.You are managing an application that requires consistent deployment of infrastructure and applications across...
  57. 157.Your organization requires all EC2 instances to be patched automatically for critical and security updates....
  58. 158.You are managing an Amazon EC2 fleet in a production environment. To ensure compliance and security, you need...
  59. 159.Your team is tasked with ensuring that all EC2 instances in your environment are automatically patched for...
  60. 160.Your organization wants to ensure that all EC2 instances in your environment are automatically patched with...
  61. 161.You are managing an AWS environment and need to automate the process of stopping EC2 instances that have been...
  62. 162.Your company uses Amazon S3 to store critical log files, and you are tasked with ensuring that any log file...
  63. 163.A company wants to automatically remediate non-compliant AWS resources identified by AWS Config rules. For...
  64. 164.A company uses an Amazon S3 bucket to store critical financial reports. They need to ensure that a Lambda...
  65. 165.A company is using an Amazon S3 bucket to store sensitive customer documents. The SysOps Administrator is...
  66. 166.Your company is hosting a critical web application on AWS. Security requirements mandate that all incoming...
  67. 167.Your company has a compliance requirement to ensure that all S3 bucket policies are periodically reviewed and...
  68. 168.You are managing an AWS environment for a company that stores sensitive customer data. The compliance team...
  69. 169.Your organization requires that all S3 buckets storing sensitive data must be encrypted and access must be...
  70. 170.Your organization has recently adopted AWS Organizations to manage multiple accounts. You need to enforce a...
  71. 171.A company uses AWS Organizations to manage multiple AWS accounts. The Security team wants to ensure that no...
  72. 172.You manage an AWS environment for a company that must comply with strict regulatory requirements. The...
  73. 173.A company wants to allow external users to securely access resources in their AWS account. The users belong...
  74. 174.Your company has implemented an application that allows users to authenticate via a third-party identity...
  75. 175.Your company uses AWS to host several critical applications. The security team has identified a requirement...
  76. 176.An organization uses an AWS account to host its production workloads. The Security team recently implemented...
  77. 177.An AWS administrator is troubleshooting an issue where a user is unable to access an S3 bucket despite being...
  78. 178.An application running in your AWS environment is failing to access an S3 bucket. The application uses an IAM...
  79. 179.An application team reports that a Lambda function is failing to access an S3 bucket. As a SysOps...
  80. 180.A company is experiencing issues where an IAM user is unable to access an S3 bucket. The SysOps Administrator...
  81. 181.An organization uses AWS Organizations with Service Control Policies (SCPs) to manage permissions across its...
  82. 182.An organization has implemented Service Control Policies (SCPs) to restrict certain actions across its...
  83. 183.An organization has implemented Service Control Policies (SCPs) at the root level of its AWS Organization to...
  84. 184.An organization has implemented Service Control Policies (SCPs) in AWS Organizations to restrict access to...
  85. 185.An organization wants to ensure their AWS environment is secure and compliant. As a SysOps Administrator, you...
  86. 186.As a SysOps Administrator, you are tasked with improving the security posture of your AWS environment. You...
  87. 187.A SysOps Administrator is tasked with enhancing the security posture of an AWS account. They have been...
  88. 188.You are a SysOps Administrator managing an AWS environment that has recently undergone a security audit. The...
  89. 189.Your organization must comply with data sovereignty laws that require all customer data to remain within the...
  90. 190.Your company handles sensitive healthcare data and must comply with the Health Insurance Portability and...
  91. 191.A company headquartered in the European Union (EU) is planning to deploy a new application on AWS. The...
  92. 192.Your company operates in the healthcare industry and must comply with HIPAA regulations. You are tasked with...
  93. 193.Your organization has multiple AWS accounts for different teams (e.g., development, QA, and production). You...
  94. 194.Your organization has multiple AWS accounts and wants to implement a secure multi-account strategy. As a...
  95. 195.Your organization has multiple AWS accounts used for different business units. The security team mandates...
  96. 196.Your organization uses multiple AWS accounts to isolate workloads for different teams. They want to implement...
  97. 197.Your organization is hosting a critical application on Amazon EC2 instances in a production environment. The...
  98. 198.Your company has recently migrated a critical web application to AWS. To meet compliance requirements, you...
  99. 199.Your company hosts a critical web application on an Amazon EC2 instance behind an Application Load Balancer....
  100. 200.Your organization has a critical web application hosted on Amazon EC2 instances behind an Application Load...