Admins, please fix formatting of the original multiple choice. Instead of single quotes and commas there are a bunch of strange characters such as "ג€".
B is correct if we replace this weird ג€ with this ".
I think it´s a typo from the website.
{
"Name": "Bob Johnson",
"Age": 75,
"Alive": true,
"Favorite Foods": ["Cereal", "Mustard", "Onions"]
}
Once the text formatting is fixed, it's B.
A. {Name: Bob Johnson, Age: 75, Alive: true, Favorite Foods: [Cereal, Mustard, Onions]}
B. {"Name": "Bob Johnson", "Age": 75, "Alive": true, "Favorite Foods": ["Cereal", "Mustard", "Onions"]}
C. {'Name': 'Bob Johnson', 'Age': 75, 'Alive': true, 'Favorite Foods': 'Cereal', 'Mustard', 'Onions'}
D. {"Name": "Bob Johnson", "Age": Seventyfive, "Alive": true, "Favorite Foods": ["Cereal", "Mustard", "Onions"]}
A is wrong because it's missing quotes of any kind.
B is valid according to Json Validator.
C is wrong because it uses single quotes and it's missing the array brackets.
D is wrong because it doesn't use the proper numerical value for Age.
Not sure if everyone sees the same, but the format is some very weird characters.
Instead of "quotes" it has the Euro sign, and what looks like Lambda symbol...
Regardless, Assuming this is a formatting issue, the only correct format is B
A: Wrong: has wrong syntax, its missing quotes around key-value pairs
B: Correct: has a formatting issue, at least to me, but it appears to be a correct format
C: Wrong: would have been correct, but it is missing the array brackets [ ] for the list of food
D: Wrong: the key-value pair "age":seventyfive is incorrect syntax
My bad! All is correct except:
"Alive": True,
Should be:
"Alive": true,
Lower case t on true...
upvoted 2 times
...
...
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
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.
AliMo123
Highly Voted 3 years, 12 months agoShri_Fcb10
11 months, 2 weeks agotimtgh
2 years, 11 months agoBroekie
Highly Voted 4 years, 1 month agotatrman
4 years, 1 month agodanman32
1 year, 9 months agoa197cbf
Most Recent 10 months, 1 week ago[Removed]
11 months ago[Removed]
11 months, 1 week agoteikitiz
1 year, 9 months agoBurik
1 year, 10 months agodanman32
1 year, 9 months ago[Removed]
1 year, 10 months agohabibmangal
2 years agowinder
2 years, 10 months agoxziomal9
3 years, 7 months agoxziomal9
3 years, 7 months agokthekillerc
3 years, 7 months agoerror_909
3 years, 7 months agoRockford
3 years, 11 months agoRockford
3 years, 11 months ago