100% Correct Verified Answers
Which activity is used to change the value of an attribute? - Answer Change object
Where do you configure validation rules? - Answer In the entity properties
What do validation rules apply to? - Answer Attributes
What would be a best practice when deleting a Location? On delete of 'Location' object:
- Answer Delete 'Location' objects only if it is not associated with 'TrainingEvent' objects
When deleting a Trainee, you want that all the Registrations of this Trainee are deleted
as well. How is that delete behavior called? - Answer Cascading delete
Which security level must be active to deploy an application to the test environment of
a licensed node in the Mendix cloud? - Answer Production security
What effect does security have on the navigation of the application? - Answer The
visibility of menu items is affected by Page and Microflow security
Why can you define security settings on both project and module level? - Answer It
makes it easy to reuse modules.
A user role must have one or more module roles in every module - Answer False
You can create a part of the app functionality specifically for mobile. - Answer True