MENDIX EXAM REVIEW QUESTIONS WITH
ACCURATE SOLUTIONS 2026
▶ Within a given expression add Days(Date and time, Integer/Long), what
do you call the 'Date and time' parameter? Answer: Data type
▶ Which of the key combinations provides you with a set of available
variables, functions and tokens within the expression editor? Answer: Ctrl +
Space
▶ Which members of an object available in a microflow are considered to
be in the scope of that microflow? Answer: Attributes and associations of
the entity
▶ You would like to add 2 new attributes to an entity. The attribute A will be
changed more often than viewed and the attribute B will be viewed more
often than changed. How should you create the attributes A and B?
Answer: A - calculated, B - stored
▶ Where do you configure validation rules? Answer: In the entity properties
▶ What do validation rules apply to? Answer: Attributes
▶ What would be a best practice when deleting a Location? On delete of
'Location' object: Answer: Delete 'Location' objects only if it is not
associated with 'TrainingEvent' objects
▶ When deleting a Trainee, you want all the Registrations of this Trainee to
be deleted as well. What is that delete behavior called? Answer: Cascading
delete
▶ Which security level must be active to deploy an application to the test
environment of a licensed node in the Mendix cloud? Answer: Production
security
▶ What effect does security have on the navigation of the application?
Answer: The visibility of menu items is affected by Page and Microflow
security
ACCURATE SOLUTIONS 2026
▶ Within a given expression add Days(Date and time, Integer/Long), what
do you call the 'Date and time' parameter? Answer: Data type
▶ Which of the key combinations provides you with a set of available
variables, functions and tokens within the expression editor? Answer: Ctrl +
Space
▶ Which members of an object available in a microflow are considered to
be in the scope of that microflow? Answer: Attributes and associations of
the entity
▶ You would like to add 2 new attributes to an entity. The attribute A will be
changed more often than viewed and the attribute B will be viewed more
often than changed. How should you create the attributes A and B?
Answer: A - calculated, B - stored
▶ Where do you configure validation rules? Answer: In the entity properties
▶ What do validation rules apply to? Answer: Attributes
▶ What would be a best practice when deleting a Location? On delete of
'Location' object: Answer: Delete 'Location' objects only if it is not
associated with 'TrainingEvent' objects
▶ When deleting a Trainee, you want all the Registrations of this Trainee to
be deleted as well. What is that delete behavior called? Answer: Cascading
delete
▶ Which security level must be active to deploy an application to the test
environment of a licensed node in the Mendix cloud? Answer: Production
security
▶ What effect does security have on the navigation of the application?
Answer: The visibility of menu items is affected by Page and Microflow
security