You can create a new app from the Mendix Developer Portal.
True or False
True
The Desktop modeler is a WYSIYG editor. True or False?
False
If a scrum team gets stuck, because of things that are out of their control, who is responsible to remove those impediments?
a. Business Engineer b. Product Owner
c. Scrum Master d. Application Operator
Scrum Master
The value 1.23 could be stored in an attribute of the type...
What are microflows?
a. The sequence of program executions
b. The custom logic
c. Flows of micro streams on Mendix app
d. A river of 0 and 1s
The custom logic of a Mendix application
How many default App Team roles are there?
a. 4 b. 5
c. 6 d. 7
5 roles
1. Application Operator
2. Business Engineer
3. Guest
4. Product Owner
5. Scrum Master
When using the Layout Grid, the weight of all columns must add up to?
a. 4 b. 8. c.12 d. 16
c.12
Where do you capture your project requirements?
a. from scrum manager b. from user stories
c. from google d. from application operator
from User Stories
Which activity is used to change the value of an attribute?
a. cast object b. change object
c. commit object d. create object
change object
How many start events can a microflow have?
1
A page is responsive when
a. it has fixed design
b.it floats like water
c. it works and looks good on all devices
d. it works without any error
c. it works and looks good on all devices
A list view is a widget used to?
a. Static Data b. Dynamic Data
c. List of Data d. Model View
b. Dynamic Data
Only users with the SCRUM Master role have access to the Team Server. True or False?
False
When do you use in the retrieve action the option "by association"?
a. when you want to retrieve the associated object from database
b.When you want to retrieve the associated object from memory
c. you can use in any case
When you want to retrieve the associated object from memory
What are three microflow components?
a. start event, activity, end event
b. activity, exclusive split, parameter
c. start event, decision, end event
d. parameter, activity, event
Activity, Exclusive split, parameter
What is the maximum amount of rows that a page can have?
a. 6 b. 12 c.24 d. Infinite
d. Infinite
The reference selector is a widget that allows you to?
a. Select and display an associated object
b. Display workflows refer to select item
c. Select and display an associated pages
a. Select and display an associated object
Once you download the latest version of the project from the Team Server and make some changes to the app, what do you need to do in order for your team members to be able to view your changes?
Commit your changes to the Team Server.
The Attribute type Enumeration is used to store?
A list of predefined values
Microflows can be triggered by?
A. Entity event B. Action Button C. Widget event
D. a and b E. a and c F. a,b, and c
F. a,b, and c
Entity event, Action button, Widget event
What is a page in Mendix?
a. A page where your app's data are
b. The interface to your app's data and interaction
c. A page that most works done
d. The interface to your workflow and domain model
b. The interface to your app's data and interaction
In the Desktop Modeler, you can access the Domain Model of your app from?
a. Developer Dashboard b. Domain Model
c. The Project Explorer d. MyFirstModule
c. The Project Explorer
A ........... is a short, time-boxed period when a scrum team works to complete a set amount of work.
a. Plan b. Story c. Sprint d. Scrum
c. Sprint
Where do you configure validation rules?
a. In the entity properties
b. In the association properties
c. At project level
d. In the validation overview of the module
a. In the entity properties
What do validation rules apply to?
a. parameters b. attributes
c. objects d. variables
b. attributes