Online Access Free 070-773 Exam Questions

Exam Code:070-773
Exam Name:Analyzing Big Data with Microsoft R
Certification Provider:Microsoft
Free Question Number:40
Posted:Sep 08, 2025
Rating
100%

Question 1

HOTSPOT
Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.
Start of repeated scenario
You are developing a Microsoft R Open solution that will leverage the computing power of the database server for some of your datasets.
You are performing feature engineering and data preparation for the datasets.
The following is a sample of the dataset.

End of repeated scenario.
You plan to score some data to create data features to address empty rows.
You have the following R code.

You need to transform the data and overwrite the current dataset.
Which R code segment should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 2

You perform an analysis that produces the decision tree shown in the exhibit. (Click the Exhibit button.)

How many leaf nodes are there on the tree?

Question 3

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?

Question 4

You are running a parallel function that uses the following R code segment. (Line numbers are included for reference only.)
0 1 cp <- 0.01 xval <- 0 maxdepth <- 5
0 2
0 3 (form, data = "segmentationDataBig", maxDepth = maxdepth, cp = cp, xval = xval, blocksPerRead = 250 You need to complete the R code. The solution must support chunking.
Which function should insert at line 02?

Question 5

HOTSPOT
Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.
Start of repeated scenario
You are developing a Microsoft R Open solution that will leverage the computing power of the database server for some of your datasets.
You are performing feature engineering and data preparation for the datasets.
The following is a sample of the dataset.

End of repeated scenario.
You need to sort the data from the dataset sample and to remove duplicates by using wkswork1.
Which R code segment should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.