Amazon Web ServicesProfessional levelSAP-C02Page 6 of 7

SAP-C02 exam dumps: questions 501 to 600 of 677

Page 6 of the free SAP-C02 question bank for the AWS Certified Solutions Architect - Professional exam. Questions 501 to 600 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 501 to 505 of 677

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

SAP-C02 Question 501

Single answer

A financial services company wants to implement a disaster recovery (DR) strategy for their critical applications hosted in AWS. They require minimal downtime in the event of a disaster, but they also want to optimize costs by not running a fully duplicated production environment continuously. Which DR strategy should they choose?

  1. A

    Pilot Light

  2. B

    Warm Standby

  3. C

    Backup and Restore

  4. D

    Multi-Region Active-Active

Show answer and explanation

Correct answer: B

Explanation

Warm Standby is the most appropriate DR strategy for the scenario because it strikes a balance between minimizing downtime and optimizing costs. By maintaining a scaled-down version of the production environment in the DR region, the company can achieve faster recovery times compared to Pilot Light or Backup and Restore, while avoiding the high costs associated with Multi-Region Active-Active.

  • A. Incorrect.

    Pilot Light is a cost-effective DR strategy where only the critical core components of the application are running in the DR region. However, it involves more downtime than Warm Standby, as additional infrastructure needs to be scaled up during a disaster.

  • B. Correct.

    Warm Standby maintains a scaled-down version of the production environment in the DR region, allowing for faster recovery while optimizing costs by not running a fully active setup. This meets the company's need for minimal downtime and cost efficiency.

  • C. Incorrect.

    Backup and Restore is the most cost-efficient option, as it involves storing backups and restoring them during a disaster. However, it has the longest recovery time and does not meet the requirement for minimal downtime.

  • D. Incorrect.

    Multi-Region Active-Active involves running fully duplicated production environments across multiple regions, ensuring zero downtime. However, it is the most expensive option and does not align with the company's cost optimization goal.

SAP-C02 Question 502

Single answer

An organization runs a mission-critical application hosted in an AWS Region with an RTO (Recovery Time Objective) of 10 minutes and an RPO (Recovery Point Objective) of 5 minutes. The organization needs a disaster recovery solution that ensures minimal downtime and data loss if the primary region becomes unavailable. Which disaster recovery method and tool combination should they implement?

  1. A

    Pilot Light strategy with scheduled Amazon RDS snapshots

  2. B

    Warm Standby strategy with Amazon RDS Multi-AZ and cross-region read replicas

  3. C

    Backup and Restore strategy using Amazon S3 and AWS Backup

  4. D

    Active-Active strategy with DynamoDB Global Tables and Route 53 latency-based routing

Show answer and explanation

Correct answer: B

Explanation

The Warm Standby strategy with Amazon RDS Multi-AZ and cross-region read replicas is the best choice for meeting the organization's RTO of 10 minutes and RPO of 5 minutes. Multi-AZ ensures high availability within the primary region, while cross-region read replicas maintain a near real-time copy of the data in another region. This significantly reduces downtime and data loss during failover to the DR region, aligning with the organization's disaster recovery requirements.

  • A. Incorrect.

    Pilot Light strategy with scheduled Amazon RDS snapshots would not meet the specified RTO and RPO. Scheduled snapshots would introduce significant delays in recovery and could result in data loss beyond the specified RPO of 5 minutes.

  • B. Correct.

    Warm Standby strategy with Amazon RDS Multi-AZ and cross-region read replicas is optimal for this scenario. It ensures high availability (Multi-AZ) and keeps a near-real-time replica in another region (cross-region read replicas), meeting both the RTO and RPO requirements.

  • C. Incorrect.

    Backup and Restore strategy using Amazon S3 and AWS Backup does not meet the RTO of 10 minutes. Restoring from backups could take hours, making it unsuitable for mission-critical applications with strict RTO and RPO requirements.

  • D. Incorrect.

    Active-Active strategy with DynamoDB Global Tables and Route 53 latency-based routing is a highly available solution, but it is specific to distributed NoSQL databases like DynamoDB. The question specifies the use of Amazon RDS, making this option irrelevant.

SAP-C02 Question 503

Single answer

A financial services company is designing a disaster recovery (DR) strategy for its critical application hosted in AWS. The application processes sensitive customer data and cannot afford more than 15 minutes of downtime. The company also requires near-real-time data replication between the primary and DR regions. Which disaster recovery method should the company choose to meet these requirements?

  1. A

    Backup and restore

  2. B

    Pilot light

  3. C

    Warm standby

  4. D

    Multi-site active-active

Show answer and explanation

Correct answer: C

Explanation

The company requires a disaster recovery strategy that ensures a recovery time objective (RTO) of 15 minutes or less and supports near-real-time data replication. Warm standby is the best solution as it pre-provisions a scaled-down version of the application in the DR region, allowing for quick failover and recovery within the required timeframe. It balances cost-effectiveness with performance, unlike the more expensive multi-site active-active approach.

  • A. Incorrect.

    Backup and restore is a cost-effective method but is unsuitable for meeting a 15-minute downtime requirement as restoring backups can be time-consuming and does not support near-real-time data replication.

  • B. Incorrect.

    Pilot light is a lightweight DR method where only critical components are pre-provisioned, but scaling up and initiating full operations can take longer than 15 minutes, making it unsuitable for the given requirements.

  • C. Correct.

    Warm standby maintains a scaled-down version of the application in the DR region, allowing for faster recovery times (typically under 15 minutes) and supports near-real-time data replication, making it the best fit for the scenario.

  • D. Incorrect.

    Multi-site active-active involves running the application fully in multiple regions simultaneously. While it meets the requirements, it is significantly more expensive and exceeds the company's needs.

SAP-C02 Question 504

Single answer

Your company is running a serverless data processing pipeline on AWS that uses Amazon S3, AWS Lambda, and Amazon DynamoDB. During a recent deployment, the pipeline started failing intermittently. Upon investigation, you discover that AWS Lambda is throwing errors related to throttling. Which action should you take to resolve the issue?

  1. A

    Increase the concurrency limit for AWS Lambda in the AWS Service Quotas console.

  2. B

    Enable provisioned concurrency for your Lambda function.

  3. C

    Request a service quota increase for the Amazon DynamoDB table used in the pipeline.

  4. D

    Adjust the retry logic in your pipeline to handle throttling errors gracefully.

Show answer and explanation

Correct answer: A

Explanation

AWS Lambda functions have default concurrency limits, which can cause throttling errors if exceeded. If your Lambda function needs to handle higher workloads, you can request a quota increase for the concurrency limit through the AWS Service Quotas console. Other options, such as enabling provisioned concurrency or adjusting retry logic, address different issues and do not directly resolve concurrency limit-related throttling.

  • A. Correct.

    This is the correct answer. AWS Lambda has default concurrency limits, and if your function exceeds the allowed concurrency, it can cause throttling errors. Increasing the concurrency limit in the AWS Service Quotas console is the appropriate step to resolve this issue.

  • B. Incorrect.

    While provisioned concurrency can help with cold start latency for specific Lambda functions, it does not address concurrency limits or throttling errors caused by exceeding service quotas.

  • C. Incorrect.

    Requesting a quota increase for an Amazon DynamoDB table would only be relevant if the throttling errors were related to DynamoDB. In this scenario, the issue is explicitly related to AWS Lambda.

  • D. Incorrect.

    Adjusting the retry logic can help mitigate throttling errors, but it does not resolve the root cause of exceeding the concurrency limit for AWS Lambda.

SAP-C02 Question 505

Select 3

An e-commerce company is setting up a new application in AWS that uses Amazon RDS, Amazon S3, and Application Load Balancers (ALBs). During testing, the application encounters errors due to reaching service limits. As a Solutions Architect, you need to ensure that the application scales smoothly. What steps should you take to address potential service quota issues proactively?

  1. A

    Use Service Quotas to request quota increases for RDS, S3, and ALBs as needed.

  2. B

    Enable Amazon CloudWatch to monitor service usage against quotas and set alarms for threshold breaches.

  3. C

    Implement an Auto Scaling policy to automatically scale resources beyond service quotas when needed.

  4. D

    Use AWS Trusted Advisor to identify and review service limits for your account.

  5. E

    Create a custom CloudFormation template to override default service quotas for required resources.

Show answer and explanation

Correct answers: A, B, D

Explanation

Proactively managing service quotas is critical to ensuring application scalability and availability. Using Service Quotas, CloudWatch, and AWS Trusted Advisor allows you to monitor usage, identify limits, and request increases as necessary. Auto Scaling and CloudFormation do not bypass hard service limits and cannot be used for quota management.

  • A. Correct.

    Correct. Service Quotas provides a centralized console to view and request quota increases for AWS services, making it easier to proactively manage limits.

  • B. Correct.

    Correct. CloudWatch can monitor resource usage and alert you when you're nearing a quota limit, allowing you to take action before hitting a hard limit.

  • C. Incorrect.

    Incorrect. Auto Scaling adjusts resource capacity but cannot exceed service quotas. Limits still apply unless you request an increase.

  • D. Correct.

    Correct. AWS Trusted Advisor provides a Service Limits check to help identify resource limits that might affect your application.

  • E. Incorrect.

    Incorrect. CloudFormation cannot override or increase AWS service quotas. These must be managed using Service Quotas or through a manual request.

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 501 to 600 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. 501.A financial services company wants to implement a disaster recovery (DR) strategy for their critical...
  2. 502.An organization runs a mission-critical application hosted in an AWS Region with an RTO (Recovery Time...
  3. 503.A financial services company is designing a disaster recovery (DR) strategy for its critical application...
  4. 504.Your company is running a serverless data processing pipeline on AWS that uses Amazon S3, AWS Lambda, and...
  5. 505.An e-commerce company is setting up a new application in AWS that uses Amazon RDS, Amazon S3, and Application...
  6. 506.Your team is designing a multi-account AWS environment for a large enterprise, and you need to ensure that...
  7. 507.Your team is deploying a new application on AWS that will use Amazon RDS, Elastic Load Balancers (ELB), and...
  8. 508.A company is deploying a new workload that requires launching a large number of Amazon EC2 instances in a...
  9. 509.Your organization runs a data analytics platform on AWS. The architecture includes Amazon Redshift for data...
  10. 510.A company is running a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  11. 511.A company is running multiple workloads on Amazon EC2 instances across several AWS Regions. They have...
  12. 512.A company has an application deployed on Amazon EC2 instances backed by Amazon EBS volumes. The application...
  13. 513.A company has a multi-account setup in AWS using AWS Organizations. They have noticed that their monthly...
  14. 514.An organization is migrating its multi-tier web application to AWS. The application has a frontend tier, an...
  15. 515.A company hosts a multi-tier web application on AWS. The application uses an Application Load Balancer (ALB)...
  16. 516.A company is running a global e-commerce platform and stores product images and user-uploaded content in...
  17. 517.A company is running a mission-critical web application on Amazon ECS using the Fargate launch type. The...
  18. 518.Your company is running a multi-region application that uses Amazon RDS for its primary database. The...
  19. 519.A company runs a batch processing application on Amazon EC2 instances. The application workload is...
  20. 520.A company runs a high-performance computing (HPC) workload on Amazon EC2 that processes large datasets for...
  21. 521.A company runs a batch data processing application in a VPC on Amazon EC2. The application processes large...
  22. 522.A company is running a batch processing application on Amazon EC2 instances in a single AWS Region. The...
  23. 523.A company runs a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  24. 524.A financial services company is planning to migrate its on-premises data processing workloads to AWS. These...
  25. 525.A company runs a web application on 50 Amazon EC2 instances in a single AWS Region. The application has a...
  26. 526.An e-commerce company has a steady workload that involves hosting its web application on Amazon EC2 instances...
  27. 527.A company is running a fleet of EC2 instances that support a critical application. The application has a...
  28. 528.A company is running multiple EC2 instances in their production environment. Their usage patterns show...
  29. 529.You are designing a multi-region architecture for a financial application hosted in AWS. The application...
  30. 530.Your company has a multi-account AWS setup with a central VPC in the networking account for shared services....
  31. 531.A company is running an application on Amazon EC2 instances distributed across multiple Availability Zones...
  32. 532.Your company runs a global e-commerce platform hosted on AWS. The application serves customers across...
  33. 533.A company is running an e-commerce platform on AWS with web servers in an Auto Scaling group behind an...
  34. 534.A large e-commerce company is using multiple AWS accounts for their production, development, and testing...
  35. 535.Your organization uses multiple AWS accounts for different departments, and you need to monitor and control...
  36. 536.A growing e-commerce company wants to implement a cost management solution on AWS. They want to ensure they...
  37. 537.A company has multiple AWS accounts under an AWS Organization. They want to ensure they can track costs for...
  38. 538.Your organization has multiple AWS accounts managed through AWS Organizations. The finance team has requested...
  39. 539.A retail company is planning to migrate its on-premises e-commerce platform to AWS. The application consists...
  40. 540.A company is migrating its on-premises application to AWS. The application consists of a database hosted on a...
  41. 541.A company is planning to migrate a large-scale monolithic application to AWS. The application has tightly...
  42. 542.Your organization is migrating a legacy on-premises application to AWS. The application relies on a shared...
  43. 543.A company is planning to migrate its on-premises monolithic application to AWS. The application's...
  44. 544.Your company operates a legacy on-premises application that manages customer records. The application...
  45. 545.A retail company has an on-premises application built with a monolithic architecture. The application is...
  46. 546.An organization is evaluating its on-premises workloads to identify candidates for migration to AWS. The...
  47. 547.A company is evaluating its on-premises workloads to identify candidates for migration to AWS. The company...
  48. 548.Your organization is planning a cloud migration strategy for its existing workloads. You have been tasked...
  49. 549.A company runs a global e-commerce platform hosted in AWS. The platform uses an Application Load Balancer...
  50. 550.A company is deploying a highly dynamic web application on AWS. The application requires low-latency access...
  51. 551.A company is migrating its on-premises data analytics platform to AWS. The platform processes large amounts...
  52. 552.A company runs a web application that uses an Amazon RDS database for transactional data. The database is...
  53. 553.A company is migrating its web application to AWS. The application is stateful, requires high availability,...
  54. 554.A company is planning to migrate its on-premises application workloads to AWS. The company wants to assess...
  55. 555.A company is planning to migrate a portfolio of applications to AWS, including on-premises servers and...
  56. 556.A company is planning to migrate hundreds of on-premises servers to AWS and wants to track the migration...
  57. 557.A company is planning to migrate a portfolio of on-premises applications to AWS. They want a centralized tool...
  58. 558.A company is planning to migrate a large portfolio of on-premises applications to AWS. They want to track the...
  59. 559.A company is planning to migrate its on-premises applications to AWS and wants to assess its existing...
  60. 560.Your company is planning to migrate a portfolio of 300 applications from on-premises to AWS. As part of the...
  61. 561.A financial services company is planning to migrate its on-premises workloads to AWS. The company has a large...
  62. 562.A large enterprise is planning to migrate its on-premises IT portfolio to AWS. The enterprise has thousands...
  63. 563.A company is planning to migrate its on-premises IT portfolio to AWS. The portfolio consists of hundreds of...
  64. 564.A company is planning to migrate a large-scale on-premises application to AWS. The application includes web...
  65. 565.An organization is planning to migrate its on-premises infrastructure to AWS. The company has a large...
  66. 566.A company is planning to migrate its on-premises infrastructure to AWS. They need to ensure efficient asset...
  67. 567.A company is planning to migrate its on-premises infrastructure to AWS. The workload consists of a mix of...
  68. 568.An organization is planning to migrate its on-premises infrastructure to AWS. The current infrastructure...
  69. 569.Your organization is planning to migrate its on-premises workloads to AWS. The workloads include a...
  70. 570.A company is planning to migrate its on-premises workloads to AWS. The migration team has decided to use a...
  71. 571.An organization is planning to migrate its on-premises workloads to AWS. They have identified different...
  72. 572.A company is planning to migrate its entire on-premises infrastructure to AWS. The migration team has...
  73. 573.A company is planning to migrate its on-premises workloads to AWS. The applications include a...
  74. 574.An organization wants to migrate its on-premises business-critical application to AWS with minimal downtime...
  75. 575.A company is planning to migrate its on-premises web application to AWS. The application consists of a...
  76. 576.Your organization is planning to migrate a high-traffic, monolithic e-commerce application from an...
  77. 577.A company is planning to migrate its on-premises e-commerce application to AWS. The application consists of a...
  78. 578.A company wants to migrate its on-premises e-commerce application to AWS with minimal downtime. The...
  79. 579.A company is running a global e-commerce application on AWS using multiple services, including Amazon EC2,...
  80. 580.A company is running a mission-critical application on Amazon EC2 instances across multiple Availability...
  81. 581.A company is designing a multi-region application that needs to provide low-latency access to users...
  82. 582.A company is building a new e-commerce platform on AWS and expects unpredictable spikes in traffic during...
  83. 583.A company is migrating its multi-tier application to AWS. The application includes a web tier, an application...
  84. 584.A company is planning to migrate 200 TB of data from their on-premises data center to an Amazon S3 bucket....
  85. 585.A company is planning to migrate hundreds of terabytes of on-premises data to Amazon S3. The data transfer...
  86. 586.A company is planning to migrate a large dataset (50 TB) from its on-premises storage to Amazon S3. The data...
  87. 587.A company needs to migrate 500 TB of on-premises data to Amazon S3. The data is currently stored on file...
  88. 588.A company wants to migrate 500 TB of data from its on-premises data center to an Amazon S3 bucket. The data...
  89. 589.A company is planning to migrate its on-premises applications to AWS. The IT team is tasked with assessing...
  90. 590.An organization is planning to migrate its on-premises applications to AWS. They have a diverse inventory of...
  91. 591.A company is planning to migrate its on-premises applications and servers to AWS. The migration team wants to...
  92. 592.Your company is planning to migrate a set of on-premises applications to AWS. These applications are diverse,...
  93. 593.A company is planning to migrate its on-premises data center to AWS within a short timeline. The applications...
  94. 594.A company has an on-premises data center connected to AWS via AWS Direct Connect. The company also has...
  95. 595.A global organization wants to connect its on-premises data centers in North America and Europe to the AWS...
  96. 596.A company is running a hybrid environment with an on-premises data center and AWS. The company has...
  97. 597.A company has deployed a multi-region application that uses Route 53 for DNS management. The application...
  98. 598.A company has on-premises data centers and wants to securely connect them to resources in multiple AWS...
  99. 599.A company is building a multi-account AWS environment to centralize its user identities and permissions...
  100. 600.Your company uses AWS and has a hybrid environment with on-premises Active Directory (AD) for user...