Questions and Answers 2023, 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
It is possible to create a page without having any Entities defined. - answer True
Creating a page that is only for a mobile device is done by... - answer selecting a
device-specific layout
You can preview the pages of the app on all device types without publishing. - answer
True
Which of the following would be the easiest place to add theming? - answer The
Web Modeler
, When is it necessary to extend the Domain Model? - answer When new dynamic
data is needed in the app
How is the database structure determined in a Mendix app? - answer By the Domain
Model when the app is published
Does every database table in a Mendix app automatically have a ID column? - answer
True
Which is the most commonly used association in Mendix apps? - answer One-to-
Many Association
Which of the following is not an attribute type in Mendix? - answer Text
The green bullet at the beginning of a microflow shows: - answer the starting point of
a microflow
Which of the following flows is used to go from one activity to the next? - answer A
sequence flow
A red bullet in a microflow indicates: - answer an end point of the microflow
What is a good name for a microflow that allows you to schedule a new TrainingEvent
from your homepage. - answer ACT_TrainingEvent_CreateNew
You want to add a button to your course overview page that will create a new
TrainingEvent. What parameter should you pass to the microflow? - answer The
Course entity
When you create a new app from within the Developer Portal, the Team Server is
automatically enabled. - answer True
Which of the following is considered good practice when committing to the repository? -
answer Committing small, consistent pieces of work
The Connector is a part of Mendix Studio Pro that: - answer Can be used to quickly
connect an attribute to a widget or an entity to a list view
The Project Explorer is: - answer The part of the Desktop Modeler giving you access
to resources of the app such as pages, microflows, and navigation
What is a Parameter? - answer Data that serves as input for a microflow
What happens when a before commit event returns a false Boolean? - answer The
commit won't be executed