OutSystems Architecture Specialist 11 Architecture Specialist (OutSystems 11) Online Training
OutSystems Architecture Specialist 11 Online Training
The questions for Architecture Specialist 11 were last updated at Feb 13,2025.
- Exam Code: Architecture Specialist 11
- Exam Name: Architecture Specialist (OutSystems 11)
- Certification Provider: OutSystems
- Latest update: Feb 13,2025
Question #11
CS modules is for
- A . Isolated Business Logic (Actions) or Core Widgets (blocks), to manage complexity, composition or to have its own lifecycle.
- B . 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.
- C . Technical wrapper to expose an API to External consumers, keeping core services system agnostic and supporting multiple versions of the API.
- D . 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.
- E . Reusable Core Services with public entities, actions, and blocks.
Question #12
Of the options below, which one is a benefit of adopting the Architecture Canvas?
- A . It’s an automatic way to find and fix architecture issues.
- B . It’s a systematic approach to architecture design
- C . It promotes the business users’ collaboration and understanding
- D . It’s a faster architecture design
Question #13
In which of the following scenarios should you choose to clone a built-in Style Guide?
- A . When minor customizations to the base theme should be done inside the app theme.
- B . It is not possible to customize a built-in Style Guide, since it is part of OutSystems UI.
- C . When you want to introduce extensive changes to an existing theme.
- D . When it is not possible to benefit from any existing theme and extensive changes are needed.
Question #14
_IS module is for
- A . Generic Library module.
- B . several integration services with different systems, performing the same type of operation (e.g. printers) you can create several drivers exposing the same API, with specialized implementations (like the transparency services pattern).
- C . Reusable UI Patterns for layout and display only – no Business logic.
- D . Theme, look & feel elements, menu, etc.
- E . technical wrapper to consume and normalize an external service.
Question #15
_Pat module is for
- A . Generic Library module.
- B . Reusable UI Patterns for layout and display only – no Business logic.
- C . Theme, look & feel elements, menu, etc.
- D . technical wrapper to consume and normalize an external service.
- E . to have several integration services with different systems, performing the same type of operation (e.g. printers) you can create several drivers exposing the same API, with specialized implementations (like the transparency services pattern).
Question #16
What is a best practice for Mobile Application Architecture: Local Storage?
- A . Do not use local storage(mobile device), instead try to use central storage(server side)
- B . Map server side static entities into local entities
- C . Have a local storage inside the CS Module instead of M_CS Module
- D . Use a centralized local storage for all mobile applications to ensure maintainability
Question #17
Which of the following Data elements can we find in a Foundation layer Module?
- A . CRUD actions for Entities
- B . Core Entities (exposed as read-only)
- C . Non-core Entities
- D . Entities to save UI states
Question #18
Which of the below is not part of the Architecture Validation
- A . No Downward References To Foundation Modules
- B . No Side References Between End-User Modules
- C . No Circular References
- D . No Upward References
Question #19
_BL module is for
- A . 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.
- B . 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.
- C . Isolated Business Logic (Actions), to manage complexity, composition or to have its own ‘ifecycle.
- D . Reusable Core Services with public entities, actions, and blocks.
- E . Technical wrapper to expose an API to External consumers, keeping core services system agnostic and supporting multiple versions of the API.
Question #20
What is done in the Organize part of the Architecture Design Process?
- A . Concepts are disclosed to the Architecture team
- B . Concepts are assembled into Modules
- C . Concepts are added to the layers of the Architecture Canvas