Amazon Web ServicesAssociate levelSAA-C03Page 5 of 6

SAA-C03 exam dumps: questions 401 to 500 of 552

Page 5 of the free SAA-C03 question bank for the AWS Certified Solutions Architect - Associate exam. Questions 401 to 500 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 SAA-C03 practice questions

Questions 401 to 405 of 552

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

SAA-C03 Question 401

Select 2

A company processes large amounts of critical data daily and stores it in an Amazon S3 bucket. The company wants to implement a backup strategy to ensure high durability and disaster recovery, while also optimizing costs. Which of the following strategies should the company implement?

  1. A

    Enable versioning on the S3 bucket and configure a lifecycle policy to transition previous versions to S3 Glacier.

  2. B

    Set up cross-region replication (CRR) to replicate the S3 bucket to another AWS Region.

  3. C

    Create a daily backup of the S3 bucket using AWS Backup and store it in Amazon EBS snapshots.

  4. D

    Enable S3 bucket logging and archive the logs to an S3 Glacier storage class.

  5. E

    Use AWS DataSync to schedule regular backups of the S3 bucket to on-premises storage.

Show answer and explanation

Correct answers: A, B

Explanation

The correct answers involve leveraging built-in S3 features for backup and disaster recovery. Enabling versioning ensures data durability by retaining all versions of objects, and transitioning old versions to S3 Glacier optimizes costs. Cross-region replication provides an additional layer of disaster recovery by replicating data to another Region. The other options either do not apply to S3 backup strategies or do not align with the company's requirements for durability, disaster recovery, and cost optimization.

  • A. Correct.

    Enabling versioning ensures that all versions of an object are preserved, and using lifecycle policies to transition previous versions to S3 Glacier reduces storage costs while maintaining long-term backups.

  • B. Correct.

    Cross-region replication (CRR) ensures that the data is replicated to another AWS Region, providing disaster recovery and high availability in case of a regional outage.

  • C. Incorrect.

    AWS Backup does not support direct backups of S3 buckets. Additionally, using EBS snapshots is not suitable for S3 data as EBS is designed for block storage, not object storage.

  • D. Incorrect.

    S3 bucket logging is used for tracking access requests, not for backing up data. Archiving logs to S3 Glacier is unrelated to backing up the critical data in this scenario.

  • E. Incorrect.

    AWS DataSync is designed for moving or synchronizing data between storage locations, such as on-premises and AWS, but it is not specifically a backup solution. Regular backups to on-premises storage may not meet the company's requirement for high durability.

SAA-C03 Question 402

Select 3

A company runs a critical e-commerce application on Amazon RDS for PostgreSQL. To ensure the application's data can be quickly recovered in case of accidental deletion or a regional disaster, they want to implement a backup strategy. Which of the following are appropriate actions to meet their requirements?

  1. A

    Enable automated backups for the RDS instance and configure a backup retention period.

  2. B

    Set up an RDS Read Replica in another AWS Region and enable backups on the replica.

  3. C

    Regularly export RDS snapshots to Amazon S3 and replicate the data to another AWS Region.

  4. D

    Use AWS Backup to take application-consistent backups of the RDS database.

  5. E

    Enable Multi-AZ on the RDS instance to ensure data durability.

Show answer and explanation

Correct answers: A, C, D

Explanation

To implement a robust backup strategy for Amazon RDS for PostgreSQL, it is essential to enable automated backups for point-in-time recovery and protect against regional disasters by exporting snapshots to another region or using AWS Backup for cross-region backup capabilities. Multi-AZ primarily addresses high availability within the same region and is not a substitute for backups.

  • A. Correct.

    This is a valid option. Automated backups allow you to recover the database to any point within the retention period, but they are stored in the same region as the RDS instance. While this helps with accidental data deletion, it does not address regional disasters.

  • B. Incorrect.

    While Read Replicas can be set up in another region, enabling backups on a Read Replica is not supported. Read Replicas are primarily used for offloading read traffic and enhancing performance, not for backup purposes.

  • C. Correct.

    Exporting RDS snapshots to Amazon S3 and replicating the data to another region provides a disaster recovery solution, as it protects against regional failures and ensures data is available in a different region.

  • D. Correct.

    AWS Backup supports RDS and provides application-consistent backups, which are useful for ensuring recoverable backups for your database workloads. It also allows for cross-region backup capabilities.

  • E. Incorrect.

    Enabling Multi-AZ ensures high availability and durability within the same region by creating a synchronous standby replica, but it does not protect against regional disasters or accidental data deletion.

SAA-C03 Question 403

Single answer

A company needs to back up its Amazon RDS database to ensure minimal data loss in the event of a failure. They require point-in-time recovery for up to 7 days and want to automate the backup process. What is the most cost-effective backup strategy to achieve this?

  1. A

    Enable automated backups for the RDS instance.

  2. B

    Create manual snapshots of the RDS instance daily.

  3. C

    Set up Amazon S3 Lifecycle Policies to archive the backups.

  4. D

    Use AWS Backup to schedule daily backups for the RDS instance.

Show answer and explanation

Correct answer: A

Explanation

Enabling automated backups on an Amazon RDS instance is the most cost-effective and straightforward solution for providing daily backups and point-in-time recovery capabilities. Automated backups store snapshots and transaction logs, ensuring that data can be restored to any point in time within the retention period, which aligns perfectly with the company's requirements.

  • A. Correct.

    Enabling automated backups for an RDS instance provides daily snapshots and transaction logs that allow point-in-time recovery. It is the most cost-effective and automated solution for this scenario.

  • B. Incorrect.

    While manual snapshots can be used to back up the database, they require manual intervention or additional configuration, making them less automated and potentially less cost-effective.

  • C. Incorrect.

    Amazon S3 Lifecycle Policies are used for managing object storage in Amazon S3, not for creating or managing RDS backups.

  • D. Incorrect.

    AWS Backup can manage RDS backups, but enabling automated backups directly on the RDS instance is simpler, more integrated, and avoids the additional configuration required with AWS Backup.

SAA-C03 Question 404

Select 2

A company is running a critical application on Amazon EC2 instances in a single Availability Zone. They want to implement a backup strategy to ensure that their application data is protected and recoverable in case of unexpected failures or disasters. Which of the following strategies will provide the most comprehensive and reliable backup solution?

  1. A

    Create snapshots of the Amazon EBS volumes attached to the EC2 instances and store them in the same region.

  2. B

    Enable AWS Backup to manage and automate backups for EBS volumes and configure cross-region backup replication.

  3. C

    Use an Amazon S3 Lifecycle policy to transition older backups to Amazon S3 Glacier for long-term storage.

  4. D

    Configure an Amazon RDS Multi-AZ deployment for the application database to ensure high availability.

  5. E

    Use AWS Storage Gateway to replicate application data to an on-premises data center for additional redundancy.

Show answer and explanation

Correct answers: B, C

Explanation

A reliable backup strategy should include automated and managed solutions like AWS Backup with cross-region replication to protect against region-wide failures. Additionally, transitioning older backups to cost-effective storage like S3 Glacier helps manage long-term storage costs efficiently. These strategies together provide robust and comprehensive backup coverage.

  • A. Incorrect.

    Creating EBS snapshots in the same region provides basic backup protection, but it does not protect against region-wide failures, such as disasters impacting the entire region.

  • B. Correct.

    Using AWS Backup with cross-region replication ensures automated, managed backups and provides protection against region-wide failures, making it a comprehensive strategy.

  • C. Correct.

    An Amazon S3 Lifecycle policy to transition backups to S3 Glacier ensures cost-effective long-term storage of older backups, which is an important part of a reliable backup strategy.

  • D. Incorrect.

    Configuring an RDS Multi-AZ deployment is a high-availability solution, not a backup strategy. It ensures minimal downtime but does not provide a mechanism for recovering deleted or corrupted data.

  • E. Incorrect.

    Using AWS Storage Gateway to replicate data to an on-premises data center can provide redundancy, but it is not typically the most reliable or scalable option for a cloud-native backup strategy.

SAA-C03 Question 405

Select 2

An e-commerce company is running a high-transactional web application on Amazon EC2 instances. The application requires low latency and high IOPS for its database, while log files for audit purposes need a cost-effective storage solution. Which combination of Amazon Elastic Block Store (EBS) volume types should the company choose?

  1. A

    Provisioned IOPS SSD (io2) for the database and Cold HDD (sc1) for the logs

  2. B

    General Purpose SSD (gp3) for the database and Throughput Optimized HDD (st1) for the logs

  3. C

    Provisioned IOPS SSD (io1) for the database and Throughput Optimized HDD (st1) for the logs

  4. D

    General Purpose SSD (gp2) for the database and Cold HDD (sc1) for the logs

  5. E

    Provisioned IOPS SSD (io2) for the database and General Purpose SSD (gp3) for the logs

Show answer and explanation

Correct answers: A, C

Explanation

For a high-transactional database, Provisioned IOPS SSD volumes (io1 or io2) are the best choice due to their ability to deliver high performance and low latency. For log files, which require high throughput and are write-intensive, Throughput Optimized HDD (st1) is a cost-effective solution. This combination ensures optimal performance for critical database operations while keeping costs low for log storage.

  • A. Correct.

    Provisioned IOPS SSD (io2) is designed for applications requiring low latency and high IOPS, making it suitable for the database. Cold HDD (sc1) is the lowest-cost EBS volume type and is not ideal for logs that need faster throughput.

  • B. Incorrect.

    General Purpose SSD (gp3) provides a good balance of cost and performance for general workloads but may not provide sufficient IOPS for a high-transactional database. However, Throughput Optimized HDD (st1) is suitable for log storage due to its high throughput.

  • C. Correct.

    Provisioned IOPS SSD (io1) is a good choice for a high-transactional database requiring consistent and high IOPS, while Throughput Optimized HDD (st1) is ideal for storing log files due to its cost-effectiveness and high throughput.

  • D. Incorrect.

    General Purpose SSD (gp2) might work for moderate workloads but does not provide the performance needed for a high-transactional database. Cold HDD (sc1) is too slow for log files that require consistent throughput.

  • E. Incorrect.

    Provisioned IOPS SSD (io2) is an excellent choice for the database, but using General Purpose SSD (gp3) for logs would be unnecessarily costly compared to HDD options like st1.

Timed practice exam

Take a SAA-C03 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

SAA-C03 practice questions 401 to 500 of 552

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

  1. 401.A company processes large amounts of critical data daily and stores it in an Amazon S3 bucket. The company...
  2. 402.A company runs a critical e-commerce application on Amazon RDS for PostgreSQL. To ensure the application's...
  3. 403.A company needs to back up its Amazon RDS database to ensure minimal data loss in the event of a failure....
  4. 404.A company is running a critical application on Amazon EC2 instances in a single Availability Zone. They want...
  5. 405.An e-commerce company is running a high-transactional web application on Amazon EC2 instances. The...
  6. 406.A company is running a batch processing workload that requires high throughput for large, sequential data...
  7. 407.A company is running a high-performance database workload on Amazon EC2 instances and requires consistent...
  8. 408.A company is running a database workload on an Amazon EC2 instance and requires a storage solution that...
  9. 409.A company is using Amazon S3 to store large volumes of data. Some of the data needs to be retained for...
  10. 410.Your company is using Amazon S3 to store vast amounts of data, including logs that are no longer actively...
  11. 411.A company stores large volumes of log data in an Amazon S3 bucket. The data is frequently accessed for the...
  12. 412.Your company stores critical data in an Amazon S3 bucket for analytics. Compliance requirements mandate that...
  13. 413.A company has an on-premises file storage system used for application data and wants to migrate to AWS while...
  14. 414.A company has an on-premises file storage system that needs to be integrated with AWS to provide low-latency...
  15. 415.A company runs a hybrid cloud architecture where a critical on-premises application requires low-latency...
  16. 416.A large enterprise wants to migrate its on-premises file storage to AWS while maintaining low-latency access...
  17. 417.A company is building a data lake on AWS to store large amounts of structured and unstructured data. The data...
  18. 418.A company is building a data analytics application that ingests large volumes of data and processes it to...
  19. 419.A company runs a web application that stores user-uploaded images in an Amazon S3 bucket. The application has...
  20. 420.A company is designing a photo-sharing application where users can upload images. The application stores...
  21. 421.A company is migrating its on-premises data to Amazon S3 and wants to minimize costs for storing infrequently...
  22. 422.A media company stores large volumes of video files in Amazon S3. These files are infrequently accessed after...
  23. 423.A company uses Amazon S3 to store large volumes of log files that are rarely accessed but must be retained...
  24. 424.An e-commerce company needs to store large amounts of customer transaction logs for compliance purposes....
  25. 425.A company is building a new application that requires a scalable, durable, and cost-effective storage...
  26. 426.A company is designing a new application that requires high-performance storage for a database, shared access...
  27. 427.A company is building a data lake to store large volumes of unstructured data, such as images and videos. The...
  28. 428.A company is designing a new cloud-based application that requires high-speed, low-latency access to data for...
  29. 429.A company runs a web application that experiences unpredictable spikes in traffic. The application is...
  30. 430.A startup is building a web application that experiences variable traffic patterns. During peak hours, the...
  31. 431.A company runs a web application that experiences unpredictable traffic patterns. During peak times, the...
  32. 432.A startup is running a web application on Amazon EC2 instances. The application has variable traffic...
  33. 433.A company is running a critical web application on Amazon EC2 instances behind an Elastic Load Balancer...
  34. 434.A company is running a highly available web application in a VPC. The application is hosted on Amazon EC2...
  35. 435.An e-commerce company is hosting its web application on Amazon EC2 instances and stores product images in an...
  36. 436.A company is running a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  37. 437.A company uses AWS Organizations to manage multiple AWS accounts. They want to allocate costs for specific...
  38. 438.A company uses AWS Organizations to manage multiple AWS accounts. They want to allocate costs to different...
  39. 439.A company has a multi-account setup in AWS Organizations and wants to track the costs incurred by each...
  40. 440.A company uses multiple AWS accounts for different departments and wants to accurately assign costs to each...
  41. 441.A company wants to monitor and manage its AWS costs effectively. They need a solution to forecast future...
  42. 442.A company wants to manage its AWS costs effectively. They need a tool to analyze historical spend patterns,...
  43. 443.A company wants to monitor and control its AWS costs proactively. The finance team needs to set up alerts...
  44. 444.A company wants to monitor and control its AWS cloud spending. The finance team needs a tool to set up...
  45. 445.Your company is planning to deploy a highly available web application on AWS. The application must run in...
  46. 446.You are designing a highly available web application hosted on AWS. The application must handle unpredictable...
  47. 447.A company is deploying a global application with users in North America, Europe, and Asia. The application...
  48. 448.A company is designing a highly available application that will be deployed in AWS. The application must...
  49. 449.A financial services company is running a batch processing workload that is extremely cost-sensitive and can...
  50. 450.A company runs a web application on a fleet of Amazon EC2 instances. The application experiences predictable...
  51. 451.A company needs to run a batch processing job on a fleet of EC2 instances for several hours. The job is not...
  52. 452.A company runs a set of batch processing workloads on Amazon EC2 instances. These workloads are non-critical...
  53. 453.A company is designing a distributed video streaming application for its global audience. The application...
  54. 454.A company processes large volumes of real-time sensor data from IoT devices deployed globally. The company...
  55. 455.A company is building an IoT application that collects sensor data from devices located in remote areas with...
  56. 456.A company is designing an IoT solution to process video data from thousands of surveillance cameras deployed...
  57. 457.A company operates a manufacturing facility in a remote location with limited internet connectivity. They...
  58. 458.A manufacturing company operates in a remote location with limited internet connectivity. They want to run...
  59. 459.A company operates a high-latency, low-bandwidth facility in a remote location where cloud connectivity is...
  60. 460.A company needs to run a low-latency application that processes sensitive customer data in a location with...
  61. 461.A company is running a high-performance computing (HPC) workload that requires low latency and high network...
  62. 462.A company is running a data processing application that requires high computational power and low latency for...
  63. 463.A gaming company runs a multiplayer online game that requires high-performance compute resources for...
  64. 464.A company is running a batch processing application that handles large datasets and requires high memory...
  65. 465.A company is running a monolithic application on a single Amazon EC2 instance that experiences unpredictable...
  66. 466.A company is running a monolithic application on a fleet of EC2 instances, but they are experiencing high...
  67. 467.A company is designing a new web application that experiences unpredictable traffic spikes. They want to...
  68. 468.A startup is running a web application that experiences unpredictable traffic spikes. The application...
  69. 469.Your company runs a web application on Amazon EC2 instances behind an Application Load Balancer. Traffic to...
  70. 470.A company runs an e-commerce application on Amazon EC2 instances behind an Application Load Balancer (ALB)....
  71. 471.A company is running a web application on Amazon EC2 instances behind an Application Load Balancer. The...
  72. 472.An e-commerce company is using an Amazon EC2 instance to host their application. During peak holiday seasons,...
  73. 473.A startup is developing a new analytics platform for processing user behavior data. They expect high read and...
  74. 474.A company needs to design a cost-optimized database solution for their e-commerce application. The workload...
  75. 475.A company runs a high-traffic e-commerce platform that uses a relational database for its transactional data....
  76. 476.A small e-commerce company is experiencing rapid growth and wants to optimize the cost of their database...
  77. 477.A company is running a web application on a fleet of Amazon EC2 instances behind an Application Load Balancer...
  78. 478.You are designing a highly available web application for your organization using AWS. The application...
  79. 479.A company is hosting a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  80. 480.A company is running a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  81. 481.A company is using AWS Organizations to manage multiple AWS accounts. They want to allocate costs to...
  82. 482.Your organization uses AWS Organizations with multiple accounts and wants to implement better cost tracking...
  83. 483.Your company uses AWS Organizations to manage multiple accounts. As the Solutions Architect, you need to...
  84. 484.A company is using AWS Organizations to manage multiple AWS accounts. The finance team wants to track the...
  85. 485.A company wants to monitor and control its AWS spending. They require a tool to set a specific dollar limit...
  86. 486.A company wants to monitor and control its AWS costs effectively. They need the ability to: 1) forecast...
  87. 487.A company wants to monitor its AWS spending and set alerts when costs exceed their allocated monthly budget...
  88. 488.A company has recently migrated its workloads to AWS and wants to monitor and manage its cloud spending...
  89. 489.An e-commerce company is experiencing increased latency on their product catalog API due to high traffic. The...
  90. 490.A company is running an e-commerce application on AWS. The application experiences high read traffic for...
  91. 491.A company runs a web application that frequently queries a database for product details. The application is...
  92. 492.An e-commerce company is experiencing high latency when retrieving frequently accessed product data from its...
  93. 493.A company needs to store sensitive financial data in Amazon S3 for compliance purposes. Their data retention...
  94. 494.A financial services company is required by regulatory compliance to retain transaction logs for 7 years but...
  95. 495.A financial services company needs to retain transaction logs for a period of 7 years to comply with...
  96. 496.A company is required to retain application logs for 5 years to meet compliance requirements. The logs are...
  97. 497.A company is planning to migrate its application to AWS, and the application requires a database with...
  98. 498.A company is using Amazon DynamoDB to store product catalog data. The workload involves frequent read and...
  99. 499.Your company is deploying a new e-commerce platform, and the team has decided to use Amazon DynamoDB to store...
  100. 500.An e-commerce company is planning to migrate its on-premises relational database to Amazon Aurora. The...