EX
MENDIX |124 QUESTIONS WITH 100% CORRECT ANSWERS | UPDATED & VERIFIED
1. which of the following is a place where you can share a blog about a cool project you have been working on
with mendix: the mendix community blog
2. WHERE'S THE BEST PLACE TO FIND HINTS AND TIPS AS WELL AS THE LATEST INFORMATION
ON CREATING A GREAT UX IN MENDIX?: check the newest updates at the atlAS UI site
3. WHICH OF THE FOLLOWING IS A wysiwyg EDITor: STUDIO
4. To send feedback on a particular mendix app you need to: submit it via the feedback icon
5. when can you start a new sprint?: when the time box for the previous sprint is over for example 2 weeks
6. What is the typical durations of a mendix sprint?: 1-2 weeks
7. which is the methodology to which mendix subscribes?: agile
8. When working with scrum, who is responsible for making sure a project is successful?: the scrum team
9. which tool can you USE FOR DOING ONLINE PROJECT MANAGEMENT IN MENDIX?: THE MENDIX
DEVELOPER PORTAL
10. 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?: ask the scrum master to remove them from the project
11. you can preview the pages of the app on all devices without publishing: -
true
, AM
12. what is the second phase of the application lifecycle: develop
EX
13. the "card action" is: a building block
14. which of the following is not on click action for a button?: custom
15. what is a good name for a page?: the information this page will show and what kind of page it is
16. what provides structure to your data?: the domain model
17. When is it necessary to extend the domain model?: when new dynamic data is needed in the app
18. where do feedback items show up when they are submitted by an end user?: in the developer portal
19. 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?: one-to-one association
20. what is an object?: (not) an element of microflows
21. you can use a nmicroflow to create: an object
22. 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: creates a trainingevent object and opens the training event details page
23. a red bulletin a microflow indicates: an end point of the microflow
24. which activity will you need if you use a microflow to schedule a new trainingevent?: create object
25. what is a good name for a microflow that allows you to schedule a new trainingevent from your
homepage?: act_trainingevent_createnew
26. a working copy is: a local copy of the project where you can make changes without affecting the repository until
you commit them