Pass the OutSystems Architecture Specialization Architecture-Specialist-11 Questions and answers with CertsForce

Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions
Questions # 11:

Which of the below matches the most to Core Module Pattern - ECS with Direct Integration Pattern

Options:

A.

... Entity is not in Outsystems but in an external ERP system. IS just makes remote call to

p 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


B.

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


C.

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


D.

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


E.

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


F.

... Entity is exposed as read-only and API is available to centralize business logic for entity creation/update


G.

. 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


Expert Solution
Questions # 12:

OAPI is different compared to API. What is inside an OAPI?

Options:

A.

Service Action


B.

REST API


Expert Solution
Questions # 13:

The Architecture Canvas is a ...

Options:

A.

framework to support Architecture Conventions for Modules in Outsystems


B.

framework to support application architecture design in Outsystems


C.

framework to support Architecture Design Process in Outsystems


Expert Solution
Questions # 14:

Which of the below is NOT a suitable advice for designing a LIGHTWEIGHT mobile local storage?

Options:

A.

Denormalize the local storage


B.

Define only used attributes


C.

Group relevant information


D.

Store all records no matter if relevant or irrelevant


Expert Solution
Questions # 15:

Considering Discovery, which of the following sentences is FALSE?

Options:

A.

Discovery automatically assigns a module to an Architecture Canvas layer, following the module's naming convention.


B.

Discovery only validates architecture rules at the module level.


C.

Discovery allows you to determine for every module, which elements are being consumed by other modules.


D.

Discovery cannot categorise modules to domains


Expert Solution
Questions # 16:

Which of the following recommendations should be applied to the Core layer?

Options:

A.

Core modules should have Front-end Screens for testing purposes.


B.

Core modules should not have Core Entities.


C.

Core modules should have public Read-only Entities.


D.

Core modules should not have business logic.


Expert Solution
Questions # 17:

Which of the following is NOT a benefit of having well-defined application architecture?

Options:

A.

Poor service abstraction


B.

Reduces costs


C.

Reduces risk


D.

Supports planning


Expert Solution
Questions # 18:

"Splitting UI elements per functionality" is a best practice to avoid monolithic mobile UI modules? Which of the below is not a best practice?

Options:

A.

Screens as layouts that have placeholders and load content from blocks. The blocks come from CW modules.


B.

Include the Common flow and Menu artifacts


C.

Put CSS in blocks or screens. Allows better performance and seamless screen transitions


D.

Blocks grouped in functional modules with independent life cycles


E.

CSS should only be placed in the mobile theme module


Expert Solution
Questions # 19:

Which of the below is not a best practice for mobile security:authentication?

Options:

A.

Store password in local storage


B.

Encrypt (only) sensitive data


C.

Authentication : Use google or facebook for online authentication or fingerprint or pin for offline authentication


Expert Solution
Questions # 20:

Which of the following options denotes the advantages of defining a Style Guide up front?

Options:

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.


Expert Solution
Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions