Mendix Intermediate Studying |
Questions with 100% Correct Verified
Answers
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
What is a limitation of a sub-microflow compared to a regular microflow? -
Answer None. Sub-microflows are equally capable.
What main benefit do sub-microflows offer? - Answer Better maintainability
If you want to leave notes for future developers (or yourself) in a microflow, what
can you use? - Answer Annotations
What is a limitation of a rule compared to a microflow? - Answer You have a
smaller selection of activities.
, You've replaced a microflow with newer functionality and want to test. However, you
don't want to delete the old microflow permanently in case something goes wrong.
How can you do this? - Answer Exclude it from the project.
How can you allow users to access parts of an app (like a login page) without needing
to log in? - Answer Set up anonymous users.
Where in the Mendix Studio Pro will you NOT find an XPath? - Answer In the Home Page
specification for Navigation
Which Widget feature utilizes XPaths? - Answer Selectable data constraints on
Reference Selectors
Where can you utilize XPaths in microflows? - Answer In the 'Retrieve' action
How do you usually start when typing an XPath? - Answer [
If you want to open the XPath auto-complete menu, you need to press: - Answer Ctrl +
Space
Say you are writing an XPath in a Retrieve action on the VacationRequest entity in
a Microflow. If you write in the XPath window [Status = 'Cancelled'], what will be
the return of the Retrieve action? - Answer A list of all the cancelled requests
Say you are writing an XPath in a Retrieve action on the Request entity in a microflow. If
you write in the XPath window
[VacationRequest.VacationRequest_Submitter='[%CurrentUser%]'], what will be the
return of the Retrieve action? - Answer A list of all vacation requests submitted by the
current user
Questions with 100% Correct Verified
Answers
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
What is a limitation of a sub-microflow compared to a regular microflow? -
Answer None. Sub-microflows are equally capable.
What main benefit do sub-microflows offer? - Answer Better maintainability
If you want to leave notes for future developers (or yourself) in a microflow, what
can you use? - Answer Annotations
What is a limitation of a rule compared to a microflow? - Answer You have a
smaller selection of activities.
, You've replaced a microflow with newer functionality and want to test. However, you
don't want to delete the old microflow permanently in case something goes wrong.
How can you do this? - Answer Exclude it from the project.
How can you allow users to access parts of an app (like a login page) without needing
to log in? - Answer Set up anonymous users.
Where in the Mendix Studio Pro will you NOT find an XPath? - Answer In the Home Page
specification for Navigation
Which Widget feature utilizes XPaths? - Answer Selectable data constraints on
Reference Selectors
Where can you utilize XPaths in microflows? - Answer In the 'Retrieve' action
How do you usually start when typing an XPath? - Answer [
If you want to open the XPath auto-complete menu, you need to press: - Answer Ctrl +
Space
Say you are writing an XPath in a Retrieve action on the VacationRequest entity in
a Microflow. If you write in the XPath window [Status = 'Cancelled'], what will be
the return of the Retrieve action? - Answer A list of all the cancelled requests
Say you are writing an XPath in a Retrieve action on the Request entity in a microflow. If
you write in the XPath window
[VacationRequest.VacationRequest_Submitter='[%CurrentUser%]'], what will be the
return of the Retrieve action? - Answer A list of all vacation requests submitted by the
current user