Verified 100% Correct
What is delete behavior? - ANSWER It defines what happens to an associated object
when an object is deleted.
When validation is triggered on a page where there's no input widget for the attribute
that doesn't pass the validation check, where can you expect to find the validation
feedback message? - ANSWER In a pop-up
Which of the following are validation types on the Domain Model in Mendix? - ANSWER
Maximum Length, Range, Unique
Where can you add validation in Mendix? - ANSWER Domain Model, Microflows, Pages
Where can you write some code to create custom logic in your app? - ANSWER In the
expression editor
You want to create an exclusive split to check if a course is selected. Which microflow
expression shows that the course has been selected? - ANSWER
$TrainingEvent/TrainingEvent_Course != empty
What can you write in the expression editor? - ANSWER (NOT) The commit will be
executed after the user confirms it.
The expression $Course!=empty will result in the following exits of an exclusive split: -
ANSWER (NOT) true, empty
Which of the following is true? - ANSWER (NOT) When you create apps from within the
Desktop Modeler, Team Server is automatically enabled.
Which of the following is true? - ANSWER Committing is only possible when your
working copy is up to date with the repository. If someone else committed a change
since the last time you updated, you have to update first.
While committing your work, Mendix reports a number of errors. What does this mean?
- ANSWER The Modeler automatically checks your app for things which you may have
missed and the error messages remind you to check and fix these before committing
The Project Explorer is: - ANSWER The part of the Desktop Modeler which allows you
to access resources of the app such as pages, microflows, and navigation.
Which of the following is considered good practice? - ANSWER it is considered good
, practice to commit small, consistent pieces of work to the repository.
What is a Parameter? - ANSWER Data that serves as input for a microflow
Which of the following flows needs to have one start event and at least one end event? -
ANSWER A sequence flow
You want to create a microflow that will enable you to schedule a new training event
directly from your homepage. According to the naming convention, what would be a
nice name for that microflow? - ANSWER ACT_TrainingEvent_CreateNew
The green bullet in the beginning of a microflow shows: - ANSWER The starting point of
a microflow
You can use a microflow to create: - ANSWER an object
Which of the following is not an attribute type in Mendix? - ANSWER Text
A connection needs to be created to support the following feature: A team can have
only one home stadium and a stadium can have only one team. Which association is
needed? - ANSWER One-to-One Association
What is an entity? - ANSWER (NOT) a bit of information that says something about an
attribute (NOT) a list of objects
When is it necessary to extend the Domain Model? - ANSWER When new dynamic
data is needed in the app
How is the database structure determined in a Mendix app? - ANSWER By the Domain
Model when the app is published
Why is it important to be consistent with using layouts? - ANSWER To give a consistent
look and feel across important pages in the app.
It is possible for a button to do nothing. - ANSWER True
In the Web Modeler you can preview the app on all device types without publishing. -
ANSWER TRUE
What is a good name for a page? - ANSWER The information the page will show and
what kind of page it is
The "Card Action" is: - ANSWER The Mendix Community Blog
Which tool can you use for doing your Online Project Management in Mendix? -