https://www.stuvia.com/user/quizbit07
Mendix Intermediate Certification Exam V2 |
2026/2027 | Siemens / Mendix Academy | Complete
Study Guide with Verified Q&A
Q: Which tools are available for help when cre
...
https://www.stuvia.com/user/quizbit07
Mendix Intermediate Certification Exam V2 |
2026/2027 | Siemens / Mendix Academy | Complete
Study Guide with Verified Q&A
Q: Which tools are available for help when creating a Mendix application?
The Mendix Forum
Reference Guide
A community blog
Q: How can you get the latest version of Mendix Studio Pro?
By downloading it for free from the Mendix Appstore
Q: The Atlas UI provides the following "out-of-the-box" tools to enable the a developer to
quickly create user-friendly applications.
Application templates for common scenarios
Widgets
Building Blocks
Q: What is the Mendix Studio?
A tool to create, develop, and deploy innovative apps quickly
https://www.stuvia.com/user/quizbit07
Q: Why is it important for you to create an account and profile in Mendix?
It enables you to earn badges and recognition for your expertise on Mendix topics.
It enables you to track your progress learning the Mendix tools.
It enables you to become part of the Mendix community.
Q: The Mendix Ecosystem offers all of the following tools to a developer EXCEPT:
Customer Relationship Management (CRM) and sales tools
Which Mendix project role keeps track of the project stakeholder's expectations, defines the
requirements for the project and communications the vision to the team in order to set
priorities?
Product Owner
Q: The Sprint Status tab in the Mendix Planning tool provides all of the following information
EXCEPT:
A Release Plan
Q: All of the following are Mendix project roles EXCEPT:
Product End-User
Q: The Mendix development approach is based on which method?
Scrum
https://www.stuvia.com/user/quizbit07
Q: Where do you capture your project requirements?
In the Stories tab underneath Collaborate in your project's dashboard
Q: Which of the following button building blocks will create a button with a clickable image?
Card Action
Q: When creating new Overview pages you should use the following navigation layout:
Atlas_Default
Q: What is a page in Mendix?
The interface to your app's data and interaction
Q: A page is responsive when:
It works and looks good on all devices.
Q: When using the Layout Grid, the weight of all columns must add up to:
12
https://www.stuvia.com/user/quizbit07
Q: Associations are _____________ constructed between __________ in the domain
model.
relationships, entities
Q: For each association that you add to your domain model, a new database table will be
created. This table will store data on which objects are connected to each other.
True
Q: Which of the following are required to support dynamic data in a Mendix page?
Entities and Attributes
Q: Associations in a Mendix domain model can be any of the following EXCEPT:
Many to Many
Q: A list view is a widget used to:
Display Dynamic Data
Q: The value 5.84 could be stored in an attribute of the type:
Decimal
https://www.stuvia.com/user/quizbit07
Q: How does the connection between a Domain Model entity and a ListView object on a page
affect the operation of the page?
Data contained in the specified attributes of each object in the entity are displayed in an
information list
Q: The naming convention for associations in the domain model is:
Entity1_Entity2
Q: All of the following Mendix scenarios require microflows except:
Your name needs to implement default behavior
Q: All of the following are possible microflow use cases, EXCEPT:
Configuring the Feedback and Collaboration Widget
Q: How many start events can a microflow have?
One
Q: Which of the following follows the microflow naming syntax for a microflow connected to
a button to create a new location?
ACT_Location_CreateNew
https://www.stuvia.com/user/quizbit07
Q: What are Mendix microflows?
The custom logic of a Mendix application
Q: What is the purpose of a Mendix microflow?
Add custom logic to an app
Q: What is the purpose of the Parameter element in a microflow?
It provides a context for the creation of constrained objects in the microflow
Q: What is the modeling language used to create a Mendix microflow?
BPMN (Business Process Modeling Language)
Q: You downloaded the latest version of the project from the Team Server, and did some
changes to the app. What do you need to do next for your team members to be able to view your
changes?
Commit your changes to the Team Server
All of the following are true of project status and changes, EXCEPT:
The Changes pane will combine multiple status changes (e.g. and item that has been modified
and moved) on a single line
https://www.stuvia.com/user/quizbit07
Only users with the SCRUM Master role have access to the Team Server.
False
When working in a team it is important to perform an update before doing a commit.
True
When you commit your app to the Team Server, Mendix Studio Pro will automatically update
your application with any revisions prior to processing your commit action
True
Creating an app in Mendix Studio Pro will automatically enable the Team Server.
False
Which of the following are possible elements in a Microflow Expression? (3 correct answers)
Functions, Variables, Tokens
It is not possible to constrain retrieval of objects from an entity based on its association with
another entity
False
Each of the arrows emerging from a microflow decision element must:
Have the condition value set to true or false
https://www.stuvia.com/user/quizbit07
Which statement is true?
Microflow expressions are used to change, check and extract data from available values.
When do you use in the retrieve action the option "by association"?
When you want to retrieve the associated object from memory.
What is the purpose of the Commit and Refresh in Client settings in the Change Object
microflow element? (2 correct answers)
The Refresh in Client setting stores changed values immediately rather than waiting for the user
to click the Save button
The Commit setting stores changed values immediately rather than waiting for the user to click
the Save button
You should always start your Microflow Expressions by pressing _________
CTRL + SPACE
All of the following are input widget interaction points that can be used to trigger a microflow,
EXCEPT:
On Create
The Aggregate activity use to ________ objects in a database entity. (2 correct answers)
sum numeric values across and count the number of
What do you call an object created in memory, but not yet committed to an entity?
https://www.stuvia.com/user/quizbit07
A Transient Object
Regular expressions are stored separately in the application and can be used in multiple
validation checks.
True
If a validation rule applies to an input widget on a page, where will the error message appear?
Immediately below the input widget associated with the validation rule
If a validation rule applies to an object that is committed within a microflow, where will the
error message appear?
In the application log
Where do you configure validation rules?
In the entity properties
A decision structure can be used to connect multiple incoming flows.
False
If a validation rule applies to a value on a page without an associated input widget, where will
the error message appear?
In a pop-up message
https://www.stuvia.com/user/quizbit07
What do validation rules apply to?
Attributes
All of the following are types of validation rules, EXCEPT:
Minimum Length
What would be a best practice when deleting a Location? On delete of 'Location' object:
Delete 'Location' objects only if it is not associated with 'TrainingEvent' objects
It is possible to create multiple validation rules for a field on a page
False
Entity access defines authorizations for all of the following functions, EXCEPT:
Move
Why can you define security settings on both project and module levels?
It makes it easy to reuse modules
A typical user role in a mendix app has the module role User in the System and Administration
modules.
True
https://www.stuvia.com/user/quizbit07
What is the difference betweek Prototype/Demo and Production level security?
Prototype/Demo allows you to set up page and microflow access; Production level security
allows you to set up entity access
Which security level must be active to deploy an application to the test environment of a
licensed node in the Mendix cloud?
Production security
Security is managed at which 2 levels? (2 correct answers)
Module and Project
Conditional visibility allows you to "hide" an entity attribute on a page for controlling attribute
level access
True
All of the following statements regarding module roles and user roles are correct, EXCEPT:
User roles are assigned to module roles at the project level
One way to handle a user role with universal accessibility is create a role-based home page
False
Where are user roles defined?
In the User Roles tab of Project Security
https://www.stuvia.com/user/quizbit07
You can create a part of the app functionality specifically for mobile.
True
What would be the best name for a mobile-specific homepage?
Home_Mobile
What are some mobile-oriented widgets available in the Mendix App Store? (3 correct answers)
List View Swipe, Pull to refresh, and Native loading spinner.
Web apps cannot be used on mobile devices.
False
You can set a different homepage for mobile than the one for other devices.
True
[Show More]