Weekend Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: certbig75

CAP-C01 Exam Dumps - Alibaba Cloud Computing Questions and Answers

Question # 4

A telecommunications company is expanding its backend architecture on Alibaba Cloud to add new services but needs to consolidate security management. They use multiple VPCs and want to streamline authorization management across their services.

What strategy should they adopt to simplify security group management across VPCs?

Options:

A.

Develop a centralized logging system for monitoring all security group activities.

B.

Use basic security groups to create rules referencing other security groups, simplifying traffic control.

C.

Leverage advanced security groups to contain higher IP counts across VPCs.

D.

Deploy network ACLs to manage traffic at the vSwitch level instead.

Buy Now
Question # 5

Sandra hosts a web application on a single ECS instance that stores documents uploaded by users in an EBS data disk. As the requirements grow, they duplicate the application and host it in a second ECS instance in a different zone. An ALB instance is used to distribute traffic between these ECS instances. However, after completing this change, users reported that every time they access the web application, they could only see some of their documents at any given time, but never all of the documents at the same time.

As a Cloud Architect, how would you solve this issue?

Options:

A.

Periodically copy data between both EBS data disks so that the data between both data disks are consistent.

B.

Copy the data from both EBS data disks to File Storage NAS, then set up the two ECSs to save new documents to File Storage NAS.

C.

Configure the ALB to always route requests of a particular user to the same ECS to ensure their documents are all stored on the same EBS data disk.

D.

Configure the ALB to send requests to both ECS servers to retrieve the full list of documents.

Buy Now
Question # 6

Yolanda works for a software company that serves customers all around the globe. They want to ensure that all communications between users and the application are encrypted. They also want to automate the deployment of SSL/TLS certificates across multiple backend servers to streamline operations and maintain high security standards.

Which combination of Alibaba Cloud services should the company implement to achieve this goal MOST effectively? (Correct answers: 2)

Options:

A.

Server Load Balancer (SLB) with SSL offloading

B.

Certificate Management Service

C.

Web Application Firewall (WAF)

D.

Alibaba Cloud CDN with HTTPS enabled

E.

Key Management Service (KMS)

Buy Now
Question # 7

Clash for Victory is a popular online game that is hosted on Alibaba Cloud. As latency can have a huge impact on gameplay, the developers for the game want to implement a mechanism to route all requests to the closest access point, monitor the health of the game, and redirect traffic to healthy backend servers.

The game is deployed in multiple regions on Elastic Compute Service (ECS) instances that are part of Auto Scaling groups configured behind Application Load Balancers (ALBs).

As a Cloud Architect, what course of action would you take?

Options:

A.

Create an Alibaba Cloud CDN distribution and specify the ALB as the origin server. Configure the cache behavior to use origin cache headers. Use Function Compute to optimize the traffic.

B.

Configure an ApsaraDB RDS database to serve as the data store for the application. Create a Tair (Redis® OSS-Compatible) cluster to act as the in-memory cache for hosting the application data.

C.

Configure a Global Accelerator instance. In each region, add a listener for the port that the game listens on, and attach it to the endpoint group of that region. Add the ALB instances as the endpoint.

D.

Create Alibaba Cloud CDN distribution and specify Object Storage Service (OSS) as the origin server. Configure the cache behavior to use origin cache headers.

Buy Now
Question # 8

Alisa ' s company recently migrated to Alibaba Cloud and wants to implement a solution to protect the traffic that flows in and out of the production VPC. Their previous on-premises solution had an inspection server that performed specific operations such as traffic flow inspection and traffic filtering. The company wants to have the same functionalities on Alibaba Cloud.

Which of the following solutions will meet these requirements?

Options:

A.

Set up Alibaba Cloud Log Service to collect traffic logs from the VPC to inspect traffic patterns.

B.

Utilize Alibaba Cloud Traffic Mirroring to replicate traffic flow for analysis and filtering by other tools.

C.

Deploy Alibaba Cloud Security Center for monitoring and inspecting VPC traffic.

D.

Use Alibaba Cloud Cloud Firewall for direct traffic inspection and filtering within the production VPC.

Buy Now
Question # 9

Liam ' s company operates an on-premises data analytics platform across 12 servers. The system runs scheduled jobs (70% of the time, each job taking anywhere from 20 minutes to 2 hours to complete, with tight SLAs) and user jobs (30% of the time, each job taking less than 5 minutes, with no SLA requirements). Scheduled jobs must continue to meet SLAs during system failures, while user jobs can be delayed.

As a Cloud Architect, you are tasked to migrate the system to Alibaba Cloud ECS using a consumption-based model while maintaining the same high availability and SLA requirements.

Which solution is the MOST cost-effective and flexible?

Options:

A.

Choose an Alibaba Cloud region and split the 12 instances across three zones. Use a savings plan to run 3 pay-as-you-go instances in each zone. Run 1 preemptible instance in each zone.

B.

Choose an Alibaba Cloud region and split the 12 instances across three zones. Use reserved instances to run 3 pay-as-you-go instances in each zone. Run 1 preemptible instance in each zone.

C.

Choose an Alibaba Cloud region and split the 12 instances across two zones. Use reserved instances to run 2 pay-as-you-go instances in each zone. Run 4 preemptible instances in each zone.

D.

Choose an Alibaba Cloud region and split the 12 instances across three zones. Use reserved instances to run 6 pay-as-you-go instances in a single zone. Run 3 preemptible instances in each of the remaining two zones.

Buy Now
Question # 10

A multinational corporation is designing its network architecture on Alibaba Cloud to support its distributed applications. Their requirements include:

    Private and high-speed connectivity between on-premises data centers and Alibaba Cloud VPCs across multiple regions.

    Centralized management and enforcement of network security policies.

    Comprehensive monitoring and logging of all network traffic for compliance and auditing purposes.

Which combination of Alibaba Cloud services should the corporation implement to meet these requirements MOST effectively? (Correct answers: 2)

Options:

A.

Use Alibaba Cloud Express Connect with Transit Router and integrate with Security Center.

B.

Implement VPC peering between all regional VPCs and utilize Security Groups for access control.

C.

Set up Cloud Enterprise Network (CEN) and integrate with Simple Log Service.

D.

Deploy multiple VPN Gateways in each region and manage connections individually.

E.

Deploy Alibaba Cloud Global Accelerator for all inter-region traffic routing.

Buy Now
Question # 11

A Cloud Architect is designing a two-tiered architecture that includes a public vSwitch and a database vSwitch. The web servers in the public vSwitch must be open to the Internet on port 443. The ApsaraDB RDS for MySQL instance in the database vSwitch must be accessible only to the web servers on port 3306.

Which combination of actions should the Cloud Architect take to meet these requirements? (Correct answers: 2)

Options:

A.

Create a security group for the RDS instance. Add a rule to allow traffic from the web servers ' security group on port 3306.

B.

Create a security group for the RDS instance. Add a rule to allow traffic from the public vSwitch CIDR block on port 3306.

C.

Create a network ACL for the public vSwitch. Add a rule to deny outbound traffic to 0.0.0.0/0 on port 3306.

D.

Create a security group for the RDS instance. Add a rule to deny all traffic except traffic from the web servers ' security group on port 3306.

E.

Create a security group for the web servers in the public vSwitch. Add a rule to allow traffic from 0.0.0.0/0 on port 443.

Buy Now
Question # 12

An application runs on an Elastic Compute Service (ECS) with an Elastic IP address in VPC A within Alibaba Cloud. The application requires access to a database in VPC B. Both VPCs are in the same Alibaba Cloud account.

Which of the following solutions will provide the required access MOST securely?

Options:

A.

Create a security group for the database that allows all traffic from the public IP address of the application server in VPC A.

B.

Launch an ECS instance with an Elastic IP address into VPC B. Proxy all requests through the new ECS instance.

C.

Configure a VPC peering connection between VPC A and VPC B.

D.

Make the database instance publicly accessible. Assign a public IP address to the database instance.

Buy Now
Question # 13

Muthu is a Cloud Architect who is designing the architecture of a new application being deployed to Alibaba Cloud. The application will run on Elastic Compute Service (ECS) pay-as-you-go instances and will automatically scale across multiple zones based on load. The ECS cluster will scale in and out frequently throughout the day. An Application Load Balancer (ALB) will handle the load distribution. The architecture needs to support distributed session data management.

What should Muthu do to ensure that the architecture supports distributed session data management?

Options:

A.

Use session stickiness of the SLB to manage session data.

B.

Use Tair (Redis® OSS-Compatible) to manage and store session data.

C.

Use CloudMonitor to manage sessions.

D.

Use STS (Security Token Service) for managing sessions.

Buy Now
Exam Code: CAP-C01
Exam Name: Alibaba Cloud Certified Professional: Cloud Architect
Last Update: Sep 19, 2026
Questions: 50
CAP-C01 pdf

CAP-C01 PDF

$21.25  $84.99
CAP-C01 Engine

CAP-C01 Testing Engine

$23.75  $94.99
CAP-C01 PDF + Engine

CAP-C01 PDF + Testing Engine

$33.75  $134.99