AVQ SWISSC

Question from AVQ Academy Part 3 - Englisch und Deutsch gemischt

Question from AVQ Academy Part 3 - Englisch und Deutsch gemischt


Kartei Details

Karten 216
Sprache Deutsch
Kategorie Informatik
Stufe Andere
Erstellt / Aktualisiert 11.03.2015 / 12.06.2017
Weblink
https://card2brain.ch/box/avq_swissc1
Einbinden
<iframe src="https://card2brain.ch/box/avq_swissc1/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
What is the basic language for Report Writer?

Avaloq Script with Report Writer specific extensions.

How do you set up a new report?

– Select the task to be used to provide the flat datamart, Select a layout type, Write the hierarchical datamart definition or use an existing one, Write the layout definition based on the hierarchical datamart, Compile, check results and debug

What is a flat datamart?

A flat datamart is the temporary view on the data provided by the referenced task. Which data can be accessed is defined by the flat datamart definition.

How can you find out which flat datamart and task match?

Each task, which supports a certain flat datamart, can be seen in DDIC: Tasks are referenced by flat datamarts.

Is it possible to support a flat datamart with more than one task?

Yes, it is. (But not at the same time! Several tasks may be used to fill one DTM, but at parameterisation time, one of the possible tasks has to be selected for a specific report.)

How many flat datamarts can be accessed by a report datamart?

One. A report datamart is connected to exactly one flat datamart but may on the other hand be enhanced by referring to other DDICs in the report definition (e.g. obj_bp, obj_asset, …).

What types of layout definitions are supported by Avaloq?

Screen, File, Print, Script, Table

What is a report generator?

An application provided by Avaloq which creates hierarchical datamart definitions and screen layout definitions based on interactive input by the user. Theses sources may be used as a template for further refinery.

What source type is a screen report created with?

Screen Report (REP SCREEN)

What source type is a file report created with?

File report (REP FILE)

May generated files be used in other applications than Avaloq?

Yes. A report's developer may design any kind of file (if he knows how to do so…). One of the most common usages of file reports is generating XML–files which are further processed in other systems.

What kind of format do generated print report outputs have?

Print reports generate PostScript files which van be directly interpreted by any PostScript printer.

What do the fields on the forms interface represent?

The fields represent the values of a certain business object, which are held in a table on the Avaloq server.

Can a form be bound to more than one business type?

No. A form in bound to exactly one business type.

What does 'doc' stand for?

The data source 'doc' stands for an order of the bound business type (e.g. Mem_doc_bp).

What is the keyword syntax used for a new source?

[Form 1.0]

What is the taborder?

Taborder is the part of a source, where the order in which the cursor moves from one field to another is defined.

In Forms: What happens to the string defined in 'naming'?

After compilation of a source this string is shown in the Objects or Transactions menu.

In Forrms: What is the minimum / maximum size of a column?

1 – 4 (Supposed: Maximum may be higher?)

Which is the source type of the data structure of EXTN++?

'Type Definition'

How are the Avaloq types coupled to an object type in EXTN++?

The Avaloq Types have to be coupled to an object type via an addition.

List the different source types used for configuring the Message Interface

NETW, NETW STRUCT, MESS STRUCT, IN / OUT, Script packages

Describe how an incoming message is processed.

An external network puts a message using EMI. The message is stored into the table MSG_EXTL_IN. The appropriate Message Parser analyses the message and breaks it down into elements. In this form, the Message is stored into table MSG. The appropriate Messa

The Business Bus is based on AMI: true or false?

True. The AMI XML format is the technological basis forIncoming BB messages: Create or modify objects, utgoing BB messages: Export, acknowledge or request

What kind of data is delivered via Telekurs or Reuters respectively?

Asset Data

What are the possible states for a task, in the order of processing?

enabled, (holding), started, processed / killed / not processed

What is the background process called that starts an enabled task?

Task Dispatcher

When does a task get the state ‘not processed’?

A task goes from state ‘started’ too ‘not processed’ when the automatic system action failed.

What are the possible states for a job, in the order of processing?

scheduled, (holding), waiting, started, executed / failed

What is the background process called that starts a scheduled job?

Job Processor

Which kernel module forms the core of the Central Services application?

The report writer

What is the main difference between a Process Queue and Job Processing?

Batch Jobs are scheduled to run at a specific time, or when other jobs have ended. The Process Queue is executed continually, throughout the day and night

What background process is provided for the execution of Process Queues?

PRCQ Processor

What is the unit of work called, which is processed by a Process Queue?

Process Queue Entity, which is made up of Workflow Actions

Can the background processes be disabled over night while the EOD (TEV) is running?

No, the BGPs must be running while the EOD Jobs are processed

How would you disable someone’s access to the avaloq client, with immediate effect?

Lock or disable the user on the ‘User’ object, and then kill his session in the Central Services.

Für was steht OBJ und DOC?

OBJ = Objects

DOC = Orders

Welche Art von Orders kreiert und modifiziert ein Objekt?

static data order

Welche Art von Order generiert eine Buchung?

transaction order

Wen oder Wo könenn Context Actions verwendet werden?

Wo immer es auf dem GUI verfügbar ist und der Benutzer das Recht dazu hat, sie zu verwenden