ExamGecko
Home / Microsoft / DP-100 / List of questions
Ask Question

Microsoft DP-100 Practice Test - Questions Answers, Page 7

List of questions

Question 61

Report Export Collapse

You must store data in Azure Blob Storage to support Azure Machine Learning.

You need to transfer the data into Azure Blob Storage.

What are three possible ways to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Bulk Insert SQL Query
Bulk Insert SQL Query
AzCopy
AzCopy
Python script
Python script
Azure Storage Explorer
Azure Storage Explorer
Bulk Copy Program (BCP)
Bulk Copy Program (BCP)
Suggested answer: B, C, D
Explanation:

You can move data to and from Azure Blob storage using different technologies:

Azure Storage-Explorer

AzCopy

Python

SSIS

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/team-data-science-process/move-azure-blob

asked 02/10/2024
EDUARDO LEE
44 questions

Question 62

Report Export Collapse

You are moving a large dataset from Azure Machine Learning Studio to a Weka environment.

You need to format the data for the Weka environment.

Which module should you use?

Convert to CSV
Convert to CSV
Convert to Dataset
Convert to Dataset
Convert to ARFF
Convert to ARFF
Convert to SVMLight
Convert to SVMLight
Suggested answer: C
Explanation:

Use the Convert to ARFF module in Azure Machine Learning Studio, to convert datasets and results in Azure Machine Learning to the attribute-relation file format used by the Weka toolset. This format is known as ARFF.

The ARFF data specification for Weka supports multiple machine learning tasks, including data preprocessing, classification, and feature selection. In this format, data is organized by entites and their attributes, and is contained in a single text file.

Reference: https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/convert-to-arff

asked 02/10/2024
GIORGOS KELAIDIS
35 questions

Question 63

Report Export Collapse

You plan to create a speech recognition deep learning model.

The model must support the latest version of Python.

You need to recommend a deep learning framework for speech recognition to include in the Data Science Virtual Machine (DSVM).

What should you recommend?

Rattle
Rattle
TensorFlow
TensorFlow
Weka
Weka
Scikit-learn
Scikit-learn
Suggested answer: B
Explanation:

TensorFlow is an open-source library for numerical computation and large-scale machine learning. It uses Python to provide a convenient front-end API for building applications with the framework TensorFlow can train and run deep neural networks for handwritten digit classification, image recognition, word embeddings, recurrent neural networks, sequence-to-sequence models for machine translation, natural language processing, and PDE (partial differential equation) based simulations.

Incorrect Answers:

A: Rattle is the R analytical tool that gets you started with data analytics and machine learning.

C: Weka is used for visual data mining and machine learning software in Java.

D: Scikit-learn is one of the most useful libraries for machine learning in Python. It is on NumPy, SciPy and matplotlib, this library contains a lot of efficient tools for machine learning and statistical modeling including classification, regression, clustering and dimensionality reduction.

Reference:

https://www.infoworld.com/article/3278008/what-is-tensorflow-the-machine-learning-library-explained.html

asked 02/10/2024
David LeBlanc
23 questions

Question 64

Report Export Collapse

You plan to use a Deep Learning Virtual Machine (DLVM) to train deep learning models using Compute Unified Device Architecture (CUDA) computations.

You need to configure the DLVM to support CUDA.

What should you implement?

Solid State Drives (SSD)
Solid State Drives (SSD)
Computer Processing Unit (CPU) speed increase by using overclocking
Computer Processing Unit (CPU) speed increase by using overclocking
Graphic Processing Unit (GPU)
Graphic Processing Unit (GPU)
High Random Access Memory (RAM) configuration
High Random Access Memory (RAM) configuration
Intel Software Guard Extensions (Intel SGX) technology
Intel Software Guard Extensions (Intel SGX) technology
Suggested answer: C
Explanation:

A Deep Learning Virtual Machine is a pre-configured environment for deep learning using GPU instances.

Reference:

https://azuremarketplace.microsoft.com/en-au/marketplace/apps/microsoft-ads.dsvm-deep-learning

asked 02/10/2024
SIDDIQI TARMIM
43 questions

Question 65

Report Export Collapse

You plan to use a Data Science Virtual Machine (DSVM) with the open source deep learning frameworks Caffe2 and PyTorch.

You need to select a pre-configured DSVM to support the frameworks.

What should you create?

Data Science Virtual Machine for Windows 2012
Data Science Virtual Machine for Windows 2012
Data Science Virtual Machine for Linux (CentOS)
Data Science Virtual Machine for Linux (CentOS)
Geo AI Data Science Virtual Machine with ArcGIS
Geo AI Data Science Virtual Machine with ArcGIS
Data Science Virtual Machine for Windows 2016
Data Science Virtual Machine for Windows 2016
Data Science Virtual Machine for Linux (Ubuntu)
Data Science Virtual Machine for Linux (Ubuntu)
Suggested answer: E
Explanation:

Caffe2 and PyTorch is supported by Data Science Virtual Machine for Linux.

Microsoft offers Linux editions of the DSVM on Ubuntu 16.04 LTS and CentOS 7.4. Only the DSVM on Ubuntu is preconfigured for Caffe2 and PyTorch.

Incorrect Answers:

D: Caffe2 and PytOCH are only supported in the Data Science Virtual Machine for Linux.

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/overview

asked 02/10/2024
Chan Man Wong
48 questions

Question 66

Report Export Collapse

You are developing a data science workspace that uses an Azure Machine Learning service.

You need to select a compute target to deploy the workspace.

What should you use?

Azure Data Lake Analytics
Azure Data Lake Analytics
Azure Databricks
Azure Databricks
Azure Container Service
Azure Container Service
Apache Spark for HDInsight
Apache Spark for HDInsight
Suggested answer: C
Explanation:

Azure Container Instances can be used as compute target for testing or development. Use for low-scale CPU-based workloads that require less than 48 GB of RAM.

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-deploy-and-where

asked 02/10/2024
Robert Fox
56 questions

Question 67

Report Export Collapse

You are solving a classification task.

The dataset is imbalanced.

You need to select an Azure Machine Learning Studio module to improve the classification accuracy.

Which module should you use?

Permutation Feature Importance
Permutation Feature Importance
Filter Based Feature Selection
Filter Based Feature Selection
Fisher Linear Discriminant Analysis
Fisher Linear Discriminant Analysis
Synthetic Minority Oversampling Technique (SMOTE)
Synthetic Minority Oversampling Technique (SMOTE)
Suggested answer: D
Explanation:

Use the SMOTE module in Azure Machine Learning Studio (classic) to increase the number of underrepresented cases in a dataset used for machine learning. SMOTE is a better way of increasing the number of rare cases than simply duplicating existing cases.

You connect the SMOTE module to a dataset that is imbalanced. There are many reasons why a dataset might be imbalanced: the category you are targeting might be very rare in the population, or the data might simply be difficult to collect. Typically, you use SMOTE when the class you want to analyze is under-represented.

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/smote

asked 02/10/2024
Roger Warner
38 questions

Question 68

Report Export Collapse

You use Azure Machine Learning Studio to build a machine learning experiment.

You need to divide data into two distinct datasets.

Which module should you use?

Assign Data to Clusters
Assign Data to Clusters
Load Trained Model
Load Trained Model
Partition and Sample
Partition and Sample
Tune Model-Hyperparameters
Tune Model-Hyperparameters
Suggested answer: C
Explanation:

Partition and Sample with the Stratified split option outputs multiple datasets, partitioned using the rules you specified.

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/partition-and-sample

asked 02/10/2024
Felomino Bacquiano II
48 questions

Question 69

Report Export Collapse

You are creating a machine learning model. You have a dataset that contains null rows.

You need to use the Clean Missing Data module in Azure Machine Learning Studio to identify and resolve the null and missing data in the dataset.

Which parameter should you use?

Replace with mean
Replace with mean
Remove entire column
Remove entire column
Remove entire row
Remove entire row
Hot Deck
Hot Deck
Custom substitution value
Custom substitution value
Replace with mode
Replace with mode
Suggested answer: C
Explanation:

Remove entire row: Completely removes any row in the dataset that has one or more missing values. This is useful if the missing value can be considered randomly missing.

Reference: https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/clean-missing-data

asked 02/10/2024
Feroz Khan
51 questions

Question 70

Report Export Collapse

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.

Create a Compute Instance and use it to run code in Jupyter notebooks.
Create a Compute Instance and use it to run code in Jupyter notebooks.
Create an Azure Kubernetes Service (AKS) inference cluster.
Create an Azure Kubernetes Service (AKS) inference cluster.
Use the designer to train a model by dragging and dropping pre-defined modules.
Use the designer to train a model by dragging and dropping pre-defined modules.
Create a tabular dataset that supports versioning.
Create a tabular dataset that supports versioning.
Use the Automated Machine Learning user interface to train a model.
Use the Automated Machine Learning user interface to train a model.
Suggested answer: A, B, D
Explanation:

Incorrect Answers:

C, E: The UI is included the Enterprise edition only.

Reference:

https://azure.microsoft.com/en-us/pricing/details/machine-learning/

asked 02/10/2024
Martin Schouten
43 questions
Total 433 questions
Go to page: of 44
Search

Related questions