Mendix Certification Exam Questions
and Answers Already Graded A
You can create a new app from the Mendix Developer Portal. ✔✔True
If a Scrum team gets stuck, because of things that are out of their control, who is re
...
Mendix Certification Exam Questions
and Answers Already Graded A
You can create a new app from the Mendix Developer 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
When using the Layout Grid, the weight of all columns must add up to: ✔✔12
How many rows can a page have? ✔✔As many as you need
It is possible to place multiple widgets in a container ✔✔True
You can have different row layouts for mobile, tablet, and desktop devices. ✔✔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? ✔✔A 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
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 that all the Registrations of this Trainee are deleted as well.
How is that delete behavior called? ✔✔Cascading delete
Which security level must be active to deploy an application to the test environment of a licensed
node in the Mendix cloud? ✔✔Production security
What effect does security have on the navigation of the application? ✔✔The visibility of menu
items is affected by Page and Microflow security
Why can you define security settings on both project and module level? ✔✔It makes it easy to
reuse modules.
A user role must have one or more module roles 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 than the one for other devices. ✔✔True
What would be the best name for a mobile-specific homepage? ✔✔Home_Mobile
[Show More]