QUESTIONS WITH ANSWERS GRADED A+
✔✔If you want to open the XPath auto-complete menu, you need to press: - ✔✔Ctrl +
Space
✔✔Say you are writing an XPath in a Retrieve action for the VacationRequest entity in a
Microflow. If you write in the XPath window [Status = 'Cancelled'], what will be returned?
- ✔✔A list of all the cancelled requests
✔✔Say you are writing an XPath in a Retrieve action on the VacationRequest entity in a
Microflow. If you write in the XPath window
[VacationRequest.VacationRequest_Submitter='[%CurrentUser%]'], what will be
returned? - ✔✔A list of all vacation requests submitted by the current user
✔✔Which of the following options indicates a correct way of structuring resources within
App Explorer? - ✔✔Manually
✔✔When structuring the App Explorer, which of the following subfolders would be the
best choice to store things like Enumerations and Regular Expressions? -
✔✔Resources
✔✔When connecting a profile picture to an account of a team member, providing that it
should be possible to alter the picture, which of the following options would you choose?
- ✔✔Create a ProfilePicture entity and configuring Image entity in the System module
as its generalization.
✔✔As Users by default always have multiple UserRoles, which of the following options
can you put in place to ensure a user gets restricted to only one user role? - ✔✔Adding
the microflow logic.
✔✔Which widget from the listed below needs to be used inside of a List View for
visualizing a dynamic image? - ✔✔Image Viewer
✔✔Which of the following options can be used in Mendix Studio for customizing styling
of an app? - ✔✔By adjusting theme setting in the Theme Editor.
✔✔Which of the following options is used for featuring the navigation menu in a
sidebar? - ✔✔Atlas Default
✔✔Which of the following terms refers to the empty areas that form the canvas for any
pages that make use of the layout? - ✔✔Placeholders
, ✔✔When a layout is based on another layout, which of the mentioned option refers to
the parent layout? - ✔✔Master layout
✔✔Which of the principles needs to be utilized to reduce duplication of already created
elements? - ✔✔DRY
✔✔Which of the following options indicates a default configuration of a page created
using the Wizard Progress page template, consisting of 4 page template steps? -
✔✔Step 2 is active, Step 1 is visited
✔✔In order to re-use a header from a given page on several other pages, which of the
following options would allow you to automatically update the content of this header
throughout the app after its content has been changed? - ✔✔Snippet
✔✔Which of the following widgets can be used to select associated objects, when
multiple select is possible? - ✔✔Reference set selector
✔✔From the buttons on a Data Grid widget that work with single select mode, which
ones need to be configured with multi-select mode? - ✔✔Edit, Delete
✔✔Where should you configure that only selected roles are allowed to see a container
on a page? - ✔✔In the Conditional visibility property of the container.
✔✔How is the size of popup windows set to fixed? - ✔✔By setting the resizable
property of the page to No.
✔✔How can you ensure that the buttons in the footer area of the relatively long and
scrollable pop-up page are always visible? - ✔✔By removing the outer layout grid.
✔✔What constraint can you use to show the most recently created items at the top of
the page? - ✔✔createdDate (descending)
✔✔What are the default Mendix options for the popups? - ✔✔Resizable with size
determined automatically, with layout grid as the most outer layer of the page.
✔✔How to make the popup window always visible? - ✔✔Remove the outer layer grid.
✔✔Which of the following options provides an easy way to limit access rights for a given
role to a specific functionality within an app? - ✔✔By adding a separate module.
✔✔Where on the page can the Menu document be displayed in an app? - ✔✔Anywhere