Exam MCPA - Level 1 All QuestionsBrowse all questions from this exam
Question 48

How are an API implementation, API client, and API consumer combined to invoke and process an API?

    Correct Answer: C

    The API consumer creates an API client, which sends API invocations to an API such that they are processed by an API implementation. This is the correct sequence in which an API interaction typically occurs: the consumer (or user) initiates the interaction by using an API client (like a web browser or application), which then sends requests to the API. These requests are handled by the API implementation (the backend service or server) that processes the requests and sends back the appropriate responses.

Discussion
calazansOption: C

The API consumer creates an API client, which sends API invocations to an API such that they are processed by an API implementation

AB317Option: C

Answer: C