In which Architecture Canvas layer do you expect to have a higher reusability rate?
In which Architecture Canvas layer do you expect to have a higher reusability rate?A . End-User layerB . Core layerC . Foundation layerView AnswerAnswer: C
Which of the below best matches this statement: "Needed if data is coming from MULTIPLE external systems.
Which of the below best matches this statement: "Needed if data is coming from MULTIPLE external systems. IS will decide which driver to use depending on the data."A . Transparency Service Pattern 1 way (simplification)B . Library: Extension PatternC . ECS with isolated synchronization logicD . ECS Lazy Load variationE...
In OutSystems, a Core Application can contain ...
In OutSystems, a Core Application can contain ...A . End-User, Core, and Foundation Modules.B . Foundation and Core ModulesC . Only Foundation Modules.D . End-User and Core Modules.View AnswerAnswer: B
Which of the below matches the most to Core Module Pattern - Core Entity Pattern...
Which of the below matches the most to Core Module Pattern - Core Entity Pattern...A . 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...
Which of the following Data elements can we find in a End-User layer Module?
Which of the following Data elements can we find in a End-User layer Module?A . Non-core EntitiesB . Entities to save UI statesC . Core Entities (exposed as read-only)D . CRUD actions for EntitiesView AnswerAnswer: B
What is done in the Organize part of the Architecture Design Process?
What is done in the Organize part of the Architecture Design Process?A . Concepts are disclosed to the Architecture teamB . Concepts are assembled into ModulesC . Concepts are added to the layers of the Architecture CanvasView AnswerAnswer: C
Considering Architecture Dashboard(AI Mentor), which of the following sentences is FALSE?
Considering Architecture Dashboard(AI Mentor), which of the following sentences is FALSE?A . Architecture Dashboard allows you to automatically apply a solution to solve a found code pattern.B . Architecture Dashboard performs a code analysis that uncovers patterns related to performance, security, architecture and maintainability.View AnswerAnswer: A
Of the options below, which one is a benefit of adopting the Architecture Canvas?
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 designC . It promotes the business users' collaboration and understandingD . It's a faster architecture designView AnswerAnswer: B
Which of the below is not part of the Architecture Validation
Which of the below is not part of the Architecture ValidationA . No Downward References To Foundation ModulesB . No Side References Between End-User ModulesC . No Circular ReferencesD . No Upward ReferencesView AnswerAnswer: A
What is a best practice for Mobile Application Architecture: Local Storage?
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 entitiesC . Have a local storage inside the CS Module instead of M_CS ModuleD . Use a...