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.
What is the primary function of AWS Transit Gateway?
AConnect VPCs and on-premises networks
BStore data in S3
CManage IAM users
DBackup EC2 instances
Explanation
AWS Transit Gateway facilitates interconnectivity among VPCs and on-premises networks, while others do not serve the same purpose.
Q92
A company needs to ensure that all S3 bucket access logs are stored safely and securely. Which service should they use?
AS3 Cross-Region Replication
BCloudFront
CAWS Backup
DLifecycle Policies
Explanation
S3 Cross-Region Replication automatically replicates bucket contents, ensuring the logs are both available and secure across regions, unlike other options.
Q93
What happens when a resource is tagged with an IAM policy that denies all actions?
AAll actions are allowed
BOnly read actions are denied
CAll actions are denied
DActions are limited to certain users
Explanation
A deny rule in IAM takes precedence over any allow rules, thereby denying all actions for the tagged resource while others are incorrect interpretations of IAM policy behavior.
Q94
Which service provides automatic scaling of resources based on utilization?
AAWS Auto Scaling
BAWS CloudFormation
CAmazon S3
DAWS IAM
Explanation
AWS Auto Scaling adjusts resources based on demand; the others do not provide automatic scaling capabilities.
Q95
A company needs to securely handle user authentication without storing passwords. What should they use?
AAWS Cognito
BAWS Lambda
CAWS RDS
DAWS SES
Explanation
AWS Cognito enables authentication without password storage, unlike the others which serve different functions.
Q96
What happens when a security group is deleted while instances still reference it?
AInstances refuse traffic completely
BTraffic flows normally
CInstances terminate automatically
DNetwork configurations reset
Explanation
Instances retain old security group rules; deletion doesn’t impact them immediately, while the others are incorrect outcomes.
Q97
Which service provides DNS service for AWS resources?
AAmazon Route 53
BAWS CloudTrail
CAmazon VPC
DAWS Config
Explanation
Amazon Route 53 is the DNS service for AWS resources, whereas the other options serve different purposes.
Q98
A company needs to connect its on-premises network to AWS securely. Which solution should they implement?
AAWS Direct Connect
BAWS Lambda
CAmazon S3
DAmazon EC2
Explanation
AWS Direct Connect provides a dedicated connection for secure network integration, while the other services do not facilitate network connectivity.
Q99
You are configuring a Network ACL with both Allow and Deny rules. What happens if a packet matches a Deny rule?
AThe packet is allowed
BThe packet is dropped
CThe packet is logged
DThe packet is modified
Explanation
A match to a Deny rule results in the packet being dropped, and it won't be processed further.
Q100
Which AWS service provides a Virtual Private Cloud (VPC)?
AAmazon VPC
BAWS Direct Connect
CAWS Route 53
DAWS IAM
Explanation
Amazon VPC is specifically designed for creating isolated networks, while other options serve different purposes.