ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 48 - MCPA - Level 1 discussion

Report
Export

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

A.
The API consumer creates an API implementation, which receives API invocations from an API such that they are processed for an API client
Answers
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
Answers
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
Answers
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
Answers
D.
The ApI client creates an API consumer, which sends API invocations to an API such that they are processed by an API implementation
Suggested answer: A, B, C, D

Explanation:

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

*****************************************

Terminology:

>> API Client - It is a piece of code or program the is written to invoke an API

>> API Consumer - An owner/entity who owns the API Client. API Consumers write API clients.

>> API - The provider of the API functionality. Typically an API Instance on API Manager where they are managed and operated.

>> API Implementation - The actual piece of code written by API provider where the functionality of the API is implemented. Typically, these are Mule Applications running on Runtime Manager.

asked 18/09/2024
TRAORE Issa
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first