exam questions

Exam DP-500 All Questions

View all questions & answers for the DP-500 exam

Exam DP-500 topic 1 question 27 discussion

Actual exam question from Microsoft's DP-500
Question #: 27
Topic #: 1
[All DP-500 Questions]

HOTSPOT -
You are using an Azure Synapse notebook to create a Python visual.
You run the following code cell to import a dataset named Iris.

A sample of the data is shown in the following table.

You need to create the visual shown in the exhibit. (Click the Exhibit tab.)

How should you complete the Python code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
nbagchi
Highly Voted 2 years, 6 months ago
pairplot and species
upvoted 27 times
Tranter
2 years, 1 month ago
There are 2 species in the table so if we use hue = species then we should get 2 different colors , to get 3 different colors we have to use hue=sepal_width for the 3 different colors
upvoted 1 times
JimmyC
2 years ago
Look at the visual... there are 3 species listed on the right
upvoted 4 times
...
...
...
Ramiel
Highly Voted 2 years, 6 months ago
Pairplot Species Reference: https://seaborn.pydata.org/generated/seaborn.pairplot.html
upvoted 10 times
...
Akin_Eren
Most Recent 1 year, 6 months ago
pair_plot and species
upvoted 1 times
...
SamuComqi
1 year, 10 months ago
I took the exam a few days ago (14/8/2023) and I passed the exam with a score of 915. My answer was: - pairplot - species
upvoted 2 times
...
Eltooth
2 years ago
Pairplot Species
upvoted 1 times
...
Jaison007
2 years, 1 month ago
Species not width
upvoted 1 times
...
solref
2 years, 3 months ago
Pairplot and Species https://seaborn.pydata.org/generated/seaborn.pairplot.html
upvoted 3 times
...
DarioReymago
2 years, 3 months ago
yes I think is pairplot and species
upvoted 1 times
...
Mirtise
2 years, 4 months ago
pairplot and species
upvoted 2 times
...
eekman
2 years, 5 months ago
pairplot and species. Species because 'hue' specifies to split on color per species.
upvoted 5 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 ...