CV0-003 · Question #397
Which of the following technologies are related to Web services?
The correct answer is C. HTML, JSON, XML. HTML, JSON, and XML are the core technologies used to structure, transmit, and represent data in Web services and web-based APIs.
Question
Which of the following technologies are related to Web services?
Options
- AHTML, IDM, JSON
- BHTML, IDM, XML
- CHTML, JSON, XML
- DDM, JSON, XML
How the community answered
(30 responses)- A7% (2)
- B3% (1)
- C87% (26)
- D3% (1)
Why each option
HTML, JSON, and XML are the core technologies used to structure, transmit, and represent data in Web services and web-based APIs.
IDM (Identity Management) is a security and access management framework, not a Web services data or presentation technology.
IDM is not a Web services technology, making this combination incorrect despite HTML and XML being valid.
HTML is the foundational markup language for web content presentation. XML (Extensible Markup Language) is widely used in SOAP-based Web services for structured data exchange. JSON (JavaScript Object Notation) is the dominant data interchange format for REST-based Web services. Together these three form the backbone of modern Web service communication and delivery.
DM is not a recognized standard Web services technology, making this option invalid regardless of JSON and XML being correct.
Concept tested: Core Web services and data interchange technologies
Source: https://www.w3.org/standards/webdesign/xmldata
Topics
Community Discussion
No community discussion yet for this question.