Mendix Rapid Developer Questions and
Correct Answers
What does the round Mendix badge on your profile represent?
Ans: — Your Mendix certification lev
Which of the following is a place where you can see news
regarding the latest features of the Mendix platform? Ans: — The
Mendix Blog
Where's the best place to find the latest information regarding the
default design language used by Mendix apps? Ans: — Check the
latest updates on the Atlas UI site
How can you get the latest version of Mendix Studio Pro Ans: — By
downloading it for free from the Mendix Marketplace
How do you send feedback on a particular Mendix app? Ans: —
Submit it via the Feedback widget
Where can you find the list of items that need to be finished
during the sprint? Ans: — (not) The Product Backlog
What needs to be clearly stated in a User story? Ans: — The value
for the user
Which project methodology best fits a Mendix project? Ans: —
Agile
Which of the following templates is the user story template? Ans:
— As a <user> I want <what>, so that <business value>
Who can remove team members from a Mendix project? Ans: —
The SCRUM master
Why is it important to be consistent when using layouts? Ans: —
To give the same look and feel across pages in the app
Which statement about columns and rows in a layout grid is true?
Ans: — A Layout grid contains rows which contain columns
© 2025 All rights reserved
, 2 | Page
Is it possible to create a page without having any Entities defined?
Ans: — Yes
What do you call a page design that adapts to the available screen
space? Ans: — Responsive design
Can you preview the pages of your app on all device types without
publishing? Ans: — Yes
How should the Attribute name for an email address be written in
the Domain Model? Ans: — EmailAddress
If Team can have only one Home Stadium and a Home Stadium can
have only one Team, which association needs to be created
between Team and Home Stadium? Ans: — One-to-One Association
Which of these is the most commonly used association in Mendix
apps? Ans: — One-to-Many Association
Does every database table in a Mendix app automatically have a ID
column? Ans: — Yes
How is the database structure (or schema) determined in a Mendix
app? Ans: — By the Domain Model when the app is published
What does the green circle in a microflow represent? Ans: — The
starting point of a microflow
What is the maximum number of incoming flows a decision
activity can have? Ans: — One
Which of the following is an attribute type in Mendix? Ans: —
Boolean
You want to use create a new TrainingEvent from the course
overview page and prefill some information based on the course.
What parameter should you pass to the microflow? Ans: — The
Course entity
What is a good name for a microflow that allows you to schedule a
new TrainingEvent from your homepage. Ans: —
ACT_TrainingEvent_CreateNew
© 2025 All rights reserved