SaaS Practice Test
SaaS SaaS Integration and APIs
What is REST and why is it the dominant API style for SaaS integrations?
Select your answer
A
A database query language like SQL, favored for its data manipulation capabilities
B
An architectural style using HTTP methods (GET, POST, PUT, DELETE) on resources via URLs, favored for its simplicity, statelessness, and wide tooling support
C
A binary communication protocol designed for low-latency microservice communication
D
A standard for authenticating users across multiple SaaS platforms
Hint