Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Mendix Certification Exam 34 Questions and Answers.pdf, Exams of Nursing

Mendix Certification Exam 34 Questions and Answers.pdf

Typology: Exams

2023/2024

Available from 07/02/2024

winnie-mumbi
winnie-mumbi 🇺🇸

209 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Mendix Certification Exam 34
Questions and Answers
You can create a new app from the Mendix Developer Portal. -
True
If a Scrum team gets stuck, because of things that are out of their control, who is
responsible to remove those impediments? -
The Scrum Master
Where do you capture your project requirements? -
At the Stories tab underneath Collaborate in your project's dashboard.
How many default App Team roles are there? -
5
When using the Layout Grid, the weight of all columns must add up to: -
12
How many rows can a page have? -
As many as you need
It is possible to place multiple widgets in a container -
True
You can have different row layouts for mobile, tablet, and desktop devices. -
True
A list view is a widget used to: -
Display dynamic data
The value 1.23 could be stored in an attribute of the type: -
Decimal
The attribute type Enumeration is used to store: -
A list of predefined values
The reference selector is a widget that allows you to: -
Select and display an associated object
What are microflows? -
A custom logic of a Mendix application
What are three microflow components? -
Activity, Exclusive split, Parameter
How many start events can a microflow have? -
pf3

Partial preview of the text

Download Mendix Certification Exam 34 Questions and Answers.pdf and more Exams Nursing in PDF only on Docsity!

Mendix Certification Exam 34

Questions and Answers

You can create a new app from the Mendix Developer Portal. - True If a Scrum team gets stuck, because of things that are out of their control, who is responsible to remove those impediments? - The Scrum Master Where do you capture your project requirements? - At the Stories tab underneath Collaborate in your project's dashboard. How many default App Team roles are there? - 5 When using the Layout Grid, the weight of all columns must add up to: - 12 How many rows can a page have? - As many as you need It is possible to place multiple widgets in a container - True You can have different row layouts for mobile, tablet, and desktop devices. - True A list view is a widget used to: - Display dynamic data The value 1.23 could be stored in an attribute of the type: - Decimal The attribute type Enumeration is used to store: - A list of predefined values The reference selector is a widget that allows you to: - Select and display an associated object What are microflows? - A custom logic of a Mendix application What are three microflow components? - Activity, Exclusive split, Parameter How many start events can a microflow have? -

One Microflows can be triggered by: - Entity event, Action button, Widget event The Desktop modeler is a WYSIWYG editor. - False In the Desktop Modeler, you can access the Domain Model of your app from: - The Project Explorer Only users with the SCRUM Master role have access to the Team Server. - 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? - Commit your changes to the Team Server When do you use in the retrieve action the option "by association"? - When you want to retrieve the associated object from memory. Which statement is true? - Microflow expressions are used to change, check and extract data from available values. Which activity is used to change the value of an attribute? - Change object Where do you configure validation rules? - In the entity properties What do validation rules apply to? - Attributes What would be a best practice when deleting a Location? On delete of 'Location' object: - Delete 'Location' objects only if it is not associated with 'TrainingEvent' objects When deleting a Trainee, you want that all the Registrations of this Trainee are deleted as well. How is that delete behavior called? - Cascading delete Which security level must be active to deploy an application to the test environment of a licensed node in the Mendix cloud? - Production security What effect does security have on the navigation of the application? - The visibility of menu items is affected by Page and Microflow security