Mendix Rapid Developer Test | Questions and
Correct Solutions 2024
To send feedback on a particular Mendix App, you need to: - Answer -Submit it via the Feedback widget
Which tool can you use for doing your Online Project Management in Mendix? - Answer -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? - Answer -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? - Answer -The Mendix Community Blog
How can you get the latest Mendix Studio Pro? - Answer -By downloading it for free from the Mendix
App Store
Which of the following Sprint events marks the start of a new Sprint? - Answer -The Sprint Planning
What do story points represent? - Answer -The effort it will take to finish a user story
What needs to be clearly stated in a User story? - Answer -(NOT) What needs to be clearly stated in a
User story?
What is the result of a Sprint? - Answer -(NOT) A product feature
In which stage of the Application Lifecycle are user stories created? - Answer -(NOT) Analysis
Why is it important to be consistent when using layouts? - Answer -To give the same look and feel across
pages in the app
It is possible to create a page without having any Entities defined. - Answer -True
Creating a page that is only for a mobile device is done by... - Answer -selecting a device-specific layout
You can preview the pages of the app on all device types without publishing. - Answer -True
Which of the following would be the easiest place to add theming? - Answer -(NOT) Mendix Studio Pro
When is it necessary to extend the Domain Model? - Answer -When new dynamic data is needed in the
app
How is the database structure determined in a Mendix app? - Answer -By the Domain Model when the
app is published
Does every database table in a Mendix app automatically have a ID column? - Answer -True
Which is the most commonly used association in Mendix apps? - Answer -One-to-Many Association
Which of the following is not an attribute type in Mendix? - Answer -(NOT) Binary
The green bullet at the beginning of a microflow shows: - Answer -the starting point of a microflow
Which of the following flows is used to go from one activity to the next? - Answer -A sequence flow
A red bullet in a microflow indicates: - Answer -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. - Answer -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? - Answer -(NOT) The CourseOverview page
When you create a new app from within the Developer Portal, the Team Server is automatically enabled.
- Answer -True
Which of the following is considered good practice when committing to the repository? - Answer -
Committing small, consistent pieces of work
The Connector is a part of Mendix Studio Pro that: - Answer -Can be used to quickly connect an attribute
to a widget or an entity to a list view
The Project Explorer is: - Answer -The part of the Desktop Modeler giving you access to resources of the
app such as pages, microflows, and navigation
What is a Parameter? - Answer -Data that serves as input for a microflow
What happens when a before commit event returns a false Boolean? - Answer -The commit won't be
executed
What is a By association retrieve? - Answer -A retrieve that happens first from memory and when that is
not possible, from the database.
Which of the following is a token? - Answer -[%DateAndTime%]
You want to show a value converted using the latest exchange rates in your app. What is type of attribute
is it best to use? - Answer -Calculated attribute
What is a transient object? - Answer -An object that has been created in memory but is not in the
database yet.
How can validation messages for the same entity be presented together? - Answer -Perform all the
validations in a single microflow
Which of the following are validation types on the Domain Model in Mendix? - Answer -Maximum
Length, Range, Unique
When validation is triggered on a page where there's no input widget for the attribute that doesn't pass
the validation check, where can you expect to find the validation feedback message? - Answer -In a pop-
up
Before setting validation rules, which of the following needs to be created? - Answer -Entities
Why would validation be performed in a Microflow rather than the Domain Model? - Answer -(NOT)
When validating Regular Expressions
To configure entity access, the app security level must be set to: - Answer -(NOT) Off
Where can you create user roles? - Answer -In Project Security
A user role does not have access to an attribute. That attribute displays on a page that they do have
access to. That results in a security conflict. To solve it, you need to: - Answer -Edit the visibility of the
attribute
What is the default security setting when you start developing your app? - Answer -Off
Module roles are connected to: - Answer -User roles
You want trainees to only have access to certain features of the mobile-specific app. What do you need
to do? - Answer -Set the project security accordingly
Which of the following widgets it is better not to use when developing an app specifically for mobile? -
Answer -Data grid
You want to use your app from your mobile phone. For that you need to create a mobile specific version
of your app. - Answer -False
You want to create a button that has conditional visibility. Where do you configure this? - Answer -In the
properties of the button
Which layout is it best to use when creating an app for mobile? - Answer -Phone Specific