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

Practice Free CAP-C01 Alibaba Cloud Certified Professional: Cloud Architect Exam Questions Answers With Explanation

We at Crack4sure are committed to giving students who are preparing for the Alibaba Cloud CAP-C01 Exam the most current and reliable questions . To help people study, we've made some of our Alibaba Cloud Certified Professional: Cloud Architect exam materials available for free to everyone. You can take the Free CAP-C01 Practice Test as many times as you want. The answers to the practice questions are given, and each answer is explained.

Question # 6

A media company is developing a video processing pipeline utilizing Alibaba Cloud Container Service for Kubernetes (ACK). They want to use a serverless approach to accommodate unpredictable workloads but are unsure about its impact on logging.

What considerations should the company keep in mind regarding logging in a serverless ACK environment?

A.

Utilize SLS for its seamless integration, capturing logs without infrastructure management complexity.

B.

Use Application Real-time Monitoring Service to implement resource monitoring.

C.

Presume that real-time log analysis will be limited and avoid real-time analytics.

D.

Anticipate increased latency in logging due to scaling events and prioritize using dedicated resources.

Question # 7

Clarence runs a retail company that hosts an e-commerce website on Alibaba Cloud across multiple Alibaba Cloud regions. Clarence wants the website to be operational at all times to ensure customers can make purchases around the clock. The website stores data in a PolarDB for MySQL instance.

Which of the following solutions will provide the HIGHEST availability for the database?

A.

Utilize the Global Database Network (GDN) to establish cross-region clusters for PolarDB, enabling both read and write operations across multiple regions. In case of a failure, seamlessly direct traffic to a secondary region that can serve as the primary node, maintaining high availability and minimal downtime.

B.

Create two PolarDB for MySQL clusters configured with read/write splitting in two different regions. When a region fails, use Function Compute to replicate the data in the read-only nodes to the healthy region. Then, configure the website to fail over to the healthy region.

C.

Deploy the Cluster Edition of PolarDB for MySQL to ensure that the system can elect a new primary node from read-only nodes when the primary node fails. Ensure that the website is configured to reconnect to the cluster after the failover.

D.

Configure cross-region backup and restoration in PolarDB. During disruptions, restore the latest backup set to a new PolarDB cluster in another region. Redirect application traffic to this restored cluster and configure read/write splitting for this cluster.

Question # 8

A company has a data ingestion workflow that consists of:

    An Alibaba Cloud Simple Message Queue topic for notifications about new data deliveries.

    An Alibaba Cloud Function Compute service to process the data and record metadata.

The company observes that the ingestion workflow fails occasionally because of network connectivity issues. When such a failure occurs, the Function Compute instance does not ingest the corresponding data unless the company manually reruns the job.

Which combination of actions should a solutions architect take to ensure that the Function Compute instance ingests all data in the future? (Correct answers: 2)

A.

Create a Simple Message Queue queue, and subscribe it to the existing Simple Message Queue topic.

B.

Use Triggers to automatically invoke the Function Compute service.

C.

Deploy the Function Compute instance in multiple Regions.

D.

Increase the memory allocation for the Function Compute instance.

E.

Modify the Function Compute service to read from the Simple Message Queue queue.

Question # 9

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?

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.

Question # 10

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)

A.

Object Storage Service (OSS)

B.

PolarDB for PostgreSQL

C.

E-MapReduce (EMR)

D.

Elasticsearch

E.

MaxCompute

Question # 11

Belinda is designing an API-driven cloud communications platform. The application is hosted on Elastic Compute Service (ECS) instances behind a Network Load Balancer (NLB). It leverages API Gateway to serve public-facing APIs to customers. For security reasons, Belinda wants to protect the platform against web exploits like SQL injection and large, sophisticated DDoS attacks.

Which combination of solutions provides the MOST protection? (Correct answers: 2)

A.

Use Alibaba Cloud Web Application Firewall (WAF) to protect API Gateway.

B.

Use Alibaba Cloud Web Application Firewall (WAF) to protect the NLB.

C.

Use Alibaba Cloud Anti-DDoS Proxy to protect the NLB.

D.

Use Alibaba Cloud Security Center with Anti-DDoS Basic.

Question # 12

Camila has set up a simple blog hosted on a single Elastic Compute Service (ECS) instance, storing images and files on an Elastic Block Storage (EBS) disk within the ECS instance, and relying on an ApsaraDB RDS for MySQL instance for its data tier. Camila wants to scale up her blog and enhance both resilience and performance with minimal changes to the application.

As a Cloud Architect, which combination of actions can you take to improve both resilience and performance of the website? (Correct answers: 3)

A.

Configure an Alibaba Cloud CDN distribution for the website.

B.

Configure an accelerated IP address in Global Accelerator for the access endpoint.

C.

Migrate the images and files to an Object Storage Service (OSS) bucket that is mounted via ossfs to every ECS instance.

D.

Migrate the images and files to a File Storage NAS instance that is mounted on every ECS instance.

E.

Take a snapshot of the current ECS instance and create a custom image. Use the image to provision a new ECS instance, and add both the original and new instances to a scaling group. Set up an Application Load Balancer (ALB) in front of the scaling group, and configure the scaling group to maintain a minimum of two ECS instances.

Question # 13

Eric is developing a containerized application that will run on an Alibaba Cloud Container Service for Kubernetes (ACK) cluster. This production application will run on a managed ACK cluster that is provisioned with pay-as-you-go instances.

Eric also needs a dedicated ACK cluster for development work. This cluster will be used infrequently to test the resiliency of the application. Due to having a limited workforce and time, Eric hopes that ACK will be able to manage all the nodes in the cluster.

As a Cloud Architect, which of the following solutions will meet these requirements MOST cost-effectively?

A.

Create a managed ACK cluster and configure the node pool with subscription instances.

B.

Create an Auto Scaling group and associate a launch template that uses preemptible instances. Configure the user data to add these instances to a dedicated ACK cluster.

C.

Create a managed ACK cluster and configure the node pool with preemptible instances.

D.

Create two managed ACK clusters and configure one to use a node pool with pay-as-you-go instances, and one to use a node pool with preemptible instances.

Question # 14

A global telecommunications company hosts its web application on Alibaba ECS instances behind an Alibaba Cloud Application Load Balancer (ALB). The application has static data stored in Object Storage Service (OSS). The company is aiming to enhance performance and reduce latency for both static and dynamic content. The domain name is maintained by Alibaba Cloud DNS.

Which of the following solutions provides the required functionality with the LEAST configurations?

A.

Configure an Alibaba Cloud CDN distribution with ALB as an origin and set up Global Accelerator with OSS as an endpoint. Use two unique DNS names for routing content independently.

B.

Create an Alibaba Cloud CDN distribution with OSS and ALB as origins. Configure DNS to route traffic to the CDN distribution.

C.

Use an Alibaba Cloud CDN distribution with OSS as an origin, and configure Global Accelerator with ALB and CDN endpoints. Create a custom domain for the application.

D.

Create an Alibaba Cloud CDN distribution with ALB as an origin and set up Global Accelerator with OSS as an endpoint. Configure DNS for routing.

Question # 15

A company runs its cloud infrastructure on Alibaba Cloud. Jose, a Cloud Architect for the company, needs to define the infrastructure as code. Currently, the infrastructure is deployed in a single Alibaba Cloud region. The company ' s business expansion plan includes deployments across multiple regions and multiple Alibaba Cloud accounts.

What should Jose do to meet these requirements?

A.

Employ nested stacks using ROS templates. Change the region by using nested stacks for different regional deployments.

B.

Utilize ROS templates. Add RAM policies to control access across various accounts. Deploy the ROS templates to multiple regions.

C.

Use Alibaba Cloud Resource Directory. Deploy ROS templates from a management account and leverage Cloud Governance for overseeing deployments across different accounts.

D.

Implement Alibaba Cloud Resource Directory along with ROS Stack Group. Deploy a ROS stack from an account that has the necessary RAM permissions for cross-account management.

CAP-C01 PDF

$27.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

CAP-C01 PDF + Testing Engine

$44

$175.99

3 Months Free Update

  • Exam Name: Alibaba Cloud Certified Professional: Cloud Architect
  • Last Update: Sep 20, 2026
  • Questions and Answers: 50
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

CAP-C01 Engine

$33

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included