ANSWERS 100% CORRECT
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)