Mendix Intermediate Test- Building an Event
App Using Microflows |Questions with 100%
Correct Verified Answers| Latest Update 2024
Types of Functions - Answer Arithmetic Expressions
Relational Expressions
Special Checks
Boolean Expressions
Differentiation
Mathematical
String
Date/Time
Parse/Format
How can you have a microflow automatically run at a specific moment in time? -
Answer Create and enable a scheduled event.
What can you use to exit a loop early, instead of finishing the entire list of iterator
objects? - Answer A break event
, You want to find the total number of objects in a list. What can you easily use
to do this? - Answer Use an aggregate list function.
What are batches used for? - Answer Processing large amounts of data.
What is the list object in a loop called? - Answer An iterator
What is the easiest way to collect feedback from users from within your app? -
Answer Use the Feedback widget.
Where is page access configured? - Answer Module Security
What would be a reasonable validation rule to use for
AllowedNumberOfVisitorsPerDay? - Answer Range <= 1000
How can you easily manage accounts for your app? - Answer Connect navigation
to the built-in Account_Overview page
Is it possible to limit an entity to only one object? - Answer Yes, through
a Microflow
How do sub-microflows help you? - Answer The use of sub microflows helps you
improve the readability, but also makes it easier to reuse and maintain (parts
of) your complex microflows.
App Using Microflows |Questions with 100%
Correct Verified Answers| Latest Update 2024
Types of Functions - Answer Arithmetic Expressions
Relational Expressions
Special Checks
Boolean Expressions
Differentiation
Mathematical
String
Date/Time
Parse/Format
How can you have a microflow automatically run at a specific moment in time? -
Answer Create and enable a scheduled event.
What can you use to exit a loop early, instead of finishing the entire list of iterator
objects? - Answer A break event
, You want to find the total number of objects in a list. What can you easily use
to do this? - Answer Use an aggregate list function.
What are batches used for? - Answer Processing large amounts of data.
What is the list object in a loop called? - Answer An iterator
What is the easiest way to collect feedback from users from within your app? -
Answer Use the Feedback widget.
Where is page access configured? - Answer Module Security
What would be a reasonable validation rule to use for
AllowedNumberOfVisitorsPerDay? - Answer Range <= 1000
How can you easily manage accounts for your app? - Answer Connect navigation
to the built-in Account_Overview page
Is it possible to limit an entity to only one object? - Answer Yes, through
a Microflow
How do sub-microflows help you? - Answer The use of sub microflows helps you
improve the readability, but also makes it easier to reuse and maintain (parts
of) your complex microflows.