answers.
What is delete behavior? - Answer - NOT It defines if an association is deleted after an object
is deleted.
When can you start a new sprint? - 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? - Answer - Data grid
You want to create a button that has conditional visibility. Where do you configure this? -
Answer - In the properties of the button
What is the default security setting when you start developing your app? - 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? - Answer - The
page will not display on the navigation menu
Why would validation be performed in a Microflow rather than the Domain Model? - 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: - Answer - On Change
, Where can you write some code to create custom logic in your app? - Answer - In the
expression editor
Which of the following is considered good practice when committing to the repository? -
Answer - Committing small, consistent pieces of work
Which tool can you use for doing your Online Project Management in Mendix? - Answer -
The Mendix Developer Portal
Which of the following is a WYSIWYG editor? - Answer - Studio
Which parts of the Application Lifecycle does Mendix support? - Answer - The whole
lifecycle of the app
Mendix is best suited for: - Answer - Agile
Why is it important to be consistent when using layouts? - Answer - To give the same look
and feel across pages in the app
What is the second phase of the Application Lifecycle? - Answer - Develop
Before you create your pages, it's good to: - Answer - Create wireframes
When is it needed to create an Information Entity? - Answer - When the app needs to store
additional information about an association in the database