NEWEST !!! ACTUAL COMPLETE 230+ QUESTIONS AND CORRECT
ANSWERS (100% CORRECT ANSWERS ) ALREADY GRADED A+.
To send feedback on a particular Mendix App, you need to: -
ANSWER-Submit it via the Feedback widget
Which tool can you use for doing your Online Project Management in
Mendix? - ANSWER-The Mendix Developer Portal
Where's the best place to find hints and tips as well as the latest
information on creating a great UX in Mendix? - ANSWER-Check the
newest updates at the Atlas UI site
Which of the following is a place where you can share a blog about a
cool project you have been working on with Mendix? - ANSWER-The
Mendix Community Blog
How can you get the latest Mendix Studio Pro? - ANSWER-By
downloading it for free from the Mendix App Store
Which of the following Sprint events marks the start of a new Sprint? -
ANSWER-The Sprint Planning
What do story points represent? - ANSWER-The effort it will take to
finish a user story
,What needs to be clearly stated in a User story? - ANSWER-The value
of the user
What is the result of a Sprint? - ANSWER-A product increment
In which stage of the Application Lifecycle are user stories created? -
ANSWER-Capture
Why is it important to be consistent when using layouts? - ANSWER-
To give the same look and feel across pages in the app
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-