REST APIs typically use _______ for data transfer, making them lightweight.
- CSV
- HTML
- JSON
- XML
REST APIs commonly use JSON (JavaScript Object Notation) for data transfer. JSON is lightweight, easy to read, and well-supported in modern web development. It allows for efficient communication between clients and servers in a RESTful architecture.
Loading...
Related Quiz
- How do mock APIs contribute to the scalability testing of a client application?
- Ensuring _________ in API responses is vital when testing APIs designed to handle large volumes of data.
- What role does environment configuration play in continuous integration pipelines for API testing?
- What is a common challenge when performing integration testing in microservices architecture?
- If a new version of an API is being released, how can contract testing be used to ensure backward compatibility with existing consumers?