MENDIX INTERMEDIATE 2025 ACTUAL EXAM, Exams of Nursing

MENDIX INTERMEDIATE 2025 ACTUAL EXAM

Typology: Exams

2025/2026

Available from 02/04/2026

supergrades1
supergrades1 🇺🇸

4.6

(5)

8.2K documents

1 / 26

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1 | P a g e
MENDIX INTERMEDIATE 2025 ACTUAL EXAM (TESTING
REAL EXAM QUESTIONS) AND VERIFIED ANSWERS
(100% ACCURATE) GET IT RIGHT!!
Where can published data be found - CORRECT ANSWER >>>Data Hub Catalog
What is a piece of data from the data hub called? - CORRECT ANSWER >>>External Entry
Why is the version number assigned to Odata service important? - CORRECT ANSWER
>>>There can be multiple versions of a service and users can connect to a specific one using it.
What is an external entity? - CORRECT ANSWER >>>An entity that is connected to a dataset in
Data Hub.
What source type is used within Microsoft Excel to connect to a dataset in Data Hub? -
CORRECT ANSWER >>>OData Feed
Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity? -
CORRECT ANSWER >>>In the domain model of the app where the External Entity is defined.
What would you use to save changes to an external entity? - CORRECT ANSWER >>>A Send
external object activity
Can you modify data in an External Entity? - CORRECT ANSWER >>>Yes, if the
Updateable(write) property of its public resource settings is checked.
What does the D in CRUD stand for? - CORRECT ANSWER >>>Delete
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a

Partial preview of the text

Download MENDIX INTERMEDIATE 2025 ACTUAL EXAM and more Exams Nursing in PDF only on Docsity!

MENDIX INTERMEDIATE 2025 ACTUAL EXAM (TESTING

REAL EXAM QUESTIONS) AND VERIFIED ANSWERS

(100% ACCURATE) GET IT RIGHT!!

Where can published data be found - CORRECT ANSWER >>> Data Hub Catalog What is a piece of data from the data hub called? - CORRECT ANSWER >>> External Entry Why is the version number assigned to Odata service important? - CORRECT ANSWER >>> There can be multiple versions of a service and users can connect to a specific one using it. What is an external entity? - CORRECT ANSWER >>> An entity that is connected to a dataset in Data Hub. What source type is used within Microsoft Excel to connect to a dataset in Data Hub? - CORRECT ANSWER >>> OData Feed Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity? - CORRECT ANSWER >>> In the domain model of the app where the External Entity is defined. What would you use to save changes to an external entity? - CORRECT ANSWER >>> A Send external object activity Can you modify data in an External Entity? - CORRECT ANSWER >>> Yes, if the Updateable(write) property of its public resource settings is checked. What does the D in CRUD stand for? - CORRECT ANSWER >>> Delete

How do you get the Data Hub Landscape? - CORRECT ANSWER >>> Clicking the Landscape tab. An app connected by a grey dotted line to your service in the Data Hub Landscape means what?

- CORRECT ANSWER >>> The app is consuming data from your service. An app connected by a grey solid line to your service in the Data Hub Landscape means what? - CORRECT ANSWER >>> The app is providing data to your service. Which of the events is performed in the beginning of the sprint? - CORRECT ANSWER >>> Sprint planning What happens in the daily scrum? - CORRECT ANSWER >>> Team members share their progress, plans, and issues. 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. What do Story Points associated with a user story indicate? - CORRECT ANSWER >>> Estimation of complexity of a user story. During which of the Sprint Events the development team determines user stories that will be finished in the sprint? - CORRECT ANSWER >>> Sprint Planning Which folders contain source information tied to a specific module enabling reuse of this module in another project? - CORRECT ANSWER >>> Javascriptsource and Javasource folders

Where in Mendix Studio Pro can you configure XPaths? - CORRECT ANSWER >>> Microflow Retrieve actions Which Widget feature utilizes XPaths? - CORRECT ANSWER >>> Selectable data constraints on Reference Selectors Where can you utilize XPaths in microflows? - CORRECT ANSWER >>> In the 'Retrieve' action How do you begin typing an XPath? - CORRECT ANSWER >>> [ If you want to open the XPath auto-complete menu, you need to press: - CORRECT 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? - CORRECT ANSWER >>> A list of all the cancelled requests 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? - CORRECT ANSWER >>> A list of all vacation requests submitted by the current user Which of the following options indicates a correct way of structuring resources within App Explorer? - CORRECT ANSWER >>> Manually When structuring the App Explorer, which of the following subfolders would be the best choice to store things like Enumerations and Regular Expressions? - CORRECT ANSWER >>> 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? - CORRECT ANSWER >>> 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? - CORRECT ANSWER >>> Adding the microflow logic. Which widget from the listed below needs to be used inside of a List View for visualizing a dynamic image? - CORRECT ANSWER >>> Image Viewer Which of the following options can be used in Mendix Studio for customizing styling of an app?

- CORRECT ANSWER >>> By adjusting theme setting in the Theme Editor. Which of the following options is used for featuring the navigation menu in a sidebar? - CORRECT ANSWER >>> 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? - CORRECT ANSWER >>> Placeholders When a layout is based on another layout, which of the mentioned option refers to the parent layout? - CORRECT ANSWER >>> Master layout Which of the principles needs to be utilized to reduce duplication of already created elements? - CORRECT ANSWER >>> DRY

How to make the popup window always visible? - CORRECT ANSWER >>> Remove the outer layer grid. Which of the following options provides an easy way to limit access rights for a given role to a specific functionality within an app? - CORRECT ANSWER >>> By adding a separate module. Where on the page can the Menu document be displayed in an app? - CORRECT ANSWER >>> Anywhere What alternative to drawing an association between two entities can you use to connect two entities, each located in a separate domain model? - CORRECT ANSWER >>> By right-clicking in an entity and selecting Add>Association. Which of the following XPath constraints should be used to allow users to only see their own notifications? - CORRECT ANSWER >>> [Notifications.Notification_Account='[%CurrentUser%]'] What can you use whenever you wish to display a navigation menu, but not the main navigation tree? - CORRECT ANSWER >>> Menu How many source and destination languages can you specify? - CORRECT ANSWER >>> One source, one destination What does default project language define? - CORRECT ANSWER >>> The language which users will see when using your app. When and how a default language of an app needs to be selected? - CORRECT ANSWER >>> Automatically at the moment of app creation.

Where can you choose the development language? - CORRECT ANSWER >>> In the toolbar of Studio Pro Which of the following functionalities do you need to use to show a complete list of all translatable texts of a source and destination language? - CORRECT ANSWER >>> Batch translation What is the easiest way to collect feedback from users from within your app? - CORRECT ANSWER >>> Use the feedback widget Where is page access configured? - CORRECT ANSWER >>> Module Security What would be a reasonable validation rule to use for AllowedNumberOfVisitorsPerDay? - CORRECT ANSWER >>> Range <= 1000 How can you easily manage accounts for your app? - CORRECT ANSWER >>> Connect navigation to the built-in Account_Overview page Is it possible limit an entity to only one object? - CORRECT ANSWER >>> Yes, through a Microflow What is a limitation of a sub-microflow compared to a regular microflow? - CORRECT ANSWER >>> None. Sub-microflows are equally capable. What main benefit do sub-microflows offer? - CORRECT ANSWER >>> Better maintainability If you want to leave notes for future developers (or yourself) in a microflow, what can you use?

- CORRECT ANSWER >>> Annotations

You want to find the total number of objects in a list. What can you easily use to do this? - CORRECT ANSWER >>> Use an aggregate list function. What are batches used for? - CORRECT ANSWER >>> Processing large amounts of data. What is the list object in a loop called? - CORRECT ANSWER >>> An iterator What is another way of calling an association? - CORRECT ANSWER >>> Reference How many associations can you add between two entities? - CORRECT ANSWER >>> Many associations of various multiplicity. What is a good reason to choose to use an Information Entity instead of multiple associations? - CORRECT ANSWER >>> You want to display additional information about an association. Which of the event handlers does always need to return a boolean return value? - CORRECT ANSWER >>> The before commit. Where do you define the "persistable" property of an entity? - CORRECT ANSWER >>> In the domain model For which of the following entity types does Mendix create a database table? - CORRECT ANSWER >>> For persistable entity What happens on commit of a non-persistable entity? - CORRECT ANSWER >>> Current attribute values and association values are stored in memory.

What would be a good situation to use a calculated attribute? - CORRECT ANSWER >>> When a value changes more often than it is viewed When connecting 2 entities of 2 different modules how do we typically call that association? - CORRECT ANSWER >>> Cross-module association You connected two entities by a cross-module association. You want Studio Pro to take you to the associated entity in the other module - which option do you need to choose when you right click the association? - CORRECT ANSWER >>> Go to the other side Which of the following options list system members that can be stored as indicated in the properties of an entity? - CORRECT ANSWER >>> Created Date, Changed Date, Owner, ChangedBy Which of the following terms is used to indicate a user that created the object of the given entity? - CORRECT ANSWER >>> Owner If you need to import data regularly, what is the best way to do so? - CORRECT ANSWER >>> Services such as SOAP, REST, and oData What are some alternative methods for importing files into a Mendix app? - CORRECT ANSWER >>> Flat files, CSV, Excel When transforming, why should you import large datasets into a flat structure before running the transformation? - CORRECT ANSWER >>> To not overrun available memory What is the fastest way to create overview pages for all of the entities in your domain model? - CORRECT ANSWER >>> Right click an Entity and select "Generate overview pages..." for all entities.

What type of role should you make for your published REST services documents in security? - CORRECT ANSWER >>> Module role You want to manipulate your data as you import it. Which of the following methods would be best suited to accomplish this? - CORRECT ANSWER >>> The Excel Importer module For the Export to Excel button to properly function, what must be the source of its data grid? - CORRECT ANSWER >>> XPath How can you export columns from your data grid without displaying them on the page for the user to see? - CORRECT ANSWER >>> Use CSS to set the column to Display: none What do you need to generate to use the Email Service in your app? - CORRECT ANSWER >>> Binding Keys What is the information that you have to paste into the "Default Value"? - CORRECT ANSWER >>> SecretKey and UserName What are the required fields in the send email activity? - CORRECT ANSWER >>> From, To, Subject If optional values are not provided, what values need to be filled in the send email activity? - CORRECT ANSWER >>> Empty Where can you download Cognitive AI modules? - CORRECT ANSWER >>> AppService of Marketplace

What do you use Cognitive AI apps for? - CORRECT ANSWER >>> Speech recognition, sentiment analysis, face detection, risk assessment, and fraud detection, among others What is the main feature of language detection? - CORRECT ANSWER >>> Detect language content of a text Which step is correct during implemention sentiment detection? - CORRECT ANSWER >>> Need sentiment detector Which one is the correct option for implementing translation feature? - CORRECT ANSWER >>> Need to create translator object from domain model entity What is the last step you do before finishing the app? - CORRECT ANSWER >>> Add a translation action Where can you get license tokens from? - CORRECT ANSWER >>> Mendix support Where to set license token of Cognitive AI modules? - CORRECT ANSWER >>> Where to set license token of Cognitive AI modules? Which page template did you use to set up the layout of the question and answer page, and the confirmation page? - CORRECT ANSWER >>> Wizard Form What type of attribute do you need to create for the different luggage plans you want to offer?

- CORRECT ANSWER >>> Enumeration Which one is the correct language format for American English? - CORRECT ANSWER >>> en- US

Module Roles can be used to grant access on: - CORRECT ANSWER >>> Pages, Microflows, Entities defined in the module What may cause the error - "Creating Object of type MyReceiptModule.InputImagesReceipt failed for Security Reasons"? - CORRECT ANSWER >>> Access rules for Entity not configured properly What should be the "Security Level" while deploying your App in Production? - CORRECT ANSWER >>> Production How can you configure different home pages for different users? - CORRECT ANSWER >>> You can configure Role-based home pages What is the most appropriate prefix for Import Mapping name? - CORRECT ANSWER >>> ImM_ What is the best alternative to process something immediately after an object is committed? - CORRECT ANSWER >>> Event Handler You want to allow the end-users to delete some extracted result. How can you achieve this? - CORRECT ANSWER >>> Create a microflow which will delete selected rows and configure a delete button to call this microflow Can you use document model as soon as it is created in Training Web App? - CORRECT ANSWER >>> No, the model has to be trained and published first. A client wants their application to have a very specific color scheme. Who's work is most likely to be affected? - CORRECT ANSWER >>> The UI designer

A page is taking forever to load. Who's responsibility is it to solve this? - CORRECT ANSWER >>> The Frontend developer What is the most suitable technique if you want to have an overview of what a user feels and experiences while using an application? - CORRECT ANSWER >>> Empathy Map What is the main aim of using Customer Value Curve? - CORRECT ANSWER >>> To find out what shortcomings there are in the general market that you can improve on What qualitative technique focuses on how users group different items? - CORRECT ANSWER >>> Card Sorting Which of the following are considered qualitative research methods? - CORRECT ANSWER >>> Competitor Analysis, Card Sorting, Expert Review What should you always do in your wireframe? - CORRECT ANSWER >>> Add annotations. What is the purpose of a prototype? It should be a representation of... - CORRECT ANSWER >>> your application to test with. What type of prototype can you do on paper? - CORRECT ANSWER >>> Low fidelity. You want to use a different styling for different parts of the app, what is probably the best setting for this? Show styling for... - CORRECT ANSWER >>> App and all modules What is the Styling Editor used for? - CORRECT ANSWER >>> Styling and JavaScript actions.

What does SME mean? - CORRECT ANSWER >>> Subject Matter Engineer (Iemand die wordt 'ingevlogen' als expert op bepaald onderwerp in een scrum team) What is a burndown chart? - CORRECT ANSWER >>> A list of items planned versus items done. What is an offshore model? - CORRECT ANSWER >>> A model based on collaboration between multiple time zones. Name 4 scrum events - CORRECT ANSWER >>> Planning, Retrospective, Review en Daily Scrum/Daily Standup Where are enumerations located in the app directory? - CORRECT ANSWER >>> Proxies What is in the deployment folder? - CORRECT ANSWER >>> Deployment files needed to run locally. What conflicts can you have when working on a project? - CORRECT ANSWER >>> Delete - modify and modify - modify Why do we use branches? - CORRECT ANSWER >>> This will allow you to continue the development of functionality without affecting the running app. Why do you seperate hot fixes from the development of new functionality? - CORRECT ANSWER >>> Because you don't want to push hotfixes together with features that haven't been completed yet. How can you quickly create overview pages? - CORRECT ANSWER >>> Domain model --> Right mouse click on entitiy --> Generate Overview Pages

How do you call a connection between 2 entities that are in different modules? - CORRECT ANSWER >>> Cross module association 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 Where can you use Xpaths? - CORRECT ANSWER >>> Pages, security, microflows (in retrieve action) Name 2 reasons why you would use a generalization of the account entity instead of using the account entity itself (in system module) - CORRECT ANSWER >>> Because market place modules can change, and then you loose all your changes. And because you cannot change access rights in the system module. What is an Xpath operator? - CORRECT ANSWER >>> <, >, =, !=, and, or How many user roles can a user have in a mendix application? - CORRECT ANSWER >>> Unlimited What is the correct naming convention for pages? - CORRECT ANSWER >>> Entity_PageType_UserRole When one userrole is allowed, what is best practice when creating a new team member? - CORRECT ANSWER >>> A before commit event handler to check whether one user role is selected. If not, it stops the commit and gives a validation feedback message. Is it possible to add dynamic data directly to the navigation layout? - CORRECT ANSWER >>> No, only via a snippet it is possible