MuleSoft Certified Platform Architect – Level 1 — Question 47
How are an API implementation, API client, and API consumer combined to invoke and process an API?
Answer options
- A. The API consumer creates an API implementation, which receives API invocations from an API such that they are processed for an API client.
- B. The API client creates an API consumer, which receives API invocations from an API such that they are processed for an API implementation.
- C. The API consumer creates an API client, which sends API invocations to an API such that they are processed by an API implementation.
- D. The API client creates an API consumer, which sends API invocations to an API such that they are processed by an API implementation.
Correct answer: C
Explanation
The correct answer is C because it accurately describes that the API consumer creates an API client, which is responsible for sending API invocations to the API for processing by the implementation. The other options incorrectly represent the roles and relationships between the API consumer, client, and implementation.