OutSystems Architecture Specialist (OutSystems 11) Sample Questions:
1. CS modules is for
A) Reusable Core Services with public entities, actions, and blocks.
B) Technical wrapper to expose an API to External consumers, keeping core services system agnostic and supporting multiple versions of the API.
C) Logic to Synchronize data in CS's with an external system. Isolating this logic makes the CS completely system agnostic and it's easier to decouple or replace the external system.
D) Isolated Business Logic (Actions) or Core Widgets (blocks), to manage complexity, composition or to have its own lifecycle.
E) A BL becomes a Calculation Engine if it performs complex calculations, (e.g. an invoice calculation engine or an insurance simulator). Engines are usually subject to versions.
2. Which of the below matches the most to Core Module Pattern - ECS Summary Cache only variation
A) ... 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)
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) ... 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.
D) 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
E) ... Entity is not in Outsystems but in an external ERP system. IS just makes remote call to . 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
F) ... Entity is exposed as read-only and API is available to centralize business logic for entity ^ creation/update
G) 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
H) ... 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
I) ... tries to fetch data from local cache entity, if not there, get single entry from the external p 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.
J) ... is needed if data is coming from MULTIPLE external systems. IS will decide which driver to use depending on the data.
3. Which of the below matches the most to Core Module Pattern - ECS Lazy Load variation
A) ... Entity is not in Outsystems but in an external ERP system. IS just makes remote call to 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) ... Entity is exposed as read-only and API is available to centralize business logic for entity creation/update
C) 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)
D) 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
E) ... a wrapper used to contain the logic, actions and data that will expose code that is inside of i external library or to inspect external database and import the data structures so they can be used as entities inside of OS
F) 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
G) ... 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)
H) ... 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.
I) ... is needed if data is coming from MULTIPLE external systems. IS will decide which driver to use depending on the data.
J) ... 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
4. Of the options below, which one is a benefit of adopting the Architecture Canvas?
A) It's a faster architecture design
B) It's a systematic approach to architecture design
C) It promotes the business users' collaboration and understanding
D) It's an automatic way to find and fix architecture issues.
5. OAPI is different compared to API. What is inside an OAPI?
A) REST API
B) Service Action
Solutions:
| Question # 1 Answer: A | Question # 2 Answer: A | Question # 3 Answer: J | Question # 4 Answer: B | Question # 5 Answer: B |

We're so confident of our products that we provide no hassle product exchange.


By Ben


