Microsoft 70-773 Dumps 2021
We provide which are the best for clearing 70-773 test, and to get certified by Microsoft Analyzing Big Data with Microsoft R (beta). The covers all the knowledge points of the real 70-773 exam. Crack your Microsoft 70-773 Exam with latest dumps, guaranteed!
Online 70-773 free questions and answers of New Version:
NEW QUESTION 1
You are planning the compute contexts for your environment. You need to execute rx-function calls in parallel.
What are three possible compute contexts that you can use to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. local parallel
- B. Spark
- C. local sequential
- D. Map Reduce
- E. SQL
Answer: ABC
Explanation: https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-r-server-compute-contexts
NEW QUESTION 2
You need to use the ScaleR distributed processing in an Apache Hadoop environment. Which data source should you use?
- A. Microsoft SQL Server database
- B. XDF data files
- C. ODBC data
- D. Teradata database
Answer: B
NEW QUESTION 3
You plan to read data from an Oracle database table and to store the data in the file system for later processing by dplyrXdf, The size of the data is larger than the memory on the server to used for modelling.
You need to ensure that the data can be processed by dplyrXdf in the least amount of time possible.
How should you transfer the data from the Oracle database?
- A. Use the RODBC library, connect to the Oracle database server by using odbcConnec
- B. and then use rxDataStep to export the data to a comma-separated values (CSV) file.
- C. Define a data source to the Oracle database server by using RxOdbcData, and then use rxlmport to save the data to an XDF file.
- D. Use the RODBC library, connect to the Oracle database server by using odbcConnec
- E. and then use rxSplit to save the data to multiple comma-separated values (CSV) files.
Answer: C
NEW QUESTION 4
Note: This Question is part of a series of Questions that use the same or similar answer choices. An answer choice may be correct 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 data source that is larger than memory.
You need to visualize the distribution of the values for a variable in the data source. What should you use?
- A. the Describe package
- B. the rxHistogram function
- C. the rxSummary function
- D. the rxQuantile function
- E. the rxCube function
- F. the summary function
- G. the rxCrossTabs function
- H. the ggplot2 package
Answer: B
NEW QUESTION 5
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, whale others might not have a correct solution-After you answer a question in this section, you will NOT be able to return to it- As a result, these questions will not appear in the review screen.
You use dplyrXdf and you discover that after you exit the session, the output files that were created were deleted. You need to prevent the files from being deleted.
Solution: You use dplyrXdf with the outFile parameter and specify a path other than the working directory for dplyrXdf.
Does this meet the goal?
- A. Yes
- B. No
Answer: A
NEW QUESTION 6
You need to build a model that looks at the probability of an outcome. You must regulate between L1 and L2.
Which classification method should you use?
- A. Two-Class Neural Network
- B. Two-Class Support Vector Machine
- C. Two-Class Decision Forest
- D. Two-Class Logistic Regression
Answer: A
NEW QUESTION 7
You perform an analysis that produces the decision tree shown in the exhibit.
How many leaf nodes are there on the tree?
- A. 2
- B. 3
- C. 5
- D. 7
Answer: B
NEW QUESTION 8
You have a slow Map Reduce job.
You need to optimize the job to control the number of mapper and runner tasks. Which function should you use?
- A. RxComputeContext
- B. RxHadoopMR
- C. rxExec
- D. RxLocalParallel
Answer: B
NEW QUESTION 9
DRAG DROP
You need to set the compute context for three different target environments.
Which Statement should you use for each environment? To answer, drag the appropriate statements to the correct execution contexts. Each statement may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Answer:
Explanation: 
NEW QUESTION 10
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, whale others might not have a correct solution-After you answer a question in this section, 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 call a function from the RevoPemaR Package.
Does this meet the goal?
- A. Yes
- B. No
Answer: B
NEW QUESTION 11
You are running a large logistic regression for 1,000 feature variables by using the logisticRegression0 function in the MicrosoftML package. All of the predictor variables are numeric.
Currently, you specify the input variables separately by using the following formula.
You discover that it takes 20 minutes to estimate each model.
You need to reduce the amount of time required to estimate each model without losing any information in the predictors.
What should you do?
- A. Use stepControl0 to perform stepwise regression to limit the number of variables that contribute to the model.
- B. Use selectFeatures0 to select the features that provide the most information about the outcome variable.
- C. Use princomp0 on the correlation matrix of Features, and then use only the first 100 principle components to reduce the number of input variables.
- D. Use concat0 to create a single array variable named Features, and then specify a newformula named Outcome - Features.
Answer: B
NEW QUESTION 12
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, whale others might not have a correct solution-After you answer a question in this section, you will NOT be able to return to it- As a result, these questions will not appear in the review screen.
You use dplyrXdf. and you discover that after you exit the session, the output files that were created were deleted. You need to prevent the files from being deleted.
Solution: You use rxSetComputeContext with the local parameter before performing operations that save results.
Does this meet the goal?
- A. Yes
- B. No
Answer: B
NEW QUESTION 13
You are running a parallel function that uses the following R code segment. (Line numbers are included for reference only.)
You need to complete the R code. The solution must support chunking. Which function should insert at line 02?
- A. rxBTrees
- B. rxExec
- C. rxDForest
- D. rxDTree
Answer: C
NEW QUESTION 14
You need to run a larger data tree model by using rsDForest. The model must use cross validation.
Which rxDForest option should you use?
- A. maxSurrogate
- B. maxNumBins
- C. maxDepth
- D. maxCompete
- E. xVal
Answer: E
Explanation: https://docs.microsoft.com/en-us/r-server/r/how-to-revoscaler-decision-tree
NEW QUESTION 15
You have a Microsoft SQI Server instance that has R Services (In Database) installed. The server has a comma separated values (CSV) file stored in the local file system.
For analytic purposes, you need to read the CSV file into a database table in the SQL Server instance.
You connect to the SQL Server instance by using SQL Server Management Studio.
What should you use from sp_execute_external_script?
- A. RxSqIServerData and specify the CSV file path in the connecting string.
- B. rxDataStep and specify the CSV lite path as the inFile argument
- C. rxImportToXdf and specify the CSV file as the input
- D. read.csv and specify the CSV file path as the parameter.
Answer: D
NEW QUESTION 16
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, whale others might not have a correct solution-After you answer a question in this section, 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 register an Extended Events package.
Does this meet the goal?
- A. Yes
- B. No
Answer: A
NEW QUESTION 17
Note: This question Is part of a series of questions that use the same or similar answer choice. 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 need to generate a residual based on two columns. The solution must build a trend indicator.
Which function should you use?
- A. rxPredict
- B. rxLogit
- C. Summary
- D. rxLinMod
- E. rxTweedie
- F. stepAic
- G. rxTransform
- H. rxDataStep
Answer: C
P.S. Certshared now are offering 100% pass ensure 70-773 dumps! All 70-773 exam questions have been updated with correct answers: https://www.certshared.com/exam/70-773/ (39 New Questions)