A business flow in DataWorks integrates different node task types by business type, such a structure
improves business code development facilitation. Which of the following descriptions about the node
type is INCORRECT?
Score 2
Table is a data storage unit in MaxCompute. It is a two-dimensional logical structure composed of
rows and columns. All data is stored in the tables. Operating objects of computing tasks are all tables. A
user can perform create table, drop table, and tunnel upload as well as update the qualified data in the
table.
Score 1
Which of the following task types does DataWorks support?
(Number of correct answers: 4)
You want to understand more about how users browse your public website. For example,
you want to know which pages they visit prior to placing an order. You have a server farm
of 100 web servers hosting your website. Which is the most efficient process to gather
these web servers across logs into traditional Hadoop ecosystem.
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?
Scenario: Jack is the administrator of project prj1. A new team member, Alice (already has an Alibaba
Cloud account alice@aliyun.com), applies for joining this project with the following permissions: view
table lists, submit jobs, and create tables. Which of the following SQL statements is useless:
Score 2
_______ instances in E-MapReduce are responsible for computing and can quickly add computing
power to a cluster. They can also scale up and down at any time without impacting the operations of the
cluster.
Score 2
DataV is a powerful yet accessible data visualization tool, which features geographic information
systems allowing for rapid interpretation of data to understand relationships, patterns, and trends.
When a DataV screen is ready, it can embed works to the existing portal of the enterprise through
______.
Score 2
MaxCompute Tunnel provides high concurrency data upload and download services. User can use
the Tunnel service to upload or download the data to MaxCompute. Which of the following descriptions
about Tunnel is NOT correct:
Score 2
In order to improve the processing efficiency when using
MaxCompute, you can specify the partition when creating a
table. That is, several fields in the table are specified as
partition columns. Which of the following descriptions aboutMaxCompute partition table are correct? (Number of correct
answers: 4)