100% Correct
Which of the following follows the microflow naming syntax for a microflow connected
to a button to create a new location? - Answer ACT_Location_CreateNew
What are Mendix microflows? - Answer The custom logic of a Mendix application
What is the purpose of a Mendix microflow? - Answer Add custom logic to an app
What is the purpose of the Parameter element in a microflow? - Answer It provides a
context for the creation of constrained objects in the microflow
What is the modeling language used to create a Mendix microflow? - Answer BPMN
(Business Process Modeling Language)
You downloaded the latest version of the project from the Team Server, and did some
changes to the app. What do you need to do next for your team members to be able to
view your changes? - Answer Commit your changes to the Team Server
All of the following are true of project status and changes, EXCEPT: - Answer The
Changes pane will combine multiple status changes (e.g. and item that has been
modified and moved) on a single line
Only users with the SCRUM Master role have access to the Team Server. - Answer False
, When working in a team it is important to perform an update before doing a commit. -
Answer True
When you commit your app to the Team Server, Mendix Studio Pro will automatically
update your application with any revisions prior to processing your commit action -
Answer True
Creating an app in Mendix Studio Pro will automatically enable the Team Server. -
Answer False
Which of the following are possible elements in a Microflow Expression? (3 correct
answers) - Answer Functions, Variables, Tokens
It is not possible to constrain retrieval of objects from an entity based on its association
with another entity - Answer False
Each of the arrows emerging from a microflow decision element must: - Answer Have
the condition value set to true or false
Which statement is true? - Answer Microflow expressions are used to change, check and
extract data from available values.
When do you use in the retrieve action the option "by association"? - Answer When you
want to retrieve the associated object from memory.
What is the purpose of the Commit and Refresh in Client settings in the Change Object
microflow element? (2 correct answers) - Answer The Refresh in Client setting stores
changed values immediately rather than waiting for the user to click the Save button