MCPA - Level 1 Exam QuestionsBrowse all questions from this exam

MCPA - Level 1 Exam - Question 22


Refer to the exhibit.

What is the best way to decompose one end-to-end business process into a collaboration of Experience, Process, and of System APIs?

Show Answer
Correct Answer: D

The best way to decompose one end-to-end business process into a collaboration of Experience, Process, and System APIs is to use a Process API to orchestrate calls to multiple System APIs, but not to other Process APIs. This ensures a clear separation of concerns and promotes an organized, layered architecture. The System APIs handle the core systems and data access, the Process APIs handle the business logic and orchestration, while the Experience APIs manage the interaction with end-user applications. Keeping the Process APIs from calling other Process APIs prevents unnecessary complexity and potential circular dependencies.

Discussion

10 comments
Sign in to comment
Pavan_NagineniOption: B
Jul 24, 2021

B. Allow System APIs to return data that is NOT currently required by the identified Process or Experience APIs.

AndreDiasOption: B
Jul 20, 2022

A PAPI may call another PAPI. Moreover, it is not a general rule to stick by one EAPI, PAPI and SAPI to represent a business requirement. In fact, we may have several EAPI and PAPI, that may interact with each other. Finally, the data customization to return to the end user is typically performed at the upper layer, the EAPI. Therefore, the answer is B

AB317Option: B
Aug 6, 2021

Answer: B

Outdoor25Option: B
Jan 11, 2022

It should not be B allow system apis to return data that is not currently required by identified process or experience api. There is no best practice by Mule restricting only one implementation per layer.

calazansOption: B
Jun 22, 2022

Allow System APIs to return data that is NOT currently required by the identified Process or Experience APIs

cuisal92Option: B
Jan 25, 2023

B. Allow System APIs to return data that is NOT currently required by the identified Process or Experience APIs.

policy907Option: B
Feb 2, 2023

Answer: B

vikas_muleOption: D
Feb 14, 2023

A, id PAPI is available to orchestrate multiple system API no need to have future API.

vikas_muleOption: A
Feb 14, 2023

All SAPi can be access through one PAPI, no need of other PAPI.

vikas_mule
Feb 14, 2023

in question we have ' one end-to-end business process ' so B is not right .

vikas_muleOption: B
Mar 18, 2023

B correct