AZ-220 · Question #9
Case Study 2 - ADatum Overview ADatum Corporation is an international manufacturing company that has 3,000 employees. ADatum has a main office in New York and more than 100 branch offices worldwide…
The correct answer is C. JSON. Scenario: POV Requirements Ensure that all message content during this phase is human readable to simplify debugging. Avro uses a binary format, so it is not human readable. The more lightweight JSON (Javascript object notation) has become a popular alternative to XML for…
Question
Options
- AXML
- BAvro
- CJSON
How the community answered
(35 responses)- A9% (3)
- B14% (5)
- C77% (27)
Explanation
Scenario: POV Requirements Ensure that all message content during this phase is human readable to simplify debugging. Avro uses a binary format, so it is not human readable. The more lightweight JSON (Javascript object notation) has become a popular alternative to XML for various reasons. A couple obvious ones are: Less verbose-XML uses more words than necessary JSON is faster-Parsing XML software is slow and cumbersome. https://blog.cloud-elements.com/json-better-xml
Topics
Community Discussion
No community discussion yet for this question.