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!)
Admins, please fix formatting of the original multiple choice. Instead of single quotes and commas there are a bunch of strange characters such as "ג€".
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'])}
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
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'])}
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
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)
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”]}}
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.
PureInertiaCopy
Highly Voted 1 year, 6 months agohenchei
Highly Voted 3 years, 11 months agoABC123
3 years, 7 months agoa197cbf
Most Recent 8 months, 1 week ago[Removed]
9 months ago727b8c8
1 week, 1 day agoShri_Fcb10
9 months, 2 weeks agooutnumber_gargle024
1 year, 1 month agoJochenStacker
1 year, 6 months agoteikitiz
1 year, 7 months ago[Removed]
1 year, 8 months agoPureInertiaCopy
1 year, 6 months agoBurik
1 year, 8 months agowr4net
1 year, 9 months agoParot
2 years, 3 months agoJared28
2 years, 8 months agoougty
2 years, 9 months agoaohashi
2 years, 12 months agoxziomal9
3 years, 5 months agoxziomal9
3 years, 5 months agoxziomal9
3 years, 4 months agoxziomal9
3 years, 4 months ago