AWS Part 3 (101-150)

AWS Part 3 (101-150)

Assessment

Quiz

Other

Professional Development

Medium

Created by

Jean Leslie Laranjo

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company is building an internal application that serves as a repository for images uploaded by a couple of users. Whenever a user uploads an image, it would be sent to Kinesis Data Streams for processing before it is stored in an S3 bucket. If the upload was successful, the application will return a prompt informing the user that the operation was successful. The entire processing typically takes about 5 minutes to finish.

Which of the following options will allow you to asynchronously process the request to the application from upload request to Kinesis, S3, and return a reply in the most cost-effective manner?

Use a combination of SQS to queue the requests and then asynchronously process them using On-Demand EC2 Instances.

Replace the Kinesis Data Streams with an Amazon SQS queue. Create a Lambda function that will asynchronously process the requests.

Use a combination of Lambda and Step Functions to orchestrate service components and asynchronously process the requests.

Use a combination of SNS to buffer the requests and then asynchronously process them using On-Demand EC2 Instances.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A media company hosts large volumes of archive data that are about 250 TB in size on their internal servers. They have decided to move these data to S3 because of its durability and redundancy. The company currently has a 100 Mbps dedicated line connecting their head office to the Internet.

Which of the following is the FASTEST and the MOST cost-effective way to import all these data to Amazon S3?

Order multiple AWS Snowball devices to upload the files to Amazon S3.

Establish an AWS Direct Connect connection then transfer the data over to S3.

Use AWS Snowmobile to transfer the data over to S3.

Upload it directly to S3.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company is working with a government agency to improve traffic planning and maintenance of roadways to prevent accidents. The proposed solution is to manage the traffic infrastructure in real-time, alert traffic engineers and emergency response teams when problems are detected, and automatically change traffic signals to get emergency personnel to accident scenes faster by using sensors and smart devices.

Which AWS service will allow the developers of the agency to connect the smart devices to the cloudbased applications?

AWS Elastic Beanstalk

AWS CloudFormation

Amazon Elastic Container Service

AWS IoT Core

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A commercial bank has a forex trading application. They created an Auto Scaling group of EC2 instances that allow the bank to cope with the current traffic and achieve cost-efficiency. They want the Auto Scaling group to behave in such a way that it will follow a predefined set of parameters before it scales down the number of EC2 instances, which protects the system from unintended slowdown or unavailability.

Which of the following statements are true regarding the cooldown period? (Select TWO.)

Its default value is 300 seconds.

It ensures that the Auto Scaling group does not launch or terminate additional EC2 instances before the previous scaling activity takes effect.

It ensures that the Auto Scaling group launches or terminates additional EC2 instances without any downtime.

Its default value is 600 seconds.

It ensures that before the Auto Scaling group scales out, the EC2 instances have ample time to cooldown.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An organization needs to control the access for several S3 buckets. They plan to use a gateway endpoint to allow access to trusted buckets.

Which of the following could help you achieve this requirement?

Generate an endpoint policy for trusted S3 buckets.

Generate a bucket policy for trusted VPCs.

Generate an endpoint policy for trusted VPCs.

Generate a bucket policy for trusted S3 buckets.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company has an enterprise web application hosted on Amazon ECS Docker containers that use an Amazon FSx for Lustre filesystem for its high-performance computing workloads. A warm standby environment is running in another AWS region for disaster recovery. A Solutions Architect was assigned to design a system that will automatically route the live traffic to the disaster recovery (DR) environment only in the event that the primary application stack experiences an outage

What should the Architect do to satisfy this requirement?

Set up a CloudWatch Events rule to monitor the primary Route 53 DNS endpoint and create a custom Lambda function. Execute the ChangeResourceRecordSets API call using the function to initiate the failover to the secondary DNS record.

Set up a Weighted routing policy configuration in Route 53 by adding health checks on both the primary stack and the DR environment. Configure the network access control list and the route table to allow Route 53 to send requests to the endpoints specified in the health checks. Enable the Evaluate Target Health option by setting it to Yes.

Set up a failover routing policy configuration in Route 53 by adding a health check on the primary service endpoint. Configure Route 53 to direct the DNS queries to the secondary record when the primary resource is unhealthy. Configure the network access control list and the route table to allow Route 53 to send requests to the endpoints specified in the health checks. Enable the Evaluate Target Health option by setting it to Yes.

Set up a CloudWatch Alarm to monitor the primary Route 53 DNS endpoint and create a custom Lambda function. Execute the ChangeResourceRecordSets API call using the function to initiate the failover to the secondary DNS record.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Solutions Architect is working for a company that uses Chef Configuration management in their data center. She needs to leverage their existing Chef recipes in AWS.

Which of the following services should she use?

AWS CloudFormation

AWS OpsWorks

Amazon Simple Workflow Service

AWS Elastic Beanstalk

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?