(MENDIX 9) 2026/2027 ACTUAL
QUESTIONS WITH VERIFIED ANSWERS.
1. What is a transient object? - correct answer-An object that
has been created in memory but is not in the database yet.
2. You want to add an attribute to a microflow expression but it
is not in the scope of the microflow. What can you do? -
correct answer-Add a Retrieve activity to the microflow
3. Which of the following is a token? - correct answer-
[%DateAndTime%]
4. Which of the following are validation types on the Domain
Model in Mendix? - correct answer-Maximum Length, Range,
Unique
5. What is the maximum number of outgoing flows a merge can
have? - correct answer-One
, 6. What is delete behavior? - correct answer-It defines what
happens to an associated object when an object is deleted.
7. When would you need to perform validation in a Microflow
rather than in the Domain Model? - correct answer-When
validating associations
8. What type of validation could ensure that the domain of an
email address is @mendix.com? - correct answer-Regular
expression
9. What is the specific difference between Production and
Prototype/Demo security? - correct answer-Prototype/Demo
does not include Entity access settings
10. You have already configured production level security.
What needs to be done to make a Mendix application
accessible to users that do not have accounts? - correct
answer-You need to configure anonymous user access in the
project security settings.