MENDIX INTERMEDIATE CERTIFICATION
EXAM SCRIPT PREMIUM REVIEW SHEET
TESTED QUESTIONS AND ANSWERS
●● Which widget feature utilizes XPaths?
The tab index of a Group Box
Styling properties of Action Buttons
Selectable data constraints on Reference Selectors
Dynamic text in Labels
Answer: Selectable data constraints on Reference Selectors
●● Where can you utilize XPaths in microflows?
In the input parameter
In the 'Open page' action
In the 'Retrieve' action
In the 'Commit' action
Answer: In the 'Retrieve' action
●● How do you begin typing an XPath?
<
(
,[
'
Answer: [
●● If you want to open the XPath auto-complete menu, you need to
press:
Shift+Space
Ctrl + O
Ctrl + Shift
Ctrl + Space
Answer: 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 requests except the ones that are cancelled.
A new list of requests where the status will not be 'Cancelled'.
A list of all requests with the status set to 'Cancelled'.
A new object with Status = 'Cancelled'.
Answer: A list of all requests with the status set to 'Cancelled'.
●● 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.
A list of all the vacation requests submitted by the current user where the
status is 'Approved'.
A list of all the vacation requests submitted by the current user that have
yet to be approved.
The earliest Vacation Request that the current user has submitted.
Answer: A list of all vacation requests submitted by the current user.
●● Let's assume you add a new decimal attribute to the VacationRequest
entity called 'DaysUsed'. The value represents the total amount of days
used for the requested vacation. If you write a microflow with a Retrieve
action, what will be the return if we use the following XPath [DaysUsed
< 4.5 and
not(VacationManagement.VacationRequest_Submitter/Administration.A
ccount)]
A list of all VacationRequests that are shorter than 4.5 days and do not
have a Submitter assigned
A list of all VacationRequests that are shorter than 4.5 days and have a
Submitter assigned
A list of all VacationRequests that are longer than 4.5 days
A list of all VacationRequests that have been approved and are shorter
than 4.5 days
, Answer: A list of all VacationRequests that are shorter than 4.5 days and
do not have a Submitter assigned
●● If we populate a DataGrid of VacationRequest entities with the
following XPath constraint, what will happen? [StartDate = empty]
The grid will show All VacationRequests where the StartDate is greater
than the current date.
This XPath will throw an error in Mendix Studio Pro. DateTimes cannot
be empty.
The grid will show All VacationRequests where the StartDate is not
populated.
The grid will show the VacationRequest with the oldest StartDate.
Answer: The grid will show All VacationRequests where the StartDate is
not populated.
●● What is the correct way of structuring resources within the App
Explorer?
Manually
By switching to Structuring mode
By downloading App Explorer Structure app
Automatically
Answer: Manually
EXAM SCRIPT PREMIUM REVIEW SHEET
TESTED QUESTIONS AND ANSWERS
●● Which widget feature utilizes XPaths?
The tab index of a Group Box
Styling properties of Action Buttons
Selectable data constraints on Reference Selectors
Dynamic text in Labels
Answer: Selectable data constraints on Reference Selectors
●● Where can you utilize XPaths in microflows?
In the input parameter
In the 'Open page' action
In the 'Retrieve' action
In the 'Commit' action
Answer: In the 'Retrieve' action
●● How do you begin typing an XPath?
<
(
,[
'
Answer: [
●● If you want to open the XPath auto-complete menu, you need to
press:
Shift+Space
Ctrl + O
Ctrl + Shift
Ctrl + Space
Answer: 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 requests except the ones that are cancelled.
A new list of requests where the status will not be 'Cancelled'.
A list of all requests with the status set to 'Cancelled'.
A new object with Status = 'Cancelled'.
Answer: A list of all requests with the status set to 'Cancelled'.
●● 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.
A list of all the vacation requests submitted by the current user where the
status is 'Approved'.
A list of all the vacation requests submitted by the current user that have
yet to be approved.
The earliest Vacation Request that the current user has submitted.
Answer: A list of all vacation requests submitted by the current user.
●● Let's assume you add a new decimal attribute to the VacationRequest
entity called 'DaysUsed'. The value represents the total amount of days
used for the requested vacation. If you write a microflow with a Retrieve
action, what will be the return if we use the following XPath [DaysUsed
< 4.5 and
not(VacationManagement.VacationRequest_Submitter/Administration.A
ccount)]
A list of all VacationRequests that are shorter than 4.5 days and do not
have a Submitter assigned
A list of all VacationRequests that are shorter than 4.5 days and have a
Submitter assigned
A list of all VacationRequests that are longer than 4.5 days
A list of all VacationRequests that have been approved and are shorter
than 4.5 days
, Answer: A list of all VacationRequests that are shorter than 4.5 days and
do not have a Submitter assigned
●● If we populate a DataGrid of VacationRequest entities with the
following XPath constraint, what will happen? [StartDate = empty]
The grid will show All VacationRequests where the StartDate is greater
than the current date.
This XPath will throw an error in Mendix Studio Pro. DateTimes cannot
be empty.
The grid will show All VacationRequests where the StartDate is not
populated.
The grid will show the VacationRequest with the oldest StartDate.
Answer: The grid will show All VacationRequests where the StartDate is
not populated.
●● What is the correct way of structuring resources within the App
Explorer?
Manually
By switching to Structuring mode
By downloading App Explorer Structure app
Automatically
Answer: Manually