100% Correct
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.
What main benefit do sub-microflows offer? -ANSWER Better maintainability
If you want to leave notes for future developers (or yourself) in a microflow, what can
you use? -ANSWER Annotations
What is a limitation of a rule compared to a microflow? -ANSWER You have a smaller
selection of activities.
You've replaced a microflow with newer functionality and want to test it. However, you
don't want to delete the old microflow permanently in case something goes wrong. How
can you do this? -ANSWER Exclude it from the project.
How can you allow users to access parts of an app (like a login page) without needing
to log in? -ANSWER Set up anonymous users.
In a microflow, what is a token? -ANSWER A system-generated value.
In a microflow expression, "toUpperCase" is an example of what? -ANSWER A function