correct questions with verified answers|| pass!!!
Which of the following widgets it is better not to use when developing an app specifically
for mobile? -answer-Data grid
You want to create a button that has conditional visibility. Where do you configure this? -
answer-In the properties of the button
Which layout is it best to use when creating an app for mobile? -answer-Phone Specific
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 tool can you use for doing your Online Project Management in Mendix ? -
answer-The Mendix Developer Portal
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
Mendix is best suited for: -answer-Agile
What needs to be clearly stated in the 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-Design??
NOT development
You can preview the pages of the app on all devices types without publishing -answer-
true
What is a good name for a page ? -answer-The information the page will show and
what kind of page it is
, Is it possible for a button to do nothing -answer-true
creating a page that that is only for a mobile device is done by -answer-selecting a
device specific layout
which of the following is not an attribute type in Mendix ? -answer-text
is it possible to publish your app while still has errors -answer-false
the header of a detail page in the app needs to contain dynamic information from the
objects that is displayed on the page. What's needed? -answer-Place the header inside
a data view
When is it needed to create an Information ENTITY ? -answer-
You want to add a button to your course overview page that will create a new
TrainingEvent. For that you need to create microflow that: -answer-creates a Training
event obejct and opens the traning Event details page
which of the following flows is used to go from one activity to the next ? -answer-a
sequence flow ???
A working copy is: -answer-??
While committing your work, mendix reports a number of errors. What does this mean? -
answer-Studio error messages remind you to check and fix things you may have
missed before committing
the project explorer -answer-The part of the desktop modeler giving you access to
resources in the app such as pages. microflows, and navigation
What is a transient object? -answer-an obejct that has been created in memory but is
not in the database yet.
Which of the following is a token? -answer-[%dataAndtime%]
what is a microflow expression? -answer-???
you want to add an attribute to a microflow expression but you can not find it in the
expression editor. Why could that be? -answer-The entity is not in scope of the
microflow
how can validation messages for the same entity be presented together? -answer-
Perform all validations in a single microflow