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

Pass the Alibaba Cloud Alibaba Cloud Computing CAP-C01 Questions and answers with CertsForce

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

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.


Expert Solution
Questions # 2:

An e-commerce company needs to execute a daily scheduled job to aggregate and filter sales records stored in an Alibaba Cloud OSS bucket. Each object can be up to 10 GB in size. The task may take up to an hour to run with pre-determined CPU and memory requirements. The goal is to reduce operational management efforts.

Identify an appropriate architecture using Alibaba Cloud services to perform the scheduled job efficiently.

Options:

A.

Set up an ACK cluster with ECS (Elastic Compute Service) instances, managed through Auto Scaling and scheduled tasks using Serverless Workflow.


B.

Configure Serverless Workflow to execute server-side processing directly on OSS data with Function Compute.


C.

Deploy a Container Service for Kubernetes (ACK) cluster with Elastic Container Instance (ECI) as the launch type. Use EventBridge to schedule the job.


D.

Use Function Compute with EventBridge to run a scheduled trigger daily.


Expert Solution
Questions # 3:

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.


Expert Solution
Questions # 4:

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)

Options:

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.


Expert Solution
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.


Expert Solution
Questions # 6:

Kenneth plans to deploy a real-time data processing platform on Alibaba Cloud to support his company ' s Internet-of-Things (IoT) business. The platform will handle millions of sensor data points collected from smart devices globally. Kenneth needs to ensure high throughput and low latency for data ingestion and analysis.

Which solutions should Kenneth consider integrating into the platform architecture to meet his expected performance requirements? (Correct answers: 3)

Options:

A.

Store time-series data in Alibaba Cloud ' s Time Series Database.


B.

Use ApsaraMQ for Kafka for high-throughput data streaming.


C.

Deploy Function Compute to process data in real time as it arrives.


D.

Implement Alibaba Cloud Elastic MapReduce (EMR) for batch processing of large datasets.


Expert Solution
Questions # 7:

Priya is building a remote office application, and is looking for a storage solution to go with it. The solution must be highly available and scalable, and must be able to function as a file system that can be mounted to multiple Linux instances on Alibaba Cloud, as well as on-prem machines using native protocols such as Network File System (NFS) or Server Message Block (SMB).

For ease of use, Priya has set up a VPN Gateway between their network and their application ' s VPC on Alibaba Cloud.

Which of the following storage solutions meets this requirement?

Options:

A.

File Storage NAS with single mount points


B.

Object Storage Service (OSS) with buckets deployed in multiple regions


C.

File Storage NAS with multiple mount points


D.

Elastic Block Storage (EBS) disks attached to Elastic Compute Service (ECS) instances serving as proxies


Expert Solution
Questions # 8:

An insurance company stores critical data in an Object Storage Service (OSS) bucket. They want to protect the data from accidental deletion.

As a Cloud Architect, what do you propose that the company does to protect the data from accidental deletion?

Options:

A.

Enable encryption on the OSS bucket.


B.

Enable versioning on the OSS bucket.


C.

Configure lifecycle policies for the objects in the OSS bucket.


D.

Set the bucket ACL to " private " .


Expert Solution
Questions # 9:

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)

Options:

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.


Expert Solution
Questions # 10:

A fintech startup is building a transaction monitoring application using Alibaba Cloud Container Service for Kubernetes (ACK). They are debating between adopting a dedicated cluster setup versus a serverless architecture to ensure scalability and cost efficiency.

What factors should they consider to decide between a serverless or a dedicated ACK deployment? (Correct answers: 2)

Options:

A.

A dedicated ACK cluster ensures lower latency as compared to a serverless setup due to exclusive resource allocation.


B.

A dedicated ACK cluster is better suited if they need precise control over the infrastructure and networking configuration.


C.

ACK Serverless offers better integration with Alibaba Cloud ' s network services.


D.

ACK Serverless is ideal if they expect highly fluctuating traffic and prefer paying only for resources used.


Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions