exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 327 discussion

Actual exam question from Cisco's 200-901
Question #: 327
Topic #: 1
[All 200-901 Questions]



Refer to the exhibit. The YAML shown contains an object "param0" that is equal to "Workflow1", a second object "param1" that contains an object called "list" which contains an array of two objects, "name" (equal to "VLAN_ID") and "value" (equal to a text value "198"), and finally a third object "param2" that is equal to "0". What is the equivalent message in JSON data format?

  • A.
  • B.
  • C.
  • D.
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
nospampls
Highly Voted 2 years, 5 months ago
Selected Answer: D
D is correct B has ; not , you can check this with https://onlineyamltools.com/convert-yaml-to-json
upvoted 5 times
cerifyme85
2 years, 4 months ago
Yup.. D is indeed correct
upvoted 3 times
...
...
727b8c8
Most Recent 9 months, 2 weeks ago
options names are weird, correct is, which looks like D { "param0": "Workflow1", "param1": { "list": [ { "name": "VLAN_ID", "value": "198" } ] }, "param2": 0 }
upvoted 1 times
...
rtg2123
2 years, 3 months ago
Selected Answer: D
100% D is correct https://faun.pub/yaml-to-json-cheatsheet-c3ac3ef519b8
upvoted 3 times
...
evilgoat
2 years, 3 months ago
Selected Answer: B
there are other reasons but a simple one to eliminate 3 in one go is: the scope of every JSON object is encapsulated in curly bracers, only B meets this criteria
upvoted 1 times
evilgoat
2 years, 3 months ago
although the picture is super blurry and maybe D is also in curly bracers? In which case it would be D since as pointed out B uses a ";"
upvoted 3 times
...
...
cerifyme85
2 years, 5 months ago
Selected Answer: B
Correct answer is B
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 ...