Correct
You should always start your Microflow Expressions by pressing _________ - ANSWER
CTRL + SPACE
All of the following are input widget interaction points that can be used to trigger a
microflow, EXCEPT: - ANSWER On Create
The Aggregate activity use to ________ objects in a database entity. (2 correct
ANSWERs) - ANSWER sum numeric values across and count the number
of
What do you call an object created in memory, but not yet committed to an entity? -
ANSWER A Transient Object
Regular expressions are stored separately in the application and can be used in
multiple validation checks. - ANSWER True
If a validation rule applies to an input widget on a page, where will the error message
appear? - ANSWER Immediately below the input widget associated with the validation
rule
If a validation rule applies to an object that is committed within a microflow, where will
the error message appear? - ANSWER In the application log
Where do you configure validation rules? - ANSWER In the entity properties
A decision structure can be used to connect multiple incoming flows. - ANSWER False
If a validation rule applies to a value on a page without an associated input widget,
where will the error message appear? - ANSWER In a pop-up message
What do validation rules apply to? - ANSWER Attributes
All of the following are types of validation rules, EXCEPT: - ANSWER Minimum Length
What would be a best practice when deleting a Location? On delete of 'Location' object:
- ANSWER Delete 'Location' objects only if it is not associated with 'TrainingEvent'
objects
It is possible to create multiple validation rules for a field on a page - ANSWER False
, Entity access defines authorizations for all of the following functions, EXCEPT: -
ANSWER Move
Why can you define security settings on both project and module levels? - ANSWER It
makes it easy to reuse modules
A typical user role in a mendix app has the module role User in the System and
Administration modules. - ANSWER True
What is the difference betweek Prototype/Demo and Production level security? -
ANSWER Prototype/Demo allows you to set up page and microflow access; Production
level security allows you to set up entity access
Which security level must be active to deploy an application to the test environment of a
licensed node in the Mendix cloud? - ANSWER Production security
Security is managed at which 2 levels? (2 correct ANSWERs) - ANSWER Module
and
Project
Conditional visibility allows you to "hide" an entity attribute on a page for controlling
attribute level access - ANSWER True
All of the following statements regarding module roles and user roles are correct,
EXCEPT: - ANSWER User roles are assigned to module roles at the project level
One way to handle a user role with universal accessibility is create a role-based home
page - ANSWER False
Where are user roles defined? - ANSWER In the User Roles tab of Project Security
You can create a part of the app functionality specifically for mobile. - ANSWER True
What would be the best name for a mobile-specific homepage? - ANSWER
Home_Mobile
What are some mobile-oriented widgets available in the Mendix App Store? (3 correct
ANSWERs) - ANSWER List View Swipe, Pull to refresh, and Native loading
spinner.
Web apps cannot be used on mobile devices. - ANSWER False
You can set a different homepage for mobile than the one for other devices. - ANSWER
True