Mendix- Become a Rapid Developer – Questions- with complete solutions, Exams of Nursing

Mendix- Become a Rapid Developer – Questions- with complete solutions

Typology: Exams

2024/2025

Available from 03/27/2025

bryanryan
bryanryan 🇺🇸

3.9

(8)

14K documents

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Mendix- Become a Rapid Developer – Questions-
with complete solutions
A critical success factor for companies working with Mendix is:
correct answer: Working in small cross-functional teams
What is the Mendix Studio? correct answer: A tool to create,
develop, and deploy innovative apps at light speed.
You want to share something on the App Store. You want it to
be visible only by people in your company. Is this possible?
correct answer: Yes
True or False: You can create a new app from the Mendix
Developer Portal. correct answer: True
If a Scrum team gets stuck, because of things that are out of their
control, who is responsible to remove those impediments?
correct answer: The Scrum Master
Where do you capture your project requirements? correct
answer: At the Stories tab underneath Collaborate in your
project's dashboard.
How many default App Team roles are there? correct answer: 5
A page is responsive when: correct answer: It works and looks
good on all devices
pf3
pf4
pf5

Partial preview of the text

Download Mendix- Become a Rapid Developer – Questions- with complete solutions and more Exams Nursing in PDF only on Docsity!

Mendix- Become a Rapid Developer – Questions-

with complete solutions

A critical success factor for companies working with Mendix is: correct answer: Working in small cross-functional teams What is the Mendix Studio? correct answer: A tool to create, develop, and deploy innovative apps at light speed. You want to share something on the App Store. You want it to be visible only by people in your company. Is this possible? correct answer: Yes True or False: You can create a new app from the Mendix Developer Portal. correct answer: True If a Scrum team gets stuck, because of things that are out of their control, who is responsible to remove those impediments? correct answer: The Scrum Master Where do you capture your project requirements? correct answer: At the Stories tab underneath Collaborate in your project's dashboard. How many default App Team roles are there? correct answer: 5 A page is responsive when: correct answer: It works and looks good on all devices

When using the Layout Grid, what is the maximum number of horizontal columns you can create within a single area? correct answer: 12 How many rows can a page have? correct answer: As many as you need True or False: It is possible to place multiple widgets in a container. correct answer: True True or False: You can have different row layouts for mobile, tablet, and desktop devices. correct answer: True What is a page in Mendix? correct answer: The interface to your app's data and interaction. What are microflows? correct answer: A custom logic of a Mendix application What are three microflow components? correct answer: Activity, End event, Parameter How many start events can a microflow have? correct answer: One Microflows can be triggered by: correct answer: Entity event, Action button, Widget event A list view is a widget used to: correct answer: Display dynamic data

Which of the following statements is true for Studio Pro and not to Studio? correct answer: It can run off-line without Internet connection. How would you implement an information entity in your domain model? correct answer: Replace the many-to-many association with 1-to-many associations. When do you use in the retrieve action the option "by association"? correct 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. correct answer: True Which activity is used to change the value of an attribute? correct answer: Change object Within a given expression add Days(Date and time, Integer/Long), what do you call the 'Date and time' parameter? correct answer: Data type Which of the key combinations provides you with a set of available variables, functions and tokens within the expression editor? correct answer: Ctrl + Space Which members of an object available in a microflow are considered to be in the scope of that microflow? correct answer: Attributes and associations of the entity

You would like to add 2 new attributes to an entity. The attribute A will be changed more often than viewed and the attribute B will be viewed more often than changed. How should you create the attributes A and B? correct answer: A - calculated, B - stored Where do you configure validation rules? correct answer: In the entity properties What do validation rules apply to? correct answer: Attributes What would be a best practice when deleting a Location? On delete of 'Location' object: correct answer: Delete 'Location' objects only if it is not associated with 'TrainingEvent' objects When deleting a Trainee, you want all the Registrations of this Trainee to be deleted as well. What is that delete behavior called? correct answer: Cascading delete Which security level must be active to deploy an application to the test environment of a licensed node in the Mendix cloud? correct answer: Production security What effect does security have on the navigation of the application? correct answer: The visibility of menu items is affected by Page and Microflow security Why can you define security settings on both project and module level? correct answer: It makes it easy to reuse modules.