ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 46 - Certified MuleSoft Platform Architect I discussion

Report
Export

An Order API must be designed that contains significant amounts of integration logic and involves the invocation of the Product API.

The power relationship between Order API and Product API is one of 'Customer/Supplier', because the Product API is used heavily throughout the organization and is developed by a dedicated development team located in the office of the CTO.

What strategy should be used to deal with the API data model of the Product API within the Order API?

A.
Convince the development team of the Product API to adopt the API data model of the Order API such that the integration logic of the Order API can work with one consistent internal data model
Answers
A.
Convince the development team of the Product API to adopt the API data model of the Order API such that the integration logic of the Order API can work with one consistent internal data model
B.
Work with the API data types of the Product API directly when implementing the integration logic of the Order API such that the Order API uses the same (unchanged) data types as the Product API
Answers
B.
Work with the API data types of the Product API directly when implementing the integration logic of the Order API such that the Order API uses the same (unchanged) data types as the Product API
C.
Implement an anti-corruption layer in the Order API that transforms the Product API data model into internal data types of the Order API
Answers
C.
Implement an anti-corruption layer in the Order API that transforms the Product API data model into internal data types of the Order API
D.
Start an organization-wide data modeling initiative that will result in an Enterprise Data Model that will then be used in both the Product API and the Order API
Answers
D.
Start an organization-wide data modeling initiative that will result in an Enterprise Data Model that will then be used in both the Product API and the Order API
Suggested answer: C

Explanation:

Convince the development team of the product API to adopt the APIdata model of the Order API such that integration logic of the Order API can work with one consistent internal data model Key details to note from the given scenario:>> Power relationship between Order API and Product API is customer/supplierSo, as per below rules of 'Power Relationships', the caller (in this case Order API) would request for features to the called (Product API team) and the Product API team would need to accomodate those requests.

asked 23/09/2024
Tim Baas
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first