Answers Verified 100% Correct
It is possible to publish your app while it still has errors? - ANSWER false
What is an object? - ANSWER An instance of an entity
You want to explain the reason for adding an exclusive split to a microflow. What is the
best way to do it? - ANSWER Add an annotation connected to the exclusive split
The green bullet at the beginning of a microflow shows: - ANSWER the starting point of
a microflow
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 The
Course entity
Which activity will you need if you use a microflow to schedule a new TrainingEvent. -
ANSWER Create Object
You can use a microflow to create: - ANSWER an object
Which of the following is true? - ANSWER You can only commit when your working
copy is up to date with the repository. If there are other changes, you have to update
first
When you create a new app from within the Developer Portal, the Team Server is
automatically enabled. - ANSWER True
What is a Parameter? - ANSWER Data that serves as input for a microflow
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 Studio Pro that: - ANSWER Can be used to quickly connect
an attribute to a widget or an entity to a list view
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
, Which microflow expression, used in an exclusive split, shows that a Course has been
selected? - ANSWER $TrainingEvent/TrainingEvent_Course != empty
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: - ANSWER
You want to add an attribute to a microflow expression but it is not in the scope of the
microflow. What can you do? - ANSWER
What type of validation could ensure that the domain of an email address is
@mendix.com? - ANSWER Not equals, not required
Where can you add validation in Mendix? - ANSWER Domain Model, Microflows, Pages
Why would validation be performed in a Microflow rather than the Domain Model? -
ANSWER
What is delete behavior? - ANSWER It defines what happens to an associated object
when an object is deleted.
Before setting validation rules, which of the following needs to be created? - ANSWER
Entities
What is the relationship between User roles and Module roles? - ANSWER A User role
is defined on Project level, and has Module roles assigned to it.
Where can you create user roles? - ANSWER
Module roles are connected to: - ANSWER User roles
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? -
ANSWER
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? - ANSWER You
need to configure anonymous user access in the project security settings.
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
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