Amazon AWS

AWS Certified Advanced Networking – Specialty

ANS-C01
Popular

The AWS Certified Advanced Networking – Specialty (ANS-C01) exam validates your skills in designing and implementing AWS networking solutions. It is suitable for networking professionals looking to specialize in AWS.

468 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 41–50 of 468

Q41

You are configuring a VPC with two public subnets. What is needed for internet access?

  • A NAT Gateway
  • B Internet Gateway
  • C VPC Peering
  • D VPN Connection
Explanation An Internet Gateway is required for internet access from public subnets, while others do not facilitate direct internet access.
Q42

What happens when an IAM user exceeds their API rate limit?

  • A API requests are silently ignored
  • B Requests receive error 429
  • C User loses all permissions
  • D Requests are queued instantly
Explanation Exceeding the API rate limit results in an error 429, indicating too many requests, while other options are incorrect behaviors.
Q43

Which service allows for automated deployment and scaling of applications in AWS?

  • A AWS Elastic Beanstalk
  • B AWS CloudFormation
  • C AWS CodeDeploy
  • D AWS Lambda
Explanation AWS Elastic Beanstalk provides a platform for automated deployment and scaling, while others serve different purposes.
Q44

A company needs to securely connect their on-premises data center to AWS. Which service should they use?

  • A AWS Direct Connect
  • B AWS VPN
  • C AWS Transit Gateway
  • D AWS DataSync
Explanation AWS Direct Connect offers a private connection to AWS, ideal for secure and high-bandwidth applications.
Q45

What happens when you delete a VPC that has running resources in AWS?

  • A All resources are automatically deleted
  • B Resources become inaccessible
  • C Only the VPC is deleted
  • D No impact, VPCs can be empty
Explanation Deleting a VPC will also terminate all resources within it, leading to their automatic deletion.
Q46

Which service allows serverless computing on AWS?

  • A AWS Lambda
  • B Amazon EC2
  • C AWS RDS
  • D Amazon S3
Explanation AWS Lambda allows execution of code without provisioning servers; EC2 requires server management, RDS is a database service, and S3 is for storage.
Q47

A company needs to connect its on-premises network to AWS using a dedicated connection. Which service should they use?

  • A AWS Direct Connect
  • B AWS VPN
  • C Amazon CloudFront
  • D AWS Transit Gateway
Explanation AWS Direct Connect establishes dedicated connectivity, while VPN is for encrypted tunnels, CloudFront is a CDN, and Transit Gateway connects VPCs.
Q48

What happens when you deploy a VPC with overlapping CIDR ranges?

  • A Deployment succeeds without issues
  • B Deployment fails with an error
  • C Overlapping ranges are merged automatically
  • D CIDR ranges change to a default setting
Explanation Deployment fails due to CIDR range conflicts; no automatic merging occurs, and there are no default changes made.
Q49

Which service is used for AWS Direct Connect?

  • A Amazon VPC
  • B AWS Transit Gateway
  • C AWS Direct Connect
  • D AWS VPN
Explanation AWS Direct Connect is used for dedicated network connections, while others serve different purposes.
Q50

A company needs to connect its on-premises data center to its AWS VPC securely. What is a cost-effective, high-bandwidth solution?

  • A AWS Site-to-Site VPN
  • B AWS Direct Connect
  • C AWS CloudFront
  • D AWS Transit Gateway
Explanation AWS Direct Connect provides a dedicated connection offering high bandwidth compared to Site-to-Site VPN.