Which tools are available for help when creating a Mendix application? - ANSWER The
Mendix Forum
Reference Guide
A community blog
How can you get the latest version of Mendix Studio Pro? - ANSWER By downloading it
for free from the Mendix Appstore
The Atlas UI provides the following "out-of-the-box" tools to enable the a developer to
quickly create user-friendly applications. - ANSWER Application templates for common
scenarios
Widgets
Building Blocks
What is the Mendix Studio? - ANSWER A tool to create, develop, and deploy innovative
apps quickly
Why is it important for you to create an account and profile in Mendix? - ANSWER It
enables you to earn badges and recognition for your expertise on Mendix topics.
It enables you to track your progress learning the Mendix tools.
It enables you to become part of the Mendix community.
The Mendix Ecosystem offers all of the following tools to a developer EXCEPT: -
ANSWER Customer Relationship Management (CRM) and sales tools
Which Mendix project role keeps track of the project stakeholder's expectations, defines
the requirements for the project and communications the vision to the team in order to
set priorities? - ANSWER Product Owner
The Sprint Status tab in the Mendix Planning tool provides all of the following
information EXCEPT: - ANSWER A Release Plan
All of the following are Mendix project roles EXCEPT: - ANSWER Product End-User
The Mendix development approach is based on which method? - ANSWER Scrum
Where do you capture your project requirements? - ANSWER 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 image?
- ANSWER Card Action
, When creating new Overview pages you should use the following navigation layout: -
ANSWER Atlas_Default
What is a page in Mendix? - ANSWER The interface to your app's data and interaction
A page is responsive when: - ANSWER It works and looks good on all devices.
When using the Layout Grid, the weight of all columns must add up to: - ANSWER 12
Associations are _____________ constructed between __________ in the domain
model. - ANSWER relationships, entities
For each association that you add to your domain model, a new database table will be
created. This table will store data on which objects are connected to each other. -
ANSWER True
Which of the following are required to support dynamic data in a Mendix page? -
ANSWER Entities and Attributes
Associations in a Mendix domain model can be any of the following EXCEPT: -
ANSWER Many to Many
A list view is a widget used to: - ANSWER Display Dynamic Data
The value 5.84 could be stored in an attribute of the type: - ANSWER Decimal
How does the connection between a Domain Model entity and a ListView object on a
page affect the operation of the page? - ANSWER Data contained in the specified
attributes of each object in the entity are displayed in an information list
The naming convention for associations in the domain model is: - ANSWER
Entity1_Entity2
All of the following Mendix scenarios require microflows except: - ANSWER Your name
needs to implement default behavior
All of the following are possible microflow use cases, EXCEPT: - ANSWER Configuring
the Feedback and Collaboration Widget
How many start events can a microflow have? - ANSWER One
Which of the following follows the microflow naming syntax for a microflow connected to
a button to create a new location? - ANSWER ACT_Location_CreateNew
What are Mendix microflows? - ANSWER The custom logic of a Mendix application