Mendix Certification exam
You invited some members to join your Mendix team, but they don't want to be part of the project anymore. What can you do?
Ask the SCRUM master to remove them from the project
You want to show a value converted using the latest exchange rates in your app. What is type of attribute is it best to use?
Calculated attribute
The Connector is a part of Studio Pro that:
Can be used to quickly connect an attribute to a widget or an entity to a list view
Where's the best place to find hints and tips as well as the latest information on creating a great UX in Mendix?
Check the newest updates at the Atlas UI site
Where's the best place to find hints and tips as well as the latest information on creating a great UX in mendix?
Check the newest updates at the Atlas UI site
Which of the following is considered good practice when committing to the repository?
Committing small, consistent pieces of work
You want to create a button that has conditional visibility. Where do you configure this?
In the properties of the button
What is delete behavior?
It defines what happens to an associated object when an object is deleted.
what is the default security setting when you start developing your app?
NOT Demo/Prototype
What type of validation could ensure that the domain of an email address is @mendix.com?
Not equals, not required
Which tool can you use for doing your Online Project Management in Mendix?
The Mendix Developer Portal
Which of the following would be the easiest place to add theming?
The Web Modeler
What do story points represent?
The effort it will take to finish a user story
you want to add an attribute to a microflow expression but you can not find it in the expression editor. Why could that be?
The entity is not in scope of the microflow
What is a good name for a page ?
The information the page will show and what kind of page it is
What is a good name for a page?
The information the page will show and what kind of page it is
the project explorer
The part of the desktop modeler giving you access to resources in the app such as pages. microflows, and navigation
What needs to be clearly stated in the User story ?
The value of the user
When you create a new app from within the Developer Portal, the Team Server is automatically enabled.
True
Module roles are connected to:
User roles
When is it necessary to extend the Domain Model?
When new dynamic data is needed in the app
creating a page that that is only for a mobile device is done by
selecting a device specific layout
which of the following is not an attribute type in Mendix ?
text
The green bullet at the beginning of a microflow shows:
the starting point of a microflow
Is it possible for a button to do nothing
true
You can preview the pages of the app on all devices types without publishing
true
Which microflow expression, used in an exclusive split, shows that a Course has been selected?
$TrainingEvent/TrainingEvent_Course != empty
What is the typical duration of a Mendix sprint?
1- 2 weeks
A working copy is:
??
not having access to a microflow means that
???
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 ?
???
what is a microflow expression?
???
What is the relationship between User roles and Module roles?
A User role is defined on Project level, and has Module roles assigned to it.
What is the result of a Sprint?
A product increment
You want to explain the reason for adding an exclusive split to a microflow. What is the best way to do it?
Add an annotation connected to the exclusive split
Mendix is best suited for:
Agile
What is the purpose of adding a navigation menu in your app?
Allow the user to find the pages that they are looking for
What is an object?
An instance of an entity
Which activity will you need if you use a microflow to schedule a new TrainingEvent.
Create Object
Before you create your pages, it's good to
Create wireframes
Which of the following widgets it is better not to use when developing an app specifically for mobile?
Data grid
What is a Parameter?
Data that serves as input for a microflow
In which stage of the Application Lifecycle are user stories created?
Design?? NOT development
Where can you add validation in Mendix?
Domain Model, Microflows, Pages
How should the Attribute name for an email address be written in the Domain Model?
EmailAddress
Before setting validation rules, which of the following needs to be created?
Entities
how can validation messages for the same entity be presented together?
Perform all validations in a single microflow
Which layout is it best to use when creating an app for mobile?
Phone Specific
the header of a detail page in the app needs to contain dynamic information from the objects that is displayed on the page. What's needed?
Place the header inside a data view
to confirm entity access, the app security level must be set to:
Production??? not Demo/Prototype
You want trainees to only have access to certain features of the mobile-specific app. What do you need to do?
Set the project security accordingly
Which of the following is a WYSIWYG editor?
Studio
While committing your work, mendix reports a number of errors. What does this mean?
Studio error messages remind you to check and fix things you may have missed before committing
To send feedback on a particular Mendix App, you need to:
Submit it via the Feedback icon
You want to add a button to your course overview page that will create a new TrainingEvent. What parameter should you pass to the microflow?
The Course entity
Which of the following is a place where you can share a blog about a cool project you have been working on with Mendix?
The Mendix Community Blog
Which tool can you use for doing your Online Project Management in Mendix ?
The Mendix Developer Portal
Which of the following is true?
You can only commit when your working copy is up to date with the repository. If there are other changes, you have to update first
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.
Which of the following is a token?
[%dataAndtime%]
The "Card Action" is:
a Building Block
which of the following flows is used to go from one activity to the next ?
a sequence flow ???
What is a transient object?
an obejct that has been created in memory but is not in the database yet.
You can use a microflow to create:
an object
You want to add a button to your course overview page that will create a new TrainingEvent. For that you need to create microflow that:
creates a Training event obejct and opens the traning Event details page
It is possible to publish your app while it still has errors?
false
You want to use your app from your mobile phone. For that you need to create a mobile specific version of your app.
false
is it possible to publish your app while still has errors
false
when validation is triggered on a page where there's no input widget for the attribute that doesn't pass the validation check. where can you expect to find the validation feedback message?
in a pop-up