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 # 21

In OutSystems, a Core Application can contain ...

A.

End-User, Core, and Foundation Modules.

B.

Foundation and Core Modules

C.

Only Foundation Modules.

D.

End-User and Core Modules.

Question # 22

What does NOT happen due to a lack of architecture concerns?

A.

Inflexible and slow-moving legacy systems : adapting legacy systems to business changes may be difficult. Changes in complex and inflexible systems can take a long time

B.

Tech Debt : AI Mentor will raise architectural tech debt such as cyclic dependency and side to side dependency

C.

Unmanageable dependencies : System not isolated from each other. Updating or replacing a system has a cascade/snowball effect on other systems

D.

Poor service abstraction : Business concepts not correctly isolated, business rules tend to be spread over different systems and little to no code reuse

Question # 23

Which of the below matches the most to Core Module Pattern - ECS with Local Replica Pattern...

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.

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

p 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

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.

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

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

F 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

G ... tries to fetch data from local cache entity, if not there, get single entry from the external system. Cache only that record (read-throug

F.

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

G.

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)

Question # 24

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

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

Go to page: