Quizlet

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

MENDIX

Study online at quizlet.com/_7eyyk1

1. before setting validation rules, which of entities 16. it is possible to create a page true
the following needs to be created? without having any entities
defined
2. before you create your pages, it's good create
to wireframes 17. it is possible to publish your app false
while it still has errors?
3. The "Card Action" is: The Mendix
Community Blog 18. The lifecycle of an app starts the capture
with:
4. the "card action" is a building block
19. mENDIX IS BEST SUITED FOR: AGILE
5. A connection needs to be created to One-to-One
support the following feature: A team Association 20. Module roles are connected to user roles
can have only one home stadium and a
21. the overall security settings for a project security
stadium can have only one team. Which
project are managed in
association is needed?
22. The Project Explorer is: The part of the Desktop
6. the connector is a part of studio pro that can be used to
Modeler which allows
quickly connect
you to access
an attribute to a
resources of the app
widget or an
such as pages,
entity to a list
microflows, and
view
navigation.
7. The expression $Course!=empty will (NOT) true,
23. the project explorer is a type of regular
result in the following exits of an empty
expression
exclusive split:
24. a red bulletin a microflow an end point of the
8. The green bullet in the beginning of a The starting
indicates microflow
microflow shows: point of a
microflow 25. there is a button on the (NOT they will set it,
homepage which links to a costs but they can't click on it
9. How can validation messages for the Perform all the
overview page. what happens to
same entity be represented together? validations in a
this button if the user's role does
single microflow
not have access to the page?
10. How is the database structure By the Domain
26. To configure entity access, the production
determined in a Mendix app? Model when the
app security level must be set to
app is published
27. To send feedback on a particular submit it via the
11. how should the attribute name for an EmailAddress
mendix app you need to feedback icon
email address be written in the Domain
Model? 28. A user role does not have access Edit the visibility of the
to an attribute. That attribute attribute
12. If team can have only one home one-to-one
displays on a page that they do
sttadium and a home stadium can have association
have access to. That results to a
only one team, which association needs
security conflict. To solve it, you
to be craeted between team and home
need to:
stadium?
29. what are connections between associations
13. in studio pro, you see a yellow bullet in you modified
entities in mendix called?
the changes pane, what does it mean? this item
(meaning a 30. What can you write in the (NOT) The commit will
document, expression editor? be executed after the
folder, or user confirms it.
module 31. what can you write in the a microflow expression
14. In the Web Modeler you can preview the TRUE expression editor?
app on all device types without 32. What does having role-based Each user role has their
publishing. homepages mean? own homepage
15. It is possible for a button to do nothing. True 33. what does having role-based each user role has their
homepages mean? own homepage
34. What do story points the effort it will take to 51. what is the second phase of the application develop
represent? finish a user story lifecycle
35. what happens when a before the commity won't be 52. What is the typical durations of a mendix 1-2 weeks
commit event returns a false executed sprint?
boolean?
53. What needs to be clearly stated in the (NOT) the
36. what is a core principle behind (not) using tools to User Story? feature that
agile methodology? collaborate online needs to be
created
37. what is a good name for a act_trainingevent_createnew
microflow that allows you to 54. what provides structure to your data? the domain
schedule a new trainingevent model
from your homepage?
55. what type of validation could ensure that regular
38. What is a good name for a The information the page the domain of an email is expression
page? will show and what kind of
56. when can you start a new sprint? when the time
page it is
box for the
39. what is a good name for a the information this page previous
page? will show and what kind of sprint is over
page it is for example 2
weeks
40. What is an entity? (NOT) a bit of information
that says something about 57. when do feedback items show up when in the
an attribute (NOT) a list of they are submitted by an end user? developer
objects portal
41. what is an entity? (NOT) a bit of information 58. When is it necessary to extend the Domain When new
that says something about Model? dynamic data
an attribute (NOT) a list of is needed in
objects the app
42. what is an object? (not) an element of 59. When is it necessary to extend the domain when new
microflows model? dynamic data
is needed in
43. What is a Parameter? Data that serves as input
the app
for a microflow
60. When validation is triggered on a page In a pop-up
44. what is a parameter? Data that serves as input
where there's no input widget for the
for a microflow
attribute that doesn't pass the validation
45. what is a transient object? an object that has been check, where can you expect to find the
created in memory but is validation feedback message?
not in the database yet
61. When validation is triggered on page, in a pop-up
46. What is delete behavior? It defines what happens to where there's no input widget for the
an associated object when attribute that doesn't pass validation check,
an object is deleted. where can you expect to find the
47. what is delete behavior? it declines what happens validation feedback message?
to an associated object 62. When working with scrum, who is the scrum
when an object is deleted responsible for making sure a project is team
48. What is the default security Off successful?
setting when you start 63. When working with Scrum, who is the Scrum
developing your app? responsible to make sure the project is Team
49. What is the relationship A User role is defined on successful?
between user roles and Project level, and is a 64. when you create a new app from within true
module roles? collection of Module roles the developer portal, the team server is
50. what is the result of a sprint? a product increment automatically enabled
65. Where can you add validation in Domain Model, 78. which $TrainingEvent/TrainingEvent_course!=empty
Mendix? Microflows, Pages microflow
expression,
66. where can you add validation in Domain model,
used in an
mendix? microflows, pages
exclusive split,
67. where can you create user roles? in project security shows that a
68. Where can you write some code to In the expression course has
create custom logic in your app? editor been selected?

69. where can you write some code to in the express 79. Which of the Maximum Length, Range, Unique
create custom logic in your app? editor following are
validation
70. where do feedback items show up in the developer
types on the
when they are submitted by an end portal
Domain Model
user?
in Mendix?
71. WHERE'S THE BEST PLACE TO FIND check the newest
80. which of the (NOT) required is multiple, regular
HINTS AND TIPS AS WELL AS THE updates at the
following are expression
LATEST INFORMATION ON CREATING atlAS UI site
validation
A GREAT UX IN MENDIX?
types on the
72. Where's the best place to find hints Check the newest domain model
and tips as well as the latest updates at the in mendix?
information on creating great UX in Atlas UI site
81. WHICH OF THE sequence flow
Mendix?
FOLLOWING
73. Which activity is used to change the (not change value) FLOWS IS
value of an attribute? (NOT CHANGE USED TO GO
ATTRIVUTE) FROM ON
(possibly change ACTIVITY TO
object) THE NEXT?
74. which activity will you need if you use create object 82. Which of the A sequence flow
a microflow to schedule a new following flows
trainingevent? needs to have
75. which is the methodology to which agile one start event
mendix subscribes? and at least
one end
76. which is the most commonly used one-to-many event?
association in mendix apps
83. which of the the mendix community blog
77. Which layout is best to use when phone specific following is a
creating an app for mobile? place where
you can share a
blog about a
cool project
you have been
working on
with mendix
84. WHICH OF THE STUDIO
FOLLOWING IS
A wysiwyg
EDITor
85. Which of the The Web Modeler
following is a
WYSIWYG
editor?
86. Which of the it is considered good practice to 97. Which tool can you use for the Mendix Developer
following is commit small, consistent pieces of doing your Online Project Portal
considered good work to the repository. Management in Mendix?
practice?
98. While committing your work, The Modeler automatically
87. which of the Committing small, consistent pieces Mendix reports a number of checks your app for things
following is of work errors. What does this mean? which you may have
considered good missed and the error
practice when messages remind you to
committing to the check and fix these before
repository? committing
88. which of the caller of the page 99. why is it important to be to give the same look and
following is not a consistent when using feel across the pages in the
data source for a list layouts? app
view?
100. Why is it important to be To give a consistent look
89. Which of the Text consistent with using layouts? and feel across important
following is not an pages in the app.
attribute type in
101. why would validation be (not) when validation
Mendix?
performed in a microflow objects (NOT) When
90. which of the custom rather than the domain validating regular
following is not on model? expressions
click action for a
102. a working copy is a local copy of the project
button?
where you can make
91. Which of the Committing is only possible when changes without affecting
following is true? your working copy is up to date with the repository until you
the repository. If someone else commit them
committed a change since the last
103. you can preview the pages of true
time you updated, you have to
the app on all devices
update first.
without publishing
92. Which of the (NOT) When you create apps from
104. YOU CAN USE A AN OBJECT
following is true? within the Desktop Modeler, Team
MICROFLOW TO CREATE
Server is automatically enabled.
105. You can use a microflow to an object
93. Which of the data grid
create:
following widgets it
is better not to use 106. you can use a nmicroflow to an object
when developing an create
app specifically for 107. you configure the page The page will not display
mobile? access of an overview page, on the navigation menu
94. Which parts of the the whole lifecycle of the app so that it does not display to
application lifecycle specific user roles. What will
does mendix happen to the navigation
support? menu for that specific user?

95. which parts of the the whole lifecycle of the app 108. You have already configured you need to configure
application lifecycle production level security. anonymous user access in
does mendix What needs to be done to the project security settings
support? make a mendix application
accessible to users that do
96. which tool can you THE MENDIX DEVELOPER PORTAL
not have accounts.
USE FOR DOING
ONLINE PROJECT
MANAGEMENT IN
MENDIX?
109. you have already configured you need to configure 119. You want to create a ACT_TrainingEvent_CreateNew
production level security. What anonymous user access microflow that will
needs to be done to make a in the project security enable you to
Mendix application accessible settings schedule a new
to users that do not have training event
accounts? directly from your
homepage. According
110. you invited some members to ask the scrum master to
to the naming
join your mendix team, but they remove them from the
convention, what
don't want to be part of the project
would be a nice name
project anymore, what can you
for that microflow?
do?
120. You want to create an $TrainingEvent/TrainingEvent_Course
111. You manage your overall Project Security
exclusive split to != empty
security settings on:
check if a course is
112. You use a 'List view swipe' (NOT) Configure the selected. Which
widget to set a participants settings of the widget microflow expression
attendance to Attended or shows that the course
Unattended. How can you has been selected?
make that happen?
121. You want to make a The Web Modeler
113. you want to add a button to creates a trainingevent quick fix on the
your course overview page that object and opens the layout of your app
will create a new training training event details homepage. Which is
event. for that you need to page the best place to do
create a microflow that that quickly?
114. You want to add an attribute to add a retrieve activity to 122. You want to use your false
a microflow expression but it is the microflow app from yourn
not in the scope of the mobile phone. For
microflow. what can you do? that you need to
115. you want to add an attribute to the entity is not in scope create a mobile
a microflow expression but you of the microflow specific version of
can not find it in the expression your app
editor. why could that be? 123. You want trainees to (NOT) Make sure their user role
116. You want to avoid your user Where you can validate have access to only only has access to certain pages
getting validation messages for one member (attribute or specific features of and microflows
the same entity in different association) of an entity the mobile-specific
places at different times. What in a Microflow, do all the app. What do you
is the best way to approach validations in the one need to do?
this? Microflow. 124. You want trainees to Set the project security accordingly
117. You want to create a button In the properties of the only have access to
that has conditional visibility. button certain features of
Where do you configure this? the mobile-specific
app. What do you
118. you want to create a button in the properties of the
need to do?
that has conditional visibility. button
Where do you configure this?

You might also like