A development team needs to build an API for a highly dynamic application with many changing data requirements. Which API style should they prefer?
- GraphQL
- REST
- RPC
- SOAP
GraphQL is well-suited for dynamic applications with changing data requirements, as it allows clients to request only the data they need.
Loading...
Related Quiz
- The _______ algorithm in TLS is used for key agreement and establishment.
- Why is versioning important in web services?
- SOAP uses _______ for message format, while REST typically uses formats like _______.
- Which of these is an effective practice to prevent SQL Injection?
- The concept of _______ in WSDL allows for the specification of different protocols for the same service.