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

December 17, 2023 No Comments READ MORE +

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...

December 16, 2023 No Comments READ MORE +

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

December 16, 2023 No Comments READ MORE +

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...

December 15, 2023 No Comments READ MORE +

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

December 15, 2023 No Comments READ MORE +

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

December 14, 2023 No Comments READ MORE +

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

December 13, 2023 No Comments READ MORE +

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

December 12, 2023 No Comments READ MORE +

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

December 11, 2023 No Comments READ MORE +

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...

December 11, 2023 No Comments READ MORE +