18 August 2026
Mendix Intermediate Certificated 2026/2027
Test Exam 150 comprehensive questions |
FREQUENTLY MOST TESTED QUESTIONS AND
VERIFIED SOLUTIONS/GET IT 100% ACCURATE!!
2026!!
Where in Mendix Studio Pro can you configure XPaths?
Text widgets
Navigation
Page access rules
List Views - correct answer-List Views
What can you use whenever you wish to display a navigation menu, but not the main navigation
tree?
Modules from the App Store
External icons
Menu
Javascript - correct answer-Menu
How many source and destination languages can you specify?
Many sources, many destinations
One source, many destinations
Many sources, one destination
One source, one destination - correct answer-One source, one destination
What does default project language define?
The language which will be selected by the user at the first log-in.
The language which users will see when using your app.
The language selected for the given user at the moment of account creation.
The language in which project content is visualized in Studio Pro. - correct answer-The language
which users will see when using your app.
, Page 2 of 29
18 August 2026
When and how a default language of an app needs to be selected?
Manually when opening an app in Studio Pro.
Manually at the moment of app creation.
Automatically at the moment of app creation.
Automatically when opening an app in Studio Pro. - correct answer-Automatically at the moment of
app creation.
Where can you choose the development language?
In the language library
In the project folder
In the system texts
In the toolbar of Studio Pro - correct 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?
Occurance window
Export translation
Batch translation
Import translation - correct answer-Batch translation
What is the easiest way to collect feedback from users from within your app?
Use the Feedback widget.
Feedback functionality is automatically included in all Mendix apps.
Provide a Contact Us link in your app.
Make a page that allows users to write and submit feedback. - correct answer-Use the Feedback
widget.
Where is page access configured?
The Domain Model
Module Security
Properties of Entity
, Page 3 of 29
18 August 2026
App Security - correct answer-Module Security
What would be a reasonable validation rule to use for AllowedNumberOfVisitorsPerDay?
Unique
Regular Expression: numeric characters only
Maximum length: 20
Range <= 1000 - correct answer-Range <= 1000
How can you easily manage accounts for your app?
Make login and account management pages.
Edit the database manually
Connect navigation to the built-in Account_Overview page
Always log in as a superuser. - correct answer-Connect navigation to the built-in Account_Overview
page
Is it possible to limit an entity to only one object?
Yes, through the Module Security
Yes, through the Entity Properties
Yes, through a Microflow
No, this is not possible - correct answer-Yes, through a Microflow
What is a limitation of a sub-microflow compared to a regular microflow?
You have a smaller selection of activities.
None. Sub-microflows are equally capable.
A sub-microflow may only return a Boolean.
Branching is not possible. - correct answer-None. Sub-microflows are equally capable.
What main benefit do sub-microflows offer?
Improved performance
Smaller memory usage
Increased logical capability