Alibaba Cloud ACA-BigData1 - ACA Big Data Certification Exam
If a MySQL database contains 100 tables, and jack wants to migrate all those tables to MaxCompute
using DataWorks Data Integration, the conventional method would require him to configure 100 data
synchronization tasks. With _______ feature in DataWorks, he can upload all tables at the same time.
Score 2
Alibaba Cloud E-MapReduce can be easily plugged with other
Alibaba Cloud services such as Log Service, ONS, MNS that act
as data ingestion channels from real-time data streams. Which
of the following descriptions about real-time processing are
correct? (Number of correct answers: 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?