Mendix- Rapid Developer Exam
Questions and Answers Passed with
100%
Which tool can you use for Online Project Management in Mendix? ✔✔The Mendix Developer
Portal
What does the round Mendix badge on your profile repr
...
Mendix- Rapid Developer Exam
Questions and Answers Passed with
100%
Which tool can you use for Online Project Management in Mendix? ✔✔The Mendix Developer
Portal
What does the round 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
Which of the following is a place where you can see news regarding the latest features of the
Mendix platform? ✔✔The Mendix Blog
How can you get the latest version of Mendix Studio Pro? ✔✔By downloading it for free from
the Mendix Marketplace
When working with Scrum, who is responsible for making sure a project is successful? ✔✔The
Scrum Team
In which stage of the Application Lifecycle are user stories created? ✔✔Capture
Which of the following Sprint events marks the start of a new Sprint? ✔✔The Sprint Planning
What needs to be clearly stated in a User story? ✔✔The value for the user
Where can you find the list of items that need to be finished during the sprint? ✔✔The Sprint
Backlog
What is the second phase of the Application Lifecycle? ✔✔Develop
What should you do before you create pages in Mendix? ✔✔Create wireframes
Is it possible for a button to do nothing? ✔✔Yes
Which of the following is an "On Click Action" option for a button? ✔✔Call a microflow
How can you create a page that is only for mobile devices? ✔✔By selecting a device-specific
layout
What is an entity? ✔✔A representation of a class of real-world objects
How is the database structure (or schema) determined in a Mendix app? ✔✔By the Domain
Model when the app is published
Does every database table in a Mendix app automatically have a ID column? ✔✔Yes
What is the purpose of the navigation menu in your app? ✔✔Allow the user to easily open the
pages they are looking for
Which of the following is a data source for a list view? ✔✔Database
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
How does Mendix Assist Logic Bot support you during development? ✔✔It helps you build
microflows
Which of the following flows is used to go from one activity to the next? ✔✔A sequence flow
What does the green circle in a microflow represent? ✔✔The starting point of a microflow
What are annotations used for? ✔✔Leaving notes to explain what a microflow is doing
How can you show dynamic information related to the object being displayed in the header of a
detail page? ✔✔Place the header inside a data view
What is a Parameter? ✔✔Data that serves as input for a microflow
Besides the Scrum Master, which of the Team roles mentioned below has access to the project
on the Team Server? ✔✔Business Engineer
You want to explain the reason for adding a decision to a microflow. What is the best way to do
it? ✔✔Add an annotation connected to the decision
Which of the following is considered good practice when committing to the repository?
✔✔Committing small, consistent pieces of work
Why would an entity not show up in the auto-complete of the expression editor? ✔✔The entity is
not in scope of the microflow
What is a By association retrieve? ✔✔A retrieve that happens first from memory and when that
is not possible, from the database.
Which of the following is a token? ✔✔[%DateAndTime%]
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 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 errors before committing.
What type of validation could ensure that the domain of an email address is @mendix.com?
✔✔Regular expression
You want to make sure that an airline flight in your app cannot be deleted if there are still
passengers assigned to it. What should you configure? ✔✔Prevention of delete
Where can you find the validation messages for attributes that are not connected to input widgets
on a page? ✔✔In the log (Wrong Answer). You may select other answers except this.
Default save behavior can be replicated using which two microflow activities? ✔✔Commit
object, Close page
What is delete behavior? ✔✔It defines what happens to an associated object when an object is
deleted.
Where can you create user roles? ✔✔In the App Security
Where do you configure Microflow access? ✔✔Module security
What is the relationship between User roles and Module roles? ✔✔A User role is defined on
Project level, and has Module roles assigned to it.
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? ✔✔It is not displayed
Where do you manage the overall security settings for an app? ✔✔App Security
When creating a new page, where can you find all PWA-specific page templates? ✔✔Phone
(Web)
How do you limit access for trainees to certain features in the mobile part of your app?
✔✔Create a different user role for mobile features (Wrong Answer), Create a role-based mobile
homepage (Wrong Answer). You may select other answers except these two.
Do you need to create a mobile-specific version of your app when you want to use it on a mobile
phone? ✔✔No
Does Progressive Web App have to be published to the Marketplace before it can be used on the
mobile? ✔✔No
Do mobile pages created based on the responsive design require a separate mobile profile?
✔✔No
[Show More]