EXAMEN - MENDIX - PROok - 03 Ok
EXAMEN - MENDIX - PROok - 03 Ok
EXAMEN - MENDIX - PROok - 03 Ok
2 Which tool can you use for Online Project Management in Mendix?
4 Where's the best place to find the latest information regarding the default design language used
by Mendix apps?
5 Which of the following is a place where you can see news regarding the latest features of the
Mendix platform?
KanBan
PRINCE2
Agile
Waterfall
7 When working with Scrum, who is responsible for making sure a project is successful?
extend the Domain Model
The Scrum Master *Incorrecta*
The Product Owner
The Scrum Team
The Development Team
Development
Design *Incorrecta*
Capture
Analysis *Incorrecta*
11 What do you call a page design that adapts to the available screen space?
Responsive design
Automatically adjusting design *Incorrecta*
Dynamic design *Incorrecta*
Flexible design
12 Can you preview the pages of your app on all device types without publishing?
No
Yes
Custom
Save page
Call a microflow
Open Entity
Yes
No
Database
Parameter
Another widget
Data set
Connections
Associations
Microflows
Foreign Keys
18 How should the Attribute name for an email address be written in the Domain Model?
Email_Address *Incorrecta*
Email Address
emailAddress *Incorrecta*
EmailAddress
19 What is an object?
The pages
The navigation
The domain model
The microflows
21 What does the green circle in a microflow represent?
Character
Numerical
Byte
Boolean
24 How does Mendix Assist Logic Bot support you during development?
When the app needs many objects to connect to many other objects in the database *Incorrecta*
When the app needs to store additional information about an association in the database
When the app needs to store information about a user in the database
When the app needs to store information in the database
27 You want to explain the reason for adding a decision to a microflow. What is the best way to
do it?
Add a comment right after the decision *Incorrecta*
Add an activity card with the comment as the title
Add an annotation connected to the decision
Add an annotation connected to the microflow
28 How can data be nested in a Mendix app with a One-to-Many Association?
29 How can you show dynamic information related to the object being displayed in the header of a
detail page?
30 Besides the Scrum Master, which of the Team roles mentioned below has access to the project
on the Team Server?
Product Owner
Business Engineer
Application Operator
End user
31 Which microflow expression, used in a decision, shows that a Course has been selected?
$TrainingEvent/TrainingEvent_Course = empty
$TrainingEvent/TrainingEvent_Course != false *Incorrecta*
$TrainingEvent/TrainingEvent_Course != true
$TrainingEvent/TrainingEvent_Course != empty
A retrieve that happens first from memory and when that is not possible, from the database.
A retrieve that happens first from database and when that is not possible, from memory.
A retrieve that happens from the database only if the entity you retrieve has an association *Incorrecta*
A Javascript expression
A microflow expression
A description explaining what the result of a microflow is
35 What is a transient object?
An object that has been created in memory but is not in the database yet.
An object that is in the database but not in the memory
An object used in a microflow expression *Incorrecta*
An object that is being retrieved to be used in a microflow expression
36 Where can you find the validation messages for attributes that are not connected to input
widgets on a page?
37 Which event type should you use when you want an input widget to trigger a microflow when it
changes from ‘no selection’ to a specific selection?
On Change
On Leave
On Selection
On Start
38 You want to make sure that an airline flight in your app cannot be deleted if there are still
passengers assigned to it. What should you configure?
One
Two *Incorrecta*
None
Unlimited *Incorrecta*
41 Where can you create user roles?
43 You have already configured production level security. What needs to be done to make a
Mendix application accessible to users that do not have accounts?
You need to configure anonymous user access in the project security settings.
Nothing. By default everybody has access to a Mendix application.
This is not possible. You need to create an account for every user. *Incorrecta*
You need to create an account without a username and password.
User roles
Users
Pages
Entities
App Security
Module Security *Incorrecta*
Admin Security
Production Security
Yes
No
Yes
No
BPMN
BPEL
BPEL4People
BPM
50 Where should you configure role-based home pages for the Phone Web profile of your app?
1 week
1- 2 weeks
6 weeks *Incorrecta*
1 month
52 Where can you find the list of items that need to be finished during the sprint?
A final project
A product increment
Product feedback
A product feature
Deploy
Capture
Develop
Design
Yes
No
A Widget
A Building Block
A Layout *Incorrecta*
A Page Template *Incorrecta*
59 If Team can have only one Home Stadium and a Home Stadium can have only one Team, which
association needs to be created between Team and Home Stadium?
Exclusive Association
One-to-One Association
One-to-Many Association
Reference Set
60 How should the Attribute name for an email address be written in the Domain Model?
Email_Address *Incorrecta*
Email Address
emailAddress *Incorrecta*
EmailAddress
Yes
No
62 Which activity will you need if you use a microflow to schedule a new TrainingEvent.
Create Object
Change Object
Show Message
Retrieve Object
63 What is the name of the operation used to send changes to the Team Server?
Commit
Update
Synchronize
Modify *Incorrecta*
A local copy of the project where you can make changes without affecting the repository until you commit them
An online repository that contains both the model and all the app’s resources
A local copy of the project which is automatically committed to the repository after every change
A copy of the work you have been doing since you last pressed save
When the app needs many objects to connect to many other objects in the database
When the app needs to store additional information about an association in the database
When the app needs to store information about a user in the database
When the app needs to store information in the database *Incorrecta*
66 Why would an entity not show up in the auto-complete of the expression editor?
67 What are the possible outcomes for a decision with the expression $Course!=empty?
false, empty
true, false, empty *Incorrecta*
true, empty *Incorrecta*
true, false
Change Object
Change Attribute *Incorrecta*
Change Variable
Change Value *Incorrecta*
69 Before setting validation rules, which of the following needs to be created?
Entities
Objects *Incorrecta*
Pages
Microflows
71 Default save behavior can be replicated using which two microflow activities?
72 When would you need to perform validation in a Microflow rather than in the Domain Model?
73 You configure the page access of an overview page, so that it does not display for specific user
roles. What will happen to the navigation menu item for that page and that specific user role?
You are not able to see the element that triggers the microflow
The element that triggers the microflow is displayed as a non-clickable element
You will get an error message when clicking on the element that triggers the microflow
You are not able to edit the microflow
75 The user role Student SHOULD NOT have access to an attribute that is being displayed on a
page, which results in an error message in Studio Pro. What is the best way to resolve the error
message considering that the same attribute should be displayed for other user roles?
User roles
Users
Pages
Entities
When creating a mobile part of your app, you need to create a separate mobile domain model
When creating a mobile part of your app, you need to create separate mobile pages
When creating a mobile part of your app, you need to setup security access for your entities specifically for mobile
*Incorrecta*
When creating a mobile part of your app, you need to use the mobile layout grid
78 Which of these layouts should you use when creating an app for mobile?
Responsive
Tablet Specific
Phone Specific
Gesture specific
One-to-Many Association
One-to-One Association
Reference Set
Many-to-Many Association (*)
81 What is an entity?
82 What is the maximum number of incoming flows a decision activity can have?
One
Two (*)
None
Unlimited
84 How can you show dynamic information related to the object being displayed in the header of a
detail page?
85 You would like to use a Data view to limit the number of objects retrieved by a List view that is
placed inside that Data view. What is this concept called?
Information entity
Nested data
Drop-down widget
Using an object as a constraint (*)
A WYSIWYG editor.
A Mendix-hosted environment that contains all your apps and allows you to collaborate with your
team and use versioning.
A local copy of the project, where you can work on the model without affecting the version stored
in the repository.
A mobile-first, development environment which allows you to develop the app with the mobile
device as the starting point. *Incorrecta*
87 You want to show a value converted using the latest exchange rates in your app. What type of
attribute is it best to use?
Calculated attribute
Stored attribute
Dynamic attribute *Incorrecta*
Changing attribute
88 You want to add an attribute to a microflow expression but it is not in the scope of the
microflow. What can you do?
89 What does it mean if Mendix reports a number of errors when committing your work?
The app will not run in its current state and you should fix the errors before committing.
Mendix Studio Pro is reporting internal issues that require you to restart Mendix before continuing.
There is a new Mendix version available and you need to update.
The app cannot be committed in its current state and you have to fix the errors before committing. *Incorrecta*
90 What type of validation could ensure that the domain of an email address is @mendix.com?
Equals
Unique
Regular expression
Required
In microflow access
In module security
In project security
In the properties of the button
93 What is the default security setting when you create a new app?
Prototype/Demo
Production
Cloud
Off
94 Do you need to create a mobile-specific version of your app when you want to use it on a
mobile phone?
Yes
No
95 Which of these templates is designed for pages that display a list on a mobile phone?
Blank *Incorrecta*
List *Incorrecta*
List Double Line
Dashboard Status
List view
Data view
Data grid
Drop down
97 How can you create a page that is only for mobile devices?
99 Which tool can you use for Online Project Management in Mendix?
101 How can you create a page that is only for mobile devices?
102 How is the database structure (or schema) determined in a Mendix app?
106 You create a new microflow from within the properties window of a button. Your new
microflow has a Parameter with an object. What does this mean?
The microflow is now associated with this object in the domain model.
The scope of your microflow is permanently limited to just this object.
This is an error and you should start over.
The button that triggers the microflow will pass an object.
107 What is a Parameter?
Specific elements of the validation rules
Data that serves as input for a microflow
Rules that define the rights of each user
Factors that define the output of a function *incorrecta*
108 You want to show a value converted using the latest exchange rates in your app. What type of
attribute is it best to use?
Calculated attribute
Stored attribute
Dynamic attribute *Incorrecta*
Changing attribute
109 How can multiple validation messages for the same entity be presented together?
111 Where do you manage the overall security settings for an app?
App Security
Module Security
Admin Security *Incorrecta*
Production Security
112 To configure entity access, the app security level must be set to:
Off
Production
Demo/Prototype *Incorrecta*
Cloud *Incorrecta*
113 Which technology provides you with an "Add to Home screen" prompt for launching an app in
a browser without having to download it from an app store?
Native mobile
PWA
Hybrid mobile
Responsive Web
114 How do you limit access for trainees to certain features in the mobile part of your app?
Create a different user role for mobile features *Incorrecta*
Create a role-based mobile homepage
Set the project security accordingly
Set conditional visibility on the relevant features
115 In an app, which pages are best suited for viewing on a mobile device?
117 Is it possible to create links between pages without using a button widget
Yes
118 which statement about columns and rows in a layout grid is true
119 You whant to use create a new trainingEvent from the course overview page and perfil some
information based on the course. What parameter should you pass to the microflow?
Part of microflow
An entity in the domain model *Incorrecta*
An attribute or an association
A user within a security grouping
121 which of the following is considered good practice when committing to the repository
122 which of the following are validation types on the domain model in Mendix
123 What symbol indicates that an entity has validation rules configured
A green check mark next to an attribute
Module security
125 There is a button on the homepage which links to a costs overview page what happens to this
button in the users role does not have access to the page
It is not displayed
126 In an App, which pages are best suited for viewing on a mobile divice
127 Does Progresive Web App have published to the Marketplace before it can be used on the
mobile
NO
127 What is good name for a microflow that allows you to schedule a new trainingEvent from
your homepage
ACT_TrainingEvent_CreateNew
128 You want to use create a new trainingEvent from the course overview page and perfil some
information based on the course. What Parameter should you pass to the Microflow
NO
131 Which of the following sprint events marks the start of a new sprint
131 What does the round Mendix Badge on Your profile represent
133 What is a good name for microflow that allows you to schedule a new trainingEvent form your
homepage.
ACT_TrainingEvent_CreateNew
134 When creating a new page. Where can you find all PWA specific page templates
Phone (Web).
round($Number)
!true
[%DateAndTime%]
$Trainee/EmailAdress
138 There is a button on the homepage which links to a Costs overview page. What happens to
this button if the user's role does not have access to the page?
It is not displayed
It is displayed as a non-clickable button
When they click on it a pop-up appears
When they click on it they go to a 404 page
139 Which of the following flows is used to go from one activity to the next?
An annotation flow
An activity flow
A sequence flow
A business flow
140 Which profile would you use if you want your app to be downloadable from an app store?
Responsive Web
Progressive Web App (PWA) *Incorrecta*
Native Mobile
Responsive Mobile
142 Which of the following flows is used to go from one activity to the next?
An annotation flow
An activity flow
A sequence flow
A business flow
143 Do mobile pages created based on the responsive design require a separate mobile profile?
Yes
No