Mendix Rapid Developer Course Questions
and Correct Answers
To send feedback on a particular Mendix App, you need to: Ans:
— Submit it via the Feedback widget
Which tool can you use for doing your Online Project Management
in Mendix? Ans: — The Mendix Developer Portal
Where's the best place to find hints and tips as well as the latest
information on creating a great UX in Mendix? Ans: — Check the
newest updates at the Atlas UI site
Which of the following is a place where you can share a blog about
a cool project you have been working on with Mendix? Ans: — The
Mendix Community Blog
How can you get the latest Mendix Studio Pro? Ans: — By
downloading it for free from the Mendix App Store
Which of the following Sprint events marks the start of a new
Sprint? Ans: — The Sprint Planning
What do story points represent? Ans: — The effort it will take to
finish a user story
What needs to be clearly stated in a User story? Ans: — The value
of the user
What is the result of a Sprint? Ans: — A product increment
In which stage of the Application Lifecycle are user stories
created? Ans: — Capture
Why is it important to be consistent when using layouts? Ans: —
To give the same look and feel across pages in the app
It is possible to create a page without having any Entities defined.
Ans: — True
Creating a page that is only for a mobile device is done by... Ans:
— selecting a device-specific layout
© 2025 All rights reserved
, 2 | Page
You can preview the pages of the app on all device types without
publishing. Ans: — True
Which of the following would be the easiest place to add theming?
Ans: — The Web Modeler
When is it necessary to extend the Domain Model? Ans: — When
new dynamic data is needed in the app
How is the database structure determined in a Mendix app? Ans:
— By the Domain Model when the app is published
Does every database table in a Mendix app automatically have a ID
column? Ans: — True
Which is the most commonly used association in Mendix apps?
Ans: — One-to-Many Association
Which of the following is not an attribute type in Mendix? Ans: —
Text
The green bullet at the beginning of a microflow shows: Ans: —
the starting point of a microflow
Which of the following flows is used to go from one activity to the
next? Ans: — A sequence flow
A red bullet in a microflow indicates: Ans: — an end point of the
microflow
What is a good name for a microflow that allows you to schedule a
new TrainingEvent from your homepage. Ans: —
ACT_TrainingEvent_CreateNew
You want to add a button to your course overview page that will
create a new TrainingEvent. What parameter should you pass to
the microflow? Ans: — The Course entity
When you create a new app from within the Developer Portal, the
Team Server is automatically enabled. Ans: — True
Which of the following is considered good practice when
committing to the repository? Ans: — Committing small,
consistent pieces of work
© 2025 All rights reserved