wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Let's go deeper

Total questions: 10

Worksheet time: 12mins

Name
Class
Date
1.

Amazon Aurora supports both .......................... databases

a)

MySQL and MariaDB

b)

MariaDB and Oracle

c)

DynamoDB and Oracle

d)

MySQL and PostgreSQL

2.

You have a requirement that people in any country but Nigeria should NOT be able to access your website. Which Route 53 Routing Policy helps you in achieving this?

a)

Simple

b)

Latency

c)

Geolocation

d)

Geolatency

3.

What should you use to control traffic in and out of EC2 instances?

a)

Security Groups

b)

Network Access Control List (NACL)

c)

IAM Policies

d)

It's not possible

4.

Amazon RDS supports the following databases, EXCEPT:

a)

MySQL

b)

MongoDB

c)

MariaDB

d)

Microsoft SQL Server

5.

Which EC2 Purchasing Option can provide you the biggest discount, but it is not suitable for critical jobs?

a)

Dedicated Hosts

b)

On-Demand Instances

c)

Reserved Instances

d)

Spot Instances

6.

You are preparing to launch an application that will be hosted on a set of EC2 instances. This application needs some software that needs to be installed at the first launch. What is the best way to achieve this when you launch the EC2 instances?

a)

Write a bash script that installs the software and contact AWS support to run the script

b)

Write a bash script that installs the software and use the script in EC2 user data when you launch the instances

c)

Use SSH to log into the instaces and manually install the software

d)

No need to install the software as AWS will take care of all software installation

7.

You are working as a Solutions Architect for a company and you are required to design an architecture for a high-performance, low-latency application that will receive millions of requests per second. Which type of Elastic Load Balancer should you choose?

a)

Classic Load Balancer

b)

Application Load Balancer

c)

Network Load Balancer

d)

Elastic Load Balancer

8.

You have updated your application and would like 10% of your users traffic to be directed to this updated application for testing. What Route53 policy would you use to achieve this?

a)

Weighted

b)

Latency

c)

Geolocation

d)

Simple

9.

Which of the following statement is true regarding replication in both RDS Read Replicas and Multi-AZ?

a)

Read Replica uses Asynchronous Replication while Multi-AZ uses Synchronous Replication

b)

Read Replica uses Asynchronous Replication while Multi-AZ uses Asynchronous Replication

c)

Read Replica uses Synchronous Replication while Multi-AZ uses Asynchronous Replication

d)

Read Replica uses Synchronous Replication while Multi-AZ uses Synchronous Replication

10.

Scaling an EC2 instance from t2.micro to t2.large is?

a)

Vertical Scalability

b)

Horizontal Scalability

c)

Diagonal Scalability

d)

An EC2 instance can't be scaled like that