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 Exam Questions with Verified Answers, Exams of Legal medicine

Mendix Intermediate Exam Questions with Verified Answers Where can published data be found - Answer- Data Hub Catalog What is a piece of data from the data hub called? - Answer- External Entry. Why is the version number assigned to Odata service important? - Answer- There can be multiple versions of a service and users can connect to a specific one using it. What is an external entity? - 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? - Answer- OData Feed Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity? - 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? - Answer- A Send external object activity

Typology: Exams

2024/2025

Available from 07/15/2025

david-muchiri
david-muchiri 🇬🇧

3

(2)

581 documents

1 / 25

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Mendix Intermediate Exam
Questions with Verified
Answers
Where can published data be found - Answer- Data Hub Catalog
What is a piece of data from the data hub called? - Answer- External Entry
Why is the version number assigned to Odata service important? - Answer- There
can be multiple versions of a service and users can connect to a specific one
using it.
What is an external entity? - 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? - Answer- OData Feed
Where can you edit the properties (i.e. attributes, name, etc.) of an External
Entity? - 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? - Answer- A Send
external object activity
Can you modify data in an External Entity? - Answer- Yes, if the Updateable(write)
property of its public resource settings is checked.
What does the D in CRUD stand for? - Answer- Delete
How do you get the Data Hub Landscape? - Answer- Clicking the Landscape tab.
An app connected by a grey dotted line to your service in the Data Hub
Landscape means what? - 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? - Answer- The app is providing data to your service.
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 Exam Questions with Verified Answers and more Exams Legal medicine in PDF only on Docsity!

Mendix Intermediate Exam

Questions with Verified

Answers

Where can published data be found - Answer- Data Hub Catalog What is a piece of data from the data hub called? - Answer- External Entry Why is the version number assigned to Odata service important? - Answer- There can be multiple versions of a service and users can connect to a specific one using it. What is an external entity? - 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? - Answer- OData Feed Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity? - 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? - Answer- A Send external object activity Can you modify data in an External Entity? - Answer- Yes, if the Updateable(write) property of its public resource settings is checked. What does the D in CRUD stand for? - Answer- Delete How do you get the Data Hub Landscape? - Answer- Clicking the Landscape tab. An app connected by a grey dotted line to your service in the Data Hub Landscape means what? - 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? - Answer- The app is providing data to your service.

Which of the events is performed in the beginning of the sprint? - Answer- Sprint planning What happens in the daily scrum? - 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? - Answer- Based on the descending priority.

Which Widget feature utilizes XPaths? - Answer- Selectable data constraints on Reference Selectors

Where can you utilize XPaths in microflows? - 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: - 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?

  • 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? - 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? - 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? - 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?
  • 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? - 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? - Answer- Image Viewer Which of the following options can be used in Mendix Studio for customizing styling of an app? - Answer- By adjusting theme setting in the Theme Editor. Which of the following options is used for featuring the navigation menu in a sidebar? - Answer- Atlas Default

Which of the principles needs to be utilized to reduce duplication of already created elements? - Answer- DRY Which of the following options indicates a default configuration of a page created using the Wizard Progress page template, consisting of 4 page template steps? - Answer- Step 2 is active, Step 1 is visited 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? - Answer- Snippet Which of the following widgets can be used to select associated objects, when multiple select is possible? - Answer- 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? - Answer- Edit, Delete Where should you configure that only selected roles are allowed to see a container on a page? - Answer- In the Conditional visibility property of the container. How is the size of popup windows set to fixed? - Answer- 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? - Answer- By removing the outer layout grid. What constraint can you use to show the most recently created items at the top of the page? - Answer- createdDate (descending) What are the default Mendix options for the popups? - Answer- Resizable with size determined automatically, with layout grid as the most outer layer of the page. How to make the popup window always visible? - 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? - Answer- By adding a separate module.

Where on the page can the Menu document be displayed in an app? - 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? - Answer- By right- clicking in an entity and selecting Add>Association.

What is a limitation of a rule compared to a microflow? - Answer- You have a smaller selection of activities.

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? - Answer- Exclude it from the project. How can you allow users to access parts of an app (like a login page) without needing to log in? - Answer- Set up anonymous users. In a microflow, what is a token? - Answer- A system-generated value. In a microflow expression, "toUpperCase" is an example of what? - Answer- A function In a microflow, what would be an example of a variable? - Answer- $Customer 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? - Answer- Set a breakpoint condition. How can you have a microflow automatically run at a specific moment in time? - Answer- Create and enable a scheduled event. What can you use to exit a loop early, instead of finishing the entire list of iterator objects? - Answer- A break event You want to find the total number of objects in a list. What can you easily use to do this?

  • Answer- Use an aggregate list function. What are batches used for? - Answer- Processing large amounts of data. What is the list object in a loop called? - Answer- An iterator What is another way of calling an association? - Answer- Reference How many associations can you add between two entities? - Answer- Many associations of various multiplicity. What is a good reason to choose to use an Information Entity instead of multiple associations? - Answer- You want to display additional information about an association. Which of the event handlers does always need to return a boolean return value? - Answer- The before commit.

For which of the following entity types does Mendix create a database table? - Answer- For persistable entity What happens on commit of a non-persistable entity? - Answer- Current attribute values and association values are stored in memory. What would be a good situation to use a calculated attribute? - 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? - 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? - 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? - 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? - Answer- Owner If you need to import data regularly, what is the best way to do so? - Answer- Services such as SOAP, REST, and oData What are some alternative methods for importing files into a Mendix app? - Answer- Flat files, CSV, Excel When transforming, why should you import large datasets into a flat structure before running the transformation? - Answer- To not overrun available memory What is the fastest way to create overview pages for all of the entities in your domain model? - Answer- Right click an Entity and select "Generate overview pages..." for all entities. How can you show data from multiple entities in the same data grid? - Answer- Add columns which use associations. Where do you connect User roles to Module roles? - Answer- App security What does your app need in order to import Excel data into a Mendix app? - Answer- The Excel Importer module from the Marketplace.

What does the Mx Model Reflection module do? - Answer- It shows the configuration of your domain model in the client.

What do you use Cognitive AI apps for? - Answer- Speech recognition, sentiment analysis, face detection, risk assessment, and fraud detection, among others

What is the main feature of language detection? - Answer- Detect language content of a text Which step is correct during implemention sentiment detection? - Answer- Need sentiment detector Which one is the correct option for implementing translation feature? - Answer- Need to create translator object from domain model entity What is the last step you do before finishing the app? - Answer- Add a translation action Where can you get license tokens from? - Answer- Mendix support Where to set license token of Cognitive AI modules? - 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? - Answer- Wizard Form What type of attribute do you need to create for the different luggage plans you want to offer? - Answer- Enumeration Where can you set up speech recognition rules in the Microphone widget? - Answer- Items in Voice to action Which one is the correct language format for American English? - Answer- en-US Where can you set up the data in the Audio Player widget? - Answer- In the General tab, under Source What do you need to do before you can test your app? - Answer- Add page navigation Which step is necessary before your app goes live? - Answer- Preview and test What can Cognitive AI do? - Answer- Help you improve customer support What is the first thing you need to do to make the AI agent more powerful? - Answer- Create a lot of possible questions What do you need to generate to use the Receipt Processing in your app? - Answer- Binding Keys

Which app template is best to use for automating request approval process? - Answer- Approval Template What is the aim of generating import mapping in your Receipt Processing app? - Answer- To map extracted data from Receipt images into non- persistent entities Where can you download the JSON structure for your Receipt Processing app? - Answer- In Document Model Training web app How do you add downloaded JSON structure to your app? - Answer- Right click on folder or module, add other, and select JSON structure What are the parameters that Receipt Processing Activity has? - Answer- Image List, Import Mapping, Task Queue, Output When do you use Loop activity in your microflow? - Answer- When we want to allow certain activities in our microflow to be executed repeatedly What would you do if you want to call a microflow on completion of commit operation of an entity? - Answer- Use Event Handlers Where can you download File Dropper widget for your app? - Answer- Marketplace How do you make sure that the file(s) uploaded into File Dropper will be correctly associated with ImageBatchReceipt entity in your page? - Answer- By assigning the right file entity and Association to context in the File Dropper edit window Which widget do you use to display the extracted data of the receipt? - Answer- Data grid Module Roles can be used to grant access on: - Answer- Pages, Microflows, Entities defined in the module What may cause the error - "Creating Object of type MyReceiptModule.InputImagesReceipt failed for Security Reasons"? - Answer- Access rules for Entity not configured properly What should be the "Security Level" while deploying your App in Production? - Answer- Production How can you configure different home pages for different users? - Answer-

You can configure Role-based home pages What do you need to generate to use the Invoice Processing in your app? - Answer- Binding Keys