Pre-Winter Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Alibaba Cloud Certified Professional: Cloud Architect

Last Update 11 hours ago Total Questions : 50

The Alibaba Cloud Certified Professional: Cloud Architect content is now fully updated, with all current exam questions added 11 hours ago. Deciding to include CAP-C01 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our CAP-C01 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these CAP-C01 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Alibaba Cloud Certified Professional: Cloud Architect practice test comfortably within the allotted time.

Question # 1

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 # 2

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?

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.

Question # 3

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.

Deploy Redis on ECS instances for session management.

B.

Implement Alibaba Cloud Key Management Service (KMS) to manage encryption keys securely.

C.

Configure Security Groups to restrict inbound traffic to ECS instances.

D.

Use SSL/TLS certificates from SSL Certificates Service for encrypting data in transit.

E.

Enable Transparent Data Encryption in ApsaraDB RDS for data at rest.

Question # 4

A pharmaceutical company runs protein folding experiments on-prem. The experiments are split into two parts:

    A simulation application that runs on Linux, and outputs data to an NFS share every minute.

    A visualization application that runs on Windows that converts data from the simulation into graphics. This application requires an SMB file system.

To support these applications, the company maintains two synchronized file systems, which is prone to data duplication and contributes to inefficient data storage. Lately, they have been considering migrating their use case to Alibaba Cloud. However, they do not want to make any code changes to either application.

As a Cloud Architect, propose a solution for this case.

A.

Migrate both applications to Alibaba Function Compute. Use Object Storage Service (OSS) to exchange data between the applications.

B.

Migrate the simulation application to Linux ECS instances. Migrate the visualization application to Windows ECS instances. Use Apsara File Storage NAS for storage.

C.

Migrate the simulation application to Linux ECS instances. Migrate the visualization application to Windows ECS instances. Use Alibaba MQ to exchange data between the applications.

D.

Migrate both applications to Alibaba Cloud Container Service for Kubernetes. Use Alibaba Cloud File Gateway for storage.

Question # 5

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 # 6

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?

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.

Question # 7

A global hotel chain is migrating its reservation system to Alibaba Cloud. The system must provide high availability across multiple regions, ensure data consistency, and support real-time updates to prevent double bookings. Additionally, the system should integrate with third-party payment gateways securely.

Which combination of Alibaba Cloud services should the hotel chain implement to architect this reservation system effectively? (Correct answers: 3)

A.

Use PolarDB with Global Database for real-time data replication and consistency.

B.

Set up Object Storage Service (OSS) for storing reservation logs with versioning enabled.

C.

Deploy ECS instances in multiple regions with Application Load Balancer (ALB) for traffic distribution.

D.

Utilize Function Compute for processing payment gateway integrations.

Question # 8

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?

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.

Question # 9

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 # 10

Clarence runs a technology services company that uses ApsaraDB RDS. The company wants to streamline their database management and set up a robust access control structure.

Which of the following solutions provides the required functionality with the LEAST operational overhead?

A.

Use RAM policies to restrict access to databases and implement ActionTrail to audit actions performed on the database.

B.

Implement access control via IP whitelist to control who has access to the database.

C.

Use the permission management feature of Data Management Service (DMS) to control and audit user access to databases.

D.

Set up a WAF instance in front of the database to block SQL injection attempts and ensure the security of the data.

Go to page: