EX
MENDIX RAPID DEVELOPER | 99 QUESTIONS WITH 100%
CORRECT ANSWERS | Updated & Verified
1. What does the round Mendix badge on your profile represent?: Your Mendix certification lev
2. Which of the following is a place where you can see news regarding the latest features of the Mendix
platform?: The Mendix Blog
3. Where's the best place to find the latest information regarding the default design language used by Mendix
apps?: Check the latest updates on the Atlas UI site
4. How can you get the latest version of Mendix Studio Pro: By downloading it for free from the Mendix Marketplace
5. How do you send feedback on a particular Mendix app?: Submit it via the
Feedback widget
6. Where can you find the list of items that need to be finished during the sprint?: (not) The Product Backlog
7. What needs to be clearly stated in a User story?: The value for the user
8. Which project methodology best fits a Mendix project?: Agile
9. Which of the following templates is the user story template?: As a <user> I
want <what>, so that <business value>
10. Who can remove team members from a Mendix project?: The SCRUM
master
11. Why is it important to be consistent when using layouts?: To give the same look and feel across pages in the app
, AM
12. Which statement about columns and rows in a layout grid is true?: A Layout grid contains rows which contain
EX
columns
13. Is it possible to create a page without having any Entities defined?: Yes
14. What do you call a page design that adapts to the available screen space?-
: Responsive design
15. Can you preview the pages of your app on all device types without pub- lishing?: Yes
16. How should the Attribute name for an email address be written in the
Domain Model?: EmailAddress
17. If Team can have only one Home Stadium and a Home Stadium can have only one Team, which association
needs to be created between Team and Home Stadium?: One-to-One Association
18. Which of these is the most commonly used association in Mendix apps?-
: One-to-Many Association
19. Does every database table in a Mendix app automatically have a ID col- umn?: Yes
20. How is the database structure (or schema) determined in a Mendix app?-
: By the Domain Model when the app is published
21. What does the green circle in a microflow represent?: The starting point of a microflow
22. What is the maximum number of incoming flows a decision activity can have?: One
23. Which of the following is an attribute type in Mendix?: Boolean
24. You want to use create a new TrainingEvent from the course overview page and prefill some information based on