Mendix Intermediate exam questions latest version, Exams of Advanced Education

Mendix Intermediate exam questions latest version

Typology: Exams

2025/2026

Available from 02/20/2026

tizian-mwangi
tizian-mwangi 🇺🇸

4.1

(8)

29K documents

1 / 29

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1 / 29
Mendix
Intermediate exam questions latest
version
1.
Which of the events is performed in the beginning of the sprint?
-
Sprint
Planning
-
Sprint Retrospective
-
Sprint Review
-
Daily
Scrum:
Sprint
Planning
2.
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: Team
members share their
progress, plans and issues
3. 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.:
Based on
descending
priority
4.
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.: Estimation of complexity of a user story
5. During which of the Sprint Events does the development team
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d

Partial preview of the text

Download Mendix Intermediate exam questions latest version and more Exams Advanced Education in PDF only on Docsity!

1 / 29

Mendix Intermediate exam questions latest

version

  1. Which of the events is performed in the beginning of the sprint?
  • Sprint Planning
  • Sprint Retrospective
  • Sprint Review
  • Daily Scrum: Sprint Planning
  1. 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: Team members share their progress, plans and issues
  2. 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.: Based on descending priority
  3. 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.: Estimation of complexity of a user story
  4. During which of the Sprint Events does the development team

2 / 29 determine user stories that will be finished in the sprint? Product Backlog Refinement Sprint Planning Sprint Review Daily Stand-up: Sprint Planning

  1. 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: Javascriptsource and Javasource folders
  2. VerifyPassword.java file belonging to the System module is stored in which of the JavaSource sub-folders? Proxies Root folder Actions Datasets: Actions
  3. Microflows.java file is stored in which sub-folder of JavaSource directory? Actions Root folder Proxies Datasets: Proxies
  4. 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: Configuration files, HTML and Java files
  5. Files and folders that together form the styling of your

4 / 29 mainline and is only available on the main line? Advanced merge Port fix Merge feature branch Quick fix: Merge feature branch

  1. 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: Advanced merge
  2. Where in Mendix Studio Pro can you configure XPaths? Navigation Text widgets List Views Page access rules: List views
  3. 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: Selectable data constraints on Reference Selectors
  4. Where can you utilize XPaths in microflows? In the 'Retrieve' action In the 'Commit' action In the 'Open page' action In the input parameter: In the Retrieve action
  5. How do you begin typing an XPath? < (

5 / 29

[: [

  1. If you want to open the XPath auto-complete menu, you need to press: Ctrl + O Ctrl + Space Ctrl
  • Shift Shift+Space: Ctrl + Space
  1. 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'
  2. 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.Vaca- tionRequest_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
  3. 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(Vacation-

7 / 29 Resources

  1. When connecting a profile picture to an account of a team member, provid- ing 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 mod- ule as its generalization.: Create a ProfilePicture entity and configuring Image entity in the System module as its generalization.
  2. 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
  3. 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
  4. Which of the following options is used for featuring the navigation menu in a sidebar? Atlas Topbar Atlas Sidebar Atlas Default

8 / 29 Popup: Atlas Default

  1. 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
  2. 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
  3. Which of the principles needs to be utilized to reduce duplication of already created elements? TRY FLY BUY DRY: DRY
  4. 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
  5. Which of the following widgets can be used to select associated objects, when multiple select is possible? Check boxes

10 / 29 By removing the outer layout grid.: By removing the outer layout grid.

  1. 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)
  2. 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 page. Fixed size determined automatically, with layout grid as the most outer layer of the page.: Resizable with size determined automatically, with layout grid as the most outer layer of the page.
  3. How to make the popup window always visible? Change the layer grid. Remove the outer layer grid. Add a button to "glue" them. Choose a different popup style.: Remove the outer layer grid.
  4. Which of the following options provides an easy way to limit access rights for a given role to a specific functionality within an app? By creating a package. By creating a snippet.

11 / 29 By creating a separate domain model. By adding a separate module.: By adding a separate module.

  1. Where on the page can the Menu document be displayed in an app? Only in a navigation layout Anywhere Only on a page Only inside of a menu widget: Anywhere
  2. What alternative to drawing an association between two entities can you use to connect two entities, each located in a separate domain model? By right-clicking in an entity and selecting Add>Association. By adding a new association in the properties of an entity. By copying entities from one domain model to another. By writing a Java-code.: By right-clicking in an entity and selecting Add>Association
  3. Which of the following XPath constraints should be used to allow users to only see their own notifications? [Notifications.Notification_Account='[%CurrentUser%]'] Notifications.Notification_Account='[%CurrentSession%]'] Notifications.Notification_Account=ID'] [Notifications.Notification_Account=System.User']: [Notifications.Notification_Ac- count='[%CurrentUser%]']
  4. Question 5: What can you use whenever you wish to display a navigation menu, but not the main navigation tree? Menu External icons Javascript Modules from the App Store: Menu
  5. How many source and destination languages can

13 / 29 translation Export translation: Batch translation

  1. What is the easiest way to collect feedback from users from within your app? Use the Feedback widget. Make a page that allows users to write and submit feedback. Provide a Contact Us link in your app. Feedback functionality is automatically included in all Mendix apps.: Use the Feed- back widget
  2. Where is page access configured? App Security The Domain Model Module Security Properties of Entity: Module Security
  3. What would be a reasonable validation rule to use for AllowedNumberOfVis- itorsPerDay? Unique Regular Expression: numeric characters only Range <= 1000 Maximum length: 20: Range <= 1000
  4. How can you easily manage accounts for your app? Connect navigation to the built-in Account_Overview page Make login and account management pages. Always log in as a superuser. Edit the database manually: Connect navigation to the built-in Account_Overview page
  5. Is it possible to limit an entity to only one object? Yes, through the Module Security No, this is not possible Yes, through the Entity Properties Yes, through a Microflow: Yes, through a Microflow
  6. What is a limitation of a sub-microflow compared to a

14 / 29 regular microflow? A sub-microflow may only return a Boolean. You have a smaller selection of activities. Branching is not possible. None. Sub-microflows are equally capable.: None. Sub-microflows are equally capable.

  1. What main benefit do sub- microflows offer? Better maintainability Smaller memory usage Increased logical capability Improved performance: Increased logical capability
  2. If you want to leave notes for future developers (or yourself) in a microflow, what can you use? Sticky notes Captions Annotations Comments: Annotations
  3. What is a limitation of a rule compared to a microflow? Branching is not possible. A rule may only return a Boolean. None. Rules are equally capable. You have a smaller selection of activities.: You have a smaller selection of activities.
  4. You've replaced a microflow with newer functionality and want to test it. However, you don't want to delete the old microflow permanently in case something goes wrong. How can you do this? Deactivate it. Rename it.

16 / 29 expression. Add a decision to the microflow. Set a breakpoint condition.: Set a breakpoint condition.

17 / 29

  1. How can you have a microflow automatically run at a specific moment in time? Create it as a nanoflow. Have it called as a sub- microflow. Use the [%CurrentDateTime%] token. Create and enable a scheduled event.: Create and enable a scheduled event.
  2. What can you use to exit a loop early, instead of finishing the entire list of iterator objects? A break event A go- to event A continue event An exit event: A break event
  3. You want to find the total number of objects in a list. What can you easily use to do this? Create a loop with a counter variable. Use an aggregate list function. Use the [%total%] token. Retrieve the value from the iterator object.: Use an aggregate list function.
  4. What are batches used for? Duplicating datasets. Running nightly cycles. Processing large amounts of data. Hotfixing errors in production.: Processing large amounts of data.
  5. What is the list object in a loop called? An aggregate list An iterator A looped list

19 / 29 Link Arrow: Reference

  1. How many associations can you add between two entities? Many associations of various multiplicity. Multiple One-to-One associations. Two associations, one from each entity. Only one association.: Many associations of various multiplicity.
  2. What is a good reason to choose to use an Information Entity instead of multiple associations? You want it to be clear that only one object can have a specific qualification. You want to display additional information about an association. You want clear Entity names. You want to optimize the app's performance.: You want to display additional information about an association.
  3. Which of the event handlers does always need to return a boolean return value? The before commit. Not the before commit and after create. Both the before commit and after create. The after create.: The before commit.
  4. Where do you define the "persistable" property of an entity? In the widget property In the page property In the domain model In the Microflow: In the domain model
  5. For which of the following entity types does Mendix create a database table? For none of them For persistable entity

20 / 29 For non-persistable entity For both persistable and non-persistable: For persistable entity

  1. What happens on commit of a non-persistable entity? Current attributes are stored in memory and associations are stored in the