MENDIX EXAMS COMPILATION BUNDLE
VERIFIED ACTUAL PAPER 2026
COMPLETE QUESTIONS AND ANSWERS
GRADED A+
⩥ 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? Answer: Go to the other side
⩥ Which of the following options list system members that can be stored
as indicated in the properties of an entity? Answer: Created Date,
Changed Date, Owner, ChangedBy
⩥ Which of the following terms is used to indicate a user that created the
object of the given entity? Answer: Owner
⩥ If you need to import data regularly, what is the best way to do so?
Answer: Services such as SOAP, REST, and oData
, ⩥ What are some alternative methods for importing files into a Mendix
app? Answer: Flat files, CSV, Excel
⩥ When transforming, why should you import large datasets into a flat
structure before running the transformation? Answer: To not overrun
available memory
⩥ What is the fastest way to create overview pages for all of the entities
in your domain model? Answer: Right click an Entity and select
"Generate overview pages..." for all entities.
⩥ How can you show data from multiple entities in the same data grid?
Answer: Add columns which use associations.
⩥ Where do you connect User roles to Module roles? Answer: App
security
⩥ What does your app need in order to import Excel data into a Mendix
app? Answer: The Excel Importer module from the Marketplace.
⩥ What does the Mx Model Reflection module do? Answer: It shows the
configuration of your domain model in the client.
⩥ Why shouldn't make changes to Marketplace modules? Answer:
Updating to a new version of the module erases your changes.
VERIFIED ACTUAL PAPER 2026
COMPLETE QUESTIONS AND ANSWERS
GRADED A+
⩥ 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? Answer: Go to the other side
⩥ Which of the following options list system members that can be stored
as indicated in the properties of an entity? Answer: Created Date,
Changed Date, Owner, ChangedBy
⩥ Which of the following terms is used to indicate a user that created the
object of the given entity? Answer: Owner
⩥ If you need to import data regularly, what is the best way to do so?
Answer: Services such as SOAP, REST, and oData
, ⩥ What are some alternative methods for importing files into a Mendix
app? Answer: Flat files, CSV, Excel
⩥ When transforming, why should you import large datasets into a flat
structure before running the transformation? Answer: To not overrun
available memory
⩥ What is the fastest way to create overview pages for all of the entities
in your domain model? Answer: Right click an Entity and select
"Generate overview pages..." for all entities.
⩥ How can you show data from multiple entities in the same data grid?
Answer: Add columns which use associations.
⩥ Where do you connect User roles to Module roles? Answer: App
security
⩥ What does your app need in order to import Excel data into a Mendix
app? Answer: The Excel Importer module from the Marketplace.
⩥ What does the Mx Model Reflection module do? Answer: It shows the
configuration of your domain model in the client.
⩥ Why shouldn't make changes to Marketplace modules? Answer:
Updating to a new version of the module erases your changes.