Mendix Intermediate Certification Exam 2026/2027 |
Siemens / Mendix Academy | Complete Study Guide
with Verified Q&A
Q: Which of the events is performed in the beginning of the sprint?
- Sprint Planning
- Sprint Retrospective
- Sprint Review
- Daily Scrum
Answer
Sprint Planning
Q: What happens in the daily scrum?
Team members share their progress, plans and issues
Instructions from the scrum master are delivered
Team members chat about non-work subjects to decompress
Development progress is presented to the stakeholders
Answer
Team members share their progress, plans and issues
,https://www.stuvia.com/user/quizbit07
Q: Which of the following approaches needs to be used to sort items in the product backlog
from top to bottom?
Based on the ID assigned to a user story.
Based on an estimation of time development of a user story might take.
Based on the descending priority.
Based on an estimation of effort associated with a user story.
Answer
Based on descending priority
Q: What do Story Points associated with a user story indicate?
The number of tasks in a user story.
The priority of the user story.
The velocity of the team.
Estimation of complexity of a user story.
Answer
Estimation of complexity of a user story
Q: During which of the Sprint Events does the development team determine user stories that
will be finished in the sprint?
Product Backlog Refinement
Sprint Planning
Sprint Review
Daily Stand-up
Answer
Sprint Planning
,https://www.stuvia.com/user/quizbit07
Q: Which folders contain source information tied to a specific module enabling reuse of this
module in another project?
Only Javasource folder
Only Javascriptsource folder
All folders within App Directory
Javascriptsource and Javasource folders
Answer
Javascriptsource and Javasource folders
Q: VerifyPassword.java file belonging to the System module is stored in which of the
JavaSource sub-folders?
Proxies
Root folder
Actions
Datasets
Answer
Actions
Q: Microflows.java file is stored in which sub-folder of JavaSource directory?
Actions
Root folder
Proxies
Datasets
Answer
Proxies
, https://www.stuvia.com/user/quizbit07
Q: Which of the following sources are typically stored in the Resources folder of the App
Directory?
Proxies
Configuration files, HTML and Java files
Datasets
Microflows and constants
Answer
Configuration files, HTML and Java files
Q: Files and folders that together form the styling of your application are typically stored in
which of the following folders?
Theme
Resources
JavaScript
Userlib
Answer
Theme
Q: When working in an app with version control, which concept would you use to share your
database with your team?
By creating a dataset.
By creating a data snapshot and adding it to the deployment directory of your app.
By exporting a app package and sharing it with your team.
Simply by committing the app to Team Server.
Answer