Avaloq ACCP (Complete Questions 2020)
From the avaloq course ACCP. Questions to all Chapters of all 3 Books
From the avaloq course ACCP. Questions to all Chapters of all 3 Books
Set of flashcards Details
Flashcards | 248 |
---|---|
Students | 47 |
Language | English |
Category | Computer Science |
Level | Other |
Created / Updated | 26.11.2020 / 02.06.2025 |
Weblink |
https://card2brain.ch/box/20201126_avaloq_qa
|
Embed |
<iframe src="https://card2brain.ch/box/20201126_avaloq_qa/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
What is an Authority in the context of EWOM?
Person without ownership, but with the right to do transactions in the name of the owner (eg. External Asset Manager)
What rights does a Person Association have?
no legal capacity -> can be Registered Owner, but not Account Owner
In which layer are DDIC's of the type Constructor?
order memory layer (mem_doc)
Which three Layers exist to reference from the DDIC?
order memory layer (mem_doc), oder persistenc layer (doc), object layer (obj)
In the Object layer (OBJ) there is no versioning on on objects, as their history is persisted by the past orders related to this object.
True
What is a Singleton?
unique instance existing in every Avaloq session -> SESSION- AND LOOKUP.DDIC
What are the Singleton-DDIC "LOOKUP" and "SESSION" for?
LOOKUP provides functionality to find information, while SESSION provides information on the current Avaloq session
What is the naming convention for classifications? for classes?
CODE_OBJ_CLASSIF."intl_id of obj-type" || CODE_OBJ_CLASS."intl_id of obj-type"$"intl_id of classification"
The HIRA of eg. 04.02-07 means?
04 = META_TYP ; 02 = Groupposition ; 07 = Fieldposition
Naming Convention of LABEL DEF sources?
LABEL.ACD$NAME
LABEL DEF sources can be created implicit or explicit. How?
implicit: compilation of the LABEL DEF source || explicit: SQL -> param_gen#.add_text()
The Validation Check is read-only and never modifies data.
True
What does the Validation Check do?
makes sure the order contains all the required data (otherwise it will show errors, which must be corrected to continue in the Workflow)
What are the Reporting Options for Errors?
- raise_ui_error (raise error exactly when it happens)
- add_ui_error (show error at the end of the workflow-step)
- new_ui_error (same as add_ui_error, but additional information can be displayed)
What are deferred costs?
transaction-based Costs, that are charged on a time-basis (eg. every month)
When is a Screen Report based on HTML/CSS?
Extended Screen Report
In Standard Forms with only private range (no public range) you cannot add fields.
True
In Standard Forms with only private range (no public range) you can switch an optional field to mandatory & an editable field to non-editable.
True
Code tables can be customized by CODE TAB DEF sources, but not by CODE TAB sources.
False, Code Tables are customized by CODE TAB DEF and CODE TAB sources (eg. a new entryline from the CODE TAB gives a new value to select from in an Extension)
What is the Naming Convention for the Variable/Parameters in Scripting?
- l_ -> local Variable inside procedure/function
- b_ -> body Variable for whole script package
- c_ -> constant (dates, thresholds ...)
- i_ -> input parameter
API's are either secured, ...
non-secured or client-written.
A Script Report (REP SCRIPT) is a Report that calls a script, but doesn't show a Report on the screen
True
While customizing Code there can be set Remarks with the --@ Annotation. Name two!
--@TODO (less important) || --@FIXME (important)
Which two things get activated when a messages goes out into EMI?
Builder, Formatter
Which two things get activated when a messages comes from EMI into AMI?
Parser -> Handler
What are the Extensions of an Object?
- Classifications
- Additions
- Keys
- Relations (used to link objects that are related to each other)
- Remarks (text/information purpose only)
- Names (used to store names in different languages)
What are the Extensions of an Order?
- Order keys
- Order Additions
- Post-its (used to pass information between users)
- Links (group related orders together / manage relations between orders)
Order Keys should not be used for data extraction scenarios.
False -> they should be used and are often used for this purpose!
In the Booking Engine a credit is always marked with a "+", while the debit is marked with a "-"
True
What is the concept of book keeping?
for every transaction performed, the traded Positions must be logged in the ledger
What is the shared container concept?
A container is not only owned by the BP, but by the Business Unit itself
All date calculations depend on the "Default Date"
True
Role users are not persons. They are attached to end-users, to give them certain Access Rights for a certain purpose
True -> End-Users inherit access rights from role users
When specific general rights are granted to a user, there is no inheritance from above.
True -> only when there is nothing specified there is an inheritance
When general access rights has not been set, there is no inheritance from above.
False -> there is inheritance from the role-user with the highest priority one step above
The Priority chain of General Access Rights is ...
Any -> UATAC -> ATAC -> None
Access Codes are necessary for all General Access Rights (Any, UATAC, ATAC, None).
False -> Access Codes have to be specified only for UATAC and ATAC
All Access Codes are inherited from all role-users above.
True
A role-user can have general access rights for all instances of a securable item (eg. workflow) and specific access rights for specific instances of a securable item (Access Codes).
True
Role-Users are created so that access rights don't have to be defined for every end-user individually.
True