AWS Solutions Architect Associate - Networking and VPC

AWS Solutions Architect Associate - Networking and VPC

Professional Development

23 Qs

quiz-placeholder

Similar activities

AWS Solutions Architect Associate - Architectures

AWS Solutions Architect Associate - Architectures

Professional Development

20 Qs

Quizz Segurança e conformidade AWS

Quizz Segurança e conformidade AWS

Professional Development

25 Qs

AWS DVA-C02 Quiz by CAAI

AWS DVA-C02 Quiz by CAAI

Professional Development

25 Qs

Amazon Trivia

Amazon Trivia

Professional Development

27 Qs

Networking and Routing Quiz 1

Networking and Routing Quiz 1

Professional Development

23 Qs

redes 0.1

redes 0.1

Professional Development

20 Qs

SAA-C03) - Módulos: 10 (Rede-2) e 11 (Sem servidor)

SAA-C03) - Módulos: 10 (Rede-2) e 11 (Sem servidor)

Professional Development

25 Qs

Digital Classroom - Architecting on AWS - Módulos 5-7

Digital Classroom - Architecting on AWS - Módulos 5-7

Professional Development

25 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

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?