Microsoft Exam Questions

You need to sort the data according to the variables in…

You have an Apache Hadoop Hive data warehouse. RevoScalerR is not installed.
You need to sort the data according to the variables in the dataset.
What should you do?

A.
Connect to the database by using an ODBC connection, and then use the rxSort function.

B.
Create a table in the ORC file format.

C.
Connect to the database by using an ODBC connection, and then use the rxDataStep function.

D.
Execute a Hive query that sorts the data, and then reads the results.