Avaloq ACP (DL)

Self-made preparation questions for the "Avaloq Certified Professional" exam

Self-made preparation questions for the "Avaloq Certified Professional" exam

Dominik Langer

Dominik Langer

Set of flashcards Details

Flashcards 267
Students 151
Language English
Category Computer Science
Level Other
Created / Updated 29.01.2013 / 07.11.2024
Weblink
https://card2brain.ch/box/avaloq_acp_dl
Embed
<iframe src="https://card2brain.ch/box/avaloq_acp_dl/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

Name 3 types of APIs

  • secured APIs (by Avaloq)
  • non-secured APIs (created during the compilation of a source)
  • client-written APIs

When shall a BUSINESS TYPE CONFIG source type been chosen and whena a COMPONENT CONFIG?

  • BTC: when the content is business-type-specific
  • COMPONENT CONFIG: for more global stuff, e.g. when core engines are concerned

Source type for default field value rules?

  • BUSINESS TYPE CONFIG
  • Example: BP.DOC_FLD.RULE

What source (name/type) should be chosen for cost rules?

  • source type: COMPONENT CONFIG
  • naming: COST.RULE

In what source (type/name) should workflow rules be stored?

  • BUSINESS TYPE CONFIG
  • Example: BP.WFC

In what source (name/type) should context actions for BP be stored?

  • type: BUSINESS TYPE CONFIG
  • naming: OBJ.ASSET.CTX

Give two kinds of source generators.

  • Excel sheets (OMD)
  • scripts like genwfc

3 parts of an Avaloq ice installation?

  • Workbench (Eclipse-based client)
  • Workspace (local, user-specific settings)
  • Avaloq ice server (repository)

What are the parts of an ABS instance?

  • predefined Oracle version
  • defined ABS installation
  • customisation sources
  • kernel data
  • business data

Define: Avaloq ice partner

an entity in the repository hat contains all sources created or modified in a particular customisation project at a customer's site

On the Avaloq ice server, Avaloq creates the following for a bank...

  • an Avaloq ice partner
  • users
  • initial customisation sources
  • streams
  • release configuration

Operators for expressions in Avaloq ice views?

  • AND:    ;
  • OR:      ,
  • NOT:   !
  • union: ()

How can all sources be searched for a keyword string?

With GSearch (Global Search), available from ice via Search > Search...

What is the purpose of tasks in ice?

  • task: organise work packages and assign them to streams and developers
  • unit that moves changes through the source code modification workflow

What is the purpose of components in ice?

logical folders to organise sources that belong together

What is the purpose of changes in ice?

change:

  • container for source code modification
  • smallest devlivery and installation unit

What is the definition of a source in ice?

smallest unit of code

What are the two main units of the ice GUI?

  • views: display specific information and enable its manipulation
  • perspectives: initial set and layout of views in the Workbench window

How can a source be closed (dropped) using ice?

drag and drop it into the change and select "close source" in the appearing menu

  • How can an installation package be generated in ice? Where are available packages listed?

  • Select change in order view > right click > "Generate package"
  • packages are visible in the "Installation packages" view

Can OMD sheet sources be found inside the ABS?

No, since they are exclusively hosted in the ice server.

Sources need to implement an addition "hobbies" with predifined values for the object type BP?

  • CODE_OBJ_ADD.BP (CODE TAB)
  • CODE_CONST_TYPE (CODE TAB)
  • CODE_CONST.HOBBIES (CODE TAB)

Parameter to arrange a particular addition inside the additions subwindow?

  • order_by_form "48.02-02"
  • the first number (48) is the id of the object type

Object addition with pre-defined values: how do we refer to the code_const table (entry) in the addition source?

    data_type            "code_const"
    ctx                        "const_type_id = 7711"

How can an addition be designated as a multi-addition?

multi_add_cnt      4

How can a group label be created for an addition?

param_gen#.add_text

  • i_key => "OBJ_ADD.HIRA.xx.yy"

Tables relevant for additions?

  • CODE_OBJ_ADD
  • CODE_DOC_ADD
  • CODE_CONST_TYPE
  • CODE_CONST
  • OUT_TEXT_NORM

Types of additions?

  • single addition
  • multi-addition

What can be restricted for addition in terms of visibility for BUs?

  • which additions are visible
  • for additions with pre-defined values: which values are visible

Tables relevant for object keys?

CODE_OBJ_KEY

Business cases for the use of keys?

  • external communication
  • efficient lookup of an object with the key as a reference

Can the visibility of a specifiy key be restricted to certain BUs?

Yes, this increases efficiency and robustness

Types of keys (no details)?

  • single-value key (simple key vs. calc. key)
  • multi-value key

Properties of single-value keys?

  • mandatory vs. optional
  • unique, partially unique or not unique
  • alterable vs. non-alterable
  • format restrictions (optional)

Properties of multi-value keys?

  • never calculated
  • never mandatory
  • format restrictions (optional)

How can a group label be added for a key?

param_gen#.add_text

  • i_text => "OBJ_KEY.HIRA.xx.yy"

Source type/naming for an object key?

ACAD$BP_MY_KEY (KEY DEF)

  • object type is not mandatory part of name

How can the position of a key inside the object keys subwindow be specified in a key source?

form_order        "07.00-00"

  • "07" is the object type id

How can an object key source be coupled to a particular object type?

refers_to     addr

Types of classifications (no details)?

  • single-value classifications (historicised vs. non-historicised)
  • multi-value classifications
  • termed classifications