Developer Exam | Verified
100% Correct Solutions |
2025/2026 Updated Version
By downloading it for free from the Mendix App Store
How can you get the latest version of Mendix Studio Pro?
The Mendix Community Blog
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 Developer Portal
Which tool can you use for Online Project Management in Mendix?
Your Mendix certification level
What does the rectangular Mendix badge on your profile represent?
Check the latest updates on the Atlas UI site
Where's the best place to find the latest information regarding the default design
language used by Mendix apps?
,As a <user> I want <what>, so that <business value>
The user story template
The Scrum Master
When working with Scrum, who is responsible for making sure a project is successful
The effort need to finish a user story
What do story points represents?
A product increment
What is the result of a Sprint?
Capture
In which stage of the Application Lifecycle are user stories created?
Responsive Design
What do you call a page design that adapts to the available screen space?
...
"On Click Action" option for a button?
...
How can you create a page that is only for mobile devices?
Create wireframes
What should you do before you create pages in Mendix?
True (Yes)
Can you preview the pages of your app on all devices types without publishing
False (No)
Is it possible to publish your app while it still has errors?
True (Yes)
,Does every databased table in a Mendix app automatically have an ID column?
By the Domain Model when the app is published
How is the databased structure (for schema) determined in a Mendix app?
Associations
What are connections between entities in Mendix called?
In the Developer Protal
Where do feedback item show up when they are submitted by an end user?
An endpoint of the microflow
What does the red circle in a mircoflow represent?
It helps you build microflows
What does Mendix Assist do?
The Course Entity
You want to use create a new TrainingEvent from the course overview page and prefill
some information based on the course. What parameter should you pass to the
microflow
ACT_TrainingEvent_CreateNew
What is a good name for a microflow that allows you to schedule a new TrainingEvent
from your homepage
An attribute or an association
What is a member in Mendix?
...
What is a Paramenter?
Nested Data
, 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?
...
How can data be nested in a Mendix app wit h a One-to-Many Association?
When the app needs to store additional information about an association in the
database
When should you create an Information Entity?
Business Engineer
Besides the Scrum Master, which of the Team roles mentioned below has access to the
project on the Team Server?
[%DataandTime%]
Which of the following is a token?
Change Object
Which activity is used to change the value of an attribute?
true, false
What are the possible exists for a decision with the expression $Course!=empty?
...
You want to add an attribute to a microflow expression but it is not in the scope of the
microflow. What can you do?
The app will not run in its current state and you should fix the error before committing.
What does it mean if Mendix reports a number of errors when committing your work?
It defines what happens to an associated object when an object is deleted
What is deleted behavior?