Alibaba Cloud ACA-Developer ACA Developer Certification Online Training
Alibaba Cloud ACA-Developer Online Training
The questions for ACA-Developer were last updated at Nov 19,2024.
- Exam Code: ACA-Developer
- Exam Name: ACA Developer Certification
- Certification Provider: Alibaba Cloud
- Latest update: Nov 19,2024
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
During the process of backing up an RDS database, a developer found that the backup failed.
What might cause this to happen?
- A . The database instance is not stopped
- B . DDL operations were performed during the backup
- C . DML operations were performed during the backup
- D . DCL operations were performed during the backup
Which of the following descriptions describes the (Security Token Service) STS service correctly? (Number of correct answers: 3)
- A . Through the STS service, RAM users or RAM roles can obtain a temporary token that allows them to call the Alibaba Cloud API or use the web console
- B . A STS request consists of an access address, communication protocol, request method, request parameters and character encoding
- C . When calling the STS API, in order to ensure the safe calling of the API, Alibaba Cloud will authenticate each API request through a signature when each API call is made
- D . The STS service supports the use of both HTTP and HTTPS protocols
When a developer calls the Alibaba Cloud SDK to access Elastic Compute Service (ECS), the following error is returned; RealNameAuthenticationError
What is the possible cause?
- A . The ECS instance name violates the ECS service’s naming conventions.
- B . The ECS instance name conflicts with other instance names.
- C . The user’s Alibaba Cloud account has not passed real name authentication
- D . The API callers account and password are not authorized for ECS access.
Serverless Workflow allows you to orchestrate distributed tasks in sequence, branch, and parallel modes, and ensure that tasks are reliably coordinated according to your workflow logic.
Which of the following service integration modes is not supported by Serverless Workflow?
- A . Request response mode
- B . Synchronization mode
- C . Asynchronous mode
- D . Waiting for callback mode
Serverless Workflow allows you to orchestrate distributed tasks in sequence, branch, and parallel modes, and ensure that tasks are reliably coordinated according to your workflow logic.
Which of the following service integration modes is not supported by Serverless Workflow?
- A . Request response mode
- B . Synchronization mode
- C . Asynchronous mode
- D . Waiting for callback mode
Serverless Workflow allows you to orchestrate distributed tasks in sequence, branch, and parallel modes, and ensure that tasks are reliably coordinated according to your workflow logic.
Which of the following service integration modes is not supported by Serverless Workflow?
- A . Request response mode
- B . Synchronization mode
- C . Asynchronous mode
- D . Waiting for callback mode
Serverless Workflow allows you to orchestrate distributed tasks in sequence, branch, and parallel modes, and ensure that tasks are reliably coordinated according to your workflow logic.
Which of the following service integration modes is not supported by Serverless Workflow?
- A . Request response mode
- B . Synchronization mode
- C . Asynchronous mode
- D . Waiting for callback mode
It should be possible to process video in parallel at scale, to ensure that videos are preprocessed in a reasonable amount of time.
Which of the following Alibaba Cloud applications can be combined to provide a low operation and maintenance burden and relatively low operating costs? (Number of correct answers: 3)
- A . Serverless Workflow
- B . Function Compute
- C . Log Service
- D . Elastic Compute Service (ECS)
- E . Server Load Balancer (SLB)
A Developer is asked to implement a caching layer in front of RDS. Cached content is expensive to regenerate in case of service failure.
Which implementation below would work while maintaining maximum uptime?
- A . Implement ApsaraDB for Redis in Cluster Mode
- B . Install Redis on an ECS instance
- C . Implement ApsaraDB for Redis in Standard Mode
- D . Migrate the ROS database to HBase to save the cache layer