ACP (Comprehension Checks)

ACP (Comprehension Checks)

ACP (Comprehension Checks)

Viet Nguyen

Viet Nguyen

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>
What property is set if the source is not accepted by Oracle?

If a source is not accepted by Oracle, the status is set to "corrupt".

What property is set if the source contains a syntax error?

If a source contains a syntax error, the status is set to "error".

What is the name of the table, where basic information about the different Avaloq source types, is stored. Enter the name in uppercase characters.

CODE_SRC_TYPE

Which approaches can you use to modify parameterisation data in tables?

Entries in tables can officially be modified by sources and APIs.

What is the naming convention for tables which contain a predefined “list of data”?

Lists of data are normally stored in tables starting with "CODE_". The exception is the META_TYP table.

How can you modify code tables?

Code tables are modified by editing the related sources and then compiling them. The source usually has the same name as the table.

To modify the contents of the table CODE_BOOK_KIND you have to….

b) modify the source code_book_kind (type = code table data)

What is the preferred language to write an API?

APIs are written in PL/SQL.

True or false? The usage of APIs is mainly recommended because it speeds up the performance.

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.

Who can write an API?

APIs can be written by those who have the necessary rights for the Oracle database.

What is the basic syntax to call an API?

The basic syntax to call an API is "API-name.function(parameter list)".

True or false? Calling an API is only possible with an Avaloq Script package.

No. APIs can not only be called from an Avaloq Script package. It is possible to call an API from outside the ABS.

What is your understanding of "business type config (BTC)"?

A script which contains elements of PL/SQL and SQL is stored in Avaloq ice within the BTC source type.

Which source generators exist?

a) Excel sheets (OMD), b) scripts like genwfc

What is OMD an abbreviation for?

b) Object Modeling Definition

What is the Avaloq ice Workspace used for?

The workspace contains a user's preferred settings, indexes and temporary files (local history).

Which of the following are contents of the Avaloq Banking System instance? Select the two (2) correct answers. a) ABS kernel data and a defined ABS installation b) Client, streams and customisation sources c) Customisation sources and business data d) Avaloq ice server, Workspace and Avaloq source code e) ABS kernel data and predefined streams The ABS instance is the ABS Database. It consists of the kernel data, a defined ABS installation, customisation sources and business data.

Correct answers are: a & c

What function does Avaloq ice have in an ABS implementation project?

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.

Which data is stored on the Avaloq ice server in a bank's client and which is stored on the 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.

What does Avaloq at least create on the Avaloq ice server for the bank? a) Client, initial sources, streams/release config and initial users b) Tasks, changes, components and MDB sources c) Kernel data, Avaloq ice Workspace and expression samples d) Initial sources, business data and streams/release config Usually Avaloq creates a client, components, and initial customisation sources on the Avaloq ice server. The MDB sources are optional.

Correct answer is: a

What are views and perspectives in the Avaloq ice Workbench?

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.

Which information is shown by the Orderbook view?

It shows information about your assigned orders depending on the expression used.

What are the functions of tasks and changes?

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.

How do we search in Avaloq ice?

We can use expressions and GSearch to search in Avaloq ice.

Which information is displayed bythe ABS information view? Select the two (2) correct answers. a) Changes b) Avaloq invalids c) Background processes d) Tasks e) Markers

Correct answers are: b & c

How do you modify a source with Avaloq ice?

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.

How do you create a new source with Avaloq ice?

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.

What are the possibilities for installing source code on an ABS instance? Select the two (2) correct answers. a) Reverse compilation b) Create an compilation package and install it c) Activate the API Install# d) Remote compilation e) Create an installation package and install it

Correct answers are: d & e

Where does a developer find OMD sheets?

The OMD sheets are hosted as bin type sources on the Avaloq ice server (Repository).

Can the OMD sheet be compiled or installed?

No. There are no Avaloq compilers for BIN type sources.

In order to customise an ABS instance using an OMD sheet and Avaloq ice, the actions listed below need to be performed. Identify the correct sequence in which the actions need to be performed. Write the answer in lower-case characters, as a comma-separated list (e.g. a,b,c,d,e,f). a) Check out the OMD sheet into a change. b) Install the change. c) Modify the OMD sheet. d) Generate the script e) Create a BTC source and copy the OMD script into it. f) Create a task and change.

Correct answer is: f,a,c,d,e,b

What is the role of a customisation specialist?

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

What is the role of a code auditor?

To check the new developed or updated source code (Quality check).

What are the necessary criteria to check a task in?

A task is checked in when all source code modifications are done.

What is the function of a task? a) The task represents an instance of the Avaloq Banking System. b) The task is the medium for moving the source code through the workflow. c) They provide fast access to the data stored on the Avaloq ice server. d) The task is the smallest deliverable unit of source code or customisation.

Correct answer is: b

Which addition types are available in the ABS?

The additions types available in the ABS are: simple-additions and multi-additions. Both can be parameterised to use predefined values.

What is the naming convention format for addition sources?

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

Which different data types can you use for additions? Select the two (2) correct answers. a) code_sym b) text c) date d) add_ e) valid

Correct answers are: b) & c)

What is an object key used for?

A key is used as a shortcut to substitute as a reference to an object / order. A method for finding objects / orders faster.

What is the format of the naming convention for object key sources?

The format for object keys is {NAMESPACE}${INTL_ID OF CODE_OBJ_TYPE}_{DESCRIPTION OF KEY} e.g. ACD$BP_SYM.