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