Answers Rated A+ 2023
What needs to be clearly stated in the User Story?
ans
(NOT) the feature that needs to be created
Which parts of the application lifecycle does mendix support?
ans
the whole lifecycle of the app
The lifecycle of an app starts with:
ans
the capture
When working with Scrum, who is responsible to make sure the project is
successful?
ans
the Scrum Team
What do story points represent?
ans
the effort it will take to finish a user story
Which of the following is a WYSIWYG editor?
ans
The Web Modeler
Where's the best place to find hints and tips as well as the latest information on
creating great UX in Mendix?
ans
Check the newest updates at the Atlas UI site
You want to make a quick fix on the layout of your app homepage. Which is the best
place to do that quickly?
ans
The Web Modeler
Which tool can you use for doing your Online Project Management in Mendix?
ans
the Mendix Developer Portal
You have written a blog about a cool project you are working on with Mendix. Which
is the best place to share that?
ans
The Mendix Community Blog
, The "Card Action" is:
ans
a Building Block
What is a good name for a page?
ans
The information the page will show and what kind of page it is
In the Web Modeler you can preview the app on all device types without publishing.
ans
TRUE
It is possible for a button to do nothing.
ans
True
Why is it important to be consistent with using layouts?
ans
To give a consistent look and feel across important pages in the app.
How is the database structure determined in a Mendix app?
ans
By the Domain Model when the app is published
When is it necessary to extend the Domain Model?
ans
When new dynamic data is needed in the app
A connection needs to be created to support the following feature: A team can have
only one home stadium and a stadium can have only one team. Which association is
needed?
ans
One-to-One Association
Which of the following is not an attribute type in Mendix?
ans
Text
You can use a microflow to create:
ans
an object
The green bullet in the beginning of a microflow shows:
ans
The starting point of a microflow
You want to create a microflow that will enable you to schedule a new training event
directly from your homepage. According to the naming convention, what would be a
nice name for that microflow?
ans