Mendix Intermediate exam notes |
Questions with 100% Correct Verified
Answers
Microflow Expressions - Answer Used to define logic within microflows and
rules, including arithmetic, relational, and boolean expressions
Debugging Microflows - Answer Using the debugger tool to pause the execution of
an application and inspect the state of variables and microflow actions
Scheduled Events - Answer Allows the app to execute a microflow at a specific
moment in time, with the option for repeated intervals
Loops - Answer Used to iterate over a list of objects, with the ability to contain break
and continue events
Aggregate Functions - Answer Used to calculate aggregated values over a list of
objects, such as maximum, minimum, sum, average, and count
Batches - Answer Used when large amounts of data need to be processed, breaking
up the full data set into smaller parts
App Explorer - Answer The section in Mendix Studio Pro where app structure, including
pages and microflows, is organized.
Folder Structure - Answer Organizing documents into folders within the App Explorer
to enhance maintainability and findability.
, Process-Related Sources - Answer Documents organized into folders reflecting
individual processes and their steps within an app.
Entity-Related Sources - Answer Documents organized into folders named after
specific entities, such as overview pages for maintenance and validation microflows.
Domain Model - Answer The structure of entities, associations, events, and properties
within an application, including the use of generalization for inheritance.
Specialized Entities - Answer Entities created in the Domain Model that inherit
attributes from existing modules, allowing for customization without altering
the original modules.
Custom Navigation Layouts - Answer Layouts specifying the placement of widgets and
structures on pages, providing flexibility and reusability in application design.
Custom Login Page - Answer A personalized login page created using either a
custom login.html file or the built-in custom login page feature, each with its own
pros and cons.
Wizard Page Template - Answer A predefined template used to create a step-by-step
wizard for guiding users through a specific process, such as a request wizard.
Reference Set Selector - Answer A widget in Mendix used to select associated
objects, particularly useful for multiple select options within an association.
Data Grid - Answer A grid used to display and manipulate data, supporting single and
multi-select functionalities for editing and deleting entries.
Questions with 100% Correct Verified
Answers
Microflow Expressions - Answer Used to define logic within microflows and
rules, including arithmetic, relational, and boolean expressions
Debugging Microflows - Answer Using the debugger tool to pause the execution of
an application and inspect the state of variables and microflow actions
Scheduled Events - Answer Allows the app to execute a microflow at a specific
moment in time, with the option for repeated intervals
Loops - Answer Used to iterate over a list of objects, with the ability to contain break
and continue events
Aggregate Functions - Answer Used to calculate aggregated values over a list of
objects, such as maximum, minimum, sum, average, and count
Batches - Answer Used when large amounts of data need to be processed, breaking
up the full data set into smaller parts
App Explorer - Answer The section in Mendix Studio Pro where app structure, including
pages and microflows, is organized.
Folder Structure - Answer Organizing documents into folders within the App Explorer
to enhance maintainability and findability.
, Process-Related Sources - Answer Documents organized into folders reflecting
individual processes and their steps within an app.
Entity-Related Sources - Answer Documents organized into folders named after
specific entities, such as overview pages for maintenance and validation microflows.
Domain Model - Answer The structure of entities, associations, events, and properties
within an application, including the use of generalization for inheritance.
Specialized Entities - Answer Entities created in the Domain Model that inherit
attributes from existing modules, allowing for customization without altering
the original modules.
Custom Navigation Layouts - Answer Layouts specifying the placement of widgets and
structures on pages, providing flexibility and reusability in application design.
Custom Login Page - Answer A personalized login page created using either a
custom login.html file or the built-in custom login page feature, each with its own
pros and cons.
Wizard Page Template - Answer A predefined template used to create a step-by-step
wizard for guiding users through a specific process, such as a request wizard.
Reference Set Selector - Answer A widget in Mendix used to select associated
objects, particularly useful for multiple select options within an association.
Data Grid - Answer A grid used to display and manipulate data, supporting single and
multi-select functionalities for editing and deleting entries.