2026 COMPLETE Q&A GRADED A+
⩥ How is the size of popup windows set to fixed. 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. 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?. Answer: createdDate (descending)
⩥ What are the default Mendix options for the popups? 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. 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? Answer:
By adding a separate module.
,⩥ Where on the page can the Menu document be displayed in an app.
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?. Answer: By right-clicking in an entity and selecting
Add>Association.
⩥ Which of the following XPath constraints should be used to allow
users to only see their own notifications?. Answer:
[Notifications.Notification_Account='[%CurrentUser%]']
⩥ What can you use whenever you wish to display a navigation menu,
but not the main navigation tree?. Answer: Menu
⩥ How many source and destination languages can you specify?.
Answer: One source, one destination
⩥ What does default project language define?. Answer: The language
which users will see when using your app.
⩥ When and how a default language of an app needs to be selected?.
Answer: Automatically at the moment of app creation.
, ⩥ Where can you choose the development language?. Answer: In the
toolbar of Studio Pro
⩥ Which of the following functionalities do you need to use to show a
complete list of all translatable texts of a source and destination
language?. Answer: Batch translation
⩥ What is the easiest way to collect feedback from users from within
your app?. Answer: Use the feedback widget
⩥ Where is page access configured?. Answer: Module Security
⩥ What would be a reasonable validation rule to use for
AllowedNumberOfVisitorsPerDay?. Answer: Range <= 1000
⩥ How can you easily manage accounts for your app?. Answer: Connect
navigation to the built-in Account_Overview page
⩥ Is it possible limit an entity to only one object?. Answer: Yes, through
a Microflow
⩥ What is a limitation of a sub-microflow compared to a regular
microflow?. Answer: None. Sub-microflows are equally capable.