OutSystems Architecture Specialist (OutSystems 11) Exam Architecture-Specialist-11 Question # 11 Topic 2 Discussion

OutSystems Architecture Specialist (OutSystems 11) Exam Architecture-Specialist-11 Question # 11 Topic 2 Discussion

Architecture-Specialist-11 Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2

Which of the below matches the most to Core Module Pattern - ECS with Direct Integration Pattern


A.

... Entity is not in Outsystems but in an external ERP system. IS just makes remote call to

p external system/database. No data is being kept inside OS. Data retrieval may not be optimized as it needs to traverse two different systems to get the information back. Con:

Integration API must support all use cases


B.

... caches only summary data that is frequently lister, joined or searched. Full detail for a single entry is fetched directly from external system. Use when whole database too big or costly to synchronize. Details are only required for single entities (not lists)


C.

... a wrapper used to contain the logic, actions and data that will expose code that is inside of external library or to inspect external database and import the data structures so they can be used as entities inside of OS


D.

Same as Base ECS pattern, but have a local replica. Store data to serve as a local cache. Pro: Leverage Entity Use, Simpler Integration API. Con: Less impact on source system


E.

... is a pattern with two modules, a connector module that can be used to encapsulate an external API with the input/output structures and a wrapper module to expose the normalized API to the consumers.


F.

... Entity is exposed as read-only and API is available to centralize business logic for entity creation/update


G.

. Same as ECS with local replica but synchronization logic is separated. Pro: Code independence. Consumers of CS is not affected by Sync. Sync can orchestrate several CS


Get Premium Architecture-Specialist-11 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.