exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 5 question 9 discussion

Actual exam question from Microsoft's DP-100
Question #: 9
Topic #: 5
[All DP-100 Questions]

You are performing feature engineering on a dataset.
You must add a feature named CityName and populate the column value with the text London.
You need to add the new feature to the dataset.
Which Azure Machine Learning Studio module should you use?

  • A. Extract N-Gram Features from Text
  • B. Edit Metadata
  • C. Preprocess Text
  • D. Apply SQL Transformation
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
VickyM
Highly Voted 5 years ago
Since a new column\feature is being added, I believe the answer Apply SQL Transform
upvoted 50 times
...
jmonk
Highly Voted 5 years ago
The correct answer is D. Apply SQL Transfer Editing the metadata allows you to rename or change the data type of existing columns. It does not allow you to add a column and set it's value to "London".
upvoted 20 times
...
evangelist
Most Recent 11 months, 2 weeks ago
Selected Answer: D
To add a new feature with a constant value like "London" for all rows, the most efficient way is to use SQL. The "Apply SQL Transformation" module allows you to execute SQL queries on your dataset, which can easily add a new column with a constant value.
upvoted 1 times
...
evangelist
1 year ago
Selected Answer: D
Apply SQL Transformation: This module allows you to use SQL queries to manipulate and transform your dataset. You can easily add a new column and populate it with the desired value using an SQL statement.
upvoted 1 times
...
BR_CS
1 year, 9 months ago
This question appears at least twice and is wrong both times. i checked. Edit Metadata cannot add a new column and assign a value. There is, however, a distinct "Add column" component.
upvoted 1 times
...
phdykd
1 year, 10 months ago
d is answer
upvoted 1 times
...
phdykd
2 years, 3 months ago
B is answer
upvoted 1 times
...
michaelmorar
2 years, 5 months ago
Selected Answer: D
Answer is D. The new column is Data not Metadata.
upvoted 1 times
...
taer
2 years, 6 months ago
Selected Answer: D
should be D
upvoted 3 times
...
ning
2 years, 12 months ago
Select *, 'London' as City from t1
upvoted 1 times
...
pancman
3 years, 1 month ago
Selected Answer: D
Correct answer is D. I have checked this on Azure Designer Studio to make sure. Edit metadata allows you to alter existing columns. However, it doesn't allow you to add a new column or set the value of it. However, you can add a new column and change its value using Apply SQL Transformation.
upvoted 2 times
silva_831
2 years, 6 months ago
Thank you guys for doing practice to verify the answer. Appreciate it.
upvoted 1 times
...
...
Thornehead
3 years, 2 months ago
D is the sure shot.
upvoted 1 times
...
synapse
3 years, 2 months ago
Selected Answer: D
D is the correct answer
upvoted 1 times
...
dija123
3 years, 5 months ago
Selected Answer: B
I think B is correct, Marking columns as features is what the Edit metadata module can do, Creating new column is not mentioned in the question, It is populate!
upvoted 2 times
David_Tadeu
3 years, 1 month ago
"You must add a feature named CityName ..." = You must create a new column named CItyName
upvoted 1 times
...
...
dushmantha
3 years, 9 months ago
The answer should be "Apply SQL Transformation". I have checked it. The metadata does not allow to add new columns
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...