Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Mendix Intermediate Developer Final Exam Review (2025/2026) Questions and Verified Answers, Exams of Community Corrections

Mendix Intermediate Developer Final Exam Review (2025/2026 New Update) Questions and Verified Answers Mendix Intermediate Developer Exam Mendix Exam 2025 Review Verified Answers Mendix Exam 2026 Mendix Developer Final Exam Questions Mendix Intermediate Exam Update 2025 Mendix Certification Practice Test Mendix Final Exam Preparation Mendix Developer Exam 2026 Mendix Exam Verified Answers Mendix Intermediate Exam 2026 Mendix Developer Certification 2025 Mendix Final Exam Review Mendix Intermediate Developer Certification Study Guide Mendix 2025 Exam Mendix Certification Questions Mendix Developer Final Exam 2025 Mendix Exam Updated 2026 Practice Questions Mendix Exam Mendix Exam Pass Guarantee Mendix Certification Test Bank Mendix Exam Study Material Mendix Intermediate Developer Guide Latest Mendix Exam Questions Mendix Developer Exam Preparation Mendix Exam Formats and Solutions Mendix Certification Prep Course 2025 Mendix Exam Review Mendix Intermediate Questions Verified

Typology: Exams

2024/2025

Available from 04/01/2025

Nurseexcel
Nurseexcel 🇺🇸

5

(1)

832 documents

1 / 20

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1 / 20
Mendix Intermediate Developer Final Exam Review (2025/2026 New Update)
Questions and Verified Answers
1. Where can published data be found: Data Hub Catalog
2. What is a piece of data from the data hub called?: External Entry
3. Why is the version number assigned to Odata service important?: There can be multiple
versions of a service and users can connect to a specific one using it.
4. What is an external entity?: An entity that is connected to a dataset in Data Hub.
5. What source type is used within Microsoft Excel to connect to a dataset in Data Hub?:
OData Feed
6. Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity?: In
the domain model of the app where the External Entity is defined.
7. What would you use to save changes to an external entity?: A Send external object
activity
8. Can you modify data in an External Entity?: Yes, if the Updateable(write) property of
its public resource settings is checed.
9. What does the D in CRUD stand for?: Delete
10. How do you get the Data Hub Landscape?: Clicing the Landscape tab.
11. An app connected by a grey dotted line to your service in the Data Hub Landscape
means what?: The app is consuming data from your service.
12. An app connected by a grey solid line to your service in the Data Hub Landscape
means what?: The app is providing data to your service.
13. Which of the events is performed in the beginning of the sprint?: Sprint planning
14. What happens in the daily scrum?: Team members share their progress, plans, and
issues.
15. Which of the following approaches needs to be used to sort items in the product
baclog from top to bottom?: Based on the descending priority.
16. What do Story Points associated with a user story indicate?: Estimation of complexity
of a user story.
17. During which of the Sprint Events the development team determines user stories that
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14

Partial preview of the text

Download Mendix Intermediate Developer Final Exam Review (2025/2026) Questions and Verified Answers and more Exams Community Corrections in PDF only on Docsity!

Mendix Intermediate Developer Final Exam Review (2025/2026 New Update) Questions and Verified Answers

  1. Where can published data be found: Data Hub Catalog
  2. What is a piece of data from the data hub called?: External Entry
  3. Why is the version number assigned to Odata service important?: There can be multiple versions of a service and users can connect to a specific one using it.
  4. What is an external entity?: An entity that is connected to a dataset in Data Hub.
  5. What source type is used within Microsoft Excel to connect to a dataset in Data Hub?: OData Feed
  6. Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity?: In the domain model of the app where the External Entity is defined.
  7. What would you use to save changes to an external entity?: A Send external object activity
  8. Can you modify data in an External Entity?: Yes, if the Updateable(write) property of its public resource settings is checḳed.
  9. What does the D in CRUD stand for?: Delete
  10. How do you get the Data Hub Landscape?: Clicḳing the Landscape tab.
  11. An app connected by a grey dotted line to your service in the Data Hub Landscape means what?: The app is consuming data from your service.
  12. An app connected by a grey solid line to your service in the Data Hub Landscape means what?: The app is providing data to your service.
  13. Which of the events is performed in the beginning of the sprint?: Sprint planning
  14. What happens in the daily scrum?: Team members share their progress, plans, and issues.
  15. Which of the following approaches needs to be used to sort items in the product bac log from top to bottom?: Based on the descending priority.
  16. What do Story Points associated with a user story indicate?: Estimation of complexity of a user story.
  17. During which of the Sprint Events the development team determines user stories that

will be finished in the sprint?: Sprint Planning

  1. Which folders contain source information tied to a specific module en- abling reuse of this module in another project?: Javascriptsource and Java- source folders
  2. VerifyPassword.java file belonging to the System module is stored in which of the JavaScript sub-folders?: Actions
  3. Microflows.java file is stored in which sub-folder of JavaScript directory?- : Proxies
  4. Which of the following sources are typically stored in the Resources folder of the App Directory?: Configuration files, HTML and Java files

Resources

  1. When connecting a profile picture to an account of a team member, pro- viding that it should be possible to alter the picture, which of the following options would you choose?: Create a ProfilePicture entity and configuring Image entity in the System module as its generalization.
  1. 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 the microflow logic.
  2. Which widget from the listed below needs to be used inside of a List View for visualizing a dynamic image?: Image Viewer
  3. Which of the following options can be used in Mendix Studio for customiz- ing styling of an app?: By adjusting theme setting in the Theme Editor.
  4. Which of the following options is used for featuring the navigation menu in a sidebar?: Atlas Default
  5. Which of the following terms refers to the empty areas that form the canvas for any pages that ma e use of the layout?: Placeholders
  6. When a layout is based on another layout, which of the mentioned option refers to the parent layout?: Master layout
  7. Which of the principles needs to be utilized to reduce duplication of already created elements?: DRY
  8. Which of the following options indicates a default configuration of a page created using the Wizard Progress page template, consisting of 4 page tem- plate steps?: Step 2 is active, Step 1 is visited
  9. In order to re-use a header from a given page on several other pages, which of the following options would allow you to automatically update the content of this header throughout the app after its content has been changed?: Snippet
  10. Which of the following widgets can be used to select associated objects, when multiple select is possible?: Reference set selector
  11. From the buttons on a Data Grid widget that wor with single select mode, which ones need to be configured with multi-select mode?: Edit, Delete
  12. Where should you configure that only selected roles are allowed to see a container on a page?: In the Conditional visibility property of the container.
  13. How is the size of popup windows set to fixed?: By setting the resizable property of the page to No.
  14. 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 the outer layout grid.
  1. 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 adding a separate module.
  2. Where on the page can the Menu document be displayed in an app?: Any- where
  3. 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-clicḳing in an entity and selecting Add>Association.
  4. Which of the following XPath constraints should be used to allow users to only see their own notifications?: [Notifications.Notification_Account='[%Curren- tUser%]']
  5. What can you use whenever you wish to display a navigation menu, but not the main navigation tree?: Menu
  6. How many source and destination languages can you specify?: One source, one destination
  7. What does default project language define?: The language which users will see when using your app.
  8. When and how a default language of an app needs to be selected?: Auto- matically at the moment of app creation.
  9. Where can you choose the development language?: In the toolbar of Studio Pro
  10. Which of the following functionalities do you need to use to show a com- plete list of all translatable texts of a source and destination language?: Batch translation
  11. What is the easiest way to collect feedbac from users from within your app?: Use the feedbacḳ widget
  12. Where is page access configured?: Module Security
  13. What would be a reasonable validation rule to use for AllowedNum- berOfVisitorsPerDay?: Range <= 1000
  14. How can you easily manage accounts for your app?: Connect navigation to the built-in Account_Overview page
  15. Is it possible limit an entity to only one object?: Yes, through a Microflow
  16. What is a limitation of a sub-microflow compared to a regular microflow?- : None. Sub-microflows are equally capable.
  17. What main benefit do sub-microflows offer?: Better maintainability
  18. If you want to leave notes for future developers (or yourself) in a microflow, what can

you use?: Annotations

  1. What is a limitation of a rule compared to a microflow?: You have a smaller selection of activities.
  1. What would be a good situation to use a calculated attribute?: When a value changes more often than it is viewed
  2. When connecting 2 entities of 2 different modules how do we typically call that association?: Cross-module association
  1. You connected two entities by a cross-module association.You want Stu- dio Pro to ta e you to the associated entity in the other module - which option do you need to choose when you right clic the association?: Go to the other side
  2. Which of the following options list system members that can be stored as indicated in the properties of an entity?: Created Date, Changed Date, Owner, ChangedBy
  3. Which of the following terms is used to indicate a user that created the object of the given entity?: Owner
  4. If you need to import data regularly, what is the best way to do so?: Services such as SOAP, REST, and oData
  5. What are some alternative methods for importing files into a Mendix app?- : Flat files, CSV, Excel
  6. When transforming, why should you import large datasets into a flat struc- ture before running the transformation?: To not overrun available memory
  7. What is the fastest way to create overview pages for all of the entities in your domain model?: Right clicḳ an Entity and select "Generate overview pages..." for all entities.
  8. How can you show data from multiple entities in the same data grid?: Add columns which use associations.
  9. Where do you connect User roles to Module roles?: App security
  10. What does your app need in order to import Excel data into a Mendix app?: The Excel Importer module from the Marḳetplace.
  11. What does the Mx Model Reflection module do?: It shows the configuration of your domain model in the client.
  12. Why shouldn't ma e changes to Mar etplace modules?: Updating to a new version of the module erases your changes.
  13. What are JSON structures converted to in Mendix?: Objects
  14. What do you use to interpret XML or JSON into Mendix objects?: Import mappings
  15. How do you get REST data using a microflow?: Use a Call REST Service action.
  16. What are export mappings used to accomplish?: Converting Mendix ob- jects to XML or JSON
  17. What does a message definition do?: It defines the messages that are sent to and from your app
  1. You want to manipulate your data as you import it.Which of the following methods would be best suited to accomplish this?: The Excel Importer module
  2. For the Export to Excel button to properly function, what must be the source of its data grid?: XPath
  3. How can you export columns from your data grid without displaying them on the page for the user to see?: Use CSS to set the column to Display: none
  4. What do you need to generate to use the Email Service in your app?: Bind- ing Ḳeys
  5. What is the information that you have to paste into the "Default Value"?- : SecretḲey and UserName
  6. What are the required fields in the send email activity?: From, To, Subject
  7. If optional values are not provided, what values need to be filled in the send email activity?: Empty
  8. Where can you download Cognitive AI modules ?: AppService of Marḳet- place
  9. What do you use Cognitive AI apps for?: Speech recognition, sentiment analysis, face detection, risḳ assessment, and fraud detection, among others
  10. What is the main feature of language detection?: Detect language content of a text
  11. Which step is correct during implemention sentiment detection?: Need sentiment detector
  12. Which one is the correct option for implementing translation feature ?: Need to create translator object from domain model entity
  13. What is the last step you do before finishing the app?: Add a translation action
  14. Where can you get license to ens from ?: Mendix support
  15. Where to set license to en of Cognitive AI modules ?: Where to set license toḳen of Cognitive AI modules?
  16. Which page template did you use to set up the layout of the question and answer page, and the confirmation page?: Wizard Form
  17. What type of attribute do you need to create for the different luggage plans you want to offer?: Enumeration
  18. Where can you set up speech recognition rules in the Microphone widget ?: Items in Voice to action
  19. Which one is the correct language format for American English?: en-US
  1. Where can you set up the data in the Audio Player widget ?: In the General tab, under Source
  2. What do you need to do before you can test your app?: Add page navigation
  3. Which step is necessary before your app goes live ?: Preview and test

properly

  1. What should be the "Security Level" while deploying your App in Produc- tion ?: Production
  2. How can you configure different home pages for different users ?: You can configure Role-based home pages
  3. What do you need to generate to use the Invoice Processing in your app?: Binding Ḳeys
  1. Which of the following is the main purpose of Invoice Processing Service in Mendix?: Extract data from invoice effectively
  2. Where do you need to go to configure binding eys?: InvoiceProcessing Module - Constants
  3. What is the most appropriate prefix for Import Mapping name?: ImM_
  4. What do you need a Model Id for when using Invoice Processing Service?- : To configure the Invoice Processing activity with the app
  5. What are the parameters that Invoice Processing Activity has?: Model Id, Image List, Import Mapping, Tasḳ Queue, Output
  6. The different microflows you need for Invoice Processing app are the microflows to:: Start invoice extraction and process invoice extraction
  7. Where can you find the Model Id for Invoice Processing Service?: Docu- ment Training Web
  8. What is the best alternative to process something immediately after an object is committed?: Event Handler
  9. Can you use Invoice model as soon as it is created in Document Training Web?: No, the model has to be published first
  10. How do you ma e sure that the file(s) uploaded into File Dropper will be correctly associated with ImageBatchInvoice entity in your page?: By assign- ing the right file entity and Association to context in the File Dropper edit window
  11. Which widget do you need to display the extracted data of the invoice?: - Data grid
  12. You want to allow the end-users to delete some extracted result. How can you achieve this?: Create a microflow which will delete selected rows and configure a delete button to call this microflow
  13. What is the sequence for publishing a model?: Create Model - Upload sample images - Add Marḳer - Publish Model
  14. What are the steps to follow to ma e the IDS wor ?: Train the model - Publish the model - Extract data
  15. What do you need a Model Id for when using Intelligent Document Ser- vice?: To configure the IDS activity within the app.
  1. What is the sequence that one should follow for table training?: Marḳ the Table > Marḳ columns including header > Marḳ all rows > Save
  2. A client wants their application to have a very specific color scheme. Who's wor is most li ely to be affected?: The UI designer
  3. A page is ta ing forever to load. Who's responsibility is it to solve this?- : The Frontend developer
  4. What is the most suitable technique if you want to have an overview of what a user feels and experiences while using an application?: Empathy Map
  5. What is the main aim of using Customer Value Curve?: To find out what shortcomings there are in the general marḳet that you can improve on
  6. What qualitative technique focuses on how users group different items?- : Card Sorting
  7. Which of the following are considered qualitative research methods?: - Competitor Analysis, Card Sorting, Expert Review
  8. What should you always do in your wireframe?: Add annotations.
  9. What is the purpose of a prototype? It should be a representation of...: - your application to test with.
  10. What type of prototype can you do on paper?: Low fidelity.
  11. You want to use a different styling for different parts of the app, what is probably the best setting for this? Show styling for...: App and all modules
  12. What is the Styling Editor used for?: Styling and JavaScript actions.
  13. What part of the CSS syntax references the object that is to be styled?: - Selector
  14. What is the correct naming convention for Sass partials?: _par- tial- name.scss
  15. In the Atlas framewor , under which folder should you add partials to customize your app's design?: Web
  16. Where should $variables be ept according to Mendix best practices?: In any partial with the name variable.
  17. According to best practices, how should you change the font side of H1 headers?: By changing the variable in custom-variable.scss.
  1. You notice that a property in the inspector has been crossed through, what does this mean?: The property has been overwritten.