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>
|
Create or copy sets of flashcards
With an upgrade you can create or copy an unlimited number of sets and use many more additional features.
Log in to see all the cards.
Booking Engine: As Bookings can only be made to positions, there is an additional object needed. Which one?
Ledger Containers
You should never delete rows from the BALSTRU_RULE_LD
True -> BALSTRU_RULE_LD links the ledger container to the balance account (leaves)
AMI: What is the process of an outgoing message (MSG OUT)?
- Builder (collects data and assembles internal message)
- Formatter (transforms internal- into external message)
- EMI (picks up the message)
AMI: What is the process of an incoming Message (MSG IN)?
- EMI (picks up message)
- Parser (transforms external- into internal message)
- Handler (creates/modifies data based on message)
The process of an outgoing message changes the format of mem_doc to mem_msg.
True
What is the purpose of the table MSG_EXTL_OUT?
stores the outgoing message (from formatter)
What is the purpose of the table MSG_EXTL_IN?
stores incoming message (from parser)
What is the purpose of the "Business Bus" (part of AMI)?
enables Avaloq to manage objects by communcation with other systems via XML
AMI: What is the naming convention for the 5 different source types in AMI?
NETW: SWIFT || acd$acad
NETW STRUCT: SWIFT || acd$acad
MSG STRUCT: SWIFT.MT103 || ac$acad.stex
MSG OUT: SWIFT.MT103(OUT) || acd$acad.stex.out
MSG IN: SWIFT.MT103.IN || acd$acad.stex.in
Performance Reporting: what is AWR, ASH and ADDM?
- AWR: automatic snapshot of db every hour
- ASH: automatic snapshot every second/10 seconds
- ADDM: makes analysis of AWR and gives findings & recommendations to Performance
Coding Guidelines: use coalesce () instead of nvl ()
True
Coding Guidelines: Avoid lookups in loops
True
Coding Guidelines: use loops that go over lists, instead of loops that go over an index
True
The condition between rule clauses in a rule is AND.
The condition between matching criteria in a rula clause is AND and/or OR
True -> Rule has rule clauses, which have matching criteria
A person has always a link to a bp?
false
A bp has always a link to a person?
not always, but in general true
A position has always a link to a minimum of one asset?
false, exactly ONE!
An asset has always a link to a minimum of one position?
false, asset can also be alone
An asset can have a link to multiple positions?
true
Booking modifies balance accounts?
not necessarily
Booking modifies positions?
true
Whenever you start an order the system generates a booking?
false -> order can be in hold status
Whenenver you start a transactional order the system generates a booking?
false -> eg. hold status (nothing happens)
Tech-user can login to Smart Client?
false
An end-user can login into SQL-Dev?
false (need tech User!! k/k not SA01/SA01)
If you're customizer you deliver sources to the instance?
false -> deliver changes
You can overwrite any source?
false -> cant overwrite Avaloq sources
You can modify business data in the system by using orders?
true
When you modify data, the modification is always done in the doc_layer?
false -> mem_doc_layer
-
- 1 / 248
-