exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 315 discussion

Actual exam question from Cisco's 350-401
Question #: 315
Topic #: 1
[All 350-401 Questions]

Which JSON syntax is valid?

  • A. {ג€switchג€: ג€nameג€: ג€dist1ג€, ג€interfacesג€: [ג€gig1ג€, ג€gig2ג€, ג€gig3ג€]}
  • B. {/ג€switch/ג€: {/ג€name/ג€: ג€dist1ג€, /ג€interfaces/ג€: [ג€gig1ג€, ג€gig2ג€, ג€gig3ג€]}}
  • C. {ג€switchג€: {ג€nameג€: ג€dist1ג€, ג€interfacesג€: [ג€gig1ג€, ג€gig2ג€, ג€gig3ג€]}}
  • D. {'switch': ('name': 'dist1', 'interfaces': ['gig1', 'gig2', 'gig3'])}
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
PureInertiaCopy
Highly Voted 1 year, 6 months ago
Admin! Could you please fix the symbols! (At my time of writting, the quotation marks are replaced with this weird symbols! (, ג€) It makes it really goddamn hard to read!)
upvoted 15 times
...
henchei
Highly Voted 3 years, 11 months ago
The correct answer is C Explanation: This JSON can be written as follows: { ‘switch’: { ‘name’: ‘dist1’, ‘interfaces’: [‘gig1’, ‘gig2’, ‘gig3’] }}
upvoted 15 times
ABC123
3 years, 7 months ago
Not Valid script
upvoted 2 times
...
...
a197cbf
Most Recent 8 months, 1 week ago
Admins, please fix formatting of the original multiple choice. Instead of single quotes and commas there are a bunch of strange characters such as "ג€".
upvoted 4 times
...
[Removed]
9 months ago
Selected Answer: C
C is correct if we replace this weird ג€ with this ".
upvoted 1 times
727b8c8
1 week, 1 day ago
so after replacing we have this results A. {"switch": "name": "dist1", "interfaces": ["gig1", "gig2", "gig3"]} B. {/"switch/": {/"name/": "dist1", /"interfaces/": ["gig1", "gig2", "gig3"]}} C. {"switch": {"name": "dist1", "interfaces": ["gig1", "gig2", "gig3"]}} D. {'switch': ('name': 'dist1', 'interfaces': ['gig1', 'gig2', 'gig3'])}
upvoted 1 times
...
...
Shri_Fcb10
9 months, 2 weeks ago
Guys does cisco exam use the same ג€ instead of double qoute, coz it will be terrible
upvoted 1 times
...
outnumber_gargle024
1 year, 1 month ago
for anyone wondering ab the symbols, the server they are using likely autoconverts quotes into these symbols to protect against sql injection sauce: like one week of college, so prob incorrect here
upvoted 1 times
...
JochenStacker
1 year, 6 months ago
The answers I see on screen are just gibberish.
upvoted 3 times
...
teikitiz
1 year, 7 months ago
Selected Answer: C
A. {"switch":"name":"dist1","interfaces": ["gig1","gig2","gig3"]} B. {/"switch/": {/"name/":"dist1", /"interfaces/": ["gig1","gig2","gig3"]}} C. {"switch": {"name":"dist1","interfaces": ["gig1","gig2","gig3"]}} D. {'switch': ('name': 'dist1', 'interfaces': ['gig1', 'gig2', 'gig3'])}
upvoted 9 times
...
[Removed]
1 year, 8 months ago
I can't make out what the fork these symbols are...
upvoted 5 times
PureInertiaCopy
1 year, 6 months ago
I coppied all the text and replaced them all with double quotes. It all makes sense after that.
upvoted 1 times
...
...
Burik
1 year, 8 months ago
Are we supposed to discern what the heck is written in these answers? This is ridiculous.
upvoted 5 times
...
wr4net
1 year, 9 months ago
json data is typically key:value pairs in a rigid hierarchy, like a tree. key elements at the same level are separated by commas. keys and values are found in quotes if they are strings, but not always if its a binary (like true/false), they follow this format {"K":"V"} no / are used in json. if multiple values for one key exist, they are encompassed in brackets - not braces, like this: {"K": ["V1","V2"]} if a data key breaks off into sub key-value pairs, it will have a brace after it, like the start of hierarchy above it. {"K": {["K2":"V1","K2","V2"]} in this case, the value element for "K" includes all the stuff in brackets, which are themselves K:V pairs
upvoted 2 times
...
Parot
2 years, 3 months ago
What the format !? This symbols are not belong to the Json format!
upvoted 2 times
...
Jared28
2 years, 8 months ago
Selected Answer: C
As per the practice exam in (it's just as badly formatted there too): CCNP: ENCOR: 350-401: CCNP ENTERPRISE: Cisco Certified Network Professional: Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR)
upvoted 3 times
...
ougty
2 years, 9 months ago
Selected Answer: C
Hard to see in this format but it is C
upvoted 2 times
...
aohashi
2 years, 12 months ago
Selected Answer: C
It should be C
upvoted 2 times
...
xziomal9
3 years, 5 months ago
A. {“switch”:”name”:”dist1′′,”interfaces”:[“gig1′′,”gig2′′,”gig3”]} B. {‘switch’:(‘name’:’dist1′,’interfaces’:[‘gig1′,’gig2′,’gig3’])} C. {“switch”:{“name”:”dist1′′,”interfaces”:[“gig1′′,”gig2′′,”gig3”]}} D. {/”switch/”:{/”name/”:”dist1′′,/”interfaces/”:[“gig1′′,”gig2′′,”gig3”]}}
upvoted 8 times
...
xziomal9
3 years, 5 months ago
The correct answer is: C. {"switch":{"name":"dist1","interfaces":["gig1","gig2","gig3"]}}
upvoted 3 times
xziomal9
3 years, 4 months ago
better view { "switch": { "name": "dist1", "interfaces": ["gig1", "gig2", "gig3"] } }
upvoted 3 times
xziomal9
3 years, 4 months ago
{ "switch": { "name": "dist1", "interfaces": ["gig1", "gig2", "gig3"] } }
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago