Free Alibaba ACA-BigData1 Exam Actual Questions

The questions for ACA-BigData1 were last updated On May 2, 2024

Question No. 1

Scenario: Jack is the administrator of project prj1. The project involves a large volume of sensitive data such as bank account, medical record, etc. Jack wants to properly protect the data. Which of the follow statements is necessary?

Show Answer Hide Answer
Correct Answer: C

Question No. 2

Where is the meta data (e.g.,table schemas) in Hive?

Show Answer Hide Answer
Correct Answer: C

Question No. 3

MaxCompute tasks contain computational tasks and non-computational tasks. The computational tasks require actual operations on data stored in the table. MaxCompute parses the task to obtain its execution plan, and submits the task for execution. The noncomputational tasks require substantial reading of and modification to metadata information. Therefore, the task is not parsed, and no execution plan is provided. The task is directly submitted for execution. The latter one has a faster response speed than the former one. Which of the following operations on the table t_test is a computational task?

Show Answer Hide Answer
Correct Answer: C

Question No. 4

When we use the MaxCompute tunnel command to upload the log.txt file to the t_log table, the t_log is a partition table and the partitioning column is (p1 string, p2 string). Which of the following commands is correct?

Show Answer Hide Answer
Correct Answer: A

Question No. 5

A Log table named log in MaxCompute is a partition table, and the partition key is dt. Anew partition is created daily to store the new data of that day. Now we have one month's data, starting from dt='20180101' to dt='20180131', and we may use ________ to delete the data on 20180101.

Show Answer Hide Answer
Correct Answer: D