130 QUESTIONS AND CORRECT DETAILED ANSWERS
WITH RATIONALES||ALREADY GRADED A
Which of the following is a WYSIWYG editor? - ANSWER: Studio
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
To send feedback on a particular Mendix App, you need to: - ANSWER: Submit it via
the Feedback icon
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
You invited some members to join your Mendix team, but they don't want to be part
of the project anymore. What can you do? - ANSWER: Ask the SCRUM master to
remove them from the project
What is the typical duration of a Mendix sprint? - ANSWER: 1- 2 weeks
What do story points represent? - ANSWER: The effort it will take to finish a user
story
The "Card Action" is: - ANSWER: a Building Block
Before you create your pages, it's good to - ANSWER: Create wireframes
What is a good name for a page? - ANSWER: The information the page will show and
what kind of page it is
Which of the following would be the easiest place to add theming? - ANSWER: The
Web Modeler
How should the Attribute name for an email address be written in the Domain
Model? - ANSWER: EmailAddress
When is it necessary to extend the Domain Model? - ANSWER: When new dynamic
data is needed in the app
, What is the purpose of adding a navigation menu in your app? - ANSWER: Allow the
user to find the pages that they are looking for
It is possible to publish your app while it still has errors? - ANSWER: false
What is an object? - ANSWER: An instance of an entity
You want to explain the reason for adding an exclusive split to a microflow. What is
the best way to do it? - ANSWER: Add an annotation connected to the exclusive split
The green bullet at the beginning of a microflow shows: - ANSWER: the starting point
of a microflow
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
Which activity will you need if you use a microflow to schedule a new TrainingEvent.
- ANSWER: Create Object
You can use a microflow to create: - ANSWER: an object
Which of the following is true? - ANSWER: You can only commit when your working
copy is up to date with the repository. If there are other changes, you have to update
first
When you create a new app from within the Developer Portal, the Team Server is
automatically enabled. - ANSWER: True
What is a Parameter? - ANSWER: Data that serves as input for a microflow
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 Studio Pro that: - ANSWER: Can be used to quickly connect
an attribute to a widget or an entity to a list view
You want to show a value converted using the latest exchange rates in your app.
What is type of attribute is it best to use? - ANSWER: Calculated attribute
Which microflow expression, used in an exclusive split, shows that a Course has been
selected? - ANSWER: $TrainingEvent/TrainingEvent_Course != empty
What type of validation could ensure that the domain of an email address is
@mendix.com? - ANSWER: Not equals, not required