Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Alibaba Cloud ACA-Developer ACA Developer Certification Exam Practice Test

ACA Developer Certification Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

Which of these are good ways to secure access to your API deployed on Alibaba Cloud API Gateway?

(Number of correct answers: 3)

Options:

A.

Enable API Gateway to connect to backend services in an Alibaba Cloud VPC network group. This guarantees the security of API requests.

B.

Configure security keys for API Gateway.

C.

Use HTTPS to encrypt requests.

D.

Use OpenID Connect to authenticate requests.

E.

Allow only internal IP addresses to call the API.

Question 2

A company has some new content that needs to be promoted (such as new features, new activities, new games, or new articles). In order to achieve the overall promotion goal, the operating staff will select various channels for promotion (including standard HTML/HTML5 (desktop), iOS, and Android). You are using Alibaba Cloud's Log Service: in order to ascertain the effectiveness of content promotion accurately and in real time, which log collection method should you use, as a developer?

Options:

A.

Syslog

B.

Web Tracking

C.

Kafka

D.

Logslash

Question 3

A developer have written a web application using a microservice architecture, in such a architecture, the client (web browser or mobile application) first initiates a request. The request first reaches the load balancer, then goes through an authentication service, a billing service, then requests a resource, and finally a result is returned. How many spans does such a call chain consist of?

Options:

A.

3

B.

4

C.

5

D.

6

Question 4

Which of the following cloud services can be integrated with Alibaba Cloud KMS (Key Managed Service)? (Number of correct answers: 3)

Options:

A.

Elastic Compute Service (ECS)

B.

Object Storage Service (OSS)

C.

Relational Database Service (RDS)

D.

Server Load Balancer (SLB)

Question 5

Alibaba Cloud RabbitMQ is typically used in scenarios where message publishing and consumption performance requirements are high. Which of the following are supported message types in Alibaba Cloud Rabbit MQ? (Number of correct answers: 3)

Options:

A.

Scheduled message

B.

Ordered message

C.

Batched message

D.

Transactional message

E.

Retried message

Question 6

Company A has a large number of files store in Alibaba Cloud OSS that need to be deleted (numbering in the tens of thousands). What is the fastest, easiest way to delete these files?

Options:

A.

Manually delete them one by one

B.

Configure a life cycle rule that matches the entire bucket, and delete all files after one day

C.

Call the API from a script, deleting files in batches

D.

Directly delete the bucket

Question 7

What are the required parameters for the Python SDK to create a client to access Alibaba Cloud's API? (Number of correct answers: 3)

Options:

A.

access.keyjd

B.

access.key.secret

C.

regionjd

D.

zone jd

E.

vpcjd

Question 8

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?

Options:

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

Question 9

Which of the following errors may occur when you access an image stored in Object Storage Service, and attach an image processing URL parameter to the URL ? (Number of correct answers: 3)

Options:

A.

NoSuchStyle

B.

NoSuchKey

C.

NoSuchFile

D.

NoSuchObject

E.

NoSuchBucket

Question 10

Which of the following database connection methods does ApsaraDB for Redis support? (Number of correct answers: 2)

Options:

A.

DMS (Data Management Service)

B.

aliyun-cll

C.

Redis-cIl

D.

Sentinel

Question 11

Elastic Container instance (ECI) is an agile, secure, serverless service for running containers. If you need to configure public network access for ECI, which of these are reasonable solutions? (Number of correct answers: 3)

Options:

A.

Specify a public IP address when creating the ECI.

B.

Bind a NAT gateway and an EIP to the VPC to which the ECI belongs.

C.

Configure ECI as a backend for a Server Load Balancer (SLB) that has a public IP address.

D.

Bind an Elastic IP (EIP) to the ECI instance.

Question 12

When using the Alibaba Cloud CLI, what is the default data format for responses, when executing queries such as "aliyun ecs Describelnstances"?

Options:

A.

JSON

B.

YAML

C.

XML

D.

TABLE

Question 13

A developer received a response code of 409 when trying to use a KMS key via the API. Given that a 409 response was returned, which of these states could the KMS key be in? (Number of correct answers: 3)

Options:

A.

PendingDeletion

B.

Pendinglmport

C.

Disabled

D.

PendingCreate

Question 14

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)

Options:

A.

Vhost

B.

Exchange

C.

Queue

D.

Broker

E.

Topic