TAKEN FOR THE CLASS LEADING UP TO THE
CERTIFICATION EXAM
What is the Mendix Studio?
A tool to create, develop, and deploy innovative apps quickly.
How can you get the latest version of Mendix Studio Pro?
By downloading it for free from the Mendix Marketplace.
The Mendix Ecosystem offers all of the following tools to a developer EXCEPT:
Customer Relationship Management (CRM) and sales tools
Why is it important for you to create an account and profile in Mendix?
-It enables you to track your progress learning the Mendix tools.
-It enables you to become part of the Mendix community.
-It enables you to earn badges and recognition for your expertise on Mendix topics
What are 3 effective ways that you can obtain help while working on a Mendix application.
-Posting a Mendix support ticket.
-Searching for similar questions/problems in the Mendix community forum.
-Finding related content in the Mendix Academy or reference documentation.
Which tools are available for help when creating a Mendix application?
-A community blog
-The Mendix Forum
-The Mendix Reference Guide
All of the following are Mendix project roles EXCEPT:
Product End-User
Which of the following statements describe the purpose of wireframes?
-An approach to streamline the process of creating user stories.
-A visual way to show the basic features of an app.
How many default App Team roles are there?
5
, When you create a new Mendix project, the following statements are TRUE:
-You are automatically given the role of SCRUM master.
-Mendix creates a "Project Buzz" page to manage the application lifecycle.
Where do you capture your project requirement?
In the Stories tab underneath Collaborate in your project's dashboard.
Which of the following button building blocks will create a button with a clickable button link?
Card Action
When using the Layout Grid, the maximum weight of all columns is:
12
In the training app, pages with a title including the term "Overview" typically:
Shows a list of multiple values (course list, training event lists, trainee lists)
What is a page in Mendix?
The interface to you app's data and interaction.
Which of the following statements regarding consistency errors are TRUE?
-Mendix Studio evaluates your application for consistency continually as you develop your
application.
-If the application does not have consistency errors, the "Check" button will appear green.
The value 5.84 could be stored in an attribute of the type:
Decimal
The naming convention for associations in the domain model is:
Entity1_Entity2
Associations are constructed between in the domain model.
relationships, entities
Which of the following are required to support dynamic data in a Mendix page?
-Attributes
-Entities