Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-100 Topic 1 Question 30 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 30
Topic #: 1
[All DP-100 Questions]

You register a file dataset named csvjolder that references a folder. The folder includes multiple com ma-separated values (CSV) files in an Azure storage blob container. You plan to use the following code to run a script that loads data from the file dataset. You create and instantiate the following variables:

You have the following code:

You need to pass the dataset to ensure that the script can read the files it references. Which code segment should you insert to replace the code comment?

A)

B)

C)

D)

Show Suggested Answer Hide Answer
Suggested Answer: D

Example:

from azureml.train.estimator import Estimator

script_params = {

# to mount files referenced by mnist dataset

'--data-folder': mnist_file_dataset.as_named_input('mnist_opendataset').as_mount(),

'--regularization': 0.5

}

est = Estimator(source_directory=script_folder,

script_params=script_params,

compute_target=compute_target,

environment_definition=env,

entry_script='train.py')


https://docs.microsoft.com/en-us/azure/machine-learning/tutorial-train-models-with-aml

Contribute your Thoughts:

Helene
5 days ago
I remember we discussed how to reference datasets in Azure, but I'm not sure which option correctly passes the dataset here.
upvoted 0 times
...
Jacob
7 days ago
I'm pretty sure SMTP and POP3 are used for sending and receiving email, respectively. So the answer is probably related to email links or addresses.
upvoted 0 times
...
Tarra
8 days ago
Wait, is it kubectl or kubect1? I want to make sure I have the right command before I try this.
upvoted 0 times
...
Lindsey
12 days ago
I'm leaning towards Option D, using kubemci to create a global load balancer. That way I can keep the clusters separate but still have a single entry point for all users. The global load balancing should help with the latency.
upvoted 0 times
...
Willodean
16 days ago
The floating IP address is used to provide a single virtual IP for the VRRP-A group, right? I think option B is the correct answer.
upvoted 0 times
...

Save Cancel