Study Group Quiz

Study Group Quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

AWS Security - Semana 5

AWS Security - Semana 5

Professional Development

10 Qs

Exam Prep 2

Exam Prep 2

Professional Development

10 Qs

AWS Architect Class 8

AWS Architect Class 8

Professional Development

8 Qs

Is Your AWS Cloud Well Architected

Is Your AWS Cloud Well Architected

Professional Development

10 Qs

雲端從業人員Module 2 知識點檢查

雲端從業人員Module 2 知識點檢查

Professional Development

10 Qs

AWS Skill Up!

AWS Skill Up!

Professional Development

12 Qs

AWS Restart Quiz 2 bancos de dados

AWS Restart Quiz 2 bancos de dados

Professional Development

14 Qs

AWS RDS Quiz

AWS RDS Quiz

Professional Development

10 Qs

Study Group Quiz

Study Group Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Jeff Stockamp

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cloud Practitioner:

Why is AWS more economical than traditional data centers for applications with varying compute workloads?

Amazon EC2 costs are billed on a monthly basis.

Users retain full administrative access to their Amazon EC2 instances

Amazon EC2 instances can be launched on demand when needed.

Users can permanently run enough instances to handle peak workloads.

Answer explanation

The ability to launch instances on demand when needed allows users to launch and terminate instances in response to a varying workload. This is a more economical practice than purchasing enough on premises servers to handle the peak load.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cloud Practitioner:

Which service can identify the user that made the API call when an Amazon EC2 instance is terminated?

AWS Trusted Advisor

AWS CloudTrail

AWS X-Ray

AWS Identity and Access Management (AWS IAM)

Answer explanation

AWS CloudTrail helps users enable governance, compliance, and operational and risk auditing of their AWS accounts. Actions taken by a user, role, or an AWS service are recorded as events in CloudTrail. Events include actions taken in the AWS Management Console, AWS Command Line Interface (CLI), and AWS SDKs and APIs.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cloud Practitioner:

Which component of the AWS global infrastructure does Amazon CloudFront use to ensure low-latency delivery?

AWS Regions

Edge locations

Availability Zones

Virtual Private Cloud (VPC)

Answer explanation

To deliver content to users with lower latency, Amazon CloudFront uses a global network of points of presence (edge locations and regional edge caches) worldwide.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cloud Practitioner:

How would a system administrator add an additional layer of login security to a user's AWS Management Console?

Use Amazon Cloud Directory

Audit AWS Identity and Access Management (IAM) roles

Enable multi-factor authentication

Enable AWS CloudTrail

Answer explanation

– Multi-factor authentication (MFA) is a simple best practice that adds an extra layer of protection on top of a username and password. With MFA enabled, when a user signs in to an AWS Management Console, they will be prompted for their username and password (the first factor—what they know), as well as for an authentication code from their MFA device (the second factor—what they have). Taken together, these multiple factors provide increased security for AWS account settings and resources.

5.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

Associate Solutions Architect:

A company plans to run a monitoring application on an Amazon EC2 instance in a VPC. Connections are made to the EC2 instance using the instance’s private IPv4 address. A solutions architect needs to design a solution that will allow traffic to be quickly directed to a standby EC2 instance if the application fails and becomes unreachable.

Which approach will meet these requirements?

Deploy an Application Load Balancer configured with a listener for the private IP address and register the

primary EC2 instance with the load balancer. Upon failure, de-register the instance and register the

standby EC2 instance.

Configure a custom DHCP option set. Configure DHCP to assign the same private IP address to the

standby EC2 instance when the primary EC2 instance fails.

Attach a secondary elastic network interface to the EC2 instance configured with the private IP address.

Move the network interface to the standby EC2 instance if the primary EC2 instance becomes

unreachable.

Associate an Elastic IP address with the network interface of the primary EC2 instance. Disassociate the

Elastic IP from the primary instance upon failure and associate it with a standby EC2 instance.

Answer explanation

A secondary elastic network interface can be added to an EC2 instance. While primary network interfaces cannot be detached from an instance, secondary network interfaces can be detached and attached to a different EC2 instance.

6.

MULTIPLE CHOICE QUESTION

3 mins • 2 pts

Associate Solutions Architect:

A website runs a custom web application that receives a burst of traffic each day at noon. The users upload new pictures and content daily, but have been complaining of timeouts. The architecture uses Amazon EC2 Auto Scaling groups, and the application consistently takes 1 minute to initiate upon boot up before responding to user requests.

How should a solutions architect redesign the architecture to better respond to changing traffic?

Configure a Network Load Balancer with a slow start configuration

Configure Amazon ElastiCache for Redis to offload direct requests from the EC2 instances

Configure an Auto Scaling step scaling policy with an EC2 instance warmup condition.

Configure Amazon CloudFront to use an Application Load Balancer as the origin.

Answer explanation

The current configuration puts new EC2 instances into service before they are able to respond to transactions. This could also cause the instances to overscale. With a step scaling policy, you can specify the number of seconds that it takes for a newly launched instance to warm up. Until its specified warm-up time has expired, an EC2 instance is not counted toward the aggregated metrics of the Auto Scaling group. While scaling out, the Auto Scaling logic does not consider EC2 instances that are warming up as part of the current capacity of the Auto Scaling group. Therefore, multiple alarm breaches that fall in the range of the same step adjustment result in a single scaling activity. This ensures that you do not add more instances than you need.

7.

MULTIPLE SELECT QUESTION

3 mins • 2 pts

Associate Solutions Architect:

A company’s security team requires that all data stored in the cloud be encrypted at rest at all times using encryption keys stored on premises.

Which encryption options meet these requirements? (Select TWO.)

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

Use server-side encryption with AWS KMS managed encryption keys (SSE-KMS).

Use server-side encryption with customer-provided encryption keys (SSE-C).

Use client-side encryption to provide at-rest encryption.

Use an AWS Lambda function invoked by Amazon S3 events to encrypt the data using the customer’s

keys.

Answer explanation

Server-side encryption with customer-provided keys (SSE-C) enables Amazon S3 to encrypt objects on the server side using an encryption key provided in the PUT request. The same key must be provided in the GET requests for Amazon S3 to decrypt the object. Customers also have the option to encrypt data on the client side before uploading it to Amazon S3, and then they can decrypt the data after downloading it. AWS software development kits (SDKs) provide an S3 encryption client that streamlines the process.

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?