Answers Verified 100% Correct
In order to re-use a header from a given page on several other pages, which of the
following options would allow you to automatically update the content of this header
throughout the app after its content has been changed? - ANSWERSSnippet
Which of the following widgets can be used to select associated objects, when multiple
select is possible? - ANSWERSReference 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? - ANSWERSEdit, Delete
Where should you configure that only selected roles are allowed to see a container on a
page? - ANSWERSIn the Conditional visibility property of the container.
How is the size of popup windows set to fixed? - ANSWERSBy 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? - ANSWERSBy removing the outer layout
grid.
What constraint can you use to show the most recently created items at the top of the
page? - ANSWERScreatedDate (descending)
What are the default Mendix options for the popups? - ANSWERSResizable with size
determined automatically, with layout grid as the most outer layer of the page.
How to make the popup window always visible? - ANSWERSRemove 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? - ANSWERSBy adding a separate module.
Where on the page can the Menu document be displayed in an app? -
ANSWERSAnywhere
What alternative to drawing an association between two entities can you use to connect
two entities, each located in a separate domain model? - ANSWERSBy 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? - ANSWERS[Notifications.Notification_Account='[%CurrentUser%]']
What can you use whenever you wish to display a navigation menu, but not the main
navigation tree? - ANSWERSMenu
How many source and destination languages can you specify? - ANSWERSOne source,
one destination
What does default project language define? - ANSWERSThe language which users will
see when using your app.
When and how a default language of an app needs to be selected? -
ANSWERSAutomatically at the moment of app creation.
Where can you choose the development language? - ANSWERSIn 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? - ANSWERSBatch translation
What is the easiest way to collect feedback from users from within your app? -
ANSWERSUse the feedback widget
Where is page access configured? - ANSWERSModule Security
What would be a reasonable validation rule to use for AllowedNumberOfVisitorsPerDay?
- ANSWERSRange <= 1000
How can you easily manage accounts for your app? - ANSWERSConnect navigation to
the built-in Account_Overview page
Is it possible limit an entity to only one object? - ANSWERSYes, through a Microflow
What is a limitation of a sub-microflow compared to a regular microflow? -
ANSWERSNone. Sub-microflows are equally capable.
What main benefit do sub-microflows offer? - ANSWERSBetter maintainability
If you want to leave notes for future developers (or yourself) in a microflow, what can
you use? - ANSWERSAnnotations
What is a limitation of a rule compared to a microflow? - ANSWERSYou have a smaller