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

Free and Premium Alibaba Cloud CAP-C01 Dumps Questions Answers

Page: 1 / 4
Total 50 questions

Alibaba Cloud Certified Professional: Cloud Architect Questions and Answers

Question 1

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 2

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)

Options:

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 3

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?

Options:

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 4

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)

Options:

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 5

Kimiko works for a multinational retail chain that has just extended its internal business management services to Alibaba Cloud. They want to ensure the security and high-speed connectivity between its on-premises data center and multiple VPCs across different regions on Alibaba Cloud. The company wants to minimize network latency and ensure high availability without managing individual VPN connections for each VPC.

Which Alibaba Cloud service should the company use to achieve this goal?

Options:

A.

Alibaba Cloud Express Connect with Transit Router

B.

Apsara Stack (private cloud deployment)

C.

Alibaba Cloud NAT Gateway

D.

Alibaba Cloud VPN Gateway

Question 6

Paul runs a successful online game. The game is deployed as a three-tier architecture in a VPC with ApsaraDB RDS for MySQL at the database layer. The game allows players to compete in real-time, and Paul wants to display a top-10 scoreboard in near-real time.

As a Cloud Architect, which of the following solutions would you propose for Paul ' s use case?

Options:

A.

Place an Alibaba Cloud CDN distribution in front of the web application to cache the scoreboard in a section of the application.

B.

Set up an Alibaba Cloud Tair (Redis® OSS-Compatible) cluster to compute and cache the scores for the web application to display.

C.

Set up an Alibaba Cloud ApsaraDB for PostgreSQL cluster to cache the scores for the web application to display.

D.

Create a read replica in ApsaraDB for RDS MySQL to run queries to compute the scoreboard and serve the read traffic to the web application.

Question 7

A healthcare organization is deploying its patient management system on Alibaba Cloud. They require:

    Secure, private connectivity between their on-premises servers and Alibaba Cloud VPCs.

    Automated failover to ensure connectivity during outages.

    Scalable bandwidth to handle varying data loads without manual intervention.

Which Alibaba Cloud service should the organization implement to meet these requirements?

Options:

A.

VPC peering between VPCs

B.

VPN Gateway

C.

NAT Gateway

D.

Express Connect with Redundant Connections

Question 8

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?

Options:

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 9

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.

Question 10

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.

Options:

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 11

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.

Question 12

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?

Options:

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.

Question 13

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?

Options:

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 14

A startup is building a serverless backend for their mobile application on Alibaba Cloud. The backend includes APIs for user authentication, data storage, and real-time notifications. The startup expects variable traffic with unpredictable spikes and wants to minimize costs by paying only for actual usage.

Which combination of Alibaba Cloud services should the startup use to achieve this architecture? (Correct answers: 2)

Options:

A.

Elastic Compute Service (ECS)

B.

Function Compute

C.

MaxCompute

D.

Simple Message Queue (SMQ)

Question 15

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.

Page: 1 / 4
Total 50 questions