©PREP4EXAMS @2024 [REAL EXAM DUMPS] Tuesday, July 16, 2024 7:36 PM
Mendix Intermediate Exam Theory
Questions and Answers (100% Pass)
What are the five values of Scrum? - ✔️✔️Focus, Courage, Openness, Commitment, Respect
What does the value of 'Focus' in Scrum emphasize? - ✔️✔️Breaking app development into
smaller sprints to manage workflow effectively.
How does 'Courage' manifest in a Scrum team? - ✔️✔️By collaborating closely and tackling
challenges together as a team.
What does 'Openness' mean in the context of Scrum? - ✔️✔️Regularly communicating with
stakeholders and peers to foster transparency.
How is 'Commitment' shown in a Scrum team? - ✔️✔️Striving for high-quality work and
maintaining transparency with stakeholders.
What is the importance of 'Respect' in Scrum? - ✔️✔️Creating an environment where team
members feel safe to share and support each other.
How do Agile teams differ from Waterfall teams? - ✔️✔️Agile teams are small and cross-
functional for rapid app development, whereas Waterfall teams are large and work on long-
term projects.
What are the core roles in a typical Agile team? - ✔️✔️Product Owner, Lead Developer/Scrum
Master, Developers/Team Members
Who represents the customer and defines project requirements in an Agile team? -
✔️✔️Product Owner
Who facilitates the Agile process and helps the team overcome obstacles? - ✔️✔️Lead
Developer/Scrum Master
Page 1 of 18
, ©PREP4EXAMS @2024 [REAL EXAM DUMPS] Tuesday, July 16, 2024 7:36 PM
What is the main responsibility of Developers/Team Members in an Agile team? -
✔️✔️Executing development tasks and delivering the product increment.
Who provides feedback and prioritizes features in an Agile team? - ✔️✔️Stakeholders
What do Subject Matter Experts (SMEs) provide in an Agile team? - ✔️✔️Specialized
knowledge for technical or domain-specific aspects.
What is the purpose of Sprint 0 in Scrum? - ✔️✔️To prepare the team for development work
by familiarizing them with the app, organization, and team members.
What activities are involved in Sprint 0? - ✔️✔️Kick-off Meeting, Product Backlog
Refinement Meeting, Team Composition, Identifying technical challenges, Booking
necessary SMEs
What is the outcome of Sprint 0? - ✔️✔️Establishes transparency, clear collaboration
agreements, and readiness for development work.
What happens during Sprint Planning? - ✔️✔️Preparing for the upcoming sprint, defining the
Sprint goal, selecting user stories, determining the Definition of Done, identifying required
effort and capacity.
What is the goal of the Daily Stand-up? - ✔️✔️Sharing progress, discussing what has been
done, what will be done next, and any impediments, all within 15 minutes.
What occurs in a Sprint Review? - ✔️✔️Demonstrating Sprint results, evaluating if the
increment meets the Definition of Done, collecting feedback, and adjusting the Product
Backlog.
What is the focus of the Sprint Retrospective? - ✔️✔️Evaluating the Sprint process, identifying
successes and areas for improvement, and selecting three improvement points for the next
Sprint.
What is the purpose of Product Backlog Refinement? - ✔️✔️Discussing and clarifying user
stories, prioritizing them, assigning story points, ensuring understanding, and refining enough
stories for upcoming sprints.
Why is it important to keep the Mendix app directory clean and up-to-date? - ✔️✔️To ensure
organization and efficient management of modules and widgets, and to prevent clutter.
Page 2 of 18
, ©PREP4EXAMS @2024 [REAL EXAM DUMPS] Tuesday, July 16, 2024 7:36 PM
What should be done when uninstalling a module in Mendix? - ✔️✔️Remove the Java libraries
manually from the userlib folder.
Where should files that cannot be added to the deployment folder be placed? - ✔️✔️In the
resources folder.
How can users connect Mendix apps to version-controlled repositories? - ✔️✔️Through the
"Upload to Version Control Server" option in the Version Control menu.
What is the advantage of using version-controlled repositories in Mendix? - ✔️✔️It facilitates
team collaboration and effective version management by tracking, managing, and
documenting changes efficiently.
How can users review the history of changes made to the app in Mendix? - ✔️✔️By accessing
the app's history from both the Developer Portal and Studio Pro.
What does the 'javascriptsource' folder contain? - ✔️✔️JavaScript actions for nanoflows,
organized by module.
What is stored in the 'javasource' folder? - ✔️✔️Java sources for microflows, organized by
module.
Where are the Java actions created in a specific module stored? - ✔️✔️In the Actions folder.
What can be found in the 'datasets' folder? - ✔️✔️Data sets created in a module, which can
source from Java actions or OQL queries.
What does the 'proxies' folder contain in the javasource\system folder? - ✔️✔️Entities, both
persistent and non-persistent, and enumerations.
What is the purpose of the 'resources' folder in the main app directory? - ✔️✔️To hold files
directly affecting application functionality, packaged with the app model.
Where are Java libraries supporting custom Java functions stored in Mendix? - ✔️✔️In the
userlib folder.
What does the 'widgets' folder contain? - ✔️✔️.mpk files reflecting widgets available in Studio
Pro, with each file potentially representing multiple widgets.
What is the .mpr file used for in Mendix? - ✔️✔️It is required by Studio Pro to open the app.
What is the purpose of the .mpr.bak file? - ✔️✔️It serves as a backup for the .mpr file, used for
app restoration during Mendix version upgrades or Team Server app updates.
Page 3 of 18