wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Security Refresh

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

Where do you assign User Roles in a Mendix application?

a)

In each individual module

b)

In Project → Security

c)

In Navigation settings

d)

In the Domain Model

2.

What is the relationship between User Roles and Module Roles?

a)

A module role inherits from the user role

b)

A user role must be mapped to one or more module roles

c)

They are not connected

d)

Module roles automatically appear as user roles

3.

When security is set to Production, what happens if a microflow has no assigned module role?

a)

It will run but show a warning

b)

It will be blocked and inaccessible

c)

It becomes a system administrator-only action

d)

It converts to a “no rights required” flow

4.

What defines whether a user can open a page?

a)

The project user role

b)

UI permissions only

c)

Page access defined inside the module’s security

d)

Navigation tree visibility

5.

Entity access rules apply to which of the following?

a)

Pages only

b)

Microflows only

c)

Both microflows and pages

d)

Only REST APIs

6.

What will happen if a user role has access to a page, but the entity inside that page has no access rules?

a)

Page opens normally

b)

Page gives an error or shows empty data

c)

Application crashes

d)

The entity automatically becomes readable

7.

Where do you configure Entity Access?

a)

In Project → Navigation

b)

In each entity’s Access Rules tab

c)

In the module role configuration

d)

In the styling (Atlas UI) settings

8.

Which of the following is TRUE about Module Roles?

a)

They are global roles used across all modules

b)

They are assigned automatically by Mendix

c)

They are specific to a module and must be mapped to user roles

d)

They can override project security settings