Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Alibaba Cloud ACA-Developer - ACA Developer Certification

Page: 3 / 3
Total 95 questions

You can use Alibaba Cloud Data transmission service (DTS) or the open source tool Redis-shake to migrate and synchronize data from a local Redis instance to an Alibaba Cloud Redis instance. What is one feature which DTS has but Redis-shake does not?

A.

Full data migration

B.

Incremental data migration

C.

One-way data synchronization

D.

Two-way data synchronization

A game company is developing a game application for the Apple and Android platforms. Currently, this application stores user data (as flat files) securely on the local storage of a user's device. The game company wants to provide a new feature that allows customers to play the same game on different devices, which requires synchronizing user data between different devices. Which of the following cloud services supports this requirement without creating a new back-end application?

A.

Function Compute

B.

Object Storage Service (OSS)

C.

Table Store

D.

Log service

What are the benefits of creating indexes on PolarDB? (Number of correct answers: 2)

A.

Improve the query efficiency SELECT statements.

B.

Improve the efficiency of DML operations such as UPDATE.

C.

Improve the efficiency of DDL operations.

D.

Reduce invalid data scanning.

In order to have your applications interact with Alibaba Cloud RabbitMQ, you need to create related MQ resources first. Which of the following resources must be created? (Number of correct answers: 3)

A.

Vhost

B.

Exchange

C.

Queue

D.

Broker

E.

Topic

Log Service uses a semi-structured data model to define a log. This mode contains five data fields:

Topic, Time, Content, Source, and Tags. Log Service has different requirements for the format of each field in the log. Which of the following fields cannot be empty characters? (Number of correct answers: 4)

A.

Topic

B.

Time

C.

Content

D.

Source

E.

Tags

You have a Java application with source code stored on GitHub. Now you want to build a container image using this code, and store it on a Container Registry instance located in Mainland China. Which of the following is the simplest, lowest maintenance option?

A.

Download the Java code from GitHub to your laptop, build the Docker image using a local Dockerfile, and use docker push to upload It to Container Registry.

B.

Upload the Dockerfile to GitHub for version control, then download it together with the Java code to your local device, compile and pack container image, and upload the image to Alibaba Cloud Container Registry via docker push .

C.

Associate your Alibaba Cloud Container Registry instance with your GitHub repository, and upload the Java code and Dockerfile to GitHub Set u Jenkins environment to automate the process of building the container image and pushing it to your Container Registry instance.

D.

Associate your Alibaba Cloud Container Registry instance with your GitHub repository, and upload the Java code and Dockerfile to GitHub Th Container Registry's built-in build service, configuring a rule that will rebuild your container image whenever your GitHub code is updated

Which of the following statements describe the trace/D and spanID in a service tracking system (such as Zipkin) correctly? (Number of correct answers: 3)

A.

When the user's request enters the system, a globally unique traceld will be generated on the first layer of the calling network.

B.

The tracelD will be called with each layer and passed back continuously, so through traceld, the path of a user request in the system can be connected in series.

C.

Spanld can locate the position of a request in the system call, and who its upstream and downstream dependencies are respectively.

D.

Traceld is used to distinguish the sequence of calls between different services of the system, spanld is used to concatenate all the paths that a certain request traverses in the system.

When connecting to the Alibaba Cloud RDS database, in order to improve the completeness and integrity of the connection, you can enable SSL encryption and install an SSL CA certificate for the required application service. Which of the following statements are correct? (Number of correct answers: 3)

A.

Due to the way in which SSL encryption is implemented, enabling SSL encryption will significantly increase the CPU usage rate. Enable SSL encryption when there is an encryption requirement for the external network link. The intranet link is relatively safe, and generally no link encryption is required.

B.

If the RDS instance is a multi-node instance, the system will trigger the active/standby switch after the SSL service is disabled.

C.

When using read/write splitting, you can also enable SSL encryption to improve the security of the connection.

D.

It is discovered that an Alibaba Cloud RDS SSL certificate is about to expire, and the validity period needs to be updated, requiring that the certificate be updated, then reinstalled. This will restart the RDS instance.