Mendix Questions and Answers with
Certified Solutions
What is delete behavior? ✔✔NOT It defines if an association is deleted after an object is deleted.
When can you start a new sprint? ✔✔NOT When all the user stories
...
Mendix Questions and Answers with
Certified Solutions
What is delete behavior? ✔✔NOT It defines if an association is deleted after an object is deleted.
When can you start a new sprint? ✔✔NOT When all the user stories are complete
Which of the following widgets it is better not to use when developing an app specifically for
mobile? ✔✔Data grid
You want to create a button that has conditional visibility. Where do you configure this? ✔✔In
the properties of the button
What is the default security setting when you start developing your app? ✔✔Off
You configure the page access of an overview page, so that it does not display to specific user
roles. What will happen to the navigation menu for that specific user role? ✔✔The page will not
display on the navigation menu
Why would validation be performed in a Microflow rather than the Domain Model? ✔✔When
validating associations
You want to trigger a microflow from an input widget. To make sure that the microflow is
triggered the first time (from 'no selection' to a specific selection) you need to set the microflow
to be triggered: ✔✔On Change
Where can you write some code to create custom logic in your app? ✔✔In the expression editor
Which of the following is considered good practice when committing to the repository?
✔✔Committing small, consistent pieces of work
Which tool can you use for doing your Online Project Management in Mendix? ✔✔The Mendix
Developer Portal
Which of the following is a WYSIWYG editor? ✔✔Studio
Which parts of the Application Lifecycle does Mendix support? ✔✔The whole lifecycle of the
app
Mendix is best suited for: ✔✔Agile
Why is it important to be consistent when using layouts? ✔✔To give the same look and feel
across pages in the app
What is the second phase of the Application Lifecycle? ✔✔Develop
Before you create your pages, it's good to: ✔✔Create wireframes
When is it needed to create an Information Entity? ✔✔When the app needs to store additional
information about an association in the database
Which is the most commonly used association in Mendix apps? ✔✔One-to-Many Association
You want to explain the reason for adding an exclusive split to a microflow. What is the best
way to do it? ✔✔Add an annotation connected to the exclusive split
The green bullet at the beginning of a microflow shows: ✔✔the starting point of a microflow
The Connector is a part of Studio Pro that: ✔✔Can be used to quickly connect an attribute to a
widget or an entity to a list view
The Project Explorer is: ✔✔The part of the Desktop Modeler giving you access to resources of
the app such as pages, microflows, and navigation
When you create a new app from within the Developer Portal, the Team Server is automatically
enabled. ✔✔True
Which activity will you need if you use a microflow to schedule a new TrainingEvent.
✔✔Create Object
What is a good name for a microflow that allows you to schedule a new TrainingEvent from
your homepage. ✔✔ACT_TrainingEvent_CreateNew
What is the purpose of adding a navigation menu in your app? ✔✔Allow the user to find the
pages that they are looking for
What is an object? ✔✔An instance of an entity
Which of the following is not an attribute type in Mendix? ✔✔Text
Creating a page that is only for a mobile device is done by... ✔✔selecting a device-specific
layout
You can preview the pages of the app on all device types without publishing. ✔✔True
What is the result of a Sprint? ✔✔A product increment
What is a core principle behind the Agile methodology? ✔✔Continuous delivery of valuable
software
To send feedback on a particular Mendix App, you need to: ✔✔Submit it via the Feedback icon
How can you get the latest Studio Pro? ✔✔By downloading it for free from the Mendix
Appstore
Where's the best place to find hints and tips as well as the latest information on creating a great
UX in Mendix? ✔✔Check the newest updates at the Atlas UI site
What is a Parameter? ✔✔Data that serves as input for a microflow
What is a microflow expression? ✔✔A short piece of code that adds custom logic to your
microflows
Which of the following is a token? ✔✔[%DateAndTime%]
You want to add an attribute to a microflow expression but you can not find it in the expression
editor. Why could that be? ✔✔The entity is not in scope of the microflow
Which of the following are validation types on the Domain Model in Mendix? ✔✔Maximum
Length, Range, Unique
How can validation messages for the same entity be presented together? ✔✔Perform all the
validations in a single microflow
Before setting validation rules, which of the following needs to be created? ✔✔Entities
Not having access to a microflow means that: ✔✔You are not able to see the element that
triggers the microflow
Where can you create user roles? ✔✔In Project Security
The overall security settings for a project are managed in: ✔✔Project Security
You want trainees to only have access to certain features of the mobile-specific app. What do
you need to do? ✔✔Set the project security accordingly
Which layout is it best to use when creating an app for mobile? ✔✔Phone Specific
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? ✔✔NOT The TrainingEvent entity
You want to use your app from your mobile phone. For that you need to create a mobile specific
version of your app. ✔✔False
[Show More]