OutSystems Architecture Specialist (OutSystems 11) Sample Questions:
1. _IS module is for
A) 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).
B) Generic Library module.
C) Reusable UI Patterns for layout and display only - no Business logic.
D) technical wrapper to consume and normalize an external service.
E) Theme, look & feel elements, menu, etc.
2. In OutSystems, a Foundation Application can NOT contain ...
A) End-user and Core Modules.
B) Core Modules and Foundation Modules.
C) End-User and Foundation Modules.
3. What is NOT a best practice for Mobile Application Architecture: Local Storage?
A) Adopt the correct sync frequency: Either at process start and online or at process/transaction end and online
B) Sync on every screen or online event
C) Sync data required per use case: Sync summary data on Session start. On data selection, sync p its details.
4. ISO/IEC 9126:1991 included several different dimensions. Which is NOT part of ISO/IEC 9126:1991?
A) Efficiency : Efficiency which relates to the performance to the amount of resources used
B) Security : Security which relates to the strength of the of the software against cybersecurity attacks
C) Functionality : Functionality as a set of functions that satisfy needs
D) Portability : Portability which defines the ability to move software between environments
E) Maintainability : Maintainability which relates to the effort needed to make modifications
F) Reliability : Reliability which ensures that a software solution can maintain it performance over a period of time
G) Usability : Usability from the point of view of the users
5. Which of the following Data elements can we find in a Foundation layer Module?
A) Entities to save UI states
B) Non-core Entities
C) CRUD actions for Entities
D) Core Entities (exposed as read-only)
Solutions:
Question # 1 Answer: D | Question # 2 Answer: A | Question # 3 Answer: B | Question # 4 Answer: B | Question # 5 Answer: B |