100% Updated OutSystems Architecture-Specialist-11 Enterprise PDF Dumps [Q12-Q34]

Share

100% Updated OutSystems Architecture-Specialist-11 Enterprise PDF Dumps

Use Valid Exam Architecture-Specialist-11 by ExamTorrent Books For Free Website

NEW QUESTION # 12
Which of the following is NOT a benefit of having well-defined application architecture?

  • A. Supports planning
  • B. Reduces risk
  • C. Reduces costs
  • D. Poor service abstraction

Answer: D


NEW QUESTION # 13
Elements such as the menu and login can be shared across different apps. In the menu and login are defined inside the theme. Which use case is this?

  • A. Independent Apps
  • B. Intranet
  • C. Portal

Answer: C


NEW QUESTION # 14
Adopting a naming convention can have some benefits. Of the sentences below, which one is NOT a benefit of adopting a naming convention?

  • A. Avoid error codes.
  • B. Enforce the reference architecture.
  • C. Normalize patterns.
  • D. Reveal the nature of each Module.

Answer: A


NEW QUESTION # 15
Which of the below matches the most to Library Module Pattern - Connector Pattern...

  • 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. ... Entity is exposed as read-only and API is available to centralize business logic for entity creation/update
  • 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. ... tries to fetch data from local cache entity, if not there, get single entry from the external n 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
  • E. 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
  • 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. ... is needed if data is coming from MULTIPLE external systems. IS will decide which driver to use depending on the data.
  • H. ... 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.
  • I. ... 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
  • J. 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

Answer: J


NEW QUESTION # 16
Architecture Canvas has 3 layers. Which is not part of the 3 layer framework?

  • A. Core
  • B. Ochestrator
  • C. End-User Layer
  • D. Foundation

Answer: B


NEW QUESTION # 17
Which of the below matches the most to Core Module Pattern - ECS Lazy Load variation

  • 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 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. ... 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)
  • D. ... Entity is exposed as read-only and API is available to centralize business logic for entity creation/update
  • E. 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
  • 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. ... is needed if data is coming from MULTIPLE external systems. IS will decide which driver to use depending on the data.
  • H. ... 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
  • I. ... Entity is not in Outsystems but in an external ERP system. IS just makes remote call to 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
  • J. ... a wrapper used to contain the logic, actions and data that will expose code that is inside of i external library or to inspect external database and import the data structures so they can be used as entities inside of OS

Answer: H


NEW QUESTION # 18
Which of the following Data elements can we find in a End-User layer Module?

  • A. Non-core Entities
  • B. CRUD actions for Entities
  • C. Core Entities (exposed as read-only)
  • D. Entities to save UI states

Answer: D


NEW QUESTION # 19
OAPI is different compared to API. What is inside an OAPI?

  • A. Service Action
  • B. REST API

Answer: A


NEW QUESTION # 20
Which of the following recommendations should be applied to the Core layer?

  • A. Core modules should have Front-end Screens for testing purposes.
  • B. Core modules should not have business logic.
  • C. Core modules should not have Core Entities.
  • D. Core modules should have public Read-only Entities.

Answer: D


NEW QUESTION # 21
Foundation may have non-business services and business services in them

  • A. TRUE
  • B. FALSE

Answer: B


NEW QUESTION # 22
There are generally 4 common style guide scenario. Which of the below is NOT a common style guide scenario?

  • A. Since the theme is very basic, front-end developer will have to expand and design the theme from there.
    Modify Built-in Style Guide: Use when only small changes are required for single application. First, create a custom theme that REFERENCE the Base Theme. Second, clone a Custom Template from the Base Template but this custom theme will reference the custom theme created previously. Third, reference that application to the custom Theme and Template.
  • B. Clone a Built-in: Use when introducing extensive changes to existing theme. First, CLONE a custom theme from a Base Theme. Second, clone a Custom Template from the Base Template but this custom theme will reference the custom theme created previously. Third, create new applications based on the Custom Theme and Custom Template.Base Theme can be Outsystems UI or your own custom theme.
  • C. Built-in Style Guide: Uses Built-in style guide from Outsystems UI. Minor customizations to the Base Theme should be done inside the App Theme.
    C, Build Your Own: Use when custom style guide cannot benefit from any existing theme. Just like Clone a Built In scenario, clone both Custom Theme and Custom Template from the Base Theme and Base Template, however clone the Base Theme from Outsystems UI.
  • D. Specialize a Built-in: Use when introducing changes to an existing theme for multiple apps. First, create a custom theme that REFERENCE the Base Theme. Second, clone a Custom Template from the Base Template but this custom theme will reference the custom theme created previously. Third, create new applications based on the Custom Theme and Custom Template

Answer: A


NEW QUESTION # 23
Which of the below is not a best practice for mobile security:authentication?

  • A. Encrypt (only) sensitive data
  • B. Authentication : Use google or facebook for online authentication or fingerprint or pin for offline authentication
  • C. Store password in local storage

Answer: C


NEW QUESTION # 24
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. ECS with publish/subscribe through an ESB
  • C. Base ECS pattern
  • D. ECS Lazy Load variation
  • E. Transparency Service Pattern
  • F. ECS with isolated synchronization logic
  • G. ECS Summary cache only variation
  • H. Library : Extension Pattern
  • I. Library : Connector Pattern
  • J. ECS with direct integration

Answer: E


NEW QUESTION # 25
Which of the below is NOT a reason why application Architecture is important when building quality software solutions?

  • A. Facilitate Change : When something comes up that requires you to veer from the origina design or path, architecture of your system can show you exactly what needs to change and help with communication and planning.
  • B. Drives Consensus : Helps create common ground with the team
  • C. Helps Communication : Helps you to get buy in from the business and to communicate overall plan to them
  • D. Manages Complexity : Helps reduce emerging complexity by focusing on relevant properties and omitting irrelevant details, thus leading to simpler representation
  • E. Reduces Risk : Architecture is a cost effective way to mitigate substantial risks and ensure ^ success
  • F. Supports Planning : Helps the team anticipate and build solutions
  • G. Reduces Costs : Architecture benefits are not only technical, but affect how you operate

Answer: C


NEW QUESTION # 26
What is Application Composition Process?

  • A. Answer is the above.
  • B. Process to package modules into apps

Answer: B


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

  • A. Screens as layouts that have placeholders and load content from blocks. The blocks come from CW modules.
  • B. Blocks grouped in functional modules with independent life cycles
  • C. Include the Common flow and Menu artifacts
  • D. CSS should only be placed in the mobile theme module
  • E. Put CSS in blocks or screens. Allows better performance and seamless screen transitions

Answer: E


NEW QUESTION # 28
Which of the below is not part of the Architecture Validation Rules?

  • A. Layer Applications Correctly
  • B. Don't Mix Owners
  • C. Don't Mix Sponsers : Split the Apps based on the Lines of Business
  • D. Layer Entities Correctly
  • E. Layer Modules Correctly

Answer: D


NEW QUESTION # 29
What is NOT a best practice for Mobile Application Architecture: transactions & granularity?

  • A. Have long synchronizations in a single transaction. Better UX as app does not need to sync all the time. Is prepared for constant offline or device standby
  • B. Ensure order and sync granularity. Sync incrementally by entity with partial commit. This way O synchronizations is prepared for constant interruptions and allow retries without repeating the entire synchronization from the start.

Answer: A


NEW QUESTION # 30
_Sync module is for

  • A. A BL becomes a Calculation Engine if it performs complex calculations, (e.g. an invoice calculation engine or an insurance simulator). Engines are usually subject to versions.
  • B. Reusable Core Services with public entities, actions, and blocks.
  • C. Logic to Synchronize data in CS's with an external system. Isolating this logic makes the CS completely system agnostic and it's easier to decouple or replace the external system.
  • D. Technical wrapper to expose an API to External consumers, keeping core services system agnostic and supporting multiple versions of the API.
  • E. Isolated Business Logic (Actions) or Core Widgets (blocks), to manage complexity, composition or to have its own lifecycle.

Answer: C


NEW QUESTION # 31
_Pat module is for

  • A. technical wrapper to consume and normalize an external service.
  • B. Generic Library module.
  • C. Reusable UI Patterns for layout and display only - no Business logic.
  • D. Theme, look & feel elements, menu, etc.
  • 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).

Answer: C


NEW QUESTION # 32
In which Architecture Canvas layer do you expect to have a higher reusability rate?

  • A. End-User layer
  • B. Foundation layer
  • C. Core layer

Answer: B


NEW QUESTION # 33
Which of the below is NOT part of the three step process of Architecture Design Process?

  • A. Shape
  • B. Disclose
  • C. Assemble
  • D. Organize

Answer: A


NEW QUESTION # 34
......

OutSystems Architecture-Specialist-11 Official Cert Guide PDF: https://prep4sure.examtorrent.com/Architecture-Specialist-11-exam-papers.html