SAA-C03 (78-94)

SAA-C03 (78-94)

University

17 Qs

quiz-placeholder

Similar activities

History and Functionality of APIs

History and Functionality of APIs

University

20 Qs

Entity Relationship Modeling Quiz

Entity Relationship Modeling Quiz

University

20 Qs

Use Cases and  Domain Classes

Use Cases and Domain Classes

University

15 Qs

Quiz Instance Store dan Amazon Elastic Block Store (Amazon EBS)

Quiz Instance Store dan Amazon Elastic Block Store (Amazon EBS)

1st Grade - University

17 Qs

CS301 SAA Quiz

CS301 SAA Quiz

University

20 Qs

SAA-C03 (22-40)

SAA-C03 (22-40)

University

18 Qs

SAA-C03 (95-116)

SAA-C03 (95-116)

University

21 Qs

SDC_SAP_C02-Part02 (19-36)

SDC_SAP_C02-Part02 (19-36)

University

18 Qs

SAA-C03 (78-94)

SAA-C03 (78-94)

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

John Bui

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company's dynamic website is hosted using on-premises servers in the United States. The company is launching its product in Europe, and it wants to optimize site loading times for new European users. The site's backend must remain in the United States. The product is being launched in a few days, and an immediate solution is needed. What should the solutions architect recommend?

Launch an Amazon EC2 instance in us-east-1 and migrate the site to it.

Move the website to Amazon S3. Use Cross-Region Replication between Regions.

Use Amazon CloudFront with a custom origin pointing to the on-premises servers.

Use an Amazon Route 53 geoproximity routing policy pointing to on-premises servers.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company wants to reduce the cost of its existing three-tier web architecture. The web, application, and database servers are running on Amazon EC2 instances for the development, test, and production environments. The EC2 instances average 30% CPU utilization during peak hours and 10% CPU utilization during non-peak hours. The production EC2 instances run 24 hours a day. The development and test EC2 instances run for at least 8 hours each day. The company plans to implement automation to stop the development and test EC2 instances when they are not in use. Which EC2 instance purchasing solution will meet the company's requirements MOST cost-effectively?

Use Spot Instances for the production EC2 instances. Use Reserved Instances for the development and test EC2 instances.

Use Reserved Instances for the production EC2 instances. Use On-Demand Instances for the development and test EC2 instances.

Use Spot blocks for the production EC2 instances. Use Reserved Instances for the development and test EC2 instances.

Use On-Demand Instances for the production EC2 instances. Use Spot blocks for the development and test EC2 instances.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company has a production web application in which users upload documents through a web interface or a mobile app. According to a new regulatory requirement, new documents cannot be modified or deleted after they are stored. What should a solutions architect do to meet this requirement?

Store the uploaded documents in an Amazon S3 bucket with S3 Versioning and S3 Object Lock enabled.

Store the uploaded documents in an Amazon S3 bucket. Configure an S3 Lifecycle policy to archive the documents periodically.

Store the uploaded documents in an Amazon S3 bucket with S3 Versioning enabled. Configure an ACL to restrict all access to read-only.

Store the uploaded documents on an Amazon Elastic File System (Amazon EFS) volume. Access the data by mounting the volume in read-only mode.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company has several web servers that need to frequently access a common Amazon RDS MySQL Multi-AZ DB instance. The company wants a secure method for the web servers to connect to the database while meeting a security requirement to rotate user credentials frequently. Which solution meets these requirements?

Store the database user credentials in AWS Secrets Manager. Grant the necessary IAM permissions to allow the web servers to access AWS Secrets Manager.

Store the database user credentials in AWS Systems Manager OpsCenter. Grant the necessary IAM permissions to allow the web servers to access OpsCenter.

Store the database user credentials in a secure Amazon S3 bucket. Grant the necessary IAM permissions to allow the web servers to retrieve credentials and access the database.

Store the database user credentials in files encrypted with AWS Key Management Service (AWS KMS) on the web server file system. The web server should be able to decrypt the files and access the database.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company hosts an application on AWS Lambda functions that are invoked by an Amazon API Gateway API. The Lambda functions save customer data to an Amazon Aurora MySQL database. Whenever the company upgrades the database, the Lambda functions fail to establish database connections until the upgrade is complete. The result is that customer data is not recorded for some of the events. A solutions architect needs to design a solution that stores customer data that is created during database upgrades. Which solution will meet these requirements?

Provision an Amazon RDS proxy to sit between the Lambda functions and the database. Configure the Lambda functions to connect to the RDS proxy.

Increase the run time of the Lambda functions to the maximum. Create a retry mechanism in the code that stores the customer data in the database.

Persist the customer data to Lambda local storage. Configure new Lambda functions to scan the local storage to save the customer data to the database.

Store the customer data in an Amazon Simple Queue Service (Amazon SQS) FIFO queue. Create a new Lambda function that polls the queue and stores the customer data in the database.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A survey company has gathered data for several years from areas in the United States. The company hosts the data in an Amazon S3 bucket that is 3 TB in size and growing. The company has started to share the data with a European marketing firm that has S3 buckets. The company wants to ensure that its data transfer costs remain as low as possible. Which solution will meet these requirements?

Configure the Requester Pays feature on the company's S3 bucket.

Configure S3 Cross-Region Replication from the company's S3 bucket to one of the marketing firm's S3 buckets.

Configure cross-account access for the marketing firm so that the marketing firm has access to the company's S3 bucket.

Configure the company's S3 bucket to use S3 Intelligent-Tiering. Sync the S3 bucket to one of the marketing firm's S3 buckets.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company uses Amazon S3 to store its confidential audit documents. The S3 bucket uses bucket policies to restrict access to audit team IAM user credentials according to the principle of least privilege. Company managers are worried about accidental deletion of documents in the S3 bucket and want a more secure solution. What should a solutions architect do to secure the audit documents?

Enable the versioning and MFA Delete features on the S3 bucket.

Enable multi-factor authentication (MFA) on the IAM user credentials for each audit team IAM user account.

Add an S3 Lifecycle policy to the audit team's IAM user accounts to deny the s3:DeleteObject action during audit dates.

Use AWS Key Management Service (AWS KMS) to encrypt the S3 bucket and restrict audit team IAM user accounts from accessing the KMS key.

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?