100% Correct Answers | Updated & Verified
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
Which parts of the Application Lifecycle does Mendix support? - Answer ✔️✔️-
When working with Scrum, who is responsible for making sure a project is successful? -
Answer ✔️✔️-
What do story points represent? - Answer ✔️✔️-The effort it will take to finish a user story
The "Card Action" is: - Answer ✔️✔️-a Building Block
Which of the following is not an On Click Action for a button? - Answer ✔️✔️-
, 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