Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Mendix Intermediate Certification Exam 2026/2027 | Siemens / Mendix Academy | Complete Study Guide with Verified Q&A

Rating
-
Sold
-
Pages
36
Grade
A+
Uploaded on
04-04-2026
Written in
2025/2026

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 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 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: VerifyP file belonging to the System module is stored in which of the JavaSource sub-folders? Proxies Root folder Actions Datasets Answer Actions Q: M file is stored in which sub-folder of JavaSource directory? Actions Root folder Proxies Datasets Answer Proxies 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 By creating a snapshot and adding it to the deployment directory of the app Q: What type of conflict occurs when you and your colleague both modified the microflow implementing the delete behavior? Modify-Modify Delete-Delete Delete-Modify Modify-Delete Answer Modify-Modify Q: Which of the below listed definitions can be applied to explain what does a tagged version mean? A revision of another branch line. A branch created from the current app revision. A revision that has been used to build a Mx deployment package. A revision of the main line. Answer A revision that has been used to build a Mx deployment package Q: Which function is used to merge a complete branch into the mainline and is only available on the main line? Advanced merge Port fix Merge feature branch Quick fix Answer Merge feature branch Q: Which of the below mentioned options can be used to merge revisions into and from all lines, main line or branch line? Port fix Merge feature branch Quick fix Advanced merge Answer Advanced merge Q: Where in Mendix Studio Pro can you configure XPaths? Navigation Text widgets List Views Page access rules Answer List views Which Widget feature utilizes XPaths? Selectable data constraints on Reference Selectors Dynamic text in Labels Styling properties of Action Buttons The tab index of a Group Box Answer Selectable data constraints on Reference Selectors Where can you utilize XPaths in microflows? In the 'Retrieve' action In the 'Commit' action In the 'Open page' action In the input parameter 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: Ctrl + O Ctrl + Space Ctrl + Shift Shift+Space 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? A list of all requests except the ones that are cancelled. A new list of requests where the Status will not be 'Cancelled'. A list of all requests with the status set to 'Cancelled'. A new object with Status = 'Cancelled'. A list of all requests with the status set to 'Cancelled' 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? A list of all vacation requests submitted by the current user. The earliest Vacation Request that the current user has submitted. A list of all the vacation requests submitted by the current user where the status is 'Approved'. A list of all the vacation requests submitted by the current user that have yet to be approved. A list of all vacation requests submitted by the user Let's assume you add a new decimal attribute to the VacationRequest entity called 'DaysUsed'. The value represents the total amount of days used for the requested vacation. If you write a microflow with a Retrieve action, what will be the return if we use the following XPath [DaysUsed 4.5 and not(VacationManagement.VacationRequest_Submitter/Administration.Account)] A list of all VacationRequests that are shorter than 4.5 days and have a Submitter assigned A list of all VacationRequests that have been approved and are shorter than 4.5 days A list of all VacationRequests that are shorter than 4.5 days and do not have a Submitter assigned A list of all VacationRequests that are longer than 4.5 days A list of all VacationRequests that are shorter than 4.5 days and do not have a Submitter assigned If we populate a DataGrid of VacationRequest entities with the following XPath constraint, what will happen? [StartDate = empty] The grid will show the VacationRequest with the oldest StartDate. This XPath will throw an error in Mendix Studio Pro. DateTimes cannot be empty. The grid will show All VacationRequests where the StartDate is not populated. The grid will show All VacationRequests where the StartDate is greater than the current date. The grid will show All VacationRequests where the StartDate is not populated Which of the following options indicates a correct way of structuring resources within App Explorer? By switching to Structuring mode Automatically Manually By downloading App Explorer Structure app Manually When structuring the App Explorer, which of the following subfolders would be the best choice to store things like Enumerations and Regular Expressions? Microflows Domain model Resources Pages Resources When connecting a profile picture to an account of a team member, providing that it should be possible to alter the picture, which of the following options would you choose? Directly use the Image entity of the System module in the Domain Model of your module. Copy the Image entity from the System module to the Domain Model of your module. Create a ProfilePicture entity and configuring Image entity in the System module as its generalization. Create a ProfilePicture entity and configuring Image entity in the System module as its generalization. As Users by default always have multiple UserRoles, which of the following options can you put in place to ensure a user gets restricted to only one user role? Adding an After Commit Event Handler. Adding the microflow logic. Adjusting the user settings in Project Security. Adjusting the type association between User and User role. Adding the microflow logic Which widget from the list below needs to be placed inside of a data widget to visualize a dynamic image? Image Uploader File Manager Dynamic Image Static Image Dynamc image Which of the following options is used for featuring the navigation menu in a sidebar? Atlas Topbar Atlas Sidebar Atlas Default Popup Atlas Default Which of the following terms refers to the empty areas that form the canvas for any pages that make use of the layout? Contents Scroll containers Placeholders Layout grid Placeholders When a layout is based on another layout, which of the mentioned option refers to the parent layout? Placeholder layout Main layout Template layout Master layout Master layout Which of the principles needs to be utilized to reduce duplication of already created elements? TRY FLY BUY DRY DRY You want to re-use a header on multiple pages, which of the following options can you use to ensure that the content of the header throughout the app automatically changes after you modify its content? Widget Snippet Template Building block Snippet Which of the following widgets can be used to select associated objects, when multiple select is possible? Check boxes Reference selector Reference set selector Drop-down Reference set selector From the buttons on a Data Grid widget that work with single select mode, which ones need to be configured with multi-select mode? Edit, Delete New, Edit, Delete New, Delete New, Edit Edit, Delete Where should you configure that only selected roles are allowed to see a container on a page? In the Page Access tab of the Module Security. In the Conditional visibility property of the container. In the Navigation visibility property of the Page. In the User tab of the Project security. In the conditional visibility of the container How is the size of popup windows set to fixed? By manually setting the size of page columns. Automatically. By selecting Atlas_Fixed layout. By setting the resizable property of the page to No. By setting the resizable property of the page to No How can you ensure that the buttons in the footer area of the relatively long and scrollable pop up page are always visible? By removing a scroll container. By setting floating property of the footer to No. By fixing the size of the scroll container. By removing the outer layout grid. By removing the outer layout grid. What constraint can you use to show the most recently created items at the top of the page? createdAscend (descending) createdDate (descending) dateCreated (descending) createdDescend (date created) createdDate (descending) What are the default Mendix options for the popups? Resizable with size determined automatically, with layout grid as the most inner layer of the page. Fixed size determined automatically, with layout grid as the most inner layer of the page. Resizable with size determined automatically, with layout grid as the most outer layer of the

Show more Read less
Institution
Mendix Certified Developer Intermediate
Course
Mendix Certified Developer Intermediate

Content preview

https://www.stuvia.com/user/quizbit07




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

Written for

Institution
Mendix Certified Developer Intermediate
Course
Mendix Certified Developer Intermediate

Document information

Uploaded on
April 4, 2026
Number of pages
36
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$12.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF


Also available in package deal

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Quizbit07 Rasmussen College
Follow You need to be logged in order to follow users or courses
Sold
130
Member since
3 year
Number of followers
52
Documents
2568
Last sold
1 week ago
High-Quality Exams, Study guides, Reviews, Notes, Case Studies

Welcome! Here, you will find well-structured and exam-oriented study materials created to help you understand complex topics with ease. Whether you’re preparing for nursing licensure exams (NCLEX, ATI, HESI, ANCC, AANP), healthcare certification reviews (ACLS, BLS, PALS, PMHNP, AGNP), or entrance and readiness tests (TEAS, HESI, PAX, NLN), my resources are designed to guide you step-by-step. I also provide study support for university programs and major courses, including Chamberlain University, WGU programs, Portage Learning, as well as Medical-Surgical Nursing, Pharmacology, Anatomy & Physiology, and more. Everything is updated, organized for quick studying and understanding.

Read more Read less
4.1

16 reviews

5
9
4
2
3
3
2
1
1
1

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions