Amazon Web ServicesAssociate levelSAA-C03Page 4 of 6

SAA-C03 exam dumps: questions 301 to 400 of 552

Page 4 of the free SAA-C03 question bank for the AWS Certified Solutions Architect - Associate exam. Questions 301 to 400 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 301 to 305 of 552

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

SAA-C03 Question 301

Single answer

Your company has a web application hosted on Amazon ECS that connects to an Amazon RDS MySQL database. The application occasionally experiences connection issues under heavy traffic due to too many open connections to the database. How can you resolve this issue in a cost-effective and scalable way?

  1. A

    Increase the instance size of the RDS database to handle more connections.

  2. B

    Use Amazon RDS Proxy to manage the database connections efficiently.

  3. C

    Implement connection pooling in the application code to limit the number of open connections.

  4. D

    Enable Multi-AZ deployment for the RDS database to improve availability.

Show answer and explanation

Correct answer: B

Explanation

Amazon RDS Proxy is a managed service that sits between your application and the RDS database, pooling and sharing connections to efficiently handle traffic spikes. It reduces the overhead of managing connections and is a scalable, cost-effective solution for this scenario.

  • A. Incorrect.

    Increasing the instance size can temporarily alleviate the issue, but it is not cost-effective or scalable for connection management. The problem lies in managing connections, not the database's compute capacity.

  • B. Correct.

    Amazon RDS Proxy is specifically designed to manage database connections efficiently by pooling and sharing connections, which reduces the risk of overloading the database during traffic spikes.

  • C. Incorrect.

    While connection pooling in the application code can help, it requires significant development effort and ongoing maintenance. A managed service like RDS Proxy is a more scalable and cost-effective solution.

  • D. Incorrect.

    Multi-AZ deployment improves database availability and failover capabilities but does not address connection management issues.

SAA-C03 Question 302

Single answer

Your company is planning to migrate its on-premises database infrastructure to AWS. Currently, the database uses an Oracle engine, and the team is considering migrating to a fully managed relational database service on AWS. The team has decided to migrate to an open-source database engine to reduce licensing costs. Which migration path and AWS service combination is BEST suited for this use case?

  1. A

    Use AWS Database Migration Service (DMS) for a heterogeneous migration to Amazon RDS for PostgreSQL.

  2. B

    Use AWS Database Migration Service (DMS) for a homogeneous migration to Amazon RDS for Oracle.

  3. C

    Use AWS Database Migration Service (DMS) for a heterogeneous migration to Amazon Aurora for MySQL.

  4. D

    Use AWS Database Migration Service (DMS) for a homogeneous migration to Amazon RDS for MySQL.

Show answer and explanation

Correct answer: A

Explanation

In this scenario, the company is migrating from an Oracle database to an open-source engine to reduce licensing costs. A heterogeneous migration is required because the source (Oracle) and target (PostgreSQL) database engines are different. AWS Database Migration Service (DMS) is the ideal tool for this purpose, as it supports heterogeneous migrations. Amazon RDS for PostgreSQL is a managed, open-source database service that meets the company’s cost-saving goals.

  • A. Correct.

    This is the correct choice because the company wants to move from Oracle to an open-source database engine to save on licensing costs. PostgreSQL is a popular open-source relational database that is compatible with AWS Database Migration Service (DMS) for heterogeneous migrations.

  • B. Incorrect.

    This option is incorrect because the company explicitly wants to move away from Oracle to an open-source database engine. A homogeneous migration to Amazon RDS for Oracle does not align with the cost-saving requirements outlined in the scenario.

  • C. Incorrect.

    While Amazon Aurora for MySQL is open-source compatible, this option is incorrect because the question does not specify the team’s preference for MySQL over PostgreSQL. PostgreSQL is a better fit based on the scenario described.

  • D. Incorrect.

    This option is incorrect because a homogeneous migration (where the source and target databases use the same engine) is not applicable in this case. The company is migrating from Oracle to an open-source database engine, making this option invalid.

SAA-C03 Question 303

Single answer

A company wants to migrate its on-premises Oracle database to AWS with minimal downtime. The company also plans to keep using Oracle as the database engine in AWS. Which AWS service is most appropriate for this use case?

  1. A

    AWS Database Migration Service (DMS)

  2. B

    Amazon Aurora

  3. C

    Amazon RDS for Oracle

  4. D

    Amazon DynamoDB

Show answer and explanation

Correct answer: A

Explanation

For a homogeneous migration like Oracle to Oracle, AWS Database Migration Service (DMS) is the most suitable option as it supports minimal downtime and simplifies the migration process. While Amazon RDS for Oracle can host the Oracle database after the migration, it does not facilitate the migration itself.

  • A. Correct.

    AWS Database Migration Service (DMS) is specifically designed for database migrations, including homogeneous migrations (Oracle to Oracle). It supports minimal downtime migrations and is ideal for this use case.

  • B. Incorrect.

    Amazon Aurora is a relational database engine compatible with MySQL and PostgreSQL. It is not suitable for directly migrating to an Oracle database.

  • C. Incorrect.

    Amazon RDS for Oracle is a managed Oracle database service. While it can host the Oracle database post-migration, it does not handle the actual migration process.

  • D. Incorrect.

    Amazon DynamoDB is a NoSQL database and is not relevant for migrating relational Oracle databases.

SAA-C03 Question 304

Single answer

A company is planning to migrate its on-premises Oracle database to AWS. The database needs to be migrated with minimal changes to the application, and the company wants to continue using Oracle's database features. What is the most appropriate AWS service to use for this migration?

  1. A

    Amazon RDS for Oracle

  2. B

    Amazon Aurora with PostgreSQL compatibility

  3. C

    Amazon DynamoDB

  4. D

    Amazon Redshift

Show answer and explanation

Correct answer: A

Explanation

For a heterogeneous migration where the company wants to keep using Oracle's database features with minimal changes, Amazon RDS for Oracle is the best choice. The other options are either incompatible with Oracle or are designed for entirely different use cases, such as NoSQL or data warehousing.

  • A. Correct.

    Amazon RDS for Oracle is the correct choice because it supports the Oracle database engine, allowing the company to migrate with minimal changes and continue using Oracle's features.

  • B. Incorrect.

    Amazon Aurora with PostgreSQL compatibility is not suitable as it uses the PostgreSQL engine, which would require significant changes to the application and database schema.

  • C. Incorrect.

    Amazon DynamoDB is a NoSQL database and is not compatible with Oracle's relational database model, making it unsuitable for this use case.

  • D. Incorrect.

    Amazon Redshift is a data warehouse solution and is not designed for relational database workloads like those supported by Oracle.

SAA-C03 Question 305

Single answer

A company is planning to migrate its on-premises Oracle database to AWS. The team wants to minimize the migration effort and downtime while keeping the database engine unchanged. Which AWS service and approach should they use?

  1. A

    Use AWS Database Migration Service (DMS) for a homogeneous migration to Amazon RDS for Oracle.

  2. B

    Use AWS Database Migration Service (DMS) for a heterogeneous migration to Amazon Aurora.

  3. C

    Use AWS Snowball Edge to migrate the Oracle database to Amazon DynamoDB.

  4. D

    Use AWS Glue to migrate the Oracle database to Amazon Redshift.

Show answer and explanation

Correct answer: A

Explanation

When migrating databases with minimal effort and downtime, AWS Database Migration Service (DMS) is the preferred choice. A homogeneous migration keeps the database engine unchanged (Oracle to Amazon RDS for Oracle). This ensures compatibility and minimizes the need for schema or application changes. The other options involve either changing the database engine or using services not suitable for this use case.

  • A. Correct.

    This is the correct option. A homogeneous migration involves keeping the database engine unchanged. Using DMS with Amazon RDS for Oracle minimizes downtime and retains the Oracle engine.

  • B. Incorrect.

    This is incorrect. A heterogeneous migration involves changing the database engine, such as moving from Oracle to Aurora. This would require additional effort for schema conversion.

  • C. Incorrect.

    This is incorrect. AWS Snowball Edge is used for large-scale data transfer but is not suitable for database migrations that require minimal downtime or maintaining the Oracle engine.

  • D. Incorrect.

    This is incorrect. AWS Glue is a data integration service and is not typically used for database migrations. Additionally, migrating to Redshift would involve changing the engine, which is not the goal in this scenario.

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 301 to 400 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. 301.Your company has a web application hosted on Amazon ECS that connects to an Amazon RDS MySQL database. The...
  2. 302.Your company is planning to migrate its on-premises database infrastructure to AWS. Currently, the database...
  3. 303.A company wants to migrate its on-premises Oracle database to AWS with minimal downtime. The company also...
  4. 304.A company is planning to migrate its on-premises Oracle database to AWS. The database needs to be migrated...
  5. 305.A company is planning to migrate its on-premises Oracle database to AWS. The team wants to minimize the...
  6. 306.A company has a mission-critical web application running on Amazon RDS MySQL. As part of their disaster...
  7. 307.A company runs a MySQL database on Amazon RDS to support their e-commerce platform. They experience high read...
  8. 308.Your company runs a global e-commerce platform that uses an Amazon RDS MySQL database to store customer and...
  9. 309.An e-commerce company needs a database solution to handle product catalog data that includes hierarchical...
  10. 310.A company is building a real-time analytics platform that processes high-velocity data streams. They need a...
  11. 311.A company is developing a high-performance web application that requires low-latency data retrieval. The...
  12. 312.A company is developing a new e-commerce application that requires high scalability, low-latency access to...
  13. 313.An e-commerce company experiences intermittent latency issues with its application hosted on AWS. The...
  14. 314.A company hosts a web application on multiple Amazon EC2 instances behind an Application Load Balancer (ALB)...
  15. 315.A company is building a globally distributed application that requires low-latency access for users across...
  16. 316.A company is deploying a multi-tier web application on AWS. They want the application to handle a variable...
  17. 317.A company is migrating its on-premises application to AWS and needs to ensure high availability for its...
  18. 318.A company is migrating its on-premises application to AWS. The application requires high availability and...
  19. 319.A company is running a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  20. 320.A company is running a web application on an Auto Scaling group of Amazon EC2 instances behind an Application...
  21. 321.A company has a global user base and runs a web application hosted in a single AWS Region. The application...
  22. 322.A global e-commerce company serves users across multiple continents. They require low-latency access to their...
  23. 323.A global e-commerce company needs to improve the performance and availability of its website for users...
  24. 324.Your company operates a global e-commerce platform with users accessing it from multiple regions worldwide....
  25. 325.You are designing the network architecture for a highly available e-commerce application hosted on AWS. The...
  26. 326.You are designing a multi-tier application hosted in AWS. The application has a front-end web tier, an...
  27. 327.An organization is deploying a web application in a VPC with the following requirements: 1. The application...
  28. 328.A company is designing a new VPC network architecture in AWS to host a multi-tier web application. The...
  29. 329.A company is hosting a web application that serves both static and dynamic content to its users. The...
  30. 330.A company is building a web application that handles both HTTP and HTTPS traffic for its users. They want to...
  31. 331.You are tasked with designing a highly available web application on AWS. The application requires routing...
  32. 332.A company is hosting a web application that serves different types of content to users. They want to use an...
  33. 333.A company wants to securely connect its on-premises data center to its AWS VPC for hybrid cloud workloads....
  34. 334.A company is running a hybrid cloud environment and needs to establish a secure and low-latency connection...
  35. 335.Your company is planning to deploy a hybrid architecture where workloads hosted on-premises need to securely...
  36. 336.A company needs to establish a secure and low-latency connection between their on-premises data center and...
  37. 337.A retail company wants to perform real-time data ingestion and transformation for clickstream data generated...
  38. 338.A company needs to ingest and transform massive amounts of real-time streaming data from IoT sensors deployed...
  39. 339.A retail company needs to ingest and transform real-time streaming data from multiple sources, such as...
  40. 340.A company needs to ingest and process streaming data from IoT devices in real-time. The data must be...
  41. 341.A company is migrating its on-premises web application to AWS and wants to ensure high availability and fault...
  42. 342.A company is running an e-commerce application on Amazon EC2 instances behind an Application Load Balancer...
  43. 343.A company is hosting a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  44. 344.A company is hosting a multi-tier web application on AWS. The application uses an Application Load Balancer...
  45. 345.A retail company collects and stores transactional data from its point-of-sale (POS) systems in an Amazon S3...
  46. 346.A retail company has a large dataset of sales transactions stored in Amazon S3. They want to perform ad hoc...
  47. 347.A retail company wants to analyze transactional data stored in Amazon S3 for insights. The company needs a...
  48. 348.A company has a large dataset stored in Amazon S3. They want to perform ad-hoc SQL queries on this data...
  49. 349.A company needs to ingest data from IoT devices deployed across multiple regions. The data is generated...
  50. 350.A company needs to ingest large volumes of log data from thousands of IoT devices deployed across multiple...
  51. 351.A company needs to ingest data from IoT sensors deployed across multiple locations. The data must be ingested...
  52. 352.A company needs to ingest real-time data from IoT sensors deployed across multiple locations. The data must...
  53. 353.A company needs to migrate 80 TB of on-premises data to Amazon S3. The data transfer must minimize downtime...
  54. 354.A company has an on-premises file storage system and wants to migrate a large amount of data to Amazon S3...
  55. 355.A company is migrating an on-premises file storage system to AWS. They need to transfer petabytes of data...
  56. 356.A company is migrating its on-premises file storage solution to AWS. They need to transfer several terabytes...
  57. 357.A retail company collects customer purchase data from multiple sources, including on-premises databases and...
  58. 358.A retail company collects transactional data from its point-of-sale systems and stores it in Amazon S3 in...
  59. 359.A company has large volumes of semi-structured data stored in Amazon S3, such as JSON and CSV files. They...
  60. 360.Your company is building a data lake on AWS to analyze customer transaction data. The data arrives daily in...
  61. 361.A company is using Amazon Kinesis Data Streams to process real-time data from IoT devices. To ensure secure...
  62. 362.A company uses Amazon Kinesis Data Streams to ingest real-time data from IoT devices. The data ingestion...
  63. 363.A company is using Amazon Kinesis Data Streams to ingest real-time streaming data from IoT devices deployed...
  64. 364.A company is ingesting large volumes of data into an Amazon S3 bucket through an application running on...
  65. 365.A company is running a high-traffic e-commerce website and has noticed that the current Amazon RDS database...
  66. 366.A company is planning to deploy a high-performance database application on AWS. The database requires...
  67. 367.A company is hosting a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  68. 368.A company is planning to deploy a new analytics application on AWS. The application requires low-latency...
  69. 369.A company needs to process a continuous stream of data in real-time from IoT sensors installed in their...
  70. 370.A company is building a real-time analytics dashboard that processes high-velocity streaming data from IoT...
  71. 371.A company wants to process and analyze real-time streaming data generated from IoT sensors deployed in a...
  72. 372.A financial services company wants to collect, process, and analyze real-time stock price data from multiple...
  73. 373.A startup is hosting a serverless web application on AWS and wants to optimize costs while maintaining...
  74. 374.A company is running a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  75. 375.A startup is running a web application on Amazon EC2 instances in a single Availability Zone. They store...
  76. 376.A company is running a fleet of Amazon EC2 instances in an Auto Scaling group to handle its e-commerce...
  77. 377.A company needs to store a large volume of infrequently accessed log data for regulatory compliance purposes....
  78. 378.A company is running a web application that stores user-uploaded images in Amazon S3. The application...
  79. 379.A company needs to store large volumes of log data generated by its application. The data will be accessed...
  80. 380.A company is looking to optimize its storage costs for a new data analytics solution. The solution requires...
  81. 381.A company is running a two-tier application on AWS. The application consists of a web tier hosted on Amazon...
  82. 382.A company is running a web application that serves dynamic content to users. The application is hosted on...
  83. 383.A company is running a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  84. 384.A company is running a web application on Amazon EC2 instances behind an Application Load Balancer. The...
  85. 385.A company is storing large datasets in an Amazon S3 bucket configured with the 'Requester Pays' option. They...
  86. 386.You have been tasked with setting up an S3 bucket for a public dataset that requires the requester to pay for...
  87. 387.A company wants to share a large dataset stored in an Amazon S3 bucket with external researchers. To manage...
  88. 388.A company has a large dataset stored in an S3 bucket configured with the 'Requester Pays' feature. They want...
  89. 389.Your company has a multi-account AWS environment managed through AWS Organizations. As a Solutions Architect,...
  90. 390.Your organization has multiple AWS accounts and you want to track costs for different projects across these...
  91. 391.A company uses AWS Organizations with multiple accounts for different departments. The finance team wants to...
  92. 392.A company has multiple AWS accounts under an AWS Organizations structure and wants to manage its cloud costs...
  93. 393.An e-commerce company uses various AWS services and has noticed a sudden spike in their monthly AWS bill....
  94. 394.A startup company has recently migrated its applications to AWS and wants to maintain control over its cloud...
  95. 395.A company has recently migrated its workloads to AWS and wants to monitor and manage its monthly cloud costs...
  96. 396.A company wants to monitor its monthly AWS spending and ensure it does not exceed a defined budget. The team...
  97. 397.A company is designing a new application that requires low-latency shared file storage for multiple Amazon...
  98. 398.A company is running a web application that allows users to upload and share high-resolution images. The...
  99. 399.A company needs to set up a shared file system for its application servers to store and access configuration...
  100. 400.A company needs to store large volumes of unstructured data such as images and videos for its content...