Architecture-Specialist-11 Dumps Free Test Engine Player Verified Updated [Nov 19, 2025]
Q&As with Explanations Verified & Correct Answers
NEW QUESTION # 43
There are 3 common scenarios for Sharing a Style Guide. Which of the below is not part of th scenario.
- A. Intranet (Single Sign On): Own Menu, Common Login Flow. Menu is defined in the Custom Template, but Login is defined in the Custom Theme. Application reference the Custom Them which picks up the Login.
- B. Enterprise Apps: Common Menu, Common Login Flow. Menu is defined in the Custom Theme, but Login is defined in the Custom Template.
- C. Portal : Common Menu, Common Login Flow. Login and Menu is defined in the Custom Them Application Theme reference the Custom Theme thus have a shared menu and login flow.
- D. Independent Apps : Own Menu, Own Login Flow. Login and Menu is defined in the Custom Template. Applications reference to its own Application Theme thus do not use the Login and Menu in the Custom Template.
Answer: B
NEW QUESTION # 44
What is the new name for Architecture Dashboard?
- A. AI Mentor
- B. Architecture Framework
- C. Architecture Canvas
- D. Architecture Validation
Answer: A
NEW QUESTION # 45
In OutSystems, a Core Application can contain ...
- A. End-User, Core, and Foundation Modules.
- B. End-User and Core Modules.
- C. Only Foundation Modules.
- D. Foundation and Core Modules
Answer: D
NEW QUESTION # 46
What is the Architecture Blueprint?
- A. Above is the answer
- B. Is the end result of Architecture Design Process. At this point you should add dependencies between the Modules.
Answer: B
NEW QUESTION # 47
Which of the following is an Assembling principle?
- A. Disclose business concepts and integration needs.
- B. Join all integrations into a single Module.
- C. Isolate all business concepts.
- D. Keep concepts with different lifecycles apart.
Answer: D
NEW QUESTION # 48
ISO/IEC 25010:2011 adds two more aspect to ISO/IEC 9126:1991. Which of the below is not part of it?
- A. Integration : Integration to allow data exchange with other software
- B. Security : Security ensure software solutions can protect information and data
- C. Compatibility : Compatibility was also added as a way to ensure that a piece of software can work together with other systems
Answer: A
NEW QUESTION # 49
Which of the below matches the most to Core Module Pattern - Core Entity Pattern...
- A. ... 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
- B. ... Entity is exposed as read-only and API is available to centralize business logic for entity creation/update
- C. ... is needed if data is coming from MULTIPLE external systems. IS will decide which driver to use depending on the data.
- D. ... 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)
- E. 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
- F. 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)
- G. 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.
- H. 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
- I. ... 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
- 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
Answer: B
NEW QUESTION # 50
ISO/IEC 9126:1991 included several different dimensions. Which is NOT part of ISO/IEC 9126:1991?
- A. Reliability : Reliability which ensures that a software solution can maintain it performance over a period of time
- B. Functionality : Functionality as a set of functions that satisfy needs
- C. Usability : Usability from the point of view of the users
- D. Maintainability : Maintainability which relates to the effort needed to make modifications
- E. Efficiency : Efficiency which relates to the performance to the amount of resources used
- F. Security : Security which relates to the strength of the of the software against cybersecurity attacks
- G. Portability : Portability which defines the ability to move software between environments
Answer: F
NEW QUESTION # 51
_Eng 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. Reusable Core Services with public entities, actions, and blocks.
- 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, compositio or to have its own lifecycle.
- E. Technical wrapper to expose an API to External consumers, keeping core services system agnostic and supporting multiple versions of the API.
Answer: A
NEW QUESTION # 52
Which of the below matches the most to Core Module Pattern - Base ECS Pattern...
- A. ... 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
- B. ... is needed if data is coming from MULTIPLE external systems. IS will decide which driver to use depending on the data.
- C. ... 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)
- 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. 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)
- F. ... 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.
- 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. ... 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
- I. ... Entity is exposed as read-only and API is available to centralize business logic for entity creation/update
- 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
Answer: F
NEW QUESTION # 53
The Architecture Design Process has three steps. Which of the options below is NOT one of those steps?
- A. Plan
- B. Organize
- C. Disclose
- D. Assemble
Answer: A
NEW QUESTION # 54
Which of the following recommendations should be applied to the Core layer?
- A. Core modules should not have Core Entities.
- B. Core modules should have Front-end Screens for testing purposes.
- C. Core modules should not have business logic.
- D. Core modules should have public Read-only Entities.
Answer: D
NEW QUESTION # 55
Adopting a naming convention can have some benefits. Of the sentences below, which one is NOT a benefit of adopting a naming convention?
- A. Enforce the reference architecture.
- B. Avoid error codes.
- C. Normalize patterns.
- D. Reveal the nature of each Module.
Answer: B
NEW QUESTION # 56
Considering Discovery, which of the following sentences is FALSE?
- A. Discovery allows you to determine for every module, which elements are being consumed by other modules.
- B. Discovery automatically assigns a module to an Architecture Canvas layer, following the module's naming convention.
- C. Discovery cannot categorise modules to domains
- D. Discovery only validates architecture rules at the module level.
Answer: D
NEW QUESTION # 57
Elements such as the menu and login can be shared across different apps. In the menu and login are defined inside the theme. Which use case is this?
- A. Portal
- B. Intranet
- C. Independent Apps
Answer: A
NEW QUESTION # 58
Which of the below are FALSE about UI framework?
- A. Patterns - are blocks that provide common and reusable UI. Chat message, date picker and carousel are a few examples. Contains reusable UI components.
- B. Theme - for the look and feel of your applications, which includes screen layouts, global stylesheet and grid definitions. Contains CSS styles and classes.
- C. All of the above are true
- D. Templates - Defines the structure of the application modules. Templates contains screen p definitions and basic set of functionalities, including authentication.
Answer: C
Explanation:
Contains common layouts, menu, login and reference to the theme .
NEW QUESTION # 59
Which of the below is not a best practice for mobile security:authentication?
- A. Encrypt (only) sensitive data
- B. Authentication : Use google or facebook for online authentication or fingerprint or pin for offline authentication
- C. Store password in local storage
Answer: C
NEW QUESTION # 60
Regarding Validation Rules for application composition, which of the following sentences is correct?
- A. Common modules and services should be isolated in a separate app that can be referenced by other apps.
- B. If you follow all the rules for validating modules, your application composition will be sound, and easy to maintain and deploy.
- C. Applications in the Foundation layer can reference Applications in the End-user layer.
- D. Owners of the Application should not be mixed, but mixing Sponsors has no direct impact on the release.
Answer: A
NEW QUESTION # 61
Which is not a reason you should use Architecture Canvas?
- A. Promotes segregation and loose coupling of services
- B. Optimizes lifecycle independence
- C. Minimizes impact of changes
- D. Promotes abstraction of reusable services
Answer: A
NEW QUESTION # 62
Which of the below is not part of the Architecture Validation
- A. No Side References Between End-User Modules
- B. No Circular References
- C. No Upward References
- D. No Downward References To Foundation Modules
Answer: D
NEW QUESTION # 63
Which of the following options denotes the advantages of defining a Style Guide up front?
- A. Security and scalability.
- B. Speed up the development phase.
- C. Improve performance and maintainability.
- D. Allows apps and the Style Guide to be deployed to Production.
Answer: C
NEW QUESTION # 64
_IS module is for
- A. technical wrapper to consume and normalize an external service.
- B. Theme, look & feel elements, menu, etc.
- C. Generic Library module.
- D. Reusable UI Patterns for layout and display only - no Business logic.
- E. 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).
Answer: A
NEW QUESTION # 65
Which of the below is NOT a suitable advice for designing a LIGHTWEIGHT mobile local storage?
- A. Group relevant information
- B. Denormalize the local storage
- C. Define only used attributes
- D. Store all records no matter if relevant or irrelevant
Answer: D
NEW QUESTION # 66
What is Application Composition Process?
- A. Answer is the above.
- B. Process to package modules into apps
Answer: B
NEW QUESTION # 67
Which of the below is NOT a suitable advice for designing a Parallel mobile local storage?
- A. Use Fetch Data : Avoid cascading aggregates in Onlnitialize and OnReady
- B. Avoid generic tables : Contains too much data, not all are relevant
- C. Allow table dependency : Normalize tables to promote parallel data fetch
Answer: C
NEW QUESTION # 68
......
Verified Architecture-Specialist-11 dumps Q&As Latest Architecture-Specialist-11 Download: https://actualtests.test4engine.com/Architecture-Specialist-11-real-exam-questions.html