ACP (Comprehension Checks)

ACP (Comprehension Checks)

ACP (Comprehension Checks)

Viet Nguyen

Viet Nguyen

Fichier Détails

Cartes-fiches 250
Utilisateurs 32
Langue English
Catégorie Informatique
Niveau Autres
Crée / Actualisé 30.11.2013 / 25.06.2022
Lien de web
https://card2brain.ch/box/acp_comprehension_checks
Intégrer
<iframe src="https://card2brain.ch/box/acp_comprehension_checks/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
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 do the abbreviations OBJ and DOC stand for?

In the ABS the abbreviation OBJ is for objects and the abbreviation DOC is for orders.

What does a workflow in Avaloq symbolize in a bank?

It is the representation of a business process.

Which kind of order creates or modifies objects?

A static data order creates or modifies an object.

Which kind of order generates bookings?

Normally a transaction order generates bookings

When or where can context actions be used?

Wherever there is a context menu on the Avaloq GUI (Graphical User Interface) available and the user has the access right to perform this context action.

Does the system stop me if I forgot to enter information that is needed?

Yes, we call these functions in Avaloq the field validation and the order validation.

How do I select the BU for my ABS login?

If you have access to more than one business unit, the Application Start window will open automatically after entering your login credentials (user & password).

Where in the ABS GUI do I find the orders I recently created?

The Recent Orders report shows orders that were created recently. It opens in a new tab in the main window by default when you start the SmartClient.

Is it possible to customize the navigator?

Yes, this is possible with context action in the navigator window.

Can orderbooks be individualized?

Yes, you can set up, store and manage individual filter criteria with the use of templates, layouts and parameters in the task and reporting desk.

Any changes or transactions you perform on objects are called?

Orders. Any changes or transactions you perform on objects are called orders.

Which objects may be created for a new bank client?

A new bank client will be opened typically with all bank required personal data. Regarding the object model you create in Avaloq usually a Person (PERS) with Address (ADDR), a Business Partner (BP), a Container (CONT) and a Money Account (MACC) to start a business relationship with a new bank client.

Which relations can persons define to other persons or BPs?

? Beneficial owner ("wirtschaftlich Berechtiger", "Niessbrauchberechtiger") ? Account owner (contracting partner) ? Payee within the scope of EUSD ? Authority (person to business partner) ("Bevollmächtigter") ? Legal guardian (person to person) ("gesetzlicher Vertreter", "Vormund")

What does the BP represent?

The Business Partner (BP) object represents the customer contract (i.e. the account - internal as well as external). The customer relationship and customer contract are defined on the Business Partner.

Can a business partner have two or more containers?

Yes, of course. This will be designed with the business operation model of the bank or in other cases potentially regarding individual client instructions.

How do you usually define the currency of a money account?

On the Model Bank (MDB) the currency is defined through the contract of the money account.

Can you complement the following phrases regarding the Avaloq object model?

In the Avaloq object model the internal and externalview are split. The container allows bank clients to structure their assets in different portfolios for different reasons. A position belongs to one containerand represents a quantityof one asset.

Which are the object attributes?

Classifications and classes, keys, additions, remarks, relations, collections.

What does the remarks provide?

Remarks provide structured storage of additional object data for internal use. They serve informational purposes only, contain free-format text and can be defined with a valid-to date.

What is the purpose of relations?

The purpose of relations is to logically link objects.

Which two kinds of collections does the ABS know?

Dynamic Collections & Static Collections.

Can you complement the following phrase regarding the Avaloq object attributes?

Relations are always between two objects.

What are lookup forms?

Lookup forms are special forms used to search for objects.

Is it possible to modify the data shown on a report?

No, screen reports show read-only data (e. g. reports or lists). In the Report Writer course you will learn, how to create reports.

Is it possible to sort a screen report by a selected column?

Users can sort a screen report by a selected column if sorting is enabled by parameterisation.

Which colour does a mandatory filed have?

If an input is required the filed will be coloured light orange, with a dark orange border.

Which ABS date functions do you remember?

See doc.ID 2352 pages 59-60 for possibilities

Which characters can be used as wildcards?

The system allows the use of various wildcard characters in search fields. Known are % * _ ? and : (see doc.ID 2352 page 61-62)

Which are the three elements of an ABS desk?

The elements of a desk are: sidebar, work area and favourites button.

Does Avaloq deliver a "ready to go" banking system?

No, Avaloq delivers an MDB, which is usually the basis for the parameterisation in the implementation project.

What is the difference between parameterisation and scripting?

Parameterisation means the setting of parameters, scripting means the enhancement of functionality, usually with Avaloq Script.

Can you define new functionality?

Yes, with Avaloq Script (e.g. in order validation, reports, etc.)

Is it true that you always have to use parameterisation and scripting simultaneously?

No, it depends on the area of customisation and on that what you want to have as a result.

Customisation is done by… a) using scripting and uploading b) using scripting and reporting c) using parameterisation and scripting d) using parameterisation and reporting

Correct answer is: c

True or false? Sources are always written in PL/SQL.

False. Sources are never written in PL/SQL.

Where can sources be found?

Sources can be found within the ABS using the Task& Reporting Desk or the Parameterisation Desk. In Avaloq ice sources can be found in the Sources View.