LATEST VERSION QUESTIONS AND VERIFIED
CORRECT ANSWERS JUST RELEASED
Which name should you use for an entity representing a
maintenance report? - answer>>>Maintenance Report
When configuring an 'Add' button that goes to a new edit page,
what must you be sure to do? - answer>>>Turn on the Create
Object switch
True or False: Mendix Studio Pro is a WYSIWYG editor. -
answer>>>False
In Mendix Studio Pro, you can access the Domain Model of your
app from: - answer>>>The Project Explorer
True or False: Only users with the SCRUM Master role have access
to the Team Server. - answer>>>False
You downloaded the latest version of the project from the Team
Server, and did some changes to the app. What do you need to do
next for your team members to be able to view your changes? -
answer>>>Commit your changes to the Team Server
, -
Which of the following statements is true for Studio Pro and not to
Studio? - answer>>>It can run off-line without Internet connection.
How would you implement an information entity in your domain
model? - answer>>>Replace the many-to-many association with 1-
to-many associations.
When do you use in the retrieve action the option "by association"?
- answer>>>When you want to retrieve the associated object from
memory.
True or False: Microflow expressions are used to change, check and
extract data from available values. - answer>>>True
Which activity is used to change the value of an attribute? -
answer>>>Change object
Within a given expression add Days(Date and time, Integer/Long),
what do you call the 'Date and time' parameter? - answer>>>Data
type