AWS Solutions Architect Associate - Networking and VPC

AWS Solutions Architect Associate - Networking and VPC

Professional Development

23 Qs

quiz-placeholder

Similar activities

Computer Hardware Quiz

Computer Hardware Quiz

Professional Development

20 Qs

Código ASCII

Código ASCII

Professional Development

18 Qs

PYTHON MANIPULÇAÕ ARRAY MATRIZES

PYTHON MANIPULÇAÕ ARRAY MATRIZES

Professional Development

20 Qs

JavaScript Control Flow – MCQ Quiz (With Answers)

JavaScript Control Flow – MCQ Quiz (With Answers)

Professional Development

20 Qs

Topic 1 Question 201 to 220

Topic 1 Question 201 to 220

Professional Development

20 Qs

Exploring Data Types in C

Exploring Data Types in C

Professional Development

20 Qs

31/07 - PNDS - Ordenação em Python

31/07 - PNDS - Ordenação em Python

Professional Development

20 Qs

AWS Solutions Architect Associate - Networking and VPC

AWS Solutions Architect Associate - Networking and VPC

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Francis Borja

Used 3+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the CIDR 10.0.4.0/28 correspond to?

10.0.4.0 to 10.0.4.15

10.0.4.0 to 10.0.32.0

10.0.4.0 to 10.0.4.28

10.0.0.0 to 10.0.16.0

Answer explanation

/28 means 16 IPs (=2^(32-28) = 2^4), means only the last digit can change.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a corporate network of size 10.0.0.0/8 and a satellite office of size 192.168.0.0/16. Which CIDR is acceptable for your AWS VPC if you plan on connecting your networks later on?

172.16.0.0/12

172.16.0.0/16

10.0.16.0/16

192.168.4.0/18

Answer explanation

CIDR not should overlap, and the max CIDR size in AWS is /16.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You plan on creating a subnet and want it to have at least capacity for 28 EC2 instances. What's the minimum size you need to have for your subnet?

/28

/27

/26

/25

Answer explanation

Perfect size, 64 IPs. Must include enough space for the 5 reserved IPs.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Security Groups operate at the ________ level while NACLs operate at the ________ level.

EC2 instance, Subnet

Subnet, EC2 instance

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have attached an Internet Gateway to your VPC, but your EC2 instances still don't have access to the Internet. What is NOT a possible issue?

Route Tables are missing entries

The EC2 instances don't have public IPs

The Security Group does not allow traffic in

The NACL does not allow traffic out

Answer explanation

Security groups are stateful and if traffic can go out, then it can go back in.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You would like to provide Internet access to your EC2 instances in private subnets with IPv4 while making sure this solution requires the least amount of administration and scales seamlessly. What should you use?

NAT Instances with Source/Destination Check flag off

Egress Only Internet Gateway

NAT Gateway

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

VPC Peering has been enabled between VPC A and VPC B, and the route tables have been updated for VPC A. But, the EC2 instances cannot communicate. What is the likely issue?

Check the NACL

Check the Route Tables in VPC B

Check the EC2 instance attached Security Groups

Check if DNS Resolution is enabled

Answer explanation

Route tables must be updated in both VPCs that are peered.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?