DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

AWS Solutions Architect Associate Certification SAA-C03 Exam Questions

Exam Name AWS Solutions Architect Associate (AWS-SAA)
Exam CodeSAA-C03
Exam Price$150 USD
Duration130 minutes
Number of Questions65
Passing Score720 / 1000
Recommended Training / BooksAWS Technical EssentialsAWS Power Hour: Architecting on-demandArchitecting on AWS
Sample QuestionsAWS SAA-C03 Sample Questions
Recommended PracticeAWS Certified Solutions Architect - Associate Practice Test

Get ready to pass the AWS Certified Solutions Architect Associate exam with this compilation of SAA-C03 practice questions. Evaluate your exam readiness with sample questions.

Take other online exams

Question #1
Organizers for a global event want to put daily reports online as static HTML pages. The pages are expected to generate millions of views from users around the world. The files are stored in an Amazon S3 bucket. A solutions architect has been asked to design an efficient and effective solution. Which action should the solutions architect take to accomplish this?
A. enerate presigned URLs for the files
B. se cross-Region replication to all Regions
C. se the geoproximity feature of Amazon Route 53
D. se Amazon CloudFront with the S3 bucket as its origin
View answer
Correct Answer: D
Question #2
A social media company allows users to upload images to its website The website runs on Amazon EC2 instances During upload requests, the website resizes the images to a standard size and stores the resized images in Amazon S3.Users are experiencing slow upload requests to the website. The company needs to reduce coupling within the application and improve website performance. A solutions architect must design the most operationally efficient process for image uploads. Which combination of actions should the solutions architect take to meet these requirements? (Select TWO)
A. onfigure the application to upload images to S3 Glacier
B. onfigure the webserver to upload the original images to Amazon S3
C. onfigure the application to upload images directly from each users browser to Amazon S3 through the use of a presigned URL
D. onfigure S3 Event Notifications to invoke an AWS Lambda function when an image is uploaded Use the function to resize the image
E. reate an Amazon Event Bridge (Amazon Cloud Watch Events) rule that invokes an AWS Lambda function on a schedule to resize uploaded images
View answer
Correct Answer: BD
Question #3
A company has a Windows-based application that must be migrated to AWS. The application requires the use of a shared Windows file system attached to multiple Amazon EC2 Windows instances that are deployed across multiple Availability Zones. What should a solutions architect do to meet this requirement?
A. onfigure AWS Storage Gateway in volume gateway mode
B. onfigure Amazon FSx for Windows File Server
C. onfigure a file system by using Amazon Elastic File System (Amazon EFS)
D. onfigure an Amazon Elastic Block Store (Amazon EBS) volume with the required size
View answer
Correct Answer: B
Question #4
A company sells ringtones created from clips of popular songs. The files containing the ringtones are stored in Amazon S3 Standard and are at least 128 KB in size The company has millions of files, but downloads are infrequent for ringtones older than 90 days. The company needs to save money on storage while keeping the most accessed files readily available for its users. Which action should the company take to meet these requirements MOST cost-effectively?
A. onfigure S3 Standard-Infrequent Access (S3 Standard-IA) storage for the initial storage tier of the objects
B. ove the files to S3 Intelligent-Tiering and configure it to move objects to a less expensive storage tier after 90 days
C. onfigure S3 inventory to manage objects and move them to S3 Standard-Infrequent Access (S3 Standard-IA) after 90 days
D. mplement an S3 Lifecycle policy that moves the objects from S3 Standard to S3 Standard-Infrequent Access (S3 Standard-IA) after 90 days
View answer
Correct Answer: D
Question #5
A company hosts a website analytics application on a single Amazon EC2 On-Demand Instance. The analytics software is written in PHP and uses a MySQL database. The analytics software, the web server that provides PHP, and the database server are all hosted on the EC2 instance. The application is showing signs of performance degradation during busy times and is presenting 5xx errors. The company needs to make the application scale seamlessly. Which solution will meet these requirements MOST cost- effectively?
A. igrate the database to an Amazon RDS for MySQL DB instance
B. igrate the database to an Amazon RDS for MySQL DB instance
C. igrate the database to an Amazon Aurora MySQL DB instance
D. igrate the database to an Amazon Aurora MySQL DB instance
View answer
Correct Answer: D
Question #6
A company uses a three-tier web application to provide training to new employees. The application is accessed for only 12 hours every day. The company is using an Amazon RDS for MySQL DB instance to store information and wants to minimize costs. What should a solutions architect do to meet these requirements?
A. onfigure an IAM policy for AWS Systems Manager Session Manager
B. reate an Amazon ElastiCache for Redis cache cluster that gives users the ability to access the data from the cache when the DB instance is stopped
C. aunch an Amazon EC2 instance
D. reate AWS Lambda functions to start and stop the DB instance
View answer
Correct Answer: D
Question #7
A company runs an application on a large fleet of Amazon EC2 instances. The application reads and write entries into an Amazon DynamoDB table. The size of the DynamoDB table continuously grows, but the application needs only data from the last 30 days. The company needs a solution that minimizes cost and development effort. Which solution meets these requirements?
A. se an AWS CloudFormation template to deploy the complete solution
B. se an EC2 instance that runs a monitoring application from AWS Marketplace
C. onfigure Amazon DynamoDB Streams to invoke an AWS Lambda function when a new item is created in the table
D. xtend the application to add an attribute that has a value of the current timestamp plus 30 days to each new item that is created in the table
View answer
Correct Answer: D
Question #8
A development team runs monthly resource-intensive tests on its general purpose Amazon RDS for MySQL DB instance with Performance Insights enabled. The testing lasts for 48 hours once a month and is the only process that uses the database. The team wants to reduce the cost of running the tests without reducing the compute and memory attributes of the DB instance. Which solution meets these requirements MOST cost- effectively?
A. top the DB instance when tests are completed
B. se an Auto Scaling policy with the DB instance to automatically scale when tests are completed
C. reate a snapshot when tests are completed
D. odify the DB instance to a low-capacity instance when tests are completed
View answer
Correct Answer: C
Question #9
An application development team is designing a microservice that will convert large images to smaller, compressed images. When a user uploads an image through the web interface, the microservice should store the image in an Amazon S3 bucket, process and compress the image with an AWS Lambda function, and store the image in its compressed form in a different S3 bucket. A solutions architect needs to design a solution that uses durable, stateless components to process the images automatically. Which combination of actions will meet these requirements? (Select TWO.)
A. reate an Amazon Simple Queue Service (Amazon SQS) queue
B. onfigure the Lambda function to use the Amazon Simple Queue Service (Amazon SQS) queue as the invocation source
C. onfigure the Lambda function to monitor the S3 bucket for new uploads
D. aunch an Amazon EC2 instance to monitor an Amazon Simple Queue Service (Amazon SQS) queue
E. onfigure an Amazon EventBridge (Amazon CloudWatch Events) event to monitor the S3 bucket
View answer
Correct Answer: AB
Question #10
A solutions architect is using Amazon S3 to design the storage architecture of a new digital media application. The media files must be resilient to the loss of an Availability Zone. Some files are accessed frequently while other files are rarely accessed in an unpredictable pattern. The solutions architect must minimize the costs of storing and retrieving the media files. Which storage option meets these requirements?
A. 3 Standard
B. 3 Intelligent-Tiering
C. 3 Standard-Infrequent Access (S3 Standard-IA)
D. 3 One Zone-Infrequent Access (S3 One Zone-IA)
View answer
Correct Answer: B

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number: