Online Access Free 70-773 Exam Questions
Exam Code: | 70-773 |
Exam Name: | Analyzing Big Data with Microsoft R |
Certification Provider: | Microsoft |
Free Question Number: | 40 |
Posted: | Sep 08, 2025 |
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a Microsoft SQL Server instance that has R Services (In-Database) installed.
You need to monitor the R jobs that are sent to SQL Server.
Solution: You create an events trace configuration file and place the file in the same directory as the BXLServer process.
Does this meet the goal?
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?
You need to run a large data tree model by using rxDForest. The model must use cross validation.
Which rxDForest option should you use?
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?
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have a dataset that contains the physical characteristics of people.
You need to visualize a relationship between height and weight for a subset of observations in the dataset.
What should you use?