AVQ Zusammenfassung Homepage www.cram.com Teil 1

Karteikarten aus Seite http://www.cram.com/flashcards/export/2711515

Karteikarten aus Seite http://www.cram.com/flashcards/export/2711515


Kartei Details

Karten 289
Sprache Deutsch
Kategorie Informatik
Stufe Andere
Erstellt / Aktualisiert 27.03.2015 / 08.05.2016
Weblink
https://card2brain.ch/box/avq_zusammenfassung_homepage_www_cram_com_teil_1
Einbinden
<iframe src="https://card2brain.ch/box/avq_zusammenfassung_homepage_www_cram_com_teil_1/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
Welche Task–Typen gibt es

Orderbook, Reports, Programs, Messages, Sources, Others

Wie werden Tasks gestartet

Mittels Run (sofort, synchron) und Submit (Background–Prozess, asynchron)

Woraus besteht ein Task

Task Definition, Task Template und Task Layout

Was sind Komponenten zu den Orders

Order Validation, Post–it, Order Linking, Order Auditing, Order Keys und Order Additions

How do you find a list of all the script types?

Tasks> Reports > Search for 'script' > Report: Avoaloq Script Type: .Default

Name three areas where Avaloq Scripts are used?

Order Validation, Report Writer, AMI, Matching Conditions Rule Loader, Contex Actions

Is Avaloq Script a programming language?

No, it's always used in the contex of the system and never as a stand along language

Name the three data layers in Avaloq.

Order memory (mem), rder Persistance (doc), ernal Layer (Object)

What on which layer are orders and objects found?

Order memory (static data orders, transaction orders) – lost if computer is off, rder Persistance (saved orders), ernel Layer (objects)

What are the data dictionary prefix for the three data layers and datamarts in avaloq?

Order Memory – mem_doc, rder Persistance – doc, ernel Layer – obj, atamart – dtm

What is the purpose of the Data Dictionary (DDIC)

It serves as a reference to the structure of the data objects

How can you bring up the mask with the data dictionary template?

Tasks> Reports > Search for 'dict' or 'ddic'

What source and table are error messages defined in?

Source: CODE_UI_ERR.SENT, able: CODE_UI_ERR

What are the two different way to raise an error?

session.raise_ui_err(), ession.raise_fa_err()

Via what package are classes, additions, order additions and keys accessed_

extn

Name three useful scripting packages

util, format, tab, err

Would you use 'session' or 'lookup' to find out what the language with id 2 is on the table code_lang. Also which function would it be?

lookup.fld(...)

What is the difference between system validation and order validation. Who defines each one?

System validation – necessary for avaloq to function – defined by avaloq, rder Validation – user defines as desired.

What triggers an order validation

A workflow action

To what business types are order validations applicable.

All of them

Situation: You have a start and end state. You perform a workflow action and there are order validations. , uestions: a) If the validation generates an, what state will you end in right after the error? b) If the validation genreates a warning, what state

a) state, ) if the user clicks cancel then you will go back to the starting state if the user clicks ok, you will go the end state.

What tables are used to parametrize order validations?, hallenge: What do you have to chagen on each table?

CODE_UI_ERR, ODE_OVERRIDE, UT_TEXT

What sources are used to parametrize order validations, hallenge: What do you have to change in each source?

CODE_ORDER_TYPE, FC_STATUS, FC_ACTION

Welches sind die 4 wichtigsten Typen von Rules?

Cost Rules, Context Action Rules, Default Field Value Rule, Default Account Rule

Wie werden Rules gruppiert?

a) In Rule Sets. Eine Rule im Set triggert und liefert ein Resultat., ) In Sequenzen (Gruppen von Rule Sets). Jedes Rule Set liefert ein Resultat.

Wie sind die Matching Kriterien und Value Constraints einer Rule verknüpft?

AND (IF)

Welche Rule triggert, falls bei mehreren die Bedingungen erfüllt sind?

Diejenige mit der höchsten Priorität.

Nenne ein Beispiel für ein Kriterium auf einer Klasse.

bp_branch:zh (wobei zh die intl_id ist).

Nenne ein Beispiel für ein Kriterium auf einem Key.

country_iso:CH (wobei CH die intl_id ist).

Was ist zu beachten, wenn ein Kriterium in Avalog Script definiert wird?

Die Expression steht in [] und das Resultat des Ausdruckes ist true oder false.

Was gibt es für Rule Typen und was bedeuten sie?

expr: Das Resultat der Rule ist die Auswertung eines Ausdruckes (z.B. die konkrete Fax Nummer eines BP)., onst: Das Resultat ist eine Konstante (z.B. 6 Franken).

Welche Rule sollte man nie vergessen?

Die Catch All Rule.

Wie lädt man eine Rule manuell?

a) xxx_RULE_LD Tabelle befüllen., ) Rule Loader Task ausführen (es gibt einen Task pro Rule Loader Tabelle).

Wie lädt man eine Rule über ENV?

a) OMD Sheet befüllen., ) Mittels Makro den Code generieren., ) Code z.B. per SQL*Plus auf die DB laden.

Wieviele Rule Sets können maximal gleichzeitig aktiv sein?

1

Was sind die 3 Typen von Resultaten einer Cost Rule Engine und was bedeuten sie?

a) COST: Sofort belastete Kosten (z.B. Courtage)., ) FEES: Periodisch belastete Kosten (z.B. Kreditkarten Gebühr)., ) DEFERRED COST: Transaktionsbasierte Kosten, welche über eine Periode kummuliert belastet werden (z.B. Portospesen, die monatlich abgezoge

Wie werden Rules parametriert?

OMD, auch TOAD möglich.

Welches Rule Set ist geladen, wenn beim Laden ein Syntax Fehler auftritt?

Das bisher geladene. Wenn eine Rule eines Rule Set einen Fehler enthält, so wird das gesamte Rule Set verworfen und der Zustand vor dem Ladeversuch bleibt bestehen.

Does Avaloq cover all major banking functionalities?

Yes, it does.

Do Avaloq interfaces provide the connection to data suppliers and stock markets?

Yes, they do.