ExamGecko
Home Home / Amazon / SAA-C03

Amazon SAA-C03 Practice Test - Questions Answers, Page 11

Question list
Search
Search

List of questions

Search

Related questions











A solutions architect is designing a VPC with public and private subnets. The VPC and subnets use IPv4 CIDR blocks. There is one public subnet and one private subnet in each of three Availability Zones (AZs) for high availability. An internet gateway is used to provide internet access for the public subnets. The private subnets require access to the internet to allow Amazon EC2 instances to download software updates. What should the solutions architect do to enable Internet access for the private subnets?

A.
Create three NAT gateways, one for each public subnet in each AZ. Create a private route table for each AZ that forwards non-VPC traffic to the NAT gateway in its AZ.
A.
Create three NAT gateways, one for each public subnet in each AZ. Create a private route table for each AZ that forwards non-VPC traffic to the NAT gateway in its AZ.
Answers
B.
Create three NAT instances, one for each private subnet in each AZ. Create a private route table for each AZ that forwards non-VPC traffic to the NAT instance in its AZ.
B.
Create three NAT instances, one for each private subnet in each AZ. Create a private route table for each AZ that forwards non-VPC traffic to the NAT instance in its AZ.
Answers
C.
Create a second internet gateway on one of the private subnets. Update the route table for the private subnets that forward non-VPC traffic to the private internet gateway.
C.
Create a second internet gateway on one of the private subnets. Update the route table for the private subnets that forward non-VPC traffic to the private internet gateway.
Answers
D.
Create an egress-only internet gateway on one of the public subnets. Update the route table for the private subnets that forward non-VPC traffic to the egress- only internet gateway.
D.
Create an egress-only internet gateway on one of the public subnets. Update the route table for the private subnets that forward non-VPC traffic to the egress- only internet gateway.
Answers
Suggested answer: A

Explanation:

https://aws.amazon.com/about-aws/whats-new/2018/03/introducing-amazon-vpc-nat-gateway-inthe- aws-govcloud-usregion/#:~: text=NAT%20Gateway%20is%20a%20highly,instances%20in%20a%20private%20subnet. https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-comparison.html

A company wants to migrate an on-premises data center to AWS. The data canter hosts an SFTP server that stores its data on an NFS-based file system. The server holds 200 GB of data that needs to be transferred. The server must be hosted on an Amazon EC2 instance that uses an Amazon Elastic File System (Amazon EFS) file system When combination of steps should a solutions architect take to automate this task? (Select TWO )

A.
Launch the EC2 instance into the same Avalability Zone as the EFS fie system
A.
Launch the EC2 instance into the same Avalability Zone as the EFS fie system
Answers
B.
install an AWS DataSync agent m the on-premises data center
B.
install an AWS DataSync agent m the on-premises data center
Answers
C.
Create a secondary Amazon Elastic Block Store (Amazon EBS) volume on the EC2 instance tor the data
C.
Create a secondary Amazon Elastic Block Store (Amazon EBS) volume on the EC2 instance tor the data
Answers
D.
Manually use an operating system copy command to push the data to the EC2 instance
D.
Manually use an operating system copy command to push the data to the EC2 instance
Answers
E.
Use AWS DataSync to create a suitable location configuration for the onprermises SFTP server
E.
Use AWS DataSync to create a suitable location configuration for the onprermises SFTP server
Answers
Suggested answer: B, E

Explanation:

AWS DataSync is an online data movement and discovery service that simplifies data migration and helps users quickly, easily, and securely move their file or object data to, from, and between AWS


A company has an AWS Glue extract. transform, and load (ETL) job that runs every day at the same time. The job processes XML data that is in an Amazon S3 bucket. New data is added to the S3 bucket every day. A solutions architect notices that AWS Glue is processing all the data during each run. What should the solutions architect do to prevent AWS Glue from reprocessing old data?

A.
Edit the job to use job bookmarks.
A.
Edit the job to use job bookmarks.
Answers
B.
Edit the job to delete data after the data is processed
B.
Edit the job to delete data after the data is processed
Answers
C.
Edit the job by setting the NumberOfWorkers field to 1.
C.
Edit the job by setting the NumberOfWorkers field to 1.
Answers
D.
Use a FindMatches machine learning (ML) transform.
D.
Use a FindMatches machine learning (ML) transform.
Answers
Suggested answer: A

Explanation:


A solutions architect must design a highly available infrastructure for a website. The website is powered by Windows web servers that run on Amazon EC2 instances. The solutions architect must implement a solution that can mitigate a large-scale DDoS attack that originates from thousands of IP addresses. Downtime is not acceptable for the website. Which actions should the solutions architect take to protect the website from such an attack? (Select TWO.)

A.
Use AWS Shield Advanced to stop the DDoS attack.
A.
Use AWS Shield Advanced to stop the DDoS attack.
Answers
B.
Configure Amazon GuardDuty to automatically block the attackers.
B.
Configure Amazon GuardDuty to automatically block the attackers.
Answers
C.
Configure the website to use Amazon CloudFront for both static and dynamic content.
C.
Configure the website to use Amazon CloudFront for both static and dynamic content.
Answers
D.
Use an AWS Lambda function to automatically add attacker IP addresses to VPC network ACLs.
D.
Use an AWS Lambda function to automatically add attacker IP addresses to VPC network ACLs.
Answers
E.
Use EC2 Spot Instances in an Auto Scaling group with a target tracking scaling policy that is set to 80% CPU utilization
E.
Use EC2 Spot Instances in an Auto Scaling group with a target tracking scaling policy that is set to 80% CPU utilization
Answers
Suggested answer: A, C

Explanation:

https://aws.amazon.com/cloudfron

A company is preparing to deploy a new serverless workload. A solutions architect must use the principle of least privilege to configure permissions that will be used to run an AWS Lambda function. An Amazon EventBridge (Amazon CloudWatch Events) rule will invoke the function.

Which solution meets these requirements?

A.
Add an execution role to the function with lambda:InvokeFunction as the action and * as the principal.
A.
Add an execution role to the function with lambda:InvokeFunction as the action and * as the principal.
Answers
B.
Add an execution role to the function with lambda:InvokeFunction as the action and Service:amazonaws.com as the principal.
B.
Add an execution role to the function with lambda:InvokeFunction as the action and Service:amazonaws.com as the principal.
Answers
C.
Add a resource-based policy to the function with lambda:'* as the action and Service:events.amazonaws.com as the principal.
C.
Add a resource-based policy to the function with lambda:'* as the action and Service:events.amazonaws.com as the principal.
Answers
D.
Add a resource-based policy to the function with lambda:InvokeFunction as the action and Service:events.amazonaws.com as the principal.
D.
Add a resource-based policy to the function with lambda:InvokeFunction as the action and Service:events.amazonaws.com as the principal.
Answers
Suggested answer: D

Explanation:

https://docs.aws.amazon.com/eventbridge/latest/userguide/resource-based-policieseventbridge. html#lambda-permissions

A company is preparing to store confidential data in Amazon S3 For compliance reasons the data must be encrypted at rest Encryption key usage must be logged tor auditing purposes. Keys must be rotated every year. Which solution meets these requirements and «the MOST operationally efferent?

A.
Server-side encryption with customer-provided keys (SSE-C)
A.
Server-side encryption with customer-provided keys (SSE-C)
Answers
B.
Server-side encryption with Amazon S3 managed keys (SSE-S3)
B.
Server-side encryption with Amazon S3 managed keys (SSE-S3)
Answers
C.
Server-side encryption with AWS KMS (SSE-KMS) customer master keys (CMKs) with manual rotation
C.
Server-side encryption with AWS KMS (SSE-KMS) customer master keys (CMKs) with manual rotation
Answers
D.
Server-side encryption with AWS KMS (SSE-KMS) customer master keys (CMKs) with automate rotation
D.
Server-side encryption with AWS KMS (SSE-KMS) customer master keys (CMKs) with automate rotation
Answers
Suggested answer: D

Explanation:

https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html When you enable automatic key rotation for a customer managed key, AWS KMS generates new cryptographic material for the KMS key every year. AWS KMS also saves the KMS key's older cryptographic material in perpetuity so it can be used to decrypt data that the KMS key encrypted. Key rotation in AWS KMS is a cryptographic best practice that is designed to be transparent and easy to use. AWS KMS supports optional automatic key rotation only for customer managed CMKs. Enable and disable key rotation. Automatic key rotation is disabled by default on customer managed CMKs.

When you enable (or re-enable) key rotation, AWS KMS automatically rotates the CMK 365 days after the enable date and every 365 days thereafter.

A bicycle sharing company is developing a multi-tier architecture to track the location of its bicycles during peak operating hours The company wants to use these data points in its existing analytics platform A solutions architect must determine the most viable multi-tier option to support this architecture The data points must be accessible from the REST API. Which action meets these requirements for storing and retrieving location data?

A.
Use Amazon Athena with Amazon S3
A.
Use Amazon Athena with Amazon S3
Answers
B.
Use Amazon API Gateway with AWS Lambda
B.
Use Amazon API Gateway with AWS Lambda
Answers
C.
Use Amazon QuickSight with Amazon Redshift.
C.
Use Amazon QuickSight with Amazon Redshift.
Answers
D.
Use Amazon API Gateway with Amazon Kinesis Data Analytics
D.
Use Amazon API Gateway with Amazon Kinesis Data Analytics
Answers
Suggested answer: B

Explanation:


A company has an automobile sales website that stores its listings in a database on Amazon RDS When an automobile is sold the listing needs to be removed from the website and the data must be sent to multiple target systems. Which design should a solutions architect recommend?

A.
Create an AWS Lambda function triggered when the database on Amazon RDS is updated to send the information to an Amazon Simple Queue Service (Amazon SQS> queue for the targets to consume
A.
Create an AWS Lambda function triggered when the database on Amazon RDS is updated to send the information to an Amazon Simple Queue Service (Amazon SQS> queue for the targets to consume
Answers
B.
Create an AWS Lambda function triggered when the database on Amazon RDS is updated to send the information to an Amazon Simple Queue Service (Amazon SQS) FIFO queue for the targets to consume
B.
Create an AWS Lambda function triggered when the database on Amazon RDS is updated to send the information to an Amazon Simple Queue Service (Amazon SQS) FIFO queue for the targets to consume
Answers
C.
Subscribe to an RDS event notification and send an Amazon Simple Queue Service (Amazon SQS) queue fanned out to multiple Amazon Simple Notification Service (Amazon SNS) topics Use AWS Lambda functions to update the targets
C.
Subscribe to an RDS event notification and send an Amazon Simple Queue Service (Amazon SQS) queue fanned out to multiple Amazon Simple Notification Service (Amazon SNS) topics Use AWS Lambda functions to update the targets
Answers
D.
Subscribe to an RDS event notification and send an Amazon Simple Notification Service (Amazon SNS) topic fanned out to multiple Amazon Simple Queue Service (Amazon SQS) queues Use AWS Lambda functions to update the targets
D.
Subscribe to an RDS event notification and send an Amazon Simple Notification Service (Amazon SNS) topic fanned out to multiple Amazon Simple Queue Service (Amazon SQS) queues Use AWS Lambda functions to update the targets
Answers
Suggested answer: D

Explanation:

https://docs.aws.amazon.com/lambda/latest/dg/services-rds.html

https://docs.aws.amazon.com/lambda/latest/dg/with-sns.html

A company needs to store data in Amazon S3 and must prevent the data from being changed. The company wants new objects that are uploaded to Amazon S3 to remain unchangeable for a nonspecific amount of time until the company decides to modify the objects. Only specific users in the company’s AWS account can have the ability to delete the objects. What should a solutions architect do to meet these requirements?

A.
Create an S3 Glacier vault Apply a write-once, read-many (WORM) vault lock policy to the objects
A.
Create an S3 Glacier vault Apply a write-once, read-many (WORM) vault lock policy to the objects
Answers
B.
Create an S3 bucket with S3 Object Lock enabled Enable versioning Set a retention period of 100 years Use governance mode as the S3 bucket's default retention mode for new objects
B.
Create an S3 bucket with S3 Object Lock enabled Enable versioning Set a retention period of 100 years Use governance mode as the S3 bucket's default retention mode for new objects
Answers
C.
Create an S3 bucket Use AWS CloudTrail to (rack any S3 API events that modify the objects Upon notification, restore the modified objects from any backup versions that the company has
C.
Create an S3 bucket Use AWS CloudTrail to (rack any S3 API events that modify the objects Upon notification, restore the modified objects from any backup versions that the company has
Answers
D.
Create an S3 bucket with S3 Object Lock enabled Enable versioning Add a legal hold to the objects Add the s3 PutObjectLegalHold permission to the IAM policies of users who need to delete the objects
D.
Create an S3 bucket with S3 Object Lock enabled Enable versioning Add a legal hold to the objects Add the s3 PutObjectLegalHold permission to the IAM policies of users who need to delete the objects
Answers
Suggested answer: D

Explanation:

"The Object Lock legal hold operation enables you to place a legal hold on an object version. Like setting a retention period, a legal hold prevents an object version from being overwritten or deleted.However, a legal hold doesn't have an associated retention period and remains in effect untilremoved." https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops-legal-hold.html

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?

(Choose two.)

A.
Configure the application to upload images to S3 Glacier.
A.
Configure the application to upload images to S3 Glacier.
Answers
B.
Configure the web server to upload the original images to Amazon S3.
B.
Configure the web server to upload the original images to Amazon S3.
Answers
C.
Configure the application to upload images directly from each user's browser to Amazon S3 through the use of a presigned URL.
C.
Configure the application to upload images directly from each user's browser to Amazon S3 through the use of a presigned URL.
Answers
D.
Configure S3 Event Notifications to invoke an AWS Lambda function when an image is uploaded.Use the function to resize the image
D.
Configure S3 Event Notifications to invoke an AWS Lambda function when an image is uploaded.Use the function to resize the image
Answers
E.
Create an Amazon EventBridge (Amazon CloudWatch Events) rule that invokes an AWS Lambda function on a schedule to resize uploaded images.
E.
Create an Amazon EventBridge (Amazon CloudWatch Events) rule that invokes an AWS Lambda function on a schedule to resize uploaded images.
Answers
Suggested answer: C, D

Explanation:

https://docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html

Total 886 questions
Go to page: of 89