2026/2027 ACTUAL QUESTIONS
WITH VERIFIED ANSWERS.
1. In which stage of the Application Lifecycle are user stories
created? - correct answer-Design?? NOT development
2. You can preview the pages of the app on all devices types
without publishing - correct answer-true
3. What is a good name for a page ? - correct answer-The
information the page will show and what kind of page it is
4. Is it possible for a button to do nothing - correct answer-true
5. creating a page that that is only for a mobile device is done
by - correct answer-selecting a device specific layout
, 6. which of the following is not an attribute type in Mendix ? -
correct answer-text
7. is it possible to publish your app while still has errors -
correct answer-false
8. the header of a detail page in the app needs to contain
dynamic information from the objects that is displayed on the
page. What's needed? - correct answer-Place the header
inside a data view
9. When is it needed to create an Information ENTITY ? -
correct answer-
10. You want to add a button to your course overview page
that will create a new TrainingEvent. For that you need to
create microflow that: - correct answer-creates a Training
event obejct and opens the traning Event details page
11. which of the following flows is used to go from one activity
to the next ? - correct answer-a sequence flow ???