MENDIX LOW CODE PLATFORM REVIEW
2026 QUESTIONS WITH SOLUTIONS
TESTED QUESTIONS.
⩥ Why is it a best practice to redeploy your app after cleaning up the
model? Ans: You might be confronted with unexpected and/or complex
sync behavior during a next deployment.
⩥ What does the function reverse() do? Ans: It changes the direction in
which the association is queried.
⩥ What is the best naming for a self-reference where the buddy is
referenced by an apprentice? Ans: Apprentice_Buddy
⩥ What is the correct XPath to retrieve the goals of the buddy of an
apprentice? Ans:
[SoccerSquad.Goal_Player/SoccerSquad.Player/SoccerSquad.Apprentic
e_Buddy [reversed()] = '[%CurrentObject%]']
⩥ When localize is set to No, the date displayed in the client is based on
the: Ans: UTC value
,⩥ Localizing a DateTime attribute has an effect on: Ans: Client
representation
⩥ If both the App and User time zones are set, the value of the localized
DateTime attribute displayed in the client depends on: Ans: The Client
time zone
⩥ Jane in the Amsterdam time zone [UTC +2] selects 07/11/2020 in a
date picker for a non-localized attribute. What will be the value stored in
the database? Ans: 07/11/2020 12:00 AM
⩥ Nick in the Amsterdam time zone [UTC +2] selects 07/11/2020 in a
date picker for a non-localized attribute. What will be the date value if
Nick converts it to a string in a microflow using formatDateTime? Ans:
07/11/2020 02:00 AM
⩥ The Mendix Client is: Ans: Built on a combination of HTML, CSS,
and JavaScript and runs in your browser.
⩥ Static resources in Mendix: Ans: Include stylesheets transmitted in
CSS format to the client.
⩥ The Communication between the Mendix Runtime and Database
Server: Ans: Includes communication between the supported database
servers using JDBC.
, ⩥ What is NOT an advantage of using the database source option versus
the XPath option? Ans: The database source option can be used to
specify constraints that span entities.
⩥ When you want to show a list of shipped orders, will the Database
data source generate a different request than the XPath data source
option? Ans: No, the database data source will always lead to the same
request as the XPath data source.
⩥ Which of the following is not a possible source of data for a
microflow? Ans: A page passed as input parameter by another
microflow.
⩥ Is the following statement true or false? By association will always be
an in-memory retrieve.. Ans: False, if objects aren't available in memory,
a retrieve by association will automatically result in a database retrieve.
⩥ Is there ever a reason to retrieve an object from database instead of
over association? Ans: Yes, in cases where constraints other than a single
association are applicable or where stored database values are required.
⩥ In which microflow will the combination retrieve and aggregation be
optimized? Ans: A (aggregated list not used later in flow)
2026 QUESTIONS WITH SOLUTIONS
TESTED QUESTIONS.
⩥ Why is it a best practice to redeploy your app after cleaning up the
model? Ans: You might be confronted with unexpected and/or complex
sync behavior during a next deployment.
⩥ What does the function reverse() do? Ans: It changes the direction in
which the association is queried.
⩥ What is the best naming for a self-reference where the buddy is
referenced by an apprentice? Ans: Apprentice_Buddy
⩥ What is the correct XPath to retrieve the goals of the buddy of an
apprentice? Ans:
[SoccerSquad.Goal_Player/SoccerSquad.Player/SoccerSquad.Apprentic
e_Buddy [reversed()] = '[%CurrentObject%]']
⩥ When localize is set to No, the date displayed in the client is based on
the: Ans: UTC value
,⩥ Localizing a DateTime attribute has an effect on: Ans: Client
representation
⩥ If both the App and User time zones are set, the value of the localized
DateTime attribute displayed in the client depends on: Ans: The Client
time zone
⩥ Jane in the Amsterdam time zone [UTC +2] selects 07/11/2020 in a
date picker for a non-localized attribute. What will be the value stored in
the database? Ans: 07/11/2020 12:00 AM
⩥ Nick in the Amsterdam time zone [UTC +2] selects 07/11/2020 in a
date picker for a non-localized attribute. What will be the date value if
Nick converts it to a string in a microflow using formatDateTime? Ans:
07/11/2020 02:00 AM
⩥ The Mendix Client is: Ans: Built on a combination of HTML, CSS,
and JavaScript and runs in your browser.
⩥ Static resources in Mendix: Ans: Include stylesheets transmitted in
CSS format to the client.
⩥ The Communication between the Mendix Runtime and Database
Server: Ans: Includes communication between the supported database
servers using JDBC.
, ⩥ What is NOT an advantage of using the database source option versus
the XPath option? Ans: The database source option can be used to
specify constraints that span entities.
⩥ When you want to show a list of shipped orders, will the Database
data source generate a different request than the XPath data source
option? Ans: No, the database data source will always lead to the same
request as the XPath data source.
⩥ Which of the following is not a possible source of data for a
microflow? Ans: A page passed as input parameter by another
microflow.
⩥ Is the following statement true or false? By association will always be
an in-memory retrieve.. Ans: False, if objects aren't available in memory,
a retrieve by association will automatically result in a database retrieve.
⩥ Is there ever a reason to retrieve an object from database instead of
over association? Ans: Yes, in cases where constraints other than a single
association are applicable or where stored database values are required.
⩥ In which microflow will the combination retrieve and aggregation be
optimized? Ans: A (aggregated list not used later in flow)