Questions with Approved Answers|
Latest 2026
You want to re-use a header on multiple pages, which of the following options can
you use to ensure that the content of the header throughout the app automatically
changes after you modify its content?
Widget
Building block
Template
Snippet - ANSWER -Snippet
Which of the following widgets can be used to select associated objects, when
multiple select is possible?
Check boxes
Drop-down
Reference set selector
Reference selector - ANSWER -Reference set selector
From the buttons on a Data Grid widget that work with single select mode, which
ones need to be configured with multi-select mode?
New, Edit
New, Edit, Delete
Edit, Delete
New, Delete - ANSWER -Edit, Delete
Where should you configure that only selected roles are allowed to see a container
on a page?
In the Conditional visibility property of the container.
In the User tab of the Project security.
In the Navigation visibility property of the Page.
,In the Page Access tab of the Module Security. - ANSWER -In the Conditional
visibility property of the container.
How is the size of popup windows set to fixed?
Automatically.
By setting the resizable property of the page to No.
By manually setting the size of page columns.
By selecting Atlas_Fixed layout. - ANSWER -By setting the resizable property of
the page to No.
How can you ensure that the buttons in the footer area of the relatively long and
scrollable pop-up page are always visible?
By removing the outer layout grid.
By fixing the size of the scroll container.
By removing a scroll container.
By setting floating property of the footer to No. - ANSWER -By removing the
outer layout grid.
What constraint can you use to show the most recently created items at the top of
the page?
dateCreated (descending)
createdAscend (descending)
createdDescend (date created)
createdDate (descending) - ANSWER -createdDate (descending)
What are the default Mendix options for the popups?
Fixed size determined automatically, with layout grid as the most outer layer of the
page.
Fixed size determined automatically, with layout grid as the most inner layer of the
page.
Resizable with size determined automatically, with layout grid as the most outer
layer of the page.
Resizable with size determined automatically, with layout grid as the most inner
layer of the page. - ANSWER -Resizable with size determined automatically, with
layout grid as the most outer layer of the page.
, How to make the popup window always visible?
Add a button to "glue" them.
Change the layer grid.
Remove the outer layer grid.
Choose a different popup style. - ANSWER -Remove the outer layer grid.
Which of the following options provides an easy way to limit access rights for a
given role to a specific functionality within an app?
By creating a snippet.
By creating a package.
By creating a separate domain model.
By adding a separate module. - ANSWER -By adding a separate module.
Where on the page can the Menu document be displayed in an app?
Only in a navigation layout
Only inside of a menu widget
Anywhere
Only on a page - ANSWER -Anywhere
What alternative to drawing an association between two entities can you use to
connect two entities, each located in a separate domain model?
By setting the 'Specialization' setting of one entity to the other.
By right-clicking in an entity and selecting Add>Association.
By writing Java code.
By copying entities from one domain model to another. - ANSWER -By setting the
'Specialization' setting of one entity to the other.
Which of the following XPath constraints should be used to allow users to only
see their own notifications?
[Notifications.Notification_Account='[%CurrentUser%]']
[Notifications.Notification_Account=System.User']
Notifications.Notification_Account=ID']
Notifications.Notification_Account='[%CurrentSession%]'] - ANSWER -
[Notifications.Notification_Account='[%CurrentUser%]']