Go Back on DP-100 Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

DP-100 Practice Test


Page 1 out of 5 Pages

Topic 3, Mix Questions

You need to implement a feature engineering strategy for the crowd sentiment local models. What should you do?


A. Apply an analysis of variance (ANOVA).


B. Apply a Pearson correlation coefficient.


C. Apply a Spearman correlation coefficient.


D. Apply a linear discriminant analysis.





D.
  Apply a linear discriminant analysis.

Explanation:

The linear discriminant analysis method works only on continuous variables, not categorical or ordinal variables.

Linear discriminant analysis is similar to analysis of variance (ANOVA) in that it works by comparing the means of the variables.

Scenario:

Data scientists must build notebooks in a local environment using automatic feature engineering and model building in machine learning pipelines.

Experiments for local crowd sentiment models must combine local penalty detection data.

All shared features for local models are continuous variables.

You need to select an environment that will meet the business and data requirements. Which environment should you use?


A. Azure HDInsight with Spark MLlib


B. Azure Cognitive Services


C. Azure Machine Learning Studio


D. Microsoft Machine Learning Server





D.
  Microsoft Machine Learning Server

You need to implement a model development strategy to determine a user’s tendency to respond to an ad. Which technique should you use?


A. Use a Relative Expression Split module to partition the data based on centroid distance.


B. Use a Relative Expression Split module to partition the data based on distance travelled to the event.


C. Use a Split Rows module to partition the data based on distance travelled to the event.


D. Use a Split Rows module to partition the data based on centroid distance.





A.
  Use a Relative Expression Split module to partition the data based on centroid distance.

Explanation:

Split Data partitions the rows of a dataset into two distinct sets.

The Relative Expression Split option in the Split Data module of Azure Machine Learning Studio is helpful when you need to divide a dataset into training and testing datasets using a numerical expression.

Relative Expression Split: Use this option whenever you want to apply a condition to a number column. The number could be a date/time field, a column containing age or dollar amounts, or even a percentage. For example, you might want to divide your data set depending on the cost of the items, group people by age ranges, or separate data by a calendar date.

Scenario:

Local market segmentation models will be applied before determining a user’s propensity to respond to an advertisement.

The distribution of features across training and production data are not consistent

References:

https://docs.microsoft.co m/en-us/azure/machine-learning/studio-module-reference/split-data

You plan to provision an Azure Machine Learning Basic edition workspace for a data science project. You need to identify the tasks you will be able to perform in the workspace. Which three tasks will you be able to perform? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.


A. Create a Compute Instance and use it to run code in Jupyter notebooks.


B. Create an Azure Kubernetes Service (AKS) inference cluster.


C. Use the designer to train a model by dragging and dropping pre-defined modules.


D. Create a tabular dataset that supports versioning.


E. Use the Automated Machine Learning user interface to train a model.





A.
  Create a Compute Instance and use it to run code in Jupyter notebooks.

B.
  Create an Azure Kubernetes Service (AKS) inference cluster.

D.
  Create a tabular dataset that supports versioning.

Explanation:

[Reference:, https://azure.microsoft.com/en-us/pricing/details/machine-learning/, , , ]

You are building a machine learning model for translating English language textual content into French language textual content. You need to build and train the machine learning model to learn the sequence of the textual content. Which type of neural network should you use?


A. Multilayer Perceptions (MLPs)


B. Convolutional Neural Networks (CNNs)


C. Recurrent Neural Networks (RNNs)


D. Generative Adversarial Networks (GANs)





C.
  Recurrent Neural Networks (RNNs)

Explanation:

To translate a corpus of English text to French, we need to build a recurrent neural network (RNN).

Note: RNNs are designed to take sequences of text as inputs or return sequences of text as outputs, or both.

They’re called recurrent because the network’s hidden layers have a loop in which the output and cell state from each time step become inputs at the next time step. This recurrence serves as a form of memory. It allows contextual information to flow through the network so that relevant outputs from previous time steps can be applied to network operations at the current time step.

References:

https://towardsdatascience.com/language-translation-with-rnns-d84d43b40571


Page 1 out of 5 Pages