MENDIX INTERMEDIATE STUDY GUIDE
BRAND NEW OFFICIAL QUESTIONS WITH
ANSWERS.
1. Which of the following approaches needs to be used to sort
items in the product backlog from top to bottom? - correct
answer -Based on the descending priority.
2. What do Story Points associated with a user story indicate? -
correct answer -Estimation of complexity of a user story.
3. During which of the Sprint Events the development team
determines user stories that will be finished in the sprint? -
correct answer -Sprint Planning
4. Which folders contain source information tied to a specific
module enabling reuse of this module in another project? -
correct answer -Javascriptsource and Javasource folders
, Page | 2
5. VerifyPassword.java file belonging to the System module is
stored in which of the JavaScript sub-folders? - correct answer
-Actions
6. Microflows.java file is stored in which sub-folder of JavaScript
directory? - correct answer -Proxies
7. Which of the following sources are typically stored in the
Resources folder of the Project Directory? - correct answer -
Configuration files, HTML and Java files
8. Files and folders that together form the styling of your
application are typically stored in which of the following folders?
- correct answer -Theme
9. When working in a project with version control, which concept
would you use to share your database with your team? -
correct answer -By creating a data snapshot and adding it to
the deployment directory of your project.
, Page | 3
10. What type of conflict occurs when you and your colleague
both modified the microflow implementing the delete behavior?
- correct answer -Modify-Modify
11. Which of the below listed definitions can be applied to
explain what does a tagged version mean? - correct answer -A
revision that has been used to build a Mx deployment package.
12. Which function is used to merge a complete branch into the
mainline and is only available on the main line? - correct
answer -Merge feature branch
13. Which of the below mentioned options can be used to merge
revisions into and from all lines, main line or branch line? -
correct answer -Advanced merge
14. If you need to import data regularly, what is the best way to
do so? - correct answer -Services such as SOAP, REST, and
oData