Mendix Intermediate actual revision test, Exams of Advanced Education

Mendix Intermediate actual revision test

Typology: Exams

2025/2026

Available from 02/20/2026

tizian-mwangi
tizian-mwangi 🇺🇸

4.1

(8)

29K documents

1 / 25

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1 / 25
Mendix
Intermediate actual revision test
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 checked.
9. What does the D in CRUD stand for?:
Delete
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19

Partial preview of the text

Download Mendix Intermediate actual revision test and more Exams Advanced Education in PDF only on Docsity!

1 / 25

Mendix Intermediate actual revision test

  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 checked.
  9. What does the D in CRUD stand for?: Delete

2 / 25

  1. How do you get the Data Hub Landscape?: Clicking the Landscape tab.
  2. 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.
  3. 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.
  4. Which of the events is performed in the beginning of the sprint?: Sprint planning
  5. What happens in the daily scrum?: Team members share their progress, plans, and issues.
  6. Which of the following approaches needs to be used to sort items in the product backlog from top to bottom?: Based on the descending priority.
  7. What do Story Points associated with a user story indicate?: Estimation of complexity of a user story.
  8. During which of the Sprint Events the development team determines user stories that will be finished in the sprint?: Sprint Planning

4 / 25

  1. Microflows.java file is stored in which sub-folder of JavaScript directory?: Prox- ies
  2. Which of the following sources are typically stored in the Resources folder of the App Directory?: Configuration files, HTML and Java files
  3. Files and folders that together form the styling of your application are typically stored in which of the following folders?: Theme
  4. When working in an app with version control, which concept would you use to share your database with your team? Your answer: By creating a data snapshot and adding it to the deployment directory of your app.
  5. What type of conflict occurs when you and your colleague both modified the microflow implementing the delete behavior?: Modify-Modify
  6. Which of the below listed definitions can be applied to explain what does a tagged version mean?: A revision that has been used to build a Mx deployment package.
  7. Which function is used to merge a complete branch into the mainline and is only available on the main line?: Merge feature branch

5 / 25

  1. Which of the below mentioned options can be used to merge revisions into and from all lines, main line or branch line?: Advanced merge
  2. Where in Mendix Studio Pro can you configure XPaths?: Microflow Retrieve actions
  3. Which Widget feature utilizes XPaths?: Selectable data constraints on Reference Selectors
  4. Where can you utilize XPaths in microflows?: In the 'Retrieve' action
  5. How do you begin typing an XPath?: [
  6. If you want to open the XPath auto-complete menu, you need to press:: Ctrl + Space
  7. 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 the cancelled requests
  8. 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.Va- cationRequest_Submitter='[%CurrentUser%]'], what will be returned?:

7 / 25 navigation menu in a sidebar?: 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?: Placeholders
  2. When a layout is based on another layout, which of the mentioned option refers to the parent layout?: Master layout
  3. Which of the principles needs to be utilized to reduce duplication of already created elements?: DRY
  4. 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
  5. 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
  6. Which of the following widgets can be used to select associated objects, when multiple select is possible?: Reference set selector
  7. From the buttons on a Data Grid widget that work with single

8 / 25 select mode, which ones need to be configured with multi-select mode?: Edit, Delete

  1. 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.
  2. How is the size of popup windows set to fixed?: By setting the resizable property of the page to No.
  3. 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.
  4. What constraint can you use to show the most recently created items at the top of the page?: createdDate (descending)
  5. What are the default Mendix options for the popups?: Resizable with size determined automatically, with layout grid as the most outer layer of the page.
  6. How to make the popup window always visible?: Remove the outer layer grid.
  7. 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.

10 / 25 show a complete list of all translatable texts of a source and destination language?: Batch translation

  1. What is the easiest way to collect feedback from users from within your app?: Use the feedback widget
  2. Where is page access configured?: Module Security
  3. What would be a reasonable validation rule to use for AllowedNumberOfVis- itorsPerDay?: Range <= 1000
  4. How can you easily manage accounts for your app?: Connect navigation to the built-in Account_Overview page
  5. Is it possible limit an entity to only one object?: Yes, through a Microflow
  6. What is a limitation of a sub-microflow compared to a regular microflow?: - None. Sub-microflows are equally capable.
  7. What main benefit do sub-microflows offer?: Better maintainability
  8. If you want to leave notes for future developers (or yourself) in a microflow, what can you use?: Annotations
  9. What is a limitation of a rule compared to a microflow?: You have a

11 / 25 smaller selection of activities.

  1. 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?: Exclude it from the project.
  2. How can you allow users to access parts of an app (like a login page) without needing to log in?: Set up anonymous users.
  3. In a microflow, what is a token?: A system-generated value.
  4. In a microflow expression, "toUpperCase" is an example of what?: A function
  5. In a microflow, what would be an example of a variable?: $Customer
  6. You need to debug a microflow in production but don't want to impact your users. How can you trigger debugging only when you personally are running the microflow?: Set a breakpoint condition.
  7. How can you have a microflow automatically run at a specific moment in time?: Create and enable a scheduled event.
  8. What can you use to exit a loop early, instead of finishing the entire list of iterator objects?: A break event

13 / 25 When a value changes more often than it is viewed

  1. When connecting 2 entities of 2 different modules how do we typically call that association?: Cross-module association
  2. 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?: Go to the other side
  3. 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
  4. Which of the following terms is used to indicate a user that created the object of the given entity?: Owner
  5. If you need to import data regularly, what is the best way to do so?: Services such as SOAP, REST, and oData
  6. What are some alternative methods for importing files into a Mendix app?- : Flat files, CSV, Excel
  7. When transforming, why should you import large datasets into a flat struc- ture before running the transformation?: To not overrun available

14 / 25 memory

  1. What is the fastest way to create overview pages for all of the entities in your domain model?: Right click an Entity and select "Generate overview pages..." for all entities.
  2. How can you show data from multiple entities in the same data grid?: Add columns which use associations.
  3. Where do you connect User roles to Module roles?: App security
  4. What does your app need in order to import Excel data into a Mendix app?: The Excel Importer module from the Marketplace.
  5. What does the Mx Model Reflection module do?: It shows the configuration of your domain model in the client.
  6. Why shouldn't make changes to Marketplace modules?: Updating to a new version of the module erases your changes.
  7. What are JSON structures converted to in Mendix?: Objects
  8. What do you use to interpret XML or JSON into Mendix objects?: Import mappings
  9. How do you get REST data using a microflow?: Use a Call REST Service action.
  10. What are export mappings used to accomplish?: Converting Mendix

16 / 25

  1. If optional values are not provided, what values need to be filled in the send email activity?: Empty
  2. Where can you download Cognitive AI modules ?: AppService of Marketplace
  3. What do you use Cognitive AI apps for?: Speech recognition, sentiment analysis, face detection, risk assessment, and fraud detection, among others
  4. What is the main feature of language detection?: Detect language content of a text
  5. Which step is correct during implemention sentiment detection?: Need senti- ment detector
  6. Which one is the correct option for implementing translation feature ?: Need to create translator object from domain model entity
  7. What is the last step you do before finishing the app?: Add a translation action
  8. Where can you get license tokens from ?: Mendix support
  9. Where to set license token of Cognitive AI modules ?: Where to set license token of Cognitive AI modules?
  10. Which page template did you use to set up the layout of the question and answer page, and the confirmation page?: Wizard Form

17 / 25

  1. What type of attribute do you need to create for the different luggage plans you want to offer?: Enumeration
  2. Where can you set up speech recognition rules in the Microphone widget ?: Items in Voice to action
  3. Which one is the correct language format for American English?: en-US
  4. Where can you set up the data in the Audio Player widget ?: In the General tab, under Source
  5. What do you need to do before you can test your app?: Add page navigation
  6. Which step is necessary before your app goes live ?: Preview and test
  7. What can Cognitive AI do ?: Help you improve customer support
  8. What is the first thing you need to do to make the AI agent more powerful ?: Create a lot of possible questions
  9. What do you need to generate to use the Receipt Processing in

19 / 25 Marketplace

  1. How do you make sure that the file(s) uploaded into File Dropper will be correctly associated with ImageBatchReceipt entity in your page?: By assigning the right file entity and Association to context in the File Dropper edit window
  2. Which widget do you use to display the extracted data of the receipt?: Data grid
  3. Module Roles can be used to grant access on:: Pages, Microflows, Entities defined in the module
  4. What may cause the error - "Creating Object of type MyReceiptModule.In- putImagesReceipt failed for Security Reasons" ?: Access rules for Entity not configured properly
  5. What should be the "Security Level" while deploying your App in Production ?: Production
  6. How can you configure different home pages for different users ?: You can configure Role-based home pages
  7. What do you need to generate to use the Invoice Processing in your app?: -

20 / 25 Binding Keys

  1. Which of the following is the main purpose of Invoice Processing Service in Mendix?: Extract data from invoice ettectively
  2. Where do you need to go to configure binding keys?: 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, Task Queue, Output
  6. The different microflows you need for Invoice Processing app are the mi- croflows to:: Start invoice extraction and process invoice extraction
  7. Where can you find the Model Id for Invoice Processing Service?: Document 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