
[Jul-2021] Verified Alibaba Cloud Exam Dumps with ACA-Operator Exam Study Guide
Best Quality Alibaba Cloud ACA-Operator Exam Questions ExamcollectionPass Realistic Practice Exams [2021]
NEW QUESTION 30
A Developer is creating a Function Compute function. This function requires around 1 GB of temporary storage for files while executing. These files will not be needed after the function is completed for a fixed period. How can this developer MOST efficiently handle the temporary files?
- A. Store the files in the /tmp directory on a temporary ECS instance, and delete the files at when the Function Compute function call completes.
- B. Store the files in Cloud Disk and delete the files when Function Compute function call completes.
- C. Copy the files to an OSS bucket with a lifecycle policy configured to delete the files automatically.
- D. Copy the files to NFS and delete the files when the Function Compute function call completes.
Answer: C
NEW QUESTION 31
In order to deal with sudden spikes in traffic, Company A uses Alibaba Cloud Auto Scaling to set up an alarm trigger task (growing the Scaling Group when the average memory utilization on ECS instances exceeds 80%). During the test, it was found that the alarm task was not executed successfully. Which of these could be possible causes? (Number of correct answers: 3)
- A. Before triggering the alarm task, the number of instances in the group has reached the maximum number of instances allowed (MaxSize)
- B. The number of instances in the current group exceeds the "expected number of instances" for the Scaling Group
- C. The ECS instances in the Scaling Group have not yet installed the CloudMonitor monitoring agent
- D. The instance types chosen in the Scaling Configuration are out-of-stock in the Alibaba Cloud Region where the Scaling Group is located
Answer: A,C,D
Explanation:
Explanation
https://www.alibabacloud.com/help/doc-detail/74853.htm
NEW QUESTION 32
RAM supports custom policies.
- A. True
- B. False
Answer: A
Explanation:
Explanation
https://www.alibabacloud.com/help/doc-detail/93733.htm
NEW QUESTION 33
Which of the following Alibaba Cloud services offers a software-defined wide area network (SD-WAN) solution based on cloud-native technologies?
- A. VPN Gateway
- B. Smart Access Gateway (SAG)
- C. NAT Gateway
- D. Content Delivery Network (CDN)
Answer: B
Explanation:
Explanation
https://www.alibabacloud.com/help/doc-detail/69227.htm
NEW QUESTION 34
A developer needs to use some sensitive business data and operational data in the process of developing a program, but the data should be protected (encrypted or anonymized) as much as possible. In order to facilitate and secure management of data encryption keys, the developer can use Alibaba Cloud Key Management Service (KMS) envelope encryption technology. Which of these statements is NOT correct, regarding KMS?
- A. Developers can generate a plaintext data key and a ciphertext data key by calling the GenerateDataKey interface.
- B. Envelope encryption is an encryption mechanism similar to digital envelope technology. The technology allows you to store, transfer and use encrypted data by encapsulating their Data Keys (DKs) in an envelope, instead of \y encrypting/decrypting data directly with Customer Master Keys (CMKs).
- C. The master key generated by KMS is also kept by the user.
- D. The user uses the master key created on KMS to encrypt and decrypt the generated data key.
Answer: A,B,D
NEW QUESTION 35
Which of the following features are unique to Alibaba Cloud Container Registry, as compared with Docker Hub? (Number of correct answers: 2)
- A. For source code hosted on websites outside China, Container Registry can use servers outside China to build Docker images, even when you are using a Container Registry instance in Mainland China.
- B. Container Registry can automatically build new Docker images when source code changes.
- C. You can set your image repository access to public or private.
- D. You can create and delete image repositories in different regions based on your needs.
Answer: A,D
NEW QUESTION 36
Which of the following data volume types is not supported by Elastic Container Instance (ECI)?
- A. NFS
- B. FixedVolume
- C. EmptyDir
- D. ConfigFile
Answer: B
Explanation:
Explanation
FlexVolume is the correct one
https://www.alibabacloud.com/help/doc-detail/90672.htm
NEW QUESTION 37
Alibaba Cloud ActionTrail is a service that monitors and records the actions of your Alibaba Cloud account, including the access to and use of cloud products and services through the Alibaba Cloud console, API operations, and SDKs.
- A. True
- B. False
Answer: A
Explanation:
Explanation
https://www.alibabacloud.com/help/doc-detail/28804.htm
NEW QUESTION 38
Serverless Workflow allow 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. Waiting for callback mode
- B. Request response mode
- C. Asynchronous mode
- D. Synchronization mode
Answer: C
Explanation:
Explanation
Asynchronous mode is only possible with the combination of MNS
service.https://static-aliyun-doc.oss-cnhangzhou.aliyuncs.com/download%2Fpdf%2F122479%2FBest_Practices_
NEW QUESTION 39
You can create an event notification rule in Message Service and push notifications to the specified consumer in the form of messages, to receive events from specified Alibaba Cloud resources. Which of the following options are correct statements about the Message Service (MS) service? (Number of correct answers: 2)
- A. Message Service provides synchronous notification to ensure the consistency between the message acknowledgment and event processing.
- B. The consumer type of the event notification message can be HTTP Server, Queue, or Topic.
- C. Event Notifications can cross regions.
- D. The event notification message is retained within the valid time. When you fail to receive an event message, the event notification message is retained based on the specified retry policy.
Answer: B,D
NEW QUESTION 40
PolarDB supports three engines: MySQL, PostgreSQL and Oracle.
- A. False
- B. True
Answer: A
Explanation:
Explanation
https://www.alibabacloud.com/help/doc-detail/58764.htm
NEW QUESTION 41
Which configuration language does Terraform support?
- A. YAML
- B. HCL
- C. XML
- D. Python
Answer: B
Explanation:
Explanation
https://www.terraform.io/docs/language/syntax/configuration.html
NEW QUESTION 42
When using Alibaba Cloud CDN, a visitor's request will first be routed to a CDN edge node, and in the event of a cache miss at this edge node, the node will fetch data from the origin site (back-to-source request). Even with this redirection, it is possible for the origin site to see the visitor's real IP address. Which of the following statements about obtaining the visitor's real IP address are correct? (Number of correct answers: 2)
- A. visitor's real IP address is stored in the "X-Forwarded-For" HTTP header. It can be directly obtained via Apache or NGINX logs.
- B. In Windows, if IIS is used, after installing the "F5XForwardedFor" extension module, the visitor's real IP address can be seen via IIS logs.
- C. You can activate the "record visitor's real IP" function in the Alibaba Cloud CDN console, then you can directly view visitor's IP addresses from the Alibaba Cloud CDN access logs.
- D. visitor's real IP address can only be obtained by modifying the site or web application.
Answer: A,B
NEW QUESTION 43
Which of these is NOT a function of CloudMonitor?
- A. Automatically take remedial action when an alarm triggers
- B. Set alarm rules for any of CloudMonitor's metrics
- C. Set notification methods for different alarms
- D. Set the alarm rule effective period (the time during which the alarm may trigger)
Answer: A
Explanation:
Explanation
https://www.alibabacloud.com/help/doc-detail/35170.htm
NEW QUESTION 44
A developer accesses logs in a Log Service Logstore via the API. The error code returned by the server is 404.
Which of these could be the cause?
- A. The log project (Project) does not exist
- B. Server is busy: please try later
- C. Server internal error
- D. The requested digital signature does not match
Answer: A
Explanation:
Explanation
Error 404 ProjectNotExist: The error message returned because the specifiedproject does not exist.https://www.alibabacloud.com/help/doc-detail/29018.htm
NEW QUESTION 45
A developer is making the ModifyDBInstanceSpec API call to change the specifications of an RDS instance, but the operation fails. Why could this be? (Number of correct answers: 3)
- A. The instance has a backup task being executed
- B. The instance is in the "running" state
- C. The targeted RDS instance is a disaster recovery instance
- D. No instance type (specification) was included in the request parameters
Answer: A,C,D
NEW QUESTION 46
......
Authentic Best resources for ACA-Operator: https://www.examcollectionpass.com/Alibaba-Cloud/ACA-Operator-practice-exam-dumps.html