NEW
Font size
WorksheetsSecurity Refresh
Total questions: 8
Worksheet time: 4mins
Where do you assign User Roles in a Mendix application?
In each individual module
In Project → Security
In Navigation settings
In the Domain Model
What is the relationship between User Roles and Module Roles?
A module role inherits from the user role
A user role must be mapped to one or more module roles
They are not connected
Module roles automatically appear as user roles
When security is set to Production, what happens if a microflow has no assigned module role?
It will run but show a warning
It will be blocked and inaccessible
It becomes a system administrator-only action
It converts to a “no rights required” flow
What defines whether a user can open a page?
The project user role
UI permissions only
Page access defined inside the module’s security
Navigation tree visibility
Entity access rules apply to which of the following?
Pages only
Microflows only
Both microflows and pages
Only REST APIs
What will happen if a user role has access to a page, but the entity inside that page has no access rules?
Page opens normally
Page gives an error or shows empty data
Application crashes
The entity automatically becomes readable
Where do you configure Entity Access?
In Project → Navigation
In each entity’s Access Rules tab
In the module role configuration
In the styling (Atlas UI) settings
Which of the following is TRUE about Module Roles?
They are global roles used across all modules
They are assigned automatically by Mendix
They are specific to a module and must be mapped to user roles
They can override project security settings
