2023 Updated
What needs to be clearly stated in the User Story?
(NOT) the feature that needs to be created
Which parts of the application lifecycle does mendix support?
the whole lifecycle of the app
The lifecycle of an app starts with:
the capture
When working with Scrum, who is responsible to make sure the project is
successful?
the Scrum Team
What do story points represent?
the effort it will take to finish a user story
Which of the following is a WYSIWYG editor?
The Web Modeler
Where's the best place to find hints and tips as well as the latest information on
creating great UX in Mendix?
Check the newest updates at the Atlas UI site
You want to make a quick fix on the layout of your app homepage. Which is the
best place to do that quickly?
The Web Modeler
Which tool can you use for doing your Online Project Management in Mendix?
the Mendix Developer Portal
You have written a blog about a cool project you are working on with Mendix.
Which is the best place to share that?
The Mendix Community Blog
The "Card Action" is:
a Building Block
What is a good name for a page?
The information the page will show and what kind of page it is
In the Web Modeler you can preview the app on all device types without
publishing.
TRUE
It is possible for a button to do nothing.
True
Why is it important to be consistent with using layouts?
To give a consistent look and feel across important pages in the app.
How is the database structure determined in a Mendix app?
By the Domain Model when the app is published
When is it necessary to extend the Domain Model?
When new dynamic data is needed in the app
A connection needs to be created to support the following feature: A team can
have only one home stadium and a stadium can have only one team. Which
association is needed?
, One-to-One Association
Which of the following is not an attribute type in Mendix?
Text
You can use a microflow to create:
an object
The green bullet in the beginning of a microflow shows:
The starting point of a microflow
You want to create a microflow that will enable you to schedule a new training
event directly from your homepage. According to the naming convention, what
would be a nice name for that microflow?
ACT_TrainingEvent_CreateNew
Which of the following flows needs to have one start event and at least one end
event?
A sequence flow
What is a Parameter?
Data that serves as input for a microflow
Which of the following is considered good practice?
it is considered good practice to commit small, consistent pieces of work to the
repository.
The Project Explorer is:
The part of the Desktop Modeler which allows you to access resources of the app such
as pages, microflows, and navigation.
While committing your work, Mendix reports a number of errors. What does this
mean?
The Modeler automatically checks your app for things which you may have missed and
the error messages remind you to check and fix these before committing
Which of the following is true?
Committing is only possible when your working copy is up to date with the repository. If
someone else committed a change since the last time you updated, you have to update
first.
Which of the following is true?
(NOT) When you create apps from within the Desktop Modeler, Team Server is
automatically enabled.
The expression $Course!=empty will result in the following exits of an exclusive
split:
(NOT) true, empty
What can you write in the expression editor?
A microflow expression
You want to create an exclusive split to check if a course is selected. Which
microflow expression shows that the course has been selected?
$TrainingEvent/TrainingEvent_Course != empty
Where can you write some code to create custom logic in your app?
In the expression editor
Where can you add validation in Mendix?
Domain Model, Microflows, Pages
Which of the following are validation types on the Domain Model in Mendix?