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

CAP-C01 Alibaba Cloud Certified Professional: Cloud Architect Questions and Answers

Questions 4

A company is building a big data analytics platform on Alibaba Cloud to process and analyze petabytes of data. They require a highly scalable storage solution that can handle both structured and unstructured data, and a processing framework that supports batch and interactive queries.

Which combination of Alibaba Cloud services should the company use to build this platform? (Correct answers: 3)

Options:

A.

Object Storage Service (OSS)

B.

PolarDB for PostgreSQL

C.

E-MapReduce (EMR)

D.

Elasticsearch

E.

MaxCompute

Buy Now
Questions 5

A company has a web server running on an Elastic Compute Service (ECS) instance that is bound with an Elastic IP address. The ECS instance resides in a default security group within a VPC. The network ACL has been modified to block all traffic. Keran is a Cloud Architect and has been assigned the task of making the web server accessible from everywhere on port 443.

Which combination of steps can Keran take to accomplish this task? (Correct answers: 2)

Options:

A.

Create a security group rule to allow TCP port 443 to destination 0.0.0.0/0.

B.

Update the network ACL to allow inbound TCP port 443 from source 0.0.0.0/0 and outbound TCP ports 1024–65535 to destination 0.0.0.0/0.

C.

Create a security group rule to allow TCP port 443 from source 0.0.0.0/0.

D.

Update the network ACL to allow TCP port 443 from source 0.0.0.0/0.

E.

Update the network ACL to allow inbound/outbound TCP port 443 from source 0.0.0.0/0 and to destination 0.0.0.0/0.

Buy Now
Questions 6

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
Questions 7

An educational technology company is migrating its learning management system (LMS) to Alibaba Cloud. The company mainly serves enterprise-grade customers, hence their platform must support automated backups, high availability across multiple zones, and granular access control for sensitive student records. You have been hired as the lead Cloud Architect to build their architecture on Alibaba Cloud.

Which of the following architectural components will fit their requirements? (Correct answers: 3)

Options:

A.

Deploy PolarDB clusters across multiple availability zones for high availability.

B.

Use Cloud Backup for automated backups of databases and application data.

C.

Store static assets in unencrypted OSS buckets for cost efficiency.

D.

Use Container Service for Kubernetes (ACK) with manual scaling.

E.

Implement Resource Access Management (RAM) roles for granular access control.

Buy Now
Questions 8

A company is deploying a mission-critical application on Alibaba Cloud ECS instances that require high availability and failover capabilities. The application must remain accessible even if an entire zone fails.

Which deployment strategy should the company use to ensure high availability?

Options:

A.

Deploy all ECS instances in a single zone with a backup ECS instance.

B.

Distribute ECS instances across multiple zones within a single region.

C.

Use a single ECS instance with a high-performance EBS volume.

D.

Deploy ECS instances in multiple regions for redundancy.

Buy Now
Questions 9

Jason ' s company is running a traditional web application on Alibaba Cloud ECS instances. The company wants to improve efficiency by refactoring the application as microservices that run on containers. The application must be deployed across multiple environments: production and testing. Load for the application is variable, but the minimum load and maximum load are known. As a Cloud Architect, you have been assigned the job of designing the updated application with a serverless architecture that minimizes operational complexity.

Which solution will meet these requirements MOST cost-effectively?

Options:

A.

Upload the container images to Alibaba Cloud Container Registry (ACR) and configure two Alibaba Cloud Container Service for Kubernetes (ACK) Serverless clusters to manage the expected load. Deploy services from the ACR images, and configure an ALB for each of the ACK Serverless clusters.

B.

Upload the container images to Alibaba Cloud Container Registry (ACR) and configure two Alibaba Cloud Container Service for Kubernetes (ACK) Managed clusters to manage the expected load. Deploy services from the ACR images, and configure an ALB for each of the ACK Managed clusters.

C.

Upload the container images to Serverless App Engine (SAE) and create separate environments and deployments for production and testing. Configure an ALB for each of the SAE deployments.

D.

Upload the container images to Function Compute as functions, and configure a concurrency limit to handle the peak load. Serve the functions over API Gateway.

Buy Now
Questions 10

A global consultancy firm needs to ensure that their applications hosted on Alibaba Cloud have low latency for users distributed worldwide. They require a solution that can cache static content and dynamically route user requests to the nearest point-of-presence (PoP).

Which Alibaba Cloud service should the firm implement to achieve this?

Options:

A.

Alibaba Cloud CDN

B.

Express Connect

C.

Global Traffic Manager (GTM)

D.

Server Load Balancer (SLB)

Buy Now
Questions 11

An application runs on an ECS instance in a VPC. The application reads and processes logs that are stored in an OSS bucket in the SAME region. For security reasons, the ECS instance needs to access the OSS bucket without connectivity to the Internet.

Which of the following solutions can BEST provide private network connectivity to OSS?

Options:

A.

Use PrivateLink to create a connection between the VPC and OSS.

B.

Create a gateway endpoint in VPC and use that endpoint to access OSS.

C.

Use VPN Gateway to establish an IPsec-VPN connection between the VPC and OSS.

D.

Directly access the OSS bucket from ECS via OSS ' s internal endpoint.

Buy Now
Questions 12

Keanu uses Elastic Compute Service (ECS) instances to run batch jobs to process data at 00:00 AM and 04:00 AM every day. An Auto Scaling group manages the ECS instances, which run as pay-as-you-go instances. If a batch job fails on one instance, another instance will reprocess the job.

Which of the following solutions provides the MOST cost-effective way to run these jobs?

Options:

A.

Create a new launch template for the Auto Scaling group. Configure the launch template to use higher specification instances. Set a policy to scale out based on CPU usage.

B.

Purchase a 1-year Savings Plan for ECS that covers the instance family of the Auto Scaling group that the batch job uses.

C.

Purchase a 1-year reserved instance for ECS that covers the instance family of the Auto Scaling group that the batch job uses.

D.

Create a new launch template for the Auto Scaling group. Configure the launch template to use preemptible instances. Set a policy to scale out based on CPU usage.

Buy Now
Questions 13

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
Questions 14

An online education company plans to migrate their services to Alibaba Cloud. They want to improve their video streaming quality during peak hours using Alibaba Cloud services. As a Cloud Architect, you are tasked with building a solution to manage traffic spikes without compromising on video quality.

What combination of services would BEST fit their requirements? (Correct answers: 3)

Options:

A.

Create Alibaba Cloud CDN distributions to cache video content at PoPs close to the audience.

B.

Implement Tair (Redis® OSS-Compatible) to reduce latency during user authentication.

C.

Employ Auto Scaling to adjust server capacity dynamically based on user traffic.

D.

Use Alibaba Cloud Global Accelerator for optimizing cross-region traffic paths.

Buy Now
Questions 15

A company is designing an application. The application uses a Function Compute function to receive information through API Gateway and to store the information in an ApsaraDB RDS for PostgreSQL database.

During the proof-of-concept stage, the company noticed that the volume and velocity of data is very high, and they had to increase the Function Compute quotas significantly. Even with the increased quotas, they would sometimes lose data. The company has hired Javert, a Cloud Architect, to recommend a new design to improve scalability and minimize the configuration effort.

Which of the following solutions will meet these requirements?

Options:

A.

Set up two Function Compute functions. Configure one function to receive the information. Configure the other function to load the information into the database. Integrate the Function Compute functions by using a Simple Message Queue publish model.

B.

Set up two Function Compute functions. Configure one function to receive the information. Configure the other function to load the information into the database. Integrate the Function Compute functions by using ApsaraMQ for Kafka.

C.

Switch from ApsaraDB RDS to Alibaba Cloud Tablestore, using hot data caching with Tablestore SDK to handle access.

D.

Refactor the Function Compute function code to Apache Tomcat code that runs on Elastic Compute Service (ECS) instances. Connect the database by using native Java Database Connectivity (JDBC) drivers.

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

$25  $99.99
CAP-C01 PDF + Engine

CAP-C01 PDF + Testing Engine

$33.75  $134.99