ACP (Comprehension Checks)
ACP (Comprehension Checks)
ACP (Comprehension Checks)
Kartei Details
Karten | 250 |
---|---|
Lernende | 32 |
Sprache | English |
Kategorie | Informatik |
Stufe | Andere |
Erstellt / Aktualisiert | 30.11.2013 / 25.06.2022 |
Weblink |
https://card2brain.ch/box/acp_comprehension_checks
|
Einbinden |
<iframe src="https://card2brain.ch/box/acp_comprehension_checks/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
With open security, you restrict access where necessary. You use "any" or "unprotected ones and according to access codes". With closed security everything is protected and you grant access where necessary. Here you use "none" or "according to access codes". It takes longer to implement closed security.
You need access codes to protect objects, workflows and other subjects in the Avaloq Banking System (ABS). And you need access codes as well to grant the user access to these protected subjects.
No, it is not. Full access to the form is allowed if the meta_typ access code fits.
The order security is done by rules.
Correct answer is: c)
It stands for Application Programming Interfaces. They are used for administration purposes.
Security interfaces are used on one hand to integrate external systems. On the other hand, they are used where manual insertion, update or deletion in database tables are forbidden to prevent inconsistencies.
A single Workflow Action (ID) is only unique together with a meta type.
user_admin_intf#.user#add_access
sec_admin_intf#.obj#add_access
Correct answer is: d)
PL/SQL accesses data through SQL queries in contrast to Avaloq Script. Avaloq Script does not offer direct SQL access.
Block structure | Modularity | Separate compilation
Report Writer | Order Validation | Avaloq Message Interface | Rule Loader | Context Action
Business Partner, Container, Country, Address, etc.
This data is lost. No persistent storage of data is done in the memory layer.
No, static data orders generate or modify objects. Events are generated by transactional orders.
Order persistence layer.
For instance: mem_doc_bp ; doc_bp ; obj_bp ; dtm_doc_stex
Usually the data dictionary at the kernel layer (obj_person) is displayed. However, if you have an open order on the same object, the data dictionary at its memory layer will be displayed (mem_doc_person).
Fields | Methods | Constructors
Correct answers are: c) & f)
Order validations are triggered by workflow actions.
Constraints are built by the bank/client.
Error codes are parameterised in the code_ui_err table, using sources (code_ui_err.*)
Override codes are parameterised in the code_override table, using the code_override source
Criteria: Order Types, Workflow Actions and Workflow Status elements.
Correct answer: b)
Correct answer: d)
Code wfc_action . Correct: action
--> settle_now
Avaloq data is used to fill an outgoing message. The outgoing message contains information related to the order (e.g. a payment order). The Message Builder collects all data related to the initiating order that is required for a message of the specified type and fills this information into the internal message in Avaloq's internal representation. The Message Formatter transforms the message from the internal message into the format expected by the network. The resulting formatted message is stored in the MSG_EXTL_OUT database table from where it is fetched by an active component using the External Message Interface.
Incoming messages are received by the External Message Interface. The formatted message, sender etc. are stored in the MSG_EXTL_IN database table. The Sequential (BGP-ID: 922) and the Parallel (BGP-ID: 923) Background Processes regularly poll and call the appropriate Message Parser if a new message has been detected. The Message Parser transforms the formatted message into an internal message from which the Message Handler interprets the message and updates the Avaloq data by creating an order and mapping the message data to the order fields.
In the MSG_EXTL_OUT database table.
The Message Handler opens a static data order to create or modify the object
Correct answer is: d)
Network Structure source
The parser needs to know how to distinguish between the different parts within this compound field.
In the Incoming Message Definition source, you use the following code:
Network. Network Structure . Message Structure . Outgoing Message Definition .Incoming Message Definition .Avaloq Script Package