AVQ SWISSC

Question from AVQ Academy Part 2 - Englisch und Deutsch gemischt

Question from AVQ Academy Part 2 - Englisch und Deutsch gemischt


Set of flashcards Details

Flashcards 300
Language Deutsch
Category Computer Science
Level Other
Created / Updated 11.03.2015 / 09.06.2017
Weblink
https://card2brain.ch/box/avq_swissc
Embed
<iframe src="https://card2brain.ch/box/avq_swissc/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
What are the differences regarding the role of a parameterisation responsible in an initial project vs. upgrade projects?

Initial project: work together with bank's key users and business analysts to specify the requirements., elease upgrade project: understand the delta between old and new release, understand the running Avaloq instance and identify means and ways to migrat

What are the deliverables of a parameteriser in an initial project?

– Source code according to specification, Technical specification, Input for test manager, use feedback of test manager to fix bugs etc., Input for communication with Avaloq

Where do you find the Avaloq Community?

www.avaloq.com à community

Where do you find the Avaloq glossary?

www.avaloq.com à community à glossary

What is the Avaloq glossary for?

The glossary forms and maintains the correct wording in Avaloq and what these terms are used for.

How do you find out which is the most recent Document (last modified) in the Community?

Use search and the date range to show the most recent documents

Where do you find the Avaloq Documentation Tool?

On the Avaloq webpage www.avaloq.com à community

What is the Avaloq Documentation Tool for?

Instead of a printed documentation, you have an up to date online resource about documentations of different sections, in different languages and for different versions of Avaloq.

Which kind of issues can be entered into the Issue Tool?

– Questions, Bugs, Development Internal Bugs, Change requests, Functional requests, GAPs (GAP, GAPi, Pre–GAP, GAPA), Internal requirements, Model Bank

How can search criteria be saved for the next time?

Using the action save new query""

How is the sort sequence determined by the system?

It is determined alphanumerically (ASCII–table)

The first frame has an identifier like 04.01. The second one has an identifier like 04.03. Why is the second one not defined like 04.02?

It offers the possibility to insert a new frame without having to update the others.

Whenever you define a label for a frame of a key what is the expression to use in the column Key in the table OUT_TEXT? What is added right after the expression?

The expression ins OBJ_KEY.HIRA.[frame identifier]

What different key types exist?

Simple keys, calculated keys, referenced keys, rule based keys.

For each key source compiled into the system a separate frame will be created automatically. Is that comment true or false? Justify your answer.

No. The system creates only a separate frame if the parameterisation specialist uses a unique frame identifier.

Are Additions crucial for most of the rule engines in Avaloq?

No. In most of the rule engines are additions not directly parameterisable (extra column).

Can additions be historised?

No, they cannot.

What do you have to parameterise additionally directly in the table of the database when creating initially an addition?

You define a frame label with an entry in the table OUT_TEXT.

Is it possible to set an addition mandatory?

No, therefore you use the concept of order validation.

Imagine you work in a project where a bank initially migrates to Avaloq. At what stage of the project would you model the classifications?

Classifications are defined in an earlier stage of a migration project. It is absolutely crucial that classifications are well defined at implementation time. Once the system is live and running the effort to change existing classifications is much higher

On which parameterisation concept are the derived classification based on?

They are based on the rule loader concept.

How many script types are available about Report Writer?

– Start the Task Application, Go to the tab Reports, Enter ID 926, Select 'Avaloq Script Type: Default', Do a lookup on the script type field, Count the Report Writer specific Script Types, Answer is 6, Report Writer Consolidator, –File Layout, –Pri

List at least three usage areas of Avaloq Script!

– Report Writer, Order Validation, Avaloq Message Interface, Rule Loader, CTX Actions

What happens to data in the order memory layer when the session is closed?

This data is lost. No storage of data in memory layer is done.

On which layer does Avaloq store an order permanently?

Order Persistence layer.

The data dictionary of which layer is displayed if you execute a CTX action on an object?

Usually the data dictionary at the kernel layer (obj_xyz) 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_xyz).

What is the difference between the statements session.raise_ui_err(...) and session.raise_fa_error(...)?

The first is displaying an information window with a message you specify in the parameter of the call. The second statement is a fatal error and stops the execution with a fatal error message and a log entry.

Which is the resulting data type of the data access expressions doc.ref_curry.name? (root 'doc' is of business object type mem_doc_bp)

text

Which is the resulting data type of the data access expressions doc.ref_curry.domi_country.name? (root 'doc' is of business object type mem_doc_bp)

text

What triggers an order validation?

A workflow action

What is the difference between an order validation and a system check?

Avaloq performs – by default – only validations that are necessary for the system to operate correctly (e.g. an order will execute properly). Order Validation allows a bank to implement its own checks. Order Validations are not mandatory. The system can o

What is a view?

A view is similar to a 'stored query' over one or more tables, but it never contains data.

What is the Naming Convention for Rule Loader Tables?

All Rule Loader Tables have the pattern 'RULE_LD' included in their name. Rule loader views are always based on Rule Loader Tables and have the pattern 'RULE_LD_V'.

What are the possible values for the field RULE_KIND?

const or expr

How do priorities work?

The system checks the rule with the highest priority first, e.g. 9999, until one rule matches.

What is a catch all rule?

It is the rule (usually with the lowest priority 0001 and usually with no matching criteria) that always matches. It normally is used to set a standard or default value.

When do you need sequences?

Sequence numbers allow you to apply more than one rule out of a rule set for the same input (one result for every sequence).

Are there different tasks for loading rules?

There is a different task for every Rule Loader Table.

What happens if an error occurs while loading?

There will be an error message on the screen or an entry in the error log table. No rules of the set are loaded, the rules within Avaloq remain unchanged.

Using a rule loading template in the Tasks Application, what do you enter in the parameter field Rule Set?

You must enter the same value as you find in the table in the column RULE_SET. The field is case sensitive!