Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Architecture Specialist (OutSystems 11) Exam

Last Update 17 hours ago Total Questions : 83

The Architecture Specialist (OutSystems 11) Exam content is now fully updated, with all current exam questions added 17 hours ago. Deciding to include Architecture-Specialist-11 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our Architecture-Specialist-11 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these Architecture-Specialist-11 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Architecture Specialist (OutSystems 11) Exam practice test comfortably within the allotted time.

Question # 11

Which of the below matches the most to Library Module Pattern - Extension Pattern...

A.

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

B.

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)

C.

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

D.

... is needed if data is coming from MULTIPLE external systems. IS will decide which driver to use depending on the data.

E.

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

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

Question # 12

What is the Architecture Blueprint?

A.

Is the end result of Architecture Design Process. At this point you should add dependencies between the Modules.

B.

Above is the answer

Question # 13

The Architecture Canvas is a ...

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

Question # 14

What is the common naming convention for a mobile version of a CS module?

A.

M_CS

B.

_CS

C.

mobile_CS

D.

m_cs

E.

m_CS

Question # 15

Which of the below matches the most to Core Module Pattern - ECS with Publish/Subscribe through ESB...

A.

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

B.

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

C.

Same as ECS with direct integration, but through an Enterprise Service Bus

D.

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

E.

... tries to fetch data from local cache entity, if not there, get single entry from the external p 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

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.

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

Question # 16

Which of the below matches the most to Core Module Pattern - ECS Lazy Load variation

A.

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

B.

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

C.

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

D.

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

E.

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

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.

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

Question # 17

What is NOT a best practice for Mobile Application Architecture: Limit server side calls?

A.

Limit Server side calls to online transactions or Synchronization. Do the bulk of the operations on the Client Side before passing information to the Server Side.

B.

Synchronize on every screen or online event for better granularity

No direct calls to backend systems. Do call to Outsystems Core Services and Outsystems will handle the interaction with external backend systems.

C.

Direct calls is bad from Security, Performance and Maintainability standpoint. Direct calls will require javascript Code and javascript Code is harder to maintain.

Question # 18

_Pat module is for

A.

Generic Library module.

B.

Reusable UI Patterns for layout and display only - no Business logic.

C.

Theme, look & feel elements, menu, etc.

D.

technical wrapper to consume and normalize an external service.

E.

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

Question # 19

What is done in the Organize part of the Architecture Design Process?

A.

Concepts are disclosed to the Architecture team

B.

Concepts are assembled into Modules

C.

Concepts are added to the layers of the Architecture Canvas

Question # 20

_IS module is for

A.

Generic Library module.

B.

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

C.

Reusable UI Patterns for layout and display only - no Business logic.

D.

Theme, look & feel elements, menu, etc.

E.

technical wrapper to consume and normalize an external service.

Go to page: