GraphQL allows clients to specify exactly what data they need, reducing _______.
- Bandwidth Usage
- Latency
- Over-fetching
- Under-fetching
GraphQL enables clients to request only the data they need, reducing over-fetching. Over-fetching occurs when an API returns more data than necessary, leading to increased bandwidth usage. GraphQL's flexibility addresses this issue, enhancing efficiency in data retrieval.
Loading...
Related Quiz
- _________ headers are key to validating the cache mechanism in API testing by indicating when the data should be re-fetched.
- What is a fundamental characteristic of Microservices Architecture in the context of API design?
- What is a key challenge when automating tests for APIs that have frequent version updates?
- Handling _________ errors effectively in APIs is essential for maintaining good user experience during temporary outages or overloads.
- How does rate limiting improve the security of an API?