A study bundle only helps when it mirrors the real thing, and the Alibaba Cloud Certified Professional: Cloud Architect materials at Prep4cram recreate the CAP-C01 exam's format and timing so your practice sessions feel like rehearsal, not guesswork.
Alibaba Cloud CAP-C01 Exam Overview:
| Certification Vendor: | Alibaba Cloud |
|---|---|
| Exam Name: | Alibaba Cloud Certified Professional: Cloud Architect |
| Exam Number: | CAP-C01 |
| Passing Score: | 70/100 |
| Certificate Validity Period: | 2 years |
| Available Languages: | English |
| Exam Format: | Multiple-answer questions, Multiple-choice questions, Single-answer questions |
| Exam Duration: | 90 minutes |
| Real Exam Qty: | 50 |
| Related Certifications: | Alibaba Cloud Certified Professional (ACP) |
| Exam Price: | USD 200 |
| Recommended Training: | Cloud Architect (Professional) Exam Preparation Course Alibaba Cloud Certified Professional: Cloud Architect Classroom Training |
| Exam Registration: | Alibaba Cloud Academy Certification Alibaba Cloud Exam Registration |
| Sample Questions: | ![]() |
| Exam Way: | Online examination; Alibaba Cloud exam sessions may be conducted online with no geographic test-location restriction. |
| Pre Condition: | No mandatory prerequisite certification is specified. |
| Official Syllabus URL: | https://edu.alibabacloud.com/certification/professional |
Alibaba Cloud CAP-C01 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Topic 1: Core Infrastructure Deep Dive | - Best Practices for Database Services - Core Compute Infrastructure Deep Dive - Core Storage Infrastructure Deep Dive |
| Topic 2: Building Highly Available, Performant Cloud Architecture | - Leveling up Your Core Infrastructure |
| Topic 3: Building Enterprise-grade Networks on Alibaba Cloud | - Cloud Networking Deep Dive |
| Topic 4: Delivering Services and Content on Alibaba Cloud | - Delivering Services and Content on Alibaba Cloud |
| Topic 5: Securing Workloads on Alibaba Cloud | - Alibaba Cloud Security Deep Dive |
CAP-C01 Exam Details, Version Policy and Customer Perks
- Core Infrastructure Deep Dive ()
- Delivering Services and Content on Alibaba Cloud ()
- Building Enterprise-grade Networks on Alibaba Cloud ()
Alibaba Cloud Certified Professional: Cloud Architect Sample Questions:
A financial services firm is deploying a real-time analytics platform on Alibaba Cloud to analyze sensitive customer transaction data. The platform must ensure data encryption at rest and in transit, centralized encryption key management, and compliance with internal security policies.
As a Cloud Architect, which Alibaba Cloud services would you recommend for the firm to utilize to meet these requirements? (Correct answers: 3)
- A. Enable Transparent Data Encryption in ApsaraDB RDS for data at rest.
- B. Use SSL/TLS certificates from SSL Certificates Service for encrypting data in transit.
- C. Implement Alibaba Cloud Key Management Service (KMS) to manage encryption keys securely.
- D. Deploy Redis on ECS instances for session management.
- E. Configure Security Groups to restrict inbound traffic to ECS instances.
Correct Answer: A,B,C π³οΈ
Explanation: Only visible for Prep4cram members. You can sign-up / login (it's free).
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?
- 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. 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.
- 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. Purchase a 1-year Savings Plan for ECS that covers the instance family of the Auto Scaling group that the batch job uses.
Correct Answer: B π³οΈ
Explanation: Only visible for Prep4cram members. You can sign-up / login (it's free).
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)
- A. Deploy Alibaba Cloud Global Accelerator for all inter-region traffic routing.
- B. Implement VPC peering between all regional VPCs and utilize Security Groups for access control.
- C. Use Alibaba Cloud Express Connect with Transit Router and integrate with Security Center.
- D. Deploy multiple VPN Gateways in each region and manage connections individually.
- E. Set up Cloud Enterprise Network (CEN) and integrate with Simple Log Service.
Correct Answer: C,E π³οΈ
Explanation: Only visible for Prep4cram members. You can sign-up / login (it's free).
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?
- A. 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.
- B. 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. - C. 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.
- D. 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.
Correct Answer: B π³οΈ
Explanation: Only visible for Prep4cram members. You can sign-up / login (it's free).
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)
- A. Create a network ACL for the public vSwitch. Add a rule to deny outbound traffic to 0.0.0.0/0 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 security group for the RDS instance. Add a rule to deny all traffic except traffic from the web servers ' security group on port 3306.
- D. 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. - E. Create a security group for the RDS instance. Add a rule to allow traffic from the web servers ' security group on port 3306.
Correct Answer: D,E π³οΈ
Explanation: Only visible for Prep4cram members. You can sign-up / login (it's free).






