Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Alibaba Cloud > Alibaba Big data > ACA-BigData1

ACA-BigData1 ACA Big Data Certification Exam Question and Answers

Question # 4

MaxCompute is a fast and fully-managed TB/PB-level data warehousing solution provided by Alibaba

Cloud. Which of the following product features are correct? ______ (Number of correct answers: 3)

Score 2

A.

Distributed architecture

B.

High security and reliability

C.

Multi-level management and authorization

D.

Efficient transaction processing

E.

Fast real-time response

Full Access
Question # 5

Data Migration Unit (DMU) is used to measure the amount of resources consumed by data integration, including CPU, memory, and network. One DMU represents the minimum amount of

resources used for a data synchronization task.

Score 1

A.

True

B.

False

Full Access
Question # 6

Your company stores user profile records in an OLTP databases. You want to join these records with

web server logs you have already ingested into the Hadoop file system. What is the best way to obtain

and ingest these user records?

Score 2

A.

Ingest with Hadoop streaming

B.

Ingest using Hive

C.

Ingest with sqoop import

D.

Ingest with Pig's LOAD command

Full Access
Question # 7

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

A.

MaxCompute Tunnel provides the Java programming interface for usersB. MaxCompute provides two data import and export methods: using Tunnel Operation on the console

directly or using TUNNEL written with java

B.

If data fails to be uploaded, use the restore command to restore the upload from where it was

interrupted

C.

Tunnel commands are mainly used to upload or download data.They provide the following

functions:upload, download, resume, show, purge etc.

Full Access
Question # 8

Which node type in DataWorks can edit the Python code to operate data in MaxCompute?

Score 2

A.

PyODPS

B.

ODPS MR Node

C.

ODPS Script Node

D.

SHELL node

Full Access
Question # 9

When odpscmd is used to connect to a project in MaxCompute, the command ______ can be

executed to view the size of the space occupied by table table_a.

Score 2

A.

select size from table_a;

B.

size table_a;

C.

desc table_a;

D.

show table table_a;

Full Access
Question # 10

The data development mode in DataWorks has been upgraded to the three-level structure

comprising of _____, _____, and ______. (Number of correct answers: 3)

Score 2

A.

Project

B.

Solution

C.

Business flow

D.

Directory

Full Access
Question # 11

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.

A.

delete from log where dt='20180101'

B.

truncate table where dt='20180101'

C.

drop partition log (dt='20180101')

D.

alter table log drop partition(dt='20180101')

Full Access