Free ACA-BIGDATA1 Exam Braindumps (page: 2)

Page 1 of 20

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?

  1. set ProjectACL=true;
  2. add accountprovider ram;
  3. set ProjectProtection=true;
  4. use prj1;

Answer(s): C



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

  1. Stored as metadata on the NameNode
  2. Stored along with the data in HDFS
  3. Stored in the RDBMS like MySQL
  4. Stored in ZooKeeper

Answer(s): C



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?

  1. desc t_test
  2. alter table t_test add columns (comments string);
  3. select count(*) from t_test;
  4. truncate table t_test;

Answer(s): C



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?

  1. tunnel upload log.txt t_log/p1="b1", p2="b2"
  2. tunnel upload log.txt t_log/(p1="b1", p2="b2")
  3. tunnel upload log.txt t_log/p1="b1"/p2="b2"

Answer(s): A






Post your Comments and Discuss Alibaba ACA-BIGDATA1 exam with other Community members:

ACA-BIGDATA1 Discussions & Posts