AVALOQ SCRIPT PRACTICE
TEST 40 QUESTIONS
Question 1: Which statement best describes Avaloq Script?
Choices:
1) It is a standalone SQL dialect with unrestricted table access 2) It is similar to PL/SQL and scripts Avaloq business objects without direct SQL access 3) It is a JavaScript runtime used only in web forms 4) It is a report-layout language with no procedural features Correct Answer: It is similar to PL/SQL and scripts Avaloq business objects without direct SQL access Explanation: Avaloq Script is described as being close to PL/SQL and is used to script business objects exposed by Avaloq, but it does not provide direct SQL access.Page 1
Question 2: A customizer needs to generate a customer-specic screen or printable output. Which Avaloq area is most directly associated with this requirement?
Choices:
1) Report Writer 2) Security Engine 3) Migration Interface 4) Code Table maintenance
Correct Answer: Report Writer
Explanation: Report Writer is the Avaloq reporting facility used to extract and present data in customer-specic outputs, including screen and paper-oriented results.
Question 3: A context-menu action must invoke custom server-side logic. Which
implementation is consistent with Avaloq customization concepts?
Choices:
1) Embed direct SQL in the menu denition 2) Call an Avaloq Script package procedure from the context action 3) Replace the kernel layer with a custom service 4) Store the logic in a code-table description
Correct Answer: Call an Avaloq Script package procedure from the context action
Explanation: Avaloq context actions can invoke customization logic, including calling an Avaloq Script package procedure.Page 2
Question 4: What is the primary role of the Avaloq Message Interface (AMI)?
Choices:
1) To compile Avaloq Script packages 2) To manage user-interface perspectives 3) To exchange structured text-based messages with external systems 4) To calculate derived bookings inside the booking engine Correct Answer: To exchange structured text-based messages with external systems Explanation: AMI supports communication between Avaloq and other systems through standardized, structured messages.
Question 5: Which order type is primarily associated with creating or modifying
static business-object data?
Choices:
1) Static data order 2) Transactional order 3) Rule-based booking 4) Report task
Correct Answer: Static data order
Explanation: A static data order generates or manipulates static kernel data represented by business objects.Page 3