with 100% Correct | Verified & Updated
What does the round Mendix badge on your profile represent? - Answer ✔️✔️-Your Mendix
certification lev
Which of the following is a place where you can see news regarding the latest features of the
Mendix platform? - Answer ✔️✔️-The Mendix Blog
Where's the best place to find the latest information regarding the default design language used
by Mendix apps? - Answer ✔️✔️-Check the latest updates on the Atlas UI site
How can you get the latest version of Mendix Studio Pro - Answer ✔️✔️-By downloading it for
free from the Mendix Marketplace
How do you send feedback on a particular Mendix app? - Answer ✔️✔️-Submit it via the
Feedback widget
Where can you find the list of items that need to be finished during the sprint? - Answer ✔️✔️-
(not) The Product Backlog
What needs to be clearly stated in a User story? - Answer ✔️✔️-The value for the user
Which project methodology best fits a Mendix project? - Answer ✔️✔️-Agile
Which of the following templates is the user story template? - Answer ✔️✔️-As a <user> I want
<what>, so that <business value>
Who can remove team members from a Mendix project? - Answer ✔️✔️-The SCRUM master
Why is it important to be consistent when using layouts? - Answer ✔️✔️-To give the same look
and feel across pages in the app
, Which statement about columns and rows in a layout grid is true? - Answer ✔️✔️-A Layout grid
contains rows which contain columns
Is it possible to create a page without having any Entities defined? - Answer ✔️✔️-Yes
What do you call a page design that adapts to the available screen space? - Answer ✔️✔️-
Responsive design
Can you preview the pages of your app on all device types without publishing? - Answer ✔️✔️-
Yes
How should the Attribute name for an email address be written in the Domain Model? - Answer
✔️✔️-EmailAddress
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? - Answer ✔️✔️-One-to-One
Association
Which of these is the most commonly used association in Mendix apps? - Answer ✔️✔️-One-to-
Many Association
Does every database table in a Mendix app automatically have a ID column? - Answer ✔️✔️-Yes
How is the database structure (or schema) determined in a Mendix app? - Answer ✔️✔️-By the
Domain Model when the app is published
What does the green circle in a microflow represent? - Answer ✔️✔️-The starting point of a
microflow
What is the maximum number of incoming flows a decision activity can have? - Answer ✔️✔️-
One
Which of the following is an attribute type in Mendix? - Answer ✔️✔️-Boolean
You want to use create a new TrainingEvent from the course overview page and prefill some
information based on the course. What parameter should you pass to the microflow? - Answer
✔️✔️-The Course entity