Solutions 2024
which of the following is a place where you can share a blog about a cool project you have been working
on with mendix - Answer -the mendix community blog
WHERE'S THE BEST PLACE TO FIND HINTS AND TIPS AS WELL AS THE LATEST INFORMATION ON
CREATING A GREAT UX IN MENDIX? - Answer -check the newest updates at the atlAS UI site
WHICH OF THE FOLLOWING IS A wysiwyg EDITor - Answer -STUDIO
To send feedback on a particular mendix app you need to - Answer -submit it via the feedback icon
when can you start a new sprint? - Answer -when the time box for the previous sprint is over for example
2 weeks
What is the typical durations of a mendix sprint? - Answer -1-2 weeks
which is the methodology to which mendix subscribes? - Answer -agile
When working with scrum, who is responsible for making sure a project is successful? - Answer -the
scrum team
which tool can you USE FOR DOING ONLINE PROJECT MANAGEMENT IN MENDIX? - Answer -THE
MENDIX DEVELOPER PORTAL
you invited some members to join your mendix team, but they don't want to be part of the project
anymore, what can you do? - Answer -ask the scrum master to remove them from the project
you can preview the pages of the app on all devices without publishing - Answer -true
what is the second phase of the application lifecycle - Answer -develop
the "card action" is - Answer -a building block
which of the following is not on click action for a button? - Answer -custom
what is a good name for a page? - Answer -the information this page will show and what kind of page it
is
what provides structure to your data? - Answer -the domain model
When is it necessary to extend the domain model? - Answer -when new dynamic data is needed in the
app
, where do feedback items show up when they are submitted by an end user? - Answer -in the developer
portal
If team can have only one home sttadium and a home stadium can have only one team, which
association needs to be craeted between team and home stadium? - Answer -one-to-one association
what is an object? - Answer -(not) an element of microflows
you can use a nmicroflow to create - Answer -an object
you want to add a button to your course overview page that will create a new training event. for that you
need to create a microflow that - Answer -creates a trainingevent object and opens the training event
details page
a red bulletin a microflow indicates - Answer -an end point of the microflow
which activity will you need if you use a microflow to schedule a new trainingevent? - Answer -create
object
what is a good name for a microflow that allows you to schedule a new trainingevent from your
homepage? - Answer -act_trainingevent_createnew
a working copy is - Answer -a local copy of the project where you can make changes without affecting
the repository until you commit them
the project explorer is - Answer -a type of regular expression
in studio pro, you see a yellow bullet in the changes pane, what does it mean? - Answer -you modified
this item (meaning a document, folder, or module
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 microflow expression, used in an exclusive split, shows that a course has been selected? - Answer -
$TrainingEvent/TrainingEvent_course!=empty
Which activity is used to change the value of an attribute? - Answer -(not change value) (NOT CHANGE
ATTRIVUTE)(possibly change object)
where can you write some code to create custom logic in your app? - Answer -in the express editor
what happens when a before commit event returns a false boolean? - Answer -the commity won't be
executed
what can you write in the expression editor? - Answer -a microflow expression