1
Identify the option that is not a type of web service architecture.
View Answer
RESTful Web Services
SOAP (Simple Object Access Protocol)
JSON-RPC (Remote Procedure Call)
GraphQL (Graph Query Language)
2
Choose the option that is not a data format commonly used in web services.
View Answer
HTML (Hypertext Markup Language)
YAML (YAML Ain't Markup Language)
JSON (JavaScript Object Notation)
XML (eXtensible Markup Language)
3
Identify the option that is not an HTTP method commonly used in RESTful web services.
View Answer
PUSH
DELETE
POST
GET
4
Choose the option that is not a characteristic of RESTful web services.
View Answer
Stateless
Caching
Contract-first approach
Protocol-agnostic
5
Identify the option that is not a benefit of using web services.
View Answer
Interoperability
Tight coupling
Reusability
Scalability