OutSystems Architecture-Specialist-11 Exam
Architecture Specialist (OutSystems 11) (Page 8 )

Updated On: 1-Feb-2026

_CW module is for

  1. 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.
  2. 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.
  3. Technical wrapper to expose an API to External consumers, keeping core services system agnostic and supporting multiple versions of the API.
  4. Core Widgets (blocks), to manage complexity, composition or to have its own lifecycle.
  5. Reusable Core Services with public entities, actions, and blocks.

Answer(s): D



What is the new name for Architecture Dashboard?

  1. Architecture Validation
  2. Architecture Canvas
  3. Architecture Framework
  4. AI Mentor

Answer(s): D



Which of the below matches the most to Core Module Pattern - ECS with Local Replica Pattern...

  1. ... 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
  2. ... is a pattern with two modules, a connector module that can be used to encapsulate an O external API with the input/output structures and a wrapper module to expose the normalized API to the consumers.
    p 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
  3. ... 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
  4. ... 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)
  5. ... Entity is exposed as read-only and API is available to centralize business logic for entity creation/update
  6. 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
  7. ... 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
  8. ... is needed if data is coming from MULTIPLE external systems. IS will decide which driver to use depending on the data.
  9. 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)

Answer(s): G



Which of the following is a benefit of having good architecture?

  1. Poor service abstraction
  2. Unmanageable dependencies
  3. Manages complexity
  4. Slow-moving legacy systems

Answer(s): C



What is the common naming convention for a mobile version of a CS module?

  1. M_CS
  2. _CS
  3. mobile_CS
  4. m_cs
  5. m_CS

Answer(s): E



Viewing page 8 of 18
Viewing questions 36 - 40 out of 83 questions



Post your Comments and Discuss OutSystems Architecture-Specialist-11 exam prep with other Community members:

Join the Architecture-Specialist-11 Discussion