Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

OutSystems Architecture-Specialist-11 Exam - Topic 5 Question 58 Discussion

Which of the below matches the most to Library Module Pattern - Extension Pattern...
I) ... 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
A) ... 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.
B) Same as ECS with local replica but API module is provided. So any changes to the external system can notify OS, which OS then gets update from the ERP system (subscription system)
C) ... tries to fetch data from local cache entity, if not there, get single entry from the external system. Cache only that record (read-through caching) Use when whole database too big or costly to synchronize. Integration only touches a small portion of the database. Avoid if access to lists of data is needed up front
D) ... is needed if data is coming from MULTIPLE external systems. IS will decide which driver to use depending on the data.
E) ... 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)
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
H) Entity is not in Outsystems but in an external ERP system. IS just makes remote call to v 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
J) 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

OutSystems Architecture-Specialist-11 Exam - Topic 5 Question 58 Discussion

Actual exam question for OutSystems's Architecture-Specialist-11 exam
Question #: 58
Topic #: 5
[All Architecture-Specialist-11 Questions]

Which of the below matches the most to Library Module Pattern - Extension Pattern...

Show Suggested Answer Hide Answer
Suggested Answer: I

Contribute your Thoughts:

0/2000 characters
Lili
2 days ago
I think D) is more accurate, though.
upvoted 0 times
...
Gertude
7 days ago
A) sounds spot on for the Library Module Pattern!
upvoted 0 times
...
Hollis
12 days ago
I think I might be mixing things up, but option H seems to describe a situation where data isn't stored locally, which might not match the Library Module Pattern. I'm not sure though.
upvoted 0 times
...
Leota
18 days ago
I feel like option I could be the right answer since it talks about wrapping logic and actions, which seems to align with the module pattern concept we studied.
upvoted 0 times
...
Tiera
23 days ago
I remember practicing with a question that mentioned caching and external systems. Option C sounds familiar, but I'm not confident if it really fits the Library Module Pattern.
upvoted 0 times
...
Carey
28 days ago
I'm not entirely sure, but I think the Library Module Pattern - Extension Pattern is related to how we handle data from external systems. Maybe it's something like option A?
upvoted 0 times
...

Save Cancel