exam questions

Exam DP-900 All Questions

View all questions & answers for the DP-900 exam

Exam DP-900 topic 1 question 203 discussion

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

You have data saved in the following format.

Which format was used?

  • A. YAML
  • B. CSV
  • C. JSON
  • D. HTML
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
jellybiscuit
Highly Voted 2 years, 9 months ago
Selected Answer: B
that is obviously CSV, not YAML
upvoted 31 times
...
mamahani
Highly Voted 2 years, 1 month ago
I took the exam 12.04.2023; this question appeared,correct answer CSV however: in the exam the question was more precisly formulated: it listed that data is coma delimited with an rows terminated by newlines
upvoted 8 times
subhayu.biswas12
1 year ago
Thank The God for being specific
upvoted 1 times
...
...
profesorklaus
Most Recent 8 months, 2 weeks ago
Selected Answer: B
CSV is a correct answer
upvoted 1 times
...
Tsbki
10 months ago
Selected Answer: B
Obviously CSV
upvoted 1 times
...
BabarBaig
1 year, 5 months ago
CSV, not YAML
upvoted 1 times
...
AGTraining
1 year, 6 months ago
Selected Answer: B
CSV !!!
upvoted 1 times
...
Anuragsharma83
1 year, 7 months ago
Question is a joke :)
upvoted 1 times
gabo
1 year, 3 months ago
The provided answer is a joke, definitely not YAML.
upvoted 1 times
...
...
Pranava_GCP
2 years, 1 month ago
Selected Answer: B
B: CSV, Comma-separated values, no other options.
upvoted 1 times
...
Joanna0
2 years, 3 months ago
Selected Answer: B
Comma-separated values file - a CSV.
upvoted 2 times
...
sreekan2
2 years, 5 months ago
Selected Answer: B
It's a CSV.
upvoted 1 times
...
Arend78
2 years, 6 months ago
Selected Answer: B
YAML uses indents instead of commas
upvoted 2 times
...
TomGray1989
2 years, 7 months ago
Selected Answer: B
It's a CSV.
upvoted 2 times
...
ushahid
2 years, 7 months ago
Selected Answer: B
it is csv
upvoted 1 times
...
OldSchool
2 years, 7 months ago
Selected Answer: B
CSV YAML Syntax: nearly every YAML file starts with a list. Each item in the list is a list of key/value pairs, commonly called a “hash” or a “dictionary”. So, we need to know how to write lists and dictionaries in YAML. There’s another small quirk to YAML. All YAML files (regardless of their association with Ansible or not) can optionally begin with --- and end with .... This is part of the YAML format and indicates the start and end of a document. All members of a list are lines beginning at the same indentation level starting with a "- " (a dash and a space): --- # A list of tasty fruits - Apple - Orange - Strawberry - Mango ... A dictionary is represented in a simple key: value form (the colon must be followed by a space): # An employee record martin: name: Martin D'vloper job: Developer skill: Elite
upvoted 3 times
...
Tata11
2 years, 7 months ago
Comma Separated Values (CSV)
upvoted 3 times
...
smariussorin
2 years, 7 months ago
Selected Answer: B
jellybiscuit is posting questions with wrong answer, this is the 10 example so far. should be blocked from posting.
upvoted 2 times
...
paradice
2 years, 8 months ago
Selected Answer: B
CSV !!!!!!!!!
upvoted 1 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 ...