PracticeCF

ANS-C01 Question Bank · Latest 50 Questions Free Preview (Page 2/5)

Questions 11–20 of the latest 50 ANS-C01 questions (5 pages total), with answers and explanations, no login required. Practice all 690 questions online.

Question 11 · No. 651 · Multiple choice

A finance company runs multiple applications on Amazon EC2 instances in two VPCs that are within a single AWS Region. The company uses one VPC for stock trading applications. The company uses the second VPC for financial applications. Both VPCs are connected to a transit gateway that is configured as a multicast router. In the stock trading VPC, an EC2 instance that has an IP address of 10.128.10.2 sends trading data over a multicast network to the 239.10.10.10 IP address on UDP Port 5102. The company recently launched two new EC2 instances in the financial application VPC. The new EC2 instances need to receive the multicast stock trading data from the EC2 instance that is in the stock trading VPC. Which combination of steps should the company take to meet this requirement? (Choose three.)

Answer: A, C, E

Explanation: To ensure that the two new EC2 instances in the financial application VPC can receive multicast stock trading data from the stock trading VPC, the following steps must be taken: First (Option A), add the elastic network interfaces of the two new EC2 instances as members of the multicast group using the group IP address (239.10.10.10). Second (Option C), create associations to the EC2 instance IDs on the financial application VPC transit gateway attachment under the transit gateway multicast domain to enable multicast traffic routing. Finally (Option E), configure an inbound rule in the security groups attached to the multicast receiver instances to allow UDP traffic on port 5102 from the source IP address of the sender (10.128.10.2). These steps collectively ensure proper multicast group membership, transit gateway configuration, and security group rules to facilitate the required communication.
Question 12 · No. 652 · Single choice

A company wants to implement a distributed architecture on AWS that uses a Gateway Load Balancer (GWLB) and GWLB endpoints. The company has chosen a hub-and-spoke model. The model includes a GWLB and virtual appliances that are deployed into a centralized appliance VPC and GWLB endpoints. The model also includes internet gateways that are configured in spoke VPCs. Which sequence of traffic flow to the internet from the spoke VPC is correct?

Answer: A

Question 13 · No. 653 · Single choice

A company hosts a highly available, scalable, and resilient application on Amazon EC2 instances that are part of an Auto Scaling group. A network engineer is planning to integrate IPv6 support with the application deployment in phases. The first phase is to enable IPv6 service consumption on the public Network Load Balancers (NLBs) that are deployed across the infrastructure. The target groups for the NLBS are configured as the Auto Scaling groups of the EC2 instances that host the application. The NLBs are configured for dual-stack operation. During the testing of the first phase, the IPv6 application queries are not reaching the backend servers. What is the cause of this issue?

Answer: A

Explanation: The issue is that the EC2 instances are not reachable over IPv6 because the subnets where they are deployed do not have IPv6 addresses configured. Even though the NLBs are configured for dual-stack operation and can accept IPv6 traffic, the backend EC2 instances must also be configured to handle IPv6 traffic. If the subnets lack IPv6 addressing, the traffic cannot reach the EC2 instances.
Question 14 · No. 654 · Single choice

A company has 10 Amazon EC2 instances that run web server software in a production VPC. The company also has 10 web servers that run in an on-premises data center. The company has a 10 Gbps AWS Direct Connect connection between the on-premises data center and the production VPC. The data center uses the 10.100.0.0/20 CIDR block. The company needs to implement a load balancing solution that receives HTTPS traffic from thousands of external users. The solution must distribute the traffic across the web servers on AWS and the web servers in the data center. Regardless of the location of the web servers, HTTPS requests must go to the same web server for the duration of the session. Which solution will meet these requirements?

Answer: B

Explanation: The correct solution is to use an Application Load Balancer (ALB) because it supports HTTPS traffic and can distribute traffic across both AWS EC2 instances and on-premises servers. Additionally, ALB supports application-based sticky sessions, which ensure that requests from the same user are routed to the same server for the duration of their session. This meets the requirement of maintaining session persistence regardless of the location of the web servers. Network Load Balancers (NLBs) do not support application-based sticky sessions, making them unsuitable for this scenario.
Question 15 · No. 655 · Multiple choice

A company has VPCs in the us-east-1 Region that are connected to each other through a transit gateway. A network engineer needs to establish an AWS Direct Connect connection between the company's on-premises data center and the transit gateway for the migration of a workload. The Direct Connect connection is UP according to the ConnectionState metric in Amazon CloudWatch. However, the VIF is DOWN. The network engineer has verified the transit VIF and BGP configurations on the on-premises router and has found no issues. However, the network engineer is unable to ping the Amazon peer IP address. Which combination of steps should the network engineer take to troubleshoot this issue? (Choose three.)

Answer: A, C, E

Question 16 · No. 656 · Multiple choice

A company has a web application that runs in eight AWS Regions. In each Region, the application is hosted on multiple compute resources behind an Application Load Balancer (ALB). The different Regions are using different domains. Each ALB is configured to accept only HTTPS traffic. Each ALB uses a certificate from AWS Certificate Manager (ACM). The company wants to simplify the application’s appearance on the web by using a new single domain for all Regions. A network engineer needs to implement this change by designing a solution that also will minimize latency for the application's end users. Which combination of actions will meet these requirements? (Choose three.)

Answer: C, D, E

Question 17 · No. 657 · Single choice

A company has a hybrid environment that connects an on-premises data center to the AWS Cloud. The hybrid environment uses a 10 Gbps AWS Direct Connect dedicated connection. The Direct Connect connection has multiple private VIFs that terminate in multiple VPCs. To comply with regulations, the company must encrypt all WAN traffic, regardless of the underlying transport. The company needs to implement an encryption solution that will not affect the company's bandwidth capacity. Which solution will meet these requirements?

Answer: C

Question 18 · No. 658 · Single choice

A company is planning to migrate to AWS and use multiple VPCs in multiple AWS Regions. A network engineer must connect the eu-west-1 and eu-central-1 Regions to the company headquarters and branch office, respectively. The network engineer created a production VPC, named Prod A, with a CIDR block of 10.0.0.0/16. Prod A runs in an account in eu-west-1. The network engineer then created another production VPC, named Prod B, with a CIDR block of 10.1.0.0/16. Prod В runs in a different account in eu-central-1. The network engineer performed the following steps to try to achieve the required connectivity: 1. Created one transit gateway in each Region 2. Shared and accepted the transit gateways with the production accounts in both Regions 3. Configured the peering attachment between both transit gateways 4. Attached both VPCs to the respective Region transit gateway 5. Created both transit gateway route tables and associated the attachments with the route tables 6. Configured a static route in both transit gateway route tables to send traffic to the remote VPC in the other Region 7. Activated route propagation on the VPC route tables in each Region After the configuration, the network engineer tried to connect from Prod A to Prod B. However, the connection was unsuccessful. What should the network engineer do to achieve the required connectivity?

Answer: C

Question 19 · No. 659 · Single choice

A company uses transit gateways to route traffic between the company's VPCs. Each transit gateway has a single route table. Each route table contains attachments and routes for the VPCs that are in the same AWS Region as the transit gateway. The route tables in each VPC also contain routes to all the other VPC CIDR ranges that are available through the transit gateways. Some VPCs route to local NAT gateways. The company plans to add many new VPCs soon. A network engineer needs a solution to add new VPC CIDR ranges to the route tables in each VPC. Which solution will meet these requirements in the MOST operationally efficient way?

Answer: A

Question 20 · No. 660 · Single choice

A company runs workloads in multiple VPCs in the us-east-1 Region. The VPCs are connected to a transit gateway. An AWS Direct Connect connection provides private connectivity between a data center that is in the US and the transit gateway. A Direct Connect gateway is associated with the transit gateway. The company has recently opened a new office location in London. The company plans to launch cloud services in multiple VPCs in the eu-west-2 Region. Users in the new London office must have private access to the workloads that run in us-east-1. Users in the US data center must have access to any workloads that are created in eu-west-2. A network engineer must implement a flexible solution that provides users the required access. The solution must be able to accommodate future growth. Which solution will meet these requirements with the LEAST operational effort?

Answer: B

Explanation: The best solution is to establish a new Direct Connect connection for the London office and attach it to the existing Direct Connect gateway. This approach ensures that users in the London office can privately access workloads in us-east-1, and users in the US data center can access workloads in eu-west-2. Creating a transit gateway in eu-west-2 and associating it with the existing Direct Connect gateway simplifies network management and reduces operational overhead. Additionally, creating a peering connection between the transit gateways in both regions allows seamless communication between the VPCs across regions while accommodating future growth.
Prev 12345 Next