MENDIX INTERMEDIATE EXAM 2023-2024 CERTIFICATION ACTUAL EXAM 200 QUESTIONS AND CORRECT
DETAILED ANSWERS
Where can published data be found - (answer) Data Hub Catalog
What is a piece of data from the data hub called? - (answer) External Entry
Why is the version number assigned to Odata service important? - (answer) There can be multiple
versions of a service and users can connect to a specific one using it.
What is an external entity? - (answer) An entity that is connected to a dataset in Data Hub.
What source type is used within Microsoft Excel to connect to a dataset in Data Hub? - (answer) OData
Feed
Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity? - (answer) In the
domain model of the app where the External Entity is defined.
What would you use to save changes to an external entity? - (answer) A Send external object activity
Can you modify data in an External Entity? - (answer) Yes, if the Updateable(write) property of its
public resource settings is checked.
What does the D in CRUD stand for? - (answer) Delete
How do you get the Data Hub Landscape? - (answer) Clicking the Landscape tab.
An app connected by a grey dotted line to your service in the Data Hub Landscape means what? -
(answer) The app is consuming data from your service.
An app connected by a grey solid line to your service in the Data Hub Landscape means what? -
(answer) The app is providing data to your service.
,MENDIX INTERMEDIATE EXAM 2023-2024 CERTIFICATION ACTUAL EXAM 200 QUESTIONS AND CORRECT
DETAILED ANSWERS
Which of the events is performed in the beginning of the sprint? - (answer) Sprint planning
What happens in the daily scrum? - (answer) Team members share their progress, plans, and issues.
Which of the following approaches needs to be used to sort items in the product backlog from top to
bottom? - (answer) Based on the descending priority.
What do Story Points associated with a user story indicate? - (answer) Estimation of complexity of a
user story.
During which of the Sprint Events the development team determines user stories that will be finished in
the sprint? - (answer) Sprint Planning
Which folders contain source information tied to a specific module enabling reuse of this module in
another project? - (answer) Javascriptsource and Javasource folders
VerifyPassword.java file belonging to the System module is stored in which of the JavaScript sub-folders?
- (answer) Actions
Microflows.java file is stored in which sub-folder of JavaScript directory? - (answer) Proxies
Which of the following sources are typically stored in the Resources folder of the App Directory? -
(answer) Configuration files, HTML and Java files
Files and folders that together form the styling of your application are typically stored in which of the
following folders? - (answer) Theme
When working in an app with version control, which concept would you use to share your database with
your team?
Your answer - (answer) By creating a data snapshot and adding it to the deployment directory of your
app.
, MENDIX INTERMEDIATE EXAM 2023-2024 CERTIFICATION ACTUAL EXAM 200 QUESTIONS AND CORRECT
DETAILED ANSWERS
What type of conflict occurs when you and your colleague both modified the microflow implementing
the delete behavior? - (answer) Modify-Modify
Which of the below listed definitions can be applied to explain what does a tagged version mean? -
(answer) A revision that has been used to build a Mx deployment package.
Which function is used to merge a complete branch into the mainline and is only available on the main
line? - (answer) Merge feature branch
Which of the below mentioned options can be used to merge revisions into and from all lines, main line
or branch line? - (answer) Advanced merge
Where in Mendix Studio Pro can you configure XPaths? - (answer) Microflow Retrieve actions
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 begin 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 for the VacationRequest entity in a Microflow. If you
write in the XPath window [Status = 'Cancelled'], what will be returned? - (answer) 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? - (answer) A list of all vacation requests submitted by the current user
DETAILED ANSWERS
Where can published data be found - (answer) Data Hub Catalog
What is a piece of data from the data hub called? - (answer) External Entry
Why is the version number assigned to Odata service important? - (answer) There can be multiple
versions of a service and users can connect to a specific one using it.
What is an external entity? - (answer) An entity that is connected to a dataset in Data Hub.
What source type is used within Microsoft Excel to connect to a dataset in Data Hub? - (answer) OData
Feed
Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity? - (answer) In the
domain model of the app where the External Entity is defined.
What would you use to save changes to an external entity? - (answer) A Send external object activity
Can you modify data in an External Entity? - (answer) Yes, if the Updateable(write) property of its
public resource settings is checked.
What does the D in CRUD stand for? - (answer) Delete
How do you get the Data Hub Landscape? - (answer) Clicking the Landscape tab.
An app connected by a grey dotted line to your service in the Data Hub Landscape means what? -
(answer) The app is consuming data from your service.
An app connected by a grey solid line to your service in the Data Hub Landscape means what? -
(answer) The app is providing data to your service.
,MENDIX INTERMEDIATE EXAM 2023-2024 CERTIFICATION ACTUAL EXAM 200 QUESTIONS AND CORRECT
DETAILED ANSWERS
Which of the events is performed in the beginning of the sprint? - (answer) Sprint planning
What happens in the daily scrum? - (answer) Team members share their progress, plans, and issues.
Which of the following approaches needs to be used to sort items in the product backlog from top to
bottom? - (answer) Based on the descending priority.
What do Story Points associated with a user story indicate? - (answer) Estimation of complexity of a
user story.
During which of the Sprint Events the development team determines user stories that will be finished in
the sprint? - (answer) Sprint Planning
Which folders contain source information tied to a specific module enabling reuse of this module in
another project? - (answer) Javascriptsource and Javasource folders
VerifyPassword.java file belonging to the System module is stored in which of the JavaScript sub-folders?
- (answer) Actions
Microflows.java file is stored in which sub-folder of JavaScript directory? - (answer) Proxies
Which of the following sources are typically stored in the Resources folder of the App Directory? -
(answer) Configuration files, HTML and Java files
Files and folders that together form the styling of your application are typically stored in which of the
following folders? - (answer) Theme
When working in an app with version control, which concept would you use to share your database with
your team?
Your answer - (answer) By creating a data snapshot and adding it to the deployment directory of your
app.
, MENDIX INTERMEDIATE EXAM 2023-2024 CERTIFICATION ACTUAL EXAM 200 QUESTIONS AND CORRECT
DETAILED ANSWERS
What type of conflict occurs when you and your colleague both modified the microflow implementing
the delete behavior? - (answer) Modify-Modify
Which of the below listed definitions can be applied to explain what does a tagged version mean? -
(answer) A revision that has been used to build a Mx deployment package.
Which function is used to merge a complete branch into the mainline and is only available on the main
line? - (answer) Merge feature branch
Which of the below mentioned options can be used to merge revisions into and from all lines, main line
or branch line? - (answer) Advanced merge
Where in Mendix Studio Pro can you configure XPaths? - (answer) Microflow Retrieve actions
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 begin 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 for the VacationRequest entity in a Microflow. If you
write in the XPath window [Status = 'Cancelled'], what will be returned? - (answer) 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? - (answer) A list of all vacation requests submitted by the current user