What is delete behavior? correct answer NOT It defines if an association is deleted after an
object is deleted.
When can you start a new sprint? correct answer NOT When all the user stories are complete
Which of the following widgets it is better not to use when developing an app specifically for
mobile? correct answer Data grid
You want to create a button that has conditional visibility. Where do you configure this?
correct answer In the properties of the button
What is the default security setting when you start developing your app? correct answer Off
You configure the page access of an overview page, so that it does not display to specific user
roles. What will happen to the navigation menu for that specific user role? correct answer
The page will not display on the navigation menu
Why would validation be performed in a Microflow rather than the Domain Model? correct
answer When validating associations
You want to trigger a microflow from an input widget. To make sure that the microflow is
triggered the first time (from 'no selection' to a specific selection) you need to set the microflow
to be triggered: correct answer On Change
Where can you write some code to create custom logic in your app? correct answer In the
expression editor
Which of the following is considered good practice when committing to the repository? correct
answer Committing small, consistent pieces of work
, Which tool can you use for doing your Online Project Management in Mendix? correct
answer The Mendix Developer Portal
Which of the following is a WYSIWYG editor? correct answer Studio
Which parts of the Application Lifecycle does Mendix support? correct answer The whole
lifecycle of the app
Mendix is best suited for: correct answer Agile
Why is it important to be consistent when using layouts? correct answer To give the same
look and feel across pages in the app
What is the second phase of the Application Lifecycle? correct answer Develop
Before you create your pages, it's good to: correct answer Create wireframes
When is it needed to create an Information Entity? correct answer When the app needs to
store additional information about an association in the database
Which is the most commonly used association in Mendix apps? correct answer One-to-Many
Association
You want to explain the reason for adding an exclusive split to a microflow. What is the best
way to do it? correct answer Add an annotation connected to the exclusive split
The green bullet at the beginning of a microflow shows: correct answer the starting point of
a microflow