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 DP-100 Exam - 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:

0/2000 characters
Steffanie
5 months ago
Definitely, the dataset reference is crucial here!
upvoted 0 times
...
Arlene
5 months ago
Wait, are we sure this will actually read all the CSV files?
upvoted 0 times
...
Dino
5 months ago
Not sure about that, I lean towards Option C.
upvoted 0 times
...
Kattie
5 months ago
I think Option B is the right choice!
upvoted 0 times
...
Elenor
5 months ago
You need to pass the dataset for the script to work.
upvoted 0 times
...
Brett
5 months ago
I'm a bit confused about the differences between the options. I hope I can remember which method is used to load the dataset correctly.
upvoted 0 times
...
Kara
5 months ago
I feel like Option C might be the right choice, but I can't recall the exact syntax we practiced.
upvoted 0 times
...
Jestine
5 months ago
I think we had a practice question similar to this, and I believe it involved using the correct method to read CSV files from a blob storage.
upvoted 0 times
...
Helene
5 months 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
...
Willodean
6 months 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
...
Tarra
6 months ago
Wait, is it kubectl or kubect1? I want to make sure I have the right command before I try this.
upvoted 0 times
...
Jacob
6 months 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
...
Lindsey
6 months 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
...

Save Cancel