Mendix Rapid Developer Exam
Questions and Answers with Verified
Solutions
How do you send feedback on a particular Mendix app? ✔✔Submit it via the Feedback widget
Which of the following is a place where you can share
...
Mendix Rapid Developer Exam
Questions and Answers with Verified
Solutions
How do you send feedback on a particular Mendix app? ✔✔Submit it via the Feedback widget
Which of the following is a place where you can share a blog about a cool project you have been
working on with Mendix? ✔✔The Mendix Community Blog
Which tool can you use for Online Project Management in Mendix? ✔✔The Mendix Developer
Portal
Where's the best place to find the latest information regarding the default design language used
by Mendix apps? ✔✔Check the latest updates on the Atlas UI site
What does the round Mendix badge on your profile represent? ✔✔Your Mendix certification
level
To which methodology does Mendix subscribe? ✔✔Agile
Which of the following templates is the user story template? ✔✔As a I want , so
that
Which parts of the Application Lifecycle does Mendix support? ✔✔The whole lifecycle of the
app
What do story points represent? ✔✔The effort needed to finish a user story
Where can you find the list of items that need to be finished during the sprint? ✔✔The Sprint
Backlog
Why is it important to be consistent when using layouts? ✔✔To give the same look and feel
across pages in the app
Can you preview the pages of your app on all device types without publishing? ✔✔Yes
Is it possible to create a page without having any Entities defined? ✔✔Yes
Is it possible for a button to do nothing? ✔✔Yes
Which of the following would be the easiest place to customize the theme of an app? ✔✔Mendix
Studio
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? ✔✔One-to-One Association
How should the Attribute name for an email address be written in the Domain Model?
✔✔EmailAddress
What provides structure to your data? ✔✔The domain model
Does every database table in a Mendix app automatically have a ID column? ✔✔Yes
Is it possible to publish your app while it still has errors? ✔✔No
What is the maximum number of incoming flows a decision activity can have? ✔✔One?
NOT- unlimited
Which activity will you need if you use a microflow to schedule a new TrainingEvent.
✔✔Create Object
What does the red circle in a microflow represent? ✔✔An end point of the microflow
Which of the following flows is used to go from one activity to the next? ✔✔A sequence flow
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? ✔✔The
Course entity
On which side of the bridge bridging the gap between Business and IT is Studio placed? ✔✔in
the middle?
NOT- on the IT side
What does the Connector in Mendix Studio Pro allow you to do? ✔✔It lets you quickly connect
an attribute to a widget or an entity to a list view
Which of the following is considered good practice when committing to the repository?
✔✔Committing small, consistent pieces of work
When should you create an Information Entity? ✔✔When the app needs to store additional
information about an association in the database
What is the Team Server? ✔✔A Mendix-hosted environment that contains all your apps and
allows you to collaborate with your team and use versioning.
Which activity is used to change the value of an attribute? ✔✔Change Object
What is a By association retrieve? ✔✔A retrieve that happens first from memory and when that
is not possible, from the database.
You want to show a value converted using the latest exchange rates in your app. What type of
attribute is it best to use? ✔✔Calculated attribute
You want to add an attribute to a microflow expression but it is not in the scope of the
microflow. What can you do? ✔✔Add a Retrieve activity to the microflow
What is a microflow expression? ✔✔A short piece of code that adds custom logic to your
microflows
What is the maximum number of outgoing flows a merge can have? ✔✔One
Where can you find the validation messages for attributes that are not connected to input widgets
on a page? ✔✔In a pop-up
Which of the following are validation types on the Domain Model in Mendix? ✔✔Maximum
Length, Range, Unique
What is delete behavior? ✔✔It defines what happens to an associated object when an object is
deleted.
What should data validation prevent? ✔✔Empty records, unintentional deletion, meaningless
data
There is a button on the homepage which links to a Costs overview page. What happens to this
button if the user's role does not have access to the page? ✔✔When they click on it a pop-up
appears?
NOT - It is displayed as a non-clickable button
Where do you manage the overall security settings for a project? ✔✔Project Security
You have already configured production level security. What needs to be done to make a Mendix
application accessible to users that do not have accounts? ✔✔You need to configure anonymous
user access in the project security settings.
Where do you configure Microflow access? ✔✔Module security
What is the default security setting when you create a new app? ✔✔Off
When do client activities execute in nanoflows? ✔✔At each step executing a client activity?
NOT- At each step of nanoflow
Which of the following statements is true? ✔✔When creating a mobile part of your app, you
need to setup security access for your entities specifically for mobile?
NOT- When creating a mobile part of your app, you need to use the mobile layout grid
In an app, which pages are best suited for viewing on a mobile device? ✔✔Only pages with a
layout optimized for mobile
On which notation are nanoflows based? ✔✔BPMN
How do you limit access for trainees to certain features in the mobile part of your app? ✔✔Set
the project security accordingly?
NOT- Create a role-based mobile homepage
[Show More]