Mendix Certification - Rapid Developer
Questions and Answers Already Passed
How can you get the latest version of Mendix Studio Pro? ✔✔By downloading it for free from
the Mendix App Store
Which of the following is a
...
Mendix Certification - Rapid Developer
Questions and Answers Already Passed
How can you get the latest version of Mendix Studio Pro? ✔✔By downloading it for free from
the Mendix App Store
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
What does the rectangular Mendix badge on your profile represent? ✔✔Your Mendix
certification level
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
The user story template ✔✔As a I want , so that
When working with Scrum, who is responsible for making sure a project is successful ✔✔The
Scrum Master
What do story points represents? ✔✔The effort need to finish a user story
What is the result of a Sprint? ✔✔A product increment
In which stage of the Application Lifecycle are user stories created? ✔✔Capture
What do you call a page design that adapts to the available screen space? ✔✔Responsive Design
"On Click Action" option for a button? ✔✔...
How can you create a page that is only for mobile devices? ✔✔
What should you do before you create pages in Mendix? ✔✔Create wireframes
Can you preview the pages of your app on all devices types without publishing ✔✔True (Yes)
Is it possible to publish your app while it still has errors? ✔✔False (No)
Does every databased table in a Mendix app automatically have an ID column? ✔✔True (Yes)
How is the databased structure (for schema) determined in a Mendix app? ✔✔By the Domain
Model when the app is published
What are connections between entities in Mendix called? ✔✔Associations
Where do feedback item show up when they are submitted by an end user? ✔✔In the Developer
Protal
What does the red circle in a mircoflow represent? ✔✔An endpoint of the microflow
What does Mendix Assist do? ✔✔It helps you build microflows
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
What is a good name for a microflow that allows you to schedule a new TrainingEvent from
your homepage ✔✔ACT_TrainingEvent_CreateNew
What is a member in Mendix? ✔✔An attribute or an association
What is a Paramenter? ✔✔
You would like to use a Data view to limit the number of objects retrieved by a List view that is
placed inside that Data view. What is this concept called? ✔✔Nested Data
How can data be nested in a Mendix app wit h a One-to-Many Association? ✔✔
When should you create an Information Entity? ✔✔When the app needs to store additional
information about an association in the database
Besides the Scrum Master, which of the Team roles mentioned below has access to the project
on the Team Server? ✔✔Business Engineer
Which of the following is a token? ✔✔[%DataandTime%]
Which activity is used to change the value of an attribute? ✔✔Change Object
What are the possible exists for a decision with the expression $Course!=empty? ✔✔true, false
You want to add an attribute to a microflow expression but it is not in the scope of the
microflow. What can you do? ✔✔
What does it mean if Mendix reports a number of errors when committing your work? ✔✔The
app will not run in its current state and you should fix the error before committing.
What is deleted behavior? ✔✔It defines what happens to an associated object when an object is
deleted
You want to make sure that an airline flight in your app cannot be deleted. If there ares till
passengers assigned to it. What should you configure? ✔✔Prevention of delete
How can validation messages from the same entity be presented together? ✔✔
When would you need to perform validation in a Microflow rather than in the Domain Model
✔✔When validating associations
Where can you find the validation messages for attributes that are not connected to input widgets
on a page? ✔✔
What is the default security setting when you create a new app? ✔✔Off
A user role does not have access to attribute. That attributes is being displayed on a page that the
user role has access to. This results in a security conflict. What would be the best solution
✔✔Edit the visibility of the attribute
What happens when you do not have access to a microflow? ✔✔
There is a button on the homepage which links to a Costs overview page. What happens to this
button if the user's roles does not have access to the page? ✔✔
You configure t ✔✔
[Show More]