SAA-C03 (183-199)

SAA-C03 (183-199)

University

16 Qs

quiz-placeholder

Similar activities

SAA-C03 (41-57)

SAA-C03 (41-57)

University

17 Qs

облачные технологии-1

облачные технологии-1

University

15 Qs

CPR LU02 Quiz

CPR LU02 Quiz

University

12 Qs

MCQs on Cloud Migration

MCQs on Cloud Migration

University

20 Qs

Cloud Deployment and Service Models Quiz

Cloud Deployment and Service Models Quiz

University

20 Qs

SAA-C03 (1-21)

SAA-C03 (1-21)

University

21 Qs

SAA-C03 (58-77)

SAA-C03 (58-77)

University

20 Qs

SAA-C03 (78-94)

SAA-C03 (78-94)

University

17 Qs

SAA-C03 (183-199)

SAA-C03 (183-199)

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

John Bui

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company runs an application using Amazon ECS. The application creates resized versions of an original image and then makes Amazon S3 API calls to store the resized images in Amazon S3. How can a solutions architect ensure that the application has permission to access Amazon S3?

Update the S3 role in AWS IAM to allow read/write access from Amazon ECS, and then relaunch the container.

Create an IAM role with S3 permissions, and then specify that role as the taskRoleArn in the task definition.

Create a security group that allows access from Amazon ECS to Amazon S3, and update the launch configuration used by the ECS cluster.

Create an IAM user with S3 permissions, and then relaunch the Amazon EC2 instances for the ECS cluster while logged in as this account.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Configure AWS Storage Gateway in volume gateway mode. Mount the volume to each Windows instance.

Configure Amazon FSx for Windows File Server. Mount the Amazon FSx file system to each Windows instance.

Configure a file system by using Amazon Elastic File System (Amazon EFS). Mount the EFS file system to each Windows instance.

Configure an Amazon Elastic Block Store (Amazon EBS) volume with the required size. Attach each EC2 instance to the volume. Mount the file system within the volume to each Windows instance.

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A company is developing an ecommerce application that will consist of a load-balanced front end, a container-based application, and a relational database. A solutions architect needs to create a highly available solution that operates with as little manual intervention as possible. Which solutions meet these requirements? (Choose two.)

Create an Amazon RDS DB instance in Multi-AZ mode.

Create an Amazon RDS DB instance and one or more replicas in another Availability Zone.

Create an Amazon EC2 instance-based Docker cluster to handle the dynamic application load.

Create an Amazon Elastic Container Service (Amazon ECS) cluster with a Fargate launch type to handle the dynamic application load.

Create an Amazon Elastic Container Service (Amazon ECS) cluster with an Amazon EC2 launch type to handle the dynamic application load.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company uses Amazon S3 as its data lake. The company has a new partner that must use SFTP to upload data files. A solutions architect needs to implement a highly available SFTP solution that minimizes operational overhead. Which solution will meet these requirements?

Use AWS Transfer Family to configure an SFTP-enabled server with a publicly accessible endpoint. Choose the S3 data lake as the destination.

Use Amazon S3 File Gateway as an SFTP server. Expose the S3 File Gateway endpoint URL to the new partner. Share the S3 File Gateway endpoint with the new partner.

Launch an Amazon EC2 instance in a private subnet in a VPC. Instruct the new partner to upload files to the EC2 instance by using a VPN. Run a cron job script, on the EC2 instance to upload files to the S3 data lake.

Launch Amazon EC2 instances in a private subnet in a VPC. Place a Network Load Balancer (NLB) in front of the EC2 instances. Create an SFTP listener port for the NLB. Share the NLB hostname with the new partner. Run a cron job script on the EC2 instances to upload files to the S3 data lake.

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A company needs to store contract documents. A contract lasts for 5 years. During the 5-year period, the company must ensure that the documents cannot be overwritten or deleted. The company needs to encrypt the documents at rest and rotate the encryption keys automatically every year. Which combination of steps should a solutions architect take to meet these requirements with the LEAST operational overhead? (Choose two.)

Store the documents in Amazon S3. Use S3 Object Lock in governance mode.

Store the documents in Amazon S3. Use S3 Object Lock in compliance mode.

Use server-side encryption with Amazon S3 managed encryption keys (SSE-S3). Configure key rotation.

Use server-side encryption with AWS Key Management Service (AWS KMS) customer managed keys. Configure key rotation.

Use server-side encryption with AWS Key Management Service (AWS KMS) customer provided (imported) keys. Configure key rotation.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company has a web application that is based on Java and PHP. The company plans to move the application from on premises to AWS. The company needs the ability to test new site features frequently. The company also needs a highly available and managed solution that requires minimum operational overhead. Which solution will meet these requirements?

Create an Amazon S3 bucket. Enable static web hosting on the S3 bucket. Upload the static content to the S3 bucket. Use AWS Lambda to process all dynamic content.

Deploy the web application to an AWS Elastic Beanstalk environment. Use URL swapping to switch between multiple Elastic Beanstalk environments for feature testing.

Deploy the web application to Amazon EC2 instances that are configured with Java and PHP. Use Auto Scaling groups and an Application Load Balancer to manage the website’s availability.

Containerize the web application. Deploy the web application to Amazon EC2 instances. Use the AWS Load Balancer Controller to dynamically route traffic between containers that contain the new site features for testing.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company has an ordering application that stores customer information in Amazon RDS for MySQL. During regular business hours, employees run one-time queries for reporting purposes. Timeouts are occurring during order processing because the reporting queries are taking a long time to run. The company needs to eliminate the timeouts without preventing employees from performing queries. What should a solutions architect do to meet these requirements?

Create a read replica. Move reporting queries to the read replica.

Create a read replica. Distribute the ordering application to the primary DB instance and the read replica.

Migrate the ordering application to Amazon DynamoDB with on-demand capacity.

Schedule the reporting queries for non-peak hours.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?