Mendix Questions and Answers with
Verified Solutions
A critical success factor for companies working with Mendix is: ✔✔working in small crossfunctional teams
How can you get the latest Mendix Desktop Modeler? ✔✔By dow
...
Mendix Questions and Answers with
Verified Solutions
A critical success factor for companies working with Mendix is: ✔✔working in small crossfunctional teams
How can you get the latest Mendix Desktop Modeler? ✔✔By downloading it for free from the
Mendix Appstore.
What is the Mendix Modeler? ✔✔A tool to create, develop, and deploy innovative apps at light
speed.
You can create a new app from the Mendix Developers Portal. ✔✔True
If a scrum team gets stuck, because of things that are out of their control, who is responsible to
remove
those impediments? ✔✔The Scrum Master
Where do you capture your project requirements? ✔✔At the Stories tab underneath Collaborate
in your project's dashboard.
How many default App Team roles are there? ✔✔5
What is a page in Mendix? ✔✔The interface to your app's data and
interaction
A page is responsive when: ✔✔It works and looks good on all devices
When using the Layout Grid, the weight of all
columns must add up to: ✔✔12
How many rows can a page have? ✔✔infinite
It is possible to add multiple widgets in a
container ✔✔true
You can have different row layout for mobile,
tablet, and phone ✔✔true
A list view is a widget used to: ✔✔Display dynamic data
The value 1,23 could be stored in an attribute of the type: ✔✔Decimal
The Attribute type Enumeration is used to store: ✔✔A list of predefined values
The reference selector is a widget that allows you to: ✔✔Select and display an associated object
What are microflows? ✔✔The custom logic of a Mendix application
What are three microflow components? ✔✔Activity, Exclusive split, Parameter.
How many start events can a microflow have? ✔✔One
Microflows can be triggered by: ✔✔Entity event, Action button, Widget event
The Desktop modeler is a WYSIWYG editor. ✔✔False
In the Desktop Modeler, you can access the Domain Model of your app from ✔✔The Project
Explorer
Only users with the SCRUM Master role have access to the Team Server. ✔✔False
You downloaded the latest version of the project from the Team Server, and did some changes to
the
app. What do you need to do next for your team members to be able to view your changes?
✔✔Commit your changes to the Team Server
The Desktop modeler is a WYSIWYG editor ✔✔False
In the Desktop Modeler, you can access the Domain Model of your app from: ✔✔The Project
Explorer
Only users with the SCRUM Master role have access to the Team Server ✔✔False
You downloaded the latest version of the project from the Team Server, and did some changes to
the
app. What do you need to do next for your team members to be able to view your changes?
✔✔Commit your changes to the Team Server
When do you use in the retrieve action the option "by association"? ✔✔When you want to
retrieve the associated object from memory
Which statement is true? ✔✔Microflow expressions are used to change, check and extract data
from available values
Which activity is used to change the value of an attribute? ✔✔Change object
Where do you configure validation rules? ✔✔In the entity properties
What do validation rules apply to? ✔✔Attributes
What would be a best practice when deleting a Location? On delete of 'Location' object:
✔✔Delete 'Location' objects only if it is not associated with 'TrainingEvent' objects
When deleting a Trainee, you want all Registrations for this Trainee to be deleted as well. What
is that delete behavior called? ✔✔Cascading delete
Which security level must be active to deploy an application to a test environment of a licensed
node in the Mendix cloud? ✔✔Production security
What effect does security have on the navigation of the application? ✔✔Page and Microflow
access changes the visibility of menu items.
Why can you define security settings on both project and module level? ✔✔It makes it easy to
reuse modules
A user role is required to have at least one module role in every module ✔✔False
You can create a part of the app functionality specifically for mobile. ✔✔True
You can set a different homepage for mobile that the one for other devices. ✔✔True
What would be the best name for a mobile-specific homepage? ✔✔Home_Mobile
[Show More]