ExamGecko

ANS-C00: AWS Certified Advanced Networking - Specialty

AWS Certified Advanced Networking - Specialty
Vendor:

Amazon

AWS Certified Advanced Networking - Specialty Exam Questions: 414
AWS Certified Advanced Networking - Specialty   2.371 Learners
Take Practice Tests
Comming soon
PDF | VPLUS

Exam Number: ANS-C00

Exam Name: AWS Certified Advanced Networking - Specialty

Length of test: 170 mins

Exam Format: Multiple-choice questions.

Exam Language: English

Number of questions in the actual exam: 65 questions

Passing Score: 70%

This certification is designed for individuals who perform complex networking tasks and have at least five years of hands-on experience architecting and implementing network solutions on AWS

This study guide should help you understand what to expect on ANS-C00 exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

Related questions

You have two VPCs that you've peered. You created a route for VPC A to get to an instance in VPC. You are unable to ping the instance. You have double checked your security groups and NACLs. Why might this be?

A.
You forgot to add a return route.
A.
You forgot to add a return route.
Answers
B.
ICMP is not supported over peering connections.
B.
ICMP is not supported over peering connections.
Answers
C.
You have to enable Source/Destination check in the VPCs.
C.
You have to enable Source/Destination check in the VPCs.
Answers
D.
You have to configure the peering connection to allow two way traffic.
D.
You have to configure the peering connection to allow two way traffic.
Answers
Suggested answer: A

Explanation:

Explanation:

Every route needs a return route for ICMP traffic.

asked 16/09/2024
Jimmy Raiford
45 questions

In Amazon CloudFront, to link to your objects, if your domain name is d111111abcdef8.cloudfront.net and your object is image.jpg, then the URL for the link in your webpage will be _____.

A.
http://d111111abcdef8.cloudfront.net/images/image.jpg
A.
http://d111111abcdef8.cloudfront.net/images/image.jpg
Answers
B.
http://d111111abcdef8.dns/images/image.jpg
B.
http://d111111abcdef8.dns/images/image.jpg
Answers
C.
http://d111111abcdef8.dns/image.jpg
C.
http://d111111abcdef8.dns/image.jpg
Answers
D.
http://d111111abcdef8.cloudfront.net/image.jpg
D.
http://d111111abcdef8.cloudfront.net/image.jpg
Answers
Suggested answer: D

Explanation:

Explanation:

In Amazon CloudFront, to link to your objects, if your domain name was d111111abcdef8.cloudfront.net and your object was image.jpg, the URL for the link would be: http://d111111abcdef8.cloudfront.net/ image.jpg. If your object is in a folder within your bucket, include the folder in the URL. For example, if image.jpg is located in an images folder, then the URL would be: http://d111111abcdef8.cloudfront.net/images/image.jpg.

Reference: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/GettingStarted.html

asked 16/09/2024
Jason Evans
47 questions

Which of these modes is not a configuration mode for a WAF?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

Your organization runs a popular e-commerce application deployed on AWS that uses auto scaling in conjunction with an Elastic Load balancing (ELB) service with an HTTPS listener. Your security team reports that an exploitable vulnerability has been discovered in the encryption protocol and cipher that your site uses. Which step should you take to fix this problem?

A.
Generate new SSL certificates for all web servers and replace current certificates.
A.
Generate new SSL certificates for all web servers and replace current certificates.
Answers
B.
Change the security policy on the ELB to disable vulnerable protocols and ciphers.
B.
Change the security policy on the ELB to disable vulnerable protocols and ciphers.
Answers
C.
Generate new SSL certificates and use ELB to front-end the encrypted traffic for all web servers.
C.
Generate new SSL certificates and use ELB to front-end the encrypted traffic for all web servers.
Answers
D.
Leverage your current configuration management system to update SSL policy on all web servers.
D.
Leverage your current configuration management system to update SSL policy on all web servers.
Answers
Suggested answer: D
asked 16/09/2024
Jason Childers
35 questions

You are configuring multiple Direct Connect links for your organization and need them to be in an HA Active/Passive configuration with extreme sensitivity to outages in order to encourage very quick failover times. You also need to be able to control which link is active.

What two configuration changes should you implement? (Choose two.)

A.
MPLS
A.
MPLS
Answers
B.
BFD
B.
BFD
Answers
C.
AS_PATH Prepending
C.
AS_PATH Prepending
Answers
D.
BGP
D.
BGP
Answers
Suggested answer: B, C

Explanation:

Explanation:

Bidirectional-Forwarding Detection will allow for faster failover times. AS_PATH Prepending will allow you to choose the default path. BGP is already implemented and MPLS does not matter.

asked 16/09/2024
Ahmed Otmani Amaoui
30 questions

You have deployed a website that utilizes CloudFront, Elastic Loadbalancer, and S3 to serve content. When users access your site, they receive a "mixed content" security warning. What is most likely the problem?

A.
There is no rule in your bucket policy allowing public access.
A.
There is no rule in your bucket policy allowing public access.
Answers
B.
You have applied your SSL to your Elastic Loadbalancer but not your CDN.
B.
You have applied your SSL to your Elastic Loadbalancer but not your CDN.
Answers
C.
Your S3 Bucket permissions are incorrect.
C.
Your S3 Bucket permissions are incorrect.
Most voted
Answers (1)
Most voted
D.
You are using an SSL from an external CA.
D.
You are using an SSL from an external CA.
Answers
Suggested answer: B

Explanation:

Explanation:

You must apply the SSL to your Elastic Loadblanacer and your CDN to encrypt all aspects of your site.

asked 16/09/2024
Tim Baas
42 questions

Which service would you use to see who changed your infrastructure?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

A company is building a hybrid PCI-DSS compliant application that runs in the us-west-2 Region and on-premises. The application sends access logs from all locations to a single Amazon S3 bucket in uswest-2. To protect this sensitive data, the bucket policy is configured to deny access from public IP addresses. How should an engineer configure the network to meet these requirements?

A.
Configure an AWS Direct Connect private virtual interface to the company's AWS VPC in us-west-2. Create a VPC endpoint and configure the on-premises systems to leverage an HTTPS proxy in the VPC to access Amazon S3.
A.
Configure an AWS Direct Connect private virtual interface to the company's AWS VPC in us-west-2. Create a VPC endpoint and configure the on-premises systems to leverage an HTTPS proxy in the VPC to access Amazon S3.
Answers
B.
Configure a VPN connection to the company's AWS VPC in us-west-2 and use BGP to advertise routes for Amazon S3.
B.
Configure a VPN connection to the company's AWS VPC in us-west-2 and use BGP to advertise routes for Amazon S3.
Answers
C.
Configure a Direct Connect connection public virtual interface to us-west-2. Leverage an on-premises HTTPS proxy tosend traffic to Amazon S3 over a Direct Connect connection.
C.
Configure a Direct Connect connection public virtual interface to us-west-2. Leverage an on-premises HTTPS proxy tosend traffic to Amazon S3 over a Direct Connect connection.
Answers
D.
Configure a VPN connection to the company's AWS VPC in us-west-2. Create a NAT gateway and configure the onpremises systems to leverage an HTTPS proxy in the VPC to access Amazon S3.
D.
Configure a VPN connection to the company's AWS VPC in us-west-2. Create a NAT gateway and configure the onpremises systems to leverage an HTTPS proxy in the VPC to access Amazon S3.
Answers
Suggested answer: C
asked 16/09/2024
John Bocachica
46 questions

An organization has multiple applications running in VPCs across multiple AWS accounts. The network engineer has deployed a central VPC with a pair of software VPN instances that run IPSec tunnels with dynamic routing to VGWs of all application VPCs. This central VPC is connected to on-premises resources via a Direct Connect connection using a private VIF.

What additional configuration is required to enable the applications in VPCs to communicate with each other and access onpremises resources?

A.
Configure each application VPC with a static route entry pointing the on-premises CIDR block to the software VPN instances.
A.
Configure each application VPC with a static route entry pointing the on-premises CIDR block to the software VPN instances.
Answers
B.
Configure the central VPC with a static route entry pointing the on-premises CIDR block to local VGWs.
B.
Configure the central VPC with a static route entry pointing the on-premises CIDR block to local VGWs.
Answers
C.
Advertise all application VPC CIDR blocks to on-premises resources via the VGW in the central VPC.
C.
Advertise all application VPC CIDR blocks to on-premises resources via the VGW in the central VPC.
Answers
D.
Configure IPSec tunnels from the on-premises router into the software VPN instances with dynamic routing.
D.
Configure IPSec tunnels from the on-premises router into the software VPN instances with dynamic routing.
Answers
Suggested answer: B
asked 16/09/2024
Tiago Silva
39 questions

Under increased cybersecurity concerns, a company is deploying a near real-time intrusion detection system (IDS) solution.

A system must be put in place as soon as possible. The architecture consists of many AWS accounts, and all results must be delivered to a central location. Which solution will meet this requirement, while minimizing downtime and costs?

A.
Deploy a third-party vendor solution to perform deep packet inspection in a transit VPC.
A.
Deploy a third-party vendor solution to perform deep packet inspection in a transit VPC.
Answers
B.
Enable VPC Flow Logs on each VP
B.
Enable VPC Flow Logs on each VP
Answers
C.
Set up a stream of the flow logs to a central Amazon Elasticsearch cluster.
C.
Set up a stream of the flow logs to a central Amazon Elasticsearch cluster.
Answers
D.
Enable Amazon Macie on each AWS account and configure central reporting.
D.
Enable Amazon Macie on each AWS account and configure central reporting.
Answers
E.
Enable Amazon GuardDuty on each account as members of a central account.
E.
Enable Amazon GuardDuty on each account as members of a central account.
Answers
Suggested answer: D

Explanation:

Explanation:

References: https://aws.amazon.com/blogs/security/how-to-manage-amazon-guardduty-security-findings-across-multipleaccounts/

asked 16/09/2024
Fthcx Fgghn
33 questions