Amazon Web ServicesAssociate levelSAA-C03Page 2 of 6

SAA-C03 exam dumps: questions 101 to 200 of 552

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

Question bank last updated December 2024

Free SAA-C03 practice questions

Questions 101 to 105 of 552

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

SAA-C03 Question 101

Single answer

Your company is building a serverless application for processing and exposing data via APIs. The application must support both RESTful requests and WebSocket communication. You need a solution that will allow you to manage these APIs efficiently, apply throttling and caching policies, and integrate seamlessly with AWS Lambda for backend processing. Which service should you use to meet these requirements?

  1. A

    Amazon API Gateway

  2. B

    AWS App Runner

  3. C

    Amazon Elastic Load Balancer (ELB)

  4. D

    Amazon CloudFront

Show answer and explanation

Correct answer: A

Explanation

Amazon API Gateway is the most suitable service for this scenario because it is explicitly designed for managing RESTful and WebSocket APIs. It offers features like throttling, caching, and seamless integration with AWS Lambda, which are essential for a serverless application. Other options like AWS App Runner, ELB, and CloudFront do not provide the necessary API management capabilities.

  • A. Correct.

    Amazon API Gateway is specifically designed for creating and managing RESTful APIs and WebSocket APIs. It supports features like throttling, caching, and seamless integration with AWS Lambda, which is ideal for a serverless architecture.

  • B. Incorrect.

    AWS App Runner is a fully managed service for deploying containerized applications. It is not designed for API management or handling WebSocket communication.

  • C. Incorrect.

    Amazon Elastic Load Balancer (ELB) is used for distributing incoming traffic across multiple targets, such as EC2 instances or containers. It does not provide API management capabilities or support for WebSocket communication.

  • D. Incorrect.

    Amazon CloudFront is a content delivery network (CDN) service that helps speed up the delivery of static and dynamic content. While it can integrate with APIs for caching, it does not manage APIs or support WebSocket communication.

SAA-C03 Question 102

Select 3

You are designing an application that allows users to upload images and retrieve them using a REST API. You want to use Amazon API Gateway to manage the API and ensure scalability, security, and monitoring. The image data is stored in an S3 bucket, and you want to minimize operational overhead while ensuring that only authenticated users can access the images. Which combination of actions should you take to meet these requirements?

  1. A

    Use Amazon API Gateway to create a REST API and integrate it with the S3 bucket using an HTTP proxy integration.

  2. B

    Enable AWS IAM authorization in Amazon API Gateway and configure IAM policies to restrict access to the S3 bucket.

  3. C

    Use Amazon API Gateway to create a REST API and integrate it with AWS Lambda to retrieve images from the S3 bucket.

  4. D

    Enable Amazon Cognito user pools for API Gateway to handle authentication and authorization.

  5. E

    Use API Gateway usage plans to throttle requests and monitor API usage.

Show answer and explanation

Correct answers: B, D, E

Explanation

To meet the requirements of the scenario, you should use API Gateway with AWS IAM authorization to securely manage access to the S3 bucket. Amazon Cognito can handle user authentication, ensuring that only authenticated users can access the API. Additionally, API Gateway usage plans allow you to throttle requests and monitor usage, reducing operational overhead and ensuring scalability. Direct HTTP proxy integration or Lambda-based solutions introduce unnecessary complexity in this scenario.

  • A. Incorrect.

    Using HTTP proxy integration directly with the S3 bucket would bypass many of the security and authentication benefits provided by API Gateway. This approach is not ideal when you need to ensure that only authenticated users can access the images.

  • B. Correct.

    Enabling AWS IAM authorization and using IAM policies to limit access to the S3 bucket ensures that only authorized users can access the bucket. This approach integrates well with other AWS services for security and access management.

  • C. Incorrect.

    Using AWS Lambda is not necessary in this case since you can directly control access to the S3 bucket through API Gateway and IAM authorization without adding extra operational overhead.

  • D. Correct.

    Amazon Cognito user pools can handle user authentication and pass tokens to API Gateway, which is a secure and scalable method to authenticate and authorize users.

  • E. Correct.

    API Gateway usage plans allow you to throttle requests and monitor API usage, helping ensure scalability and manageability of your application.

SAA-C03 Question 103

Select 2

A company wants to securely transfer files from their on-premises systems to Amazon S3 for processing. They require a fully managed solution that supports SFTP (Secure File Transfer Protocol) and integrates seamlessly with Amazon S3. Additionally, the company needs to ensure that credentials for accessing the service are securely managed and rotated automatically. Which combination of AWS services should they use?

  1. A

    AWS Transfer Family

  2. B

    Amazon SQS

  3. C

    Secrets Manager

  4. D

    Amazon EC2

  5. E

    AWS Lambda

Show answer and explanation

Correct answers: A, C

Explanation

The correct combination of services to meet the company’s requirements is AWS Transfer Family and Secrets Manager. AWS Transfer Family provides a fully managed SFTP solution that integrates with Amazon S3, while Secrets Manager ensures secure storage and automatic rotation of credentials. These two services together address the need for secure file transfer and credential management in a fully managed and scalable manner.

  • A. Correct.

    AWS Transfer Family is the ideal managed service for enabling SFTP, FTPS, and FTP access to Amazon S3 or Amazon EFS. It is a fully managed service and fits the use case perfectly.

  • B. Incorrect.

    Amazon SQS is a managed messaging service used for decoupling distributed systems. It is not relevant to securely transferring files to Amazon S3.

  • C. Correct.

    Secrets Manager is the appropriate service for securely managing and automatically rotating credentials, which meets the company's requirement for credential management.

  • D. Incorrect.

    Amazon EC2 is not a managed service and would require additional maintenance and configuration for SFTP, which contradicts the company's requirement for a fully managed solution.

  • E. Incorrect.

    AWS Lambda is a serverless compute service and is not directly relevant to the use case of securely transferring files via SFTP.

SAA-C03 Question 104

Single answer

A company needs to set up a secure and automated solution to transfer large files from external partners into an Amazon S3 bucket. The solution must integrate with the company's existing Identity Provider (IdP) for user authentication and authorization. Which AWS managed service is the most appropriate for this use case?

  1. A

    AWS Transfer Family

  2. B

    Amazon Simple Queue Service (Amazon SQS)

  3. C

    AWS Secrets Manager

  4. D

    Amazon Kinesis Data Streams

Show answer and explanation

Correct answer: A

Explanation

AWS Transfer Family is specifically designed for secure, managed file transfers to Amazon S3 using protocols like SFTP, FTPS, and FTP. It also supports integration with Identity Providers (IdPs) for user authentication, making it the ideal service for this scenario. The other options do not address the requirement of transferring large files securely to Amazon S3.

  • A. Correct.

    AWS Transfer Family is the correct choice because it supports secure file transfers over protocols like SFTP, FTPS, and FTP. It can integrate with an external Identity Provider (IdP) for user authentication and is designed to transfer files directly into Amazon S3.

  • B. Incorrect.

    Amazon SQS is used for decoupling applications and enabling message queuing but is not designed for transferring large files into Amazon S3.

  • C. Incorrect.

    AWS Secrets Manager is used for securely storing and retrieving secrets like database credentials or API keys. It does not handle file transfers.

  • D. Incorrect.

    Amazon Kinesis Data Streams is used for real-time streaming data processing, which is not applicable to this use case of large file transfers.

SAA-C03 Question 105

Select 2

A company needs to transfer large amounts of data from their on-premises systems to Amazon S3 daily. The data transfer must use SFTP due to compliance requirements. Additionally, the team wants to ensure that any credentials used for the SFTP process are securely managed. Which combination of AWS services can meet these requirements?

  1. A

    AWS Transfer Family and Amazon S3

  2. B

    Amazon SQS and Amazon S3

  3. C

    AWS Transfer Family and Secrets Manager

  4. D

    Amazon S3 and Secrets Manager

  5. E

    AWS Systems Manager and Amazon SQS

Show answer and explanation

Correct answers: A, C

Explanation

To meet the compliance requirements, the company can use AWS Transfer Family to set up an SFTP server that integrates directly with Amazon S3 for data storage. For secure management of credentials, AWS Secrets Manager can store and retrieve the credentials used for the SFTP process. This combination ensures secure, scalable, and compliant data transfers.

  • A. Correct.

    Correct: AWS Transfer Family supports SFTP, and Amazon S3 serves as the backend storage for the transferred data, meeting the compliance and storage requirements.

  • B. Incorrect.

    Incorrect: Amazon SQS is a managed message queue service that does not support SFTP or handle file transfers.

  • C. Correct.

    Correct: AWS Transfer Family provides SFTP capabilities, while Secrets Manager securely manages credentials, ensuring compliance with security requirements.

  • D. Incorrect.

    Incorrect: While Amazon S3 is suitable for storage, it does not provide SFTP capabilities. Secrets Manager cannot directly handle file transfers.

  • E. Incorrect.

    Incorrect: AWS Systems Manager does not provide SFTP capabilities, and Amazon SQS is unrelated to managing SFTP file transfers.

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 101 to 200 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. 101.Your company is building a serverless application for processing and exposing data via APIs. The application...
  2. 102.You are designing an application that allows users to upload images and retrieve them using a REST API. You...
  3. 103.A company wants to securely transfer files from their on-premises systems to Amazon S3 for processing. They...
  4. 104.A company needs to set up a secure and automated solution to transfer large files from external partners into...
  5. 105.A company needs to transfer large amounts of data from their on-premises systems to Amazon S3 daily. The data...
  6. 106.A company needs to securely transfer large files from its on-premises environment to an Amazon S3 bucket. The...
  7. 107.A company is running a high-traffic e-commerce website and notices that their application is experiencing...
  8. 108.An e-commerce application serves a high volume of product catalog read requests and occasionally receives...
  9. 109.A company is running a high-traffic e-commerce website that experiences unpredictable spikes in user activity...
  10. 110.A company operates a high-traffic e-commerce website where product details and customer reviews are accessed...
  11. 111.You are designing a microservices-based application on AWS. One of the services processes user requests and...
  12. 112.You are designing a microservices-based application on AWS. One of the services processes thousands of...
  13. 113.A company is designing a microservices-based application on AWS. One of the microservices processes requests...
  14. 114.You are designing a microservices-based architecture for a new e-commerce application that handles frequent...
  15. 115.A company is building a serverless application that processes orders. When a customer places an order, the...
  16. 116.A company is designing an event-driven architecture to process customer orders. When an order is placed, the...
  17. 117.A company is designing an event-driven architecture for processing orders placed on their e-commerce...
  18. 118.A retail company wants to build an event-driven architecture to process customer orders. When a customer...
  19. 119.A company runs a web application on a single Amazon EC2 instance with an attached Amazon RDS database. The...
  20. 120.A media streaming company uses an Amazon EC2 instance to host a web application that is experiencing...
  21. 121.Your company runs a web application on an Amazon EC2 instance backed by a single Amazon RDS database. During...
  22. 122.A company is running an e-commerce website on an Amazon EC2 instance with increasing traffic during holiday...
  23. 123.A global e-commerce company is experiencing high latencies for customers accessing its website from different...
  24. 124.Your company operates a global e-commerce platform hosted in an AWS Region. Customers across the globe report...
  25. 125.A company is deploying a global e-commerce platform and wants to ensure low latency for customers accessing...
  26. 126.A global e-commerce company is experiencing high latency for users accessing their website from different...
  27. 127.Your company wants to migrate a monolithic application to containers to improve scalability and portability....
  28. 128.A company wants to migrate its monolithic application to containers on AWS. The application currently runs on...
  29. 129.A company wants to migrate their existing monolithic application into containers to improve scalability and...
  30. 130.A company wants to migrate their monolithic application to a containerized architecture using AWS. The...
  31. 131.A company hosts a web application that serves dynamic content to its users. The application is deployed...
  32. 132.Your company is hosting a web application on Amazon EC2 instances behind an Application Load Balancer (ALB)....
  33. 133.A company hosts a web application with dynamic and static content. They want to distribute incoming traffic...
  34. 134.You are designing a web application that needs to support millions of users and requires seamless scaling...
  35. 135.You are designing a multi-tier web application on AWS consisting of a front-end tier, an application tier,...
  36. 136.A company is designing a web application using a multi-tier architecture on AWS. The architecture consists of...
  37. 137.An e-commerce company is designing a multi-tier application on AWS. The application requires a web tier, an...
  38. 138.A company is designing a multi-tier web application on AWS. The application has a web tier, an application...
  39. 139.A company is building a distributed application that processes a large number of user-generated events in...
  40. 140.A company is building a distributed application where multiple microservices need to communicate...
  41. 141.A company is implementing a distributed order processing system that requires decoupling between the order...
  42. 142.A company is building a distributed application that requires real-time notifications to multiple subscribers...
  43. 143.A company is building a serverless application using AWS Lambda and Amazon API Gateway. The application...
  44. 144.A developer is designing a serverless application where an image uploaded to an S3 bucket needs to be...
  45. 145.A company wants to process files uploaded to an Amazon S3 bucket. The files must be processed automatically,...
  46. 146.A company is running a web application with unpredictable traffic patterns and wants to minimize operational...
  47. 147.A company is building a data analytics application that processes large volumes of unstructured data, such as...
  48. 148.A company is building an application that requires low-latency access to data for a database. The storage...
  49. 149.A company is building a data analytics platform that processes and stores terabytes of data daily. The...
  50. 150.A company is designing a data storage solution for their application. They need to store large amounts of...
  51. 151.A company is running a containerized application using Amazon Elastic Container Service (Amazon ECS) with the...
  52. 152.Your company is deploying a new microservices-based application, and you are tasked with choosing a container...
  53. 153.A company is running a microservices application using containers. The application currently uses Amazon ECS...
  54. 154.A company is running containerized applications using Amazon Elastic Container Service (Amazon ECS) with the...
  55. 155.Your company runs a high-traffic e-commerce website using an Amazon RDS instance for its MySQL database....
  56. 156.You are designing a database architecture for an e-commerce application that experiences high read traffic...
  57. 157.A company is running an e-commerce application backed by an Amazon RDS database. The application is...
  58. 158.A company is running a MySQL database on Amazon RDS to support a high-traffic e-commerce website. They notice...
  59. 159.A company is building a serverless application to process customer orders. The workflow involves multiple...
  60. 160.A company has an e-commerce platform where customers place orders. Once an order is placed, the system needs...
  61. 161.A company is developing a serverless application that processes user-submitted images. The workflow involves...
  62. 162.A company is building a serverless application that processes incoming customer orders. The application uses...
  63. 163.A company is building a web application that must be highly available and fault-tolerant. The application is...
  64. 164.A startup is hosting a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  65. 165.A company runs a web application on a fleet of Amazon EC2 instances behind an Application Load Balancer (ALB)...
  66. 166.A company is designing a highly available architecture for their e-commerce application running on AWS. The...
  67. 167.A company is running a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  68. 168.A company is hosting a multi-tier web application on AWS. The application runs on Amazon EC2 instances behind...
  69. 169.A company is migrating its on-premises application to AWS. The application stores large amounts of...
  70. 170.A company is running an e-commerce application on Amazon EC2 instances behind an Application Load Balancer...
  71. 171.Your company has deployed a multi-tier web application currently hosted in the us-east-1 AWS Region. For...
  72. 172.A company is designing a highly available web application hosted on AWS. The application needs to serve users...
  73. 173.A company has deployed a web application across multiple AWS Regions to serve users with low latency. They...
  74. 174.A company is deploying a new web application that must serve global users with low latency. The application...
  75. 175.A company wants to implement a solution that can extract meaningful insights such as sentiment analysis, key...
  76. 176.A company wants to automatically analyze customer feedback from support emails to determine if the sentiment...
  77. 177.A company wants to analyze customer support emails to identify the primary topics of conversations and gain...
  78. 178.A media company wants to convert written news articles into engaging audio content to reach a broader...
  79. 179.A company has set up a VPC with two subnets: a public subnet and a private subnet. The public subnet contains...
  80. 180.You are designing a VPC with two public subnets and two private subnets for a web application. The web...
  81. 181.You have created a VPC with a public and a private subnet. An EC2 instance in the private subnet needs to...
  82. 182.Your company has an application running in a custom VPC on AWS. The application is hosted in a private subnet...
  83. 183.A company operates a mission-critical web application hosted on AWS. They need a disaster recovery strategy...
  84. 184.A gaming company needs to implement a disaster recovery strategy for their multiplayer game platform hosted...
  85. 185.A company operates a critical application on AWS. They require a disaster recovery (DR) solution that ensures...
  86. 186.An e-commerce company runs a payment processing system in a single AWS Region. To ensure business continuity,...
  87. 187.A company is designing a cloud-based e-commerce application that must handle high traffic during holiday...
  88. 188.Your company is designing a distributed e-commerce application that must handle spikes in traffic during...
  89. 189.A company is designing a highly available and scalable e-commerce application on AWS. The application needs...
  90. 190.A media company is designing a distributed system to process video uploads from users around the globe. The...
  91. 191.Your company runs an e-commerce application deployed in two AWS Regions: us-east-1 and us-west-2. The...
  92. 192.A company runs a web application with a primary Amazon RDS database instance in a single Availability Zone....
  93. 193.A company runs a mission-critical web application on Amazon EC2 instances behind an Application Load Balancer...
  94. 194.An e-commerce company is hosting its web application on Amazon EC2 instances behind an Application Load...
  95. 195.Your company is using an immutable infrastructure approach to manage its web application environments. The...
  96. 196.Your company operates a web application hosted on Amazon EC2 instances behind an Application Load Balancer....
  97. 197.A company is adopting an immutable infrastructure approach for its application deployments. The company uses...
  98. 198.A company is deploying a new web application using an immutable infrastructure approach. They want to ensure...
  99. 199.Your company is hosting a web application on Amazon EC2 instances behind an Application Load Balancer (ALB)....
  100. 200.A company is hosting a web application in a VPC. The application consists of multiple EC2 instances running...