MENDIX INTERMEDIATE CERTIFICATION
SCRIPT 2026 PRACTICE SOLUTIONS
GRADED A+
⩥ In a microflow expression, "toUpperCase" is an example of what?
Answer: A function
⩥ In a microflow, what would be an example of a variable?
Answer: $Customer
⩥ You need to debug a microflow in production but don't want to impact
your users. How can you trigger debugging only when you personally
are running the microflow?
Answer: Set a breakpoint condition.
⩥ How can you have a microflow automatically run at a specific
moment in time?
Answer: Create and enable a scheduled event.
⩥ What can you use to exit a loop early, instead of finishing the entire
list of iterator objects?
Answer: A break event
,⩥ You want to find the total number of objects in a list. What can you
easily use to do this?
Answer: Use an aggregate list function.
⩥ What are batches used for?
Answer: Processing large amounts of data.
⩥ What is the list object in a loop called?
Answer: An iterator
⩥ What is another way of calling an association?
Answer: Reference
⩥ How many associations can you add between two entities?
Answer: Many associations of various multiplicity.
⩥ What is a good reason to choose to use an Information Entity instead
of multiple associations?
Answer: You want to display additional information about an
association.
⩥ Which of the event handlers does always need to return a boolean
return value?
, Answer: The before commit.
⩥ Where do you define the "persistable" property of an entity?
Answer: In the domain model
⩥ For which of the following entity types does Mendix create a database
table?
Answer: For persistable entity
⩥ What happens on commit of a non-persistable entity?
Answer: Current attribute values and association values are stored in
memory.
⩥ What would be a good situation to use a calculated attribute?
Answer: When a value changes more often than it is viewed
⩥ When connecting 2 entities of 2 different modules how do we
typically call that association?
Answer: Cross-module association
⩥ You connected two entities by a cross-module association. You want
Studio Pro to take you to the associated entity in the other module -
which option do you need to choose when you right click the
association?
SCRIPT 2026 PRACTICE SOLUTIONS
GRADED A+
⩥ In a microflow expression, "toUpperCase" is an example of what?
Answer: A function
⩥ In a microflow, what would be an example of a variable?
Answer: $Customer
⩥ You need to debug a microflow in production but don't want to impact
your users. How can you trigger debugging only when you personally
are running the microflow?
Answer: Set a breakpoint condition.
⩥ How can you have a microflow automatically run at a specific
moment in time?
Answer: Create and enable a scheduled event.
⩥ What can you use to exit a loop early, instead of finishing the entire
list of iterator objects?
Answer: A break event
,⩥ You want to find the total number of objects in a list. What can you
easily use to do this?
Answer: Use an aggregate list function.
⩥ What are batches used for?
Answer: Processing large amounts of data.
⩥ What is the list object in a loop called?
Answer: An iterator
⩥ What is another way of calling an association?
Answer: Reference
⩥ How many associations can you add between two entities?
Answer: Many associations of various multiplicity.
⩥ What is a good reason to choose to use an Information Entity instead
of multiple associations?
Answer: You want to display additional information about an
association.
⩥ Which of the event handlers does always need to return a boolean
return value?
, Answer: The before commit.
⩥ Where do you define the "persistable" property of an entity?
Answer: In the domain model
⩥ For which of the following entity types does Mendix create a database
table?
Answer: For persistable entity
⩥ What happens on commit of a non-persistable entity?
Answer: Current attribute values and association values are stored in
memory.
⩥ What would be a good situation to use a calculated attribute?
Answer: When a value changes more often than it is viewed
⩥ When connecting 2 entities of 2 different modules how do we
typically call that association?
Answer: Cross-module association
⩥ You connected two entities by a cross-module association. You want
Studio Pro to take you to the associated entity in the other module -
which option do you need to choose when you right click the
association?