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>
|
If a source is not accepted by Oracle, the status is set to "corrupt".
If a source contains a syntax error, the status is set to "error".
CODE_SRC_TYPE
Entries in tables can officially be modified by sources and APIs.
Lists of data are normally stored in tables starting with "CODE_". The exception is the META_TYP table.
Code tables are modified by editing the related sources and then compiling them. The source usually has the same name as the table.
b) modify the source code_book_kind (type = code table data)
APIs are written in PL/SQL.
False. The usage of APIs is recommended because it facilitates the maintenance of the development (write once, use often). APIs make sure that underlying structures can be changed without changing the related customisation code.
APIs can be written by those who have the necessary rights for the Oracle database.
The basic syntax to call an API is "API-name.function(parameter list)".
No. APIs can not only be called from an Avaloq Script package. It is possible to call an API from outside the ABS.
A script which contains elements of PL/SQL and SQL is stored in Avaloq ice within the BTC source type.
a) Excel sheets (OMD), b) scripts like genwfc
b) Object Modeling Definition
The workspace contains a user's preferred settings, indexes and temporary files (local history).
Correct answers are: a & c
It is the tool used for developing and storing the customisation source code. And it is also the tool used to create installable units for an ABS instance.
A bank's client in the Avaloq ice server hosts all customer customisation data for one productive instance, such as source code, streams and release definitions and users. The ABS instance contains the bank's data and the Avaloq Banking System.
Correct answer is: a
Views are parts of the user interface for data display and manipulation. A perspective is a certain arrangement of the views in the user interface.
It shows information about your assigned orders depending on the expression used.
Tasks are media for transferring the changes through the source code modification workflow. Changes are containers for source code modification and also the smallest delivery and installation unit.
We can use expressions and GSearch to search in Avaloq ice.
Correct answers are: b & c
To modify a source in Avaloq ice, you perform the following steps: Create a task and a change. Check out the source into the change and then modify it. Save the source.
To create a new source with Avaloq ice, you perform the following steps: Create a task and a change. Create a new source. Save the source.
Correct answers are: d & e
The OMD sheets are hosted as bin type sources on the Avaloq ice server (Repository).
No. There are no Avaloq compilers for BIN type sources.
Correct answer is: f,a,c,d,e,b
The role of the customisation specialist is to do the customisation. To create changes To modify source code To approve the modifications To check in tasks
To check the new developed or updated source code (Quality check).
A task is checked in when all source code modifications are done.
Correct answer is: b
The additions types available in the ABS are: simple-additions and multi-additions. Both can be parameterised to use predefined values.
For OBJ additions, the format is CODE_OBJ_ADD.{INTL_ID OF CODE_OBJ_TYPE}. e.g. CODE_OBJ_ADD.BP . For DOC additions, the format is CODE_DOC_ADD.{INTL_ID OF META_TYP }.e.g. CODE_DOC_ADD.CARD
Correct answers are: b) & c)
A key is used as a shortcut to substitute as a reference to an object / order. A method for finding objects / orders faster.
The format for object keys is {NAMESPACE}${INTL_ID OF CODE_OBJ_TYPE}_{DESCRIPTION OF KEY} e.g. ACD$BP_SYM.