Amazon Web ServicesProfessional levelSAP-C02Page 3 of 7

SAP-C02 exam dumps: questions 201 to 300 of 677

Page 3 of the free SAP-C02 question bank for the AWS Certified Solutions Architect - Professional exam. Questions 201 to 300 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 SAP-C02 practice questions

Questions 201 to 205 of 677

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

SAP-C02 Question 201

Select 2

A financial services company is hosting its core banking application on AWS. The application uses Amazon RDS for its database and is subject to strict compliance requirements that mandate an RTO (Recovery Time Objective) of 15 minutes and an RPO (Recovery Point Objective) of 5 minutes. Which strategies should you implement to meet these requirements?

  1. A

    Enable Multi-AZ deployments for Amazon RDS.

  2. B

    Set up a cross-region read replica for Amazon RDS.

  3. C

    Configure automated backups with a backup retention period of at least one week.

  4. D

    Use Amazon RDS event notifications to monitor database changes.

  5. E

    Implement Amazon RDS snapshots every 5 minutes using a scheduled Lambda function.

Show answer and explanation

Correct answers: A, B

Explanation

To meet the strict RTO of 15 minutes and RPO of 5 minutes, enabling Multi-AZ deployments ensures high availability and automatic failover, addressing the RTO requirement. A cross-region read replica allows for disaster recovery and ensures the data is up-to-date, supporting the RPO requirement. Other options like automated backups and manual snapshots are useful but do not align with the RTO and RPO requirements as effectively.

  • A. Correct.

    Enabling Multi-AZ deployments ensures high availability and provides an automatic failover mechanism, significantly reducing downtime (RTO). This directly supports meeting the 15-minute RTO requirement.

  • B. Correct.

    A cross-region read replica helps protect against regional failures and can be promoted to a standalone database in a disaster recovery scenario, supporting the RPO of 5 minutes if the replica is kept up-to-date.

  • C. Incorrect.

    While automated backups are beneficial for long-term data recovery, they may not meet the strict RTO and RPO requirements for this scenario as backup restoration can take longer than 15 minutes.

  • D. Incorrect.

    Amazon RDS event notifications are useful for monitoring database changes, but they do not directly address RTO or RPO requirements.

  • E. Incorrect.

    RDS snapshots taken every 5 minutes using Lambda might help meet the RPO requirement but do not provide the automated failover mechanism required to achieve the 15-minute RTO.

SAP-C02 Question 202

Single answer

A financial services company is designing a disaster recovery (DR) strategy for a critical trading application hosted in AWS. The application uses an RDS database with multi-AZ deployment, an EC2-based application layer, and an S3 bucket for storing trade logs. The company has defined an RTO (Recovery Time Objective) of 4 hours and an RPO (Recovery Point Objective) of 15 minutes. Which disaster recovery strategy would best meet the company's requirements?

  1. A

    Warm standby with automated failover for the RDS database and periodic replication of trade logs to a DR region.

  2. B

    Pilot light with manual failover for the RDS database and replication of trade logs every 24 hours.

  3. C

    Backup and restore using daily backups of the RDS database and trade logs stored in S3.

  4. D

    Multi-region active-active architecture with continuous replication of the RDS database and S3 trade logs.

Show answer and explanation

Correct answer: A

Explanation

The warm standby strategy is the most appropriate choice for meeting the company's RTO of 4 hours and RPO of 15 minutes. It balances cost and recovery objectives by maintaining a minimal running version of the application in the DR region, which can be scaled up quickly during a disaster. Automated failover and periodic replication ensure that the RPO requirement is also met. Other options either fail to meet the defined objectives or are unnecessarily complex and costly.

  • A. Correct.

    Warm standby with automated failover ensures that a scaled-down version of the application is always running in the DR region. This setup allows for a recovery time within 4 hours and meets the RPO of 15 minutes by enabling periodic replication to the DR region.

  • B. Incorrect.

    Pilot light with manual failover could meet the RTO if the failover process is executed efficiently, but replication of trade logs every 24 hours does not meet the RPO requirement of 15 minutes.

  • C. Incorrect.

    Backup and restore is a cost-effective solution but does not meet the RTO of 4 hours, as restoring the application and database from backups typically takes longer.

  • D. Incorrect.

    Multi-region active-active architecture exceeds the requirements but is significantly more expensive than necessary for the stated RTO and RPO.

SAP-C02 Question 203

Select 3

A company operates a critical web application that must maintain high availability and minimize downtime in case of a disaster. They currently operate in a single AWS Region but want to enhance their disaster recovery strategy. The company decides to implement a warm standby architecture across two AWS Regions. Which of the following steps should they take to properly implement and optimize this disaster recovery strategy?

  1. A

    Deploy the application stack in the secondary Region with scaled-down resources to reduce costs, and enable replication of critical data.

  2. B

    Use Route 53 health checks and DNS failover to redirect traffic to the secondary Region during a disaster.

  3. C

    Set up an Amazon CloudFront distribution to cache content globally and reduce the need for a secondary Region.

  4. D

    Regularly test failover processes to validate that the secondary Region can handle production traffic during a disaster.

  5. E

    Ensure that the secondary Region runs at full capacity at all times to immediately handle traffic without scaling.

Show answer and explanation

Correct answers: A, B, D

Explanation

A warm standby disaster recovery strategy involves deploying a scaled-down version of the application in a secondary Region to minimize costs while ensuring readiness for failover. Critical data must be replicated, health checks and DNS failover mechanisms (such as Route 53) are used to redirect traffic, and regular failover tests are essential to confirm the setup's effectiveness. This strategy strikes a balance between cost and recovery time, making it suitable for applications requiring low downtime without the expense of a fully active secondary Region.

  • A. Correct.

    Correct. In a warm standby disaster recovery strategy, the secondary Region operates with scaled-down resources to minimize costs, while critical data is replicated. This ensures readiness for scaling up during a disaster.

  • B. Correct.

    Correct. Route 53 health checks and DNS failover are essential for redirecting traffic to the secondary Region when the primary Region becomes unavailable.

  • C. Incorrect.

    Incorrect. While Amazon CloudFront can improve content delivery performance, it does not replace or reduce the need for a secondary Region in a disaster recovery scenario.

  • D. Correct.

    Correct. Regular testing of failover processes is vital to ensure that the warm standby setup functions as expected and the secondary Region is ready to handle production workloads.

  • E. Incorrect.

    Incorrect. Running the secondary Region at full capacity at all times is not cost-effective and contradicts the principles of a warm standby strategy. This approach is more suitable for a multi-site active-active configuration.

SAP-C02 Question 204

Single answer

Your company operates a critical e-commerce platform hosted on AWS. To ensure high availability and quick recovery in the event of a regional disaster, you are tasked with designing a disaster recovery strategy that minimizes downtime and data loss while keeping costs under control. The platform uses multiple EC2 instances, an RDS database, and an S3 bucket to store static assets. Which disaster recovery strategy would be MOST suitable for this requirement?

  1. A

    Backup and Restore

  2. B

    Pilot Light

  3. C

    Warm Standby

  4. D

    Multi-Site

Show answer and explanation

Correct answer: C

Explanation

Warm Standby is the best fit for this scenario because it balances the need for quick recovery and minimized downtime with cost considerations. It ensures that a scaled-down version of the production environment is always running in a secondary region, allowing for faster recovery than Backup and Restore or Pilot Light without the high costs associated with Multi-Site.

  • A. Incorrect.

    Backup and Restore is the least expensive option but involves the longest recovery time. In this scenario, minimizing downtime is critical, so this is not the best choice.

  • B. Incorrect.

    Pilot Light provides a minimal version of the environment in the secondary region, but scaling up from the pilot light to full production takes additional time. While it reduces costs compared to Warm Standby, it doesn't meet the requirement for quick recovery.

  • C. Correct.

    Warm Standby keeps a scaled-down version of the production environment running in the secondary region. This approach balances cost and recovery time, making it the most suitable choice for minimizing downtime and data loss.

  • D. Incorrect.

    Multi-Site involves running fully redundant environments in multiple regions simultaneously. While it provides the fastest recovery time, it is also the most expensive option and is unnecessary for the cost-controlled scenario described.

SAP-C02 Question 205

Single answer

A financial services company operates a critical payment processing application that must meet a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes. The company wants to implement a disaster recovery (DR) strategy that ensures minimal downtime and data loss in the event of a region-wide failure. Which DR strategy should the company choose?

  1. A

    Backup and Restore with scheduled backups to Amazon S3

  2. B

    Pilot Light with a scaled-down version of the application running in a secondary region

  3. C

    Warm Standby with a scaled-down but fully functional environment in a secondary region

  4. D

    Multi-Site with fully active environments in multiple regions

Show answer and explanation

Correct answer: D

Explanation

Given the strict RTO of 15 minutes and RPO of 5 minutes, the company needs a disaster recovery strategy that minimizes downtime and data loss. Multi-Site is the only option that ensures fully active environments in multiple regions, allowing for immediate failover with negligible disruption. Other strategies like Backup and Restore, Pilot Light, and Warm Standby are less suitable due to their longer recovery times or additional scaling requirements.

  • A. Incorrect.

    Backup and Restore is a cost-effective strategy but has a high RTO and RPO, making it unsuitable for meeting the strict RTO and RPO requirements of 15 minutes and 5 minutes, respectively.

  • B. Incorrect.

    Pilot Light provides faster recovery than Backup and Restore but still requires scaling up and configuring the secondary environment during a failover, which makes it difficult to meet the 15-minute RTO requirement.

  • C. Incorrect.

    Warm Standby provides a functional secondary environment, but scaling up to full capacity during a failover might exceed the 15-minute RTO requirement, especially for a critical application like payment processing.

  • D. Correct.

    Multi-Site operates fully active environments in multiple regions, ensuring near-zero downtime and minimal data loss. This strategy easily meets the RTO of 15 minutes and RPO of 5 minutes, making it the most appropriate choice for the scenario.

Timed practice exam

Take a SAP-C02 practice test under exam conditions

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

Start timed exam

SAP-C02 practice questions 201 to 300 of 677

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 7 pages of up to 100 questions.

  1. 201.A financial services company is hosting its core banking application on AWS. The application uses Amazon RDS...
  2. 202.A financial services company is designing a disaster recovery (DR) strategy for a critical trading...
  3. 203.A company operates a critical web application that must maintain high availability and minimize downtime in...
  4. 204.Your company operates a critical e-commerce platform hosted on AWS. To ensure high availability and quick...
  5. 205.A financial services company operates a critical payment processing application that must meet a Recovery...
  6. 206.A retail company operates an e-commerce platform hosted entirely in AWS. The company wants to implement a...
  7. 207.An e-commerce company wants to implement a disaster recovery (DR) strategy for its mission-critical...
  8. 208.A global organization operates a critical application hosted in an AWS Region, and they must design a...
  9. 209.A financial services company operates its critical applications in an on-premises data center and is looking...
  10. 210.A retail company wants to implement a disaster recovery (DR) solution for its e-commerce application hosted...
  11. 211.A financial services company needs to design a disaster recovery (DR) solution for its critical applications...
  12. 212.Your company runs a mission-critical application hosted on AWS, and it needs to meet a Recovery Time...
  13. 213.Your organization plans to deploy a web application on AWS, which processes sensitive customer data. The...
  14. 214.A financial services company is migrating its on-premises trading platform to AWS. The platform processes...
  15. 215.A financial services company is running a web application on Amazon EC2 instances behind an Application Load...
  16. 216.A financial services company needs to store sensitive customer data in Amazon S3. They must comply with...
  17. 217.An e-commerce company is planning to deploy a new web application on AWS that will process sensitive customer...
  18. 218.Your company has a multi-account AWS environment managed using AWS Organizations. A new compliance...
  19. 219.A rapidly growing e-commerce company is planning to migrate its existing on-premises infrastructure to AWS....
  20. 220.A company runs a globally distributed application with a multi-region architecture using Amazon Route 53 for...
  21. 221.A company is running a large-scale e-commerce platform on AWS. To handle unpredictable traffic spikes during...
  22. 222.A company is migrating its on-premises data analytics workload to AWS. The analytics workload involves...
  23. 223.A company has multiple AWS accounts managed under a single AWS Organization. The organization uses AWS SSO...
  24. 224.A company is building a multi-account AWS environment using AWS Organizations. The company wants to enforce a...
  25. 225.Your organization uses AWS Organizations to manage multiple accounts. You need to allow a group of developers...
  26. 226.Your company has implemented a multi-account AWS environment using AWS Organizations. The security team has...
  27. 227.Your company has multiple AWS accounts managed under AWS Organizations. You need to set up cross-account...
  28. 228.An organization is hosting a web application in a VPC that consists of public and private subnets. The...
  29. 229.You are designing a highly available web application hosted on Amazon EC2 instances within a VPC. The...
  30. 230.Your organization has deployed a multi-tier application in an Amazon VPC. The application consists of...
  31. 231.A company is deploying a web application in a VPC. The application servers are deployed in a private subnet...
  32. 232.Your company is hosting a multi-tier application on AWS. The web servers are in a public subnet, and the...
  33. 233.A company is designing a secure data storage and transmission solution for sensitive customer information....
  34. 234.A financial services company needs to comply with strict regulatory requirements to secure sensitive customer...
  35. 235.You are designing a multi-tier web application that stores sensitive customer data in an Amazon RDS database....
  36. 236.A financial services company must design a secure solution for encrypting sensitive customer data stored in...
  37. 237.Your company is designing a secure data analytics platform on AWS. Sensitive data is stored in Amazon S3 and...
  38. 238.Your company has implemented a hybrid cloud architecture and requires secure, low-latency communication...
  39. 239.Your organization is deploying a private application hosted on Amazon ECS within a VPC. For security reasons,...
  40. 240.An organization has deployed an application in a private VPC that processes sensitive customer data. The...
  41. 241.A company has deployed an application in a private subnet within a VPC. The application needs to access an...
  42. 242.A company is building a hybrid architecture where their on-premises applications need to communicate with AWS...
  43. 243.A financial services company is migrating its on-premises application to AWS. The application requires access...
  44. 244.You are designing a serverless application that processes sensitive customer data. The application is built...
  45. 245.Your company is building a serverless web application on AWS. To securely access data in an Amazon DynamoDB...
  46. 246.An organization is implementing an automated CI/CD pipeline where developers need temporary access to deploy...
  47. 247.A company wants to implement a highly secure solution for managing and rotating credentials for their...
  48. 248.An e-commerce company is experiencing a significant increase in malicious traffic targeting their web...
  49. 249.A company has deployed a web application on Amazon EC2 instances behind an Application Load Balancer (ALB)....
  50. 250.A financial services company wants to enhance its security posture by detecting potential threats,...
  51. 251.An organization is hosting a web application behind an Application Load Balancer (ALB) on AWS. The...
  52. 252.A company hosts a web application on AWS that is frequently targeted by malicious actors attempting to...
  53. 253.A company runs a critical e-commerce platform on AWS and is looking to design a reliable architecture to...
  54. 254.Your company runs a critical e-commerce application on AWS, and customers rely on it for 24/7 availability....
  55. 255.A financial services company is designing a new trading application that requires high reliability for...
  56. 256.A financial institution is building a highly available and fault-tolerant transaction processing system on...
  57. 257.A company runs a large-scale e-commerce application on AWS that experiences significant fluctuations in...
  58. 258.A company is migrating its e-commerce platform to AWS. They want to improve performance and scalability for...
  59. 259.A company is running a critical web application on Amazon EC2 instances behind an Application Load Balancer...
  60. 260.A company is running a web application on a fleet of Amazon EC2 instances behind an Application Load Balancer...
  61. 261.A company is migrating its legacy application to AWS and wants to ensure the application is highly available...
  62. 262.Your company is designing a global application that will serve users across multiple continents. To ensure...
  63. 263.Your company operates a globally distributed application that serves customers in multiple regions. To...
  64. 264.Your company operates globally, serving customers in multiple continents. To ensure low latency, high...
  65. 265.You are designing a global application that must serve users in multiple regions with low latency. The...
  66. 266.Your company operates an application that serves customers globally with low latency requirements. To achieve...
  67. 267.A global e-commerce company is building a new data analytics platform for their customer purchase data. The...
  68. 268.A financial services company is required to maintain near-real-time replication of their data across two AWS...
  69. 269.You are designing a highly available and disaster-tolerant architecture for a financial application. The...
  70. 270.A company stores critical business data in an Amazon S3 bucket in the us-east-1 region. To ensure high...
  71. 271.Your company is designing a multi-region disaster recovery (DR) solution for a mission-critical application....
  72. 272.A global e-commerce company wants to ensure high availability and disaster recovery for their application,...
  73. 273.A financial services company runs a highly available, mission-critical application that processes real-time...
  74. 274.A global e-commerce company needs to design a highly available and fault-tolerant architecture for its...
  75. 275.A financial services company has a mission-critical application running on an Amazon RDS PostgreSQL database...
  76. 276.Your organization runs a global e-commerce platform with customers across multiple continents. To ensure high...
  77. 277.Your organization runs a scalable web application on Amazon EC2 instances behind an Application Load Balancer...
  78. 278.Your company uses an Auto Scaling group for a fleet of EC2 instances that handle a web application with...
  79. 279.Your company has an ecommerce platform running on Amazon EC2 instances behind an Application Load Balancer...
  80. 280.Your company runs a web application on Amazon EC2 instances behind an Elastic Load Balancer (ELB). The...
  81. 281.You are designing an Auto Scaling group for a web application that experiences highly variable traffic...
  82. 282.A company is building a serverless application to process and analyze customer feedback data in near...
  83. 283.An e-commerce company is building a serverless order processing system. The system involves the following...
  84. 284.A company has a serverless application that processes images uploaded to an Amazon S3 bucket. The workflow...
  85. 285.An e-commerce company is designing a serverless order processing system. When a customer places an order, the...
  86. 286.A retail company wants to design a serverless workflow for processing customer orders. When a new order is...
  87. 287.You are designing a large-scale application that will process high volumes of data and heavily utilize Amazon...
  88. 288.You are designing a highly available architecture for an application on AWS. The application will use Amazon...
  89. 289.Your organization is running a large-scale data analytics application on Amazon EC2 instances. You are...
  90. 290.A company is building a serverless web application using AWS Lambda and Amazon API Gateway. During a load...
  91. 291.Your organization runs a multi-region web application using Amazon Elastic Load Balancers (ALBs) and Auto...
  92. 292.Your company runs a high-traffic e-commerce website hosted on AWS. During peak shopping seasons, customers...
  93. 293.A company is running a video streaming platform where users can watch videos in real time. During peak hours,...
  94. 294.A company is running a real-time analytics platform that processes a large volume of streaming data using...
  95. 295.A media streaming company is experiencing performance issues with their application. The application uses an...
  96. 296.A company runs a high-traffic e-commerce website on AWS and is experiencing sporadic latency issues during...
  97. 297.You are designing a highly available web application deployed across multiple AWS Regions. The application...
  98. 298.A company is migrating its on-premises data warehouse to AWS and needs to select an appropriate storage...
  99. 299.An e-commerce company runs a web application hosted in an Auto Scaling group of Amazon EC2 instances behind...
  100. 300.A company is planning to migrate its on-premises application to AWS. The application requires high...