Mendix Rapid Developer (Questions And Answers), Exams of Public Health

Mendix Rapid Developer (Questions And Answers)

Typology: Exams

2024/2025

Available from 08/04/2025

may-blessed
may-blessed ๐Ÿ‡บ๐Ÿ‡ธ

4.1

(8)

31K documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Mendix Rapid Developer
(Questions And Answers)
To send feedback on a particular Mendix App, you need to: -
โœ” Submit it via the Feedback widget
Which tool can you use for doing your Online Project
Management in Mendix? - โœ” The Mendix Developer Portal
Where's the best place to find hints and tips as well as the latest
information on creating a great UX in Mendix? - โœ” Check the
newest updates at the Atlas UI site
Which of the following is a place where you can share a blog
about a cool project you have been working on with Mendix? -
โœ” The Mendix Community Blog
How can you get the latest Mendix Studio Pro? - โœ” By
downloading it for free from the Mendix App Store
Which of the following Sprint events marks the start of a new
Sprint? - โœ” The Sprint Planning
What do story points represent? - โœ” The effort it will take to
finish a user story
What needs to be clearly stated in a User story? - โœ” (NOT)
What needs to be clearly stated in a User story?
What is the result of a Sprint? - โœ” (NOT) A product feature
In which stage of the Application Lifecycle are user stories
created? - โœ” (NOT) Analysis
Why is it important to be consistent when using layouts? - โœ”
To give the same look and feel across pages in the app
pf3
pf4
pf5

Partial preview of the text

Download Mendix Rapid Developer (Questions And Answers) and more Exams Public Health in PDF only on Docsity!

Mendix Rapid Developer

(Questions And Answers)

To send feedback on a particular Mendix App, you need to: - โœ” Submit it via the Feedback widget Which tool can you use for doing your Online Project Management in Mendix? - โœ” The Mendix Developer Portal Where's the best place to find hints and tips as well as the latest information on creating a great UX in Mendix? - โœ” Check the newest updates at the Atlas UI site Which of the following is a place where you can share a blog about a cool project you have been working on with Mendix? - โœ” The Mendix Community Blog How can you get the latest Mendix Studio Pro? - โœ” By downloading it for free from the Mendix App Store Which of the following Sprint events marks the start of a new Sprint? - โœ” The Sprint Planning What do story points represent? - โœ” The effort it will take to finish a user story What needs to be clearly stated in a User story? - โœ” (NOT) What needs to be clearly stated in a User story? What is the result of a Sprint? - โœ” (NOT) A product feature In which stage of the Application Lifecycle are user stories created? - โœ” (NOT) Analysis Why is it important to be consistent when using layouts? - โœ” To give the same look and feel across pages in the app

It is possible to create a page without having any Entities defined. - โœ” True Creating a page that is only for a mobile device is done by... - โœ” selecting a device-specific layout You can preview the pages of the app on all device types without publishing. - โœ” True Which of the following would be the easiest place to add theming? - โœ” (NOT) Mendix Studio Pro When is it necessary to extend the Domain Model? - โœ” When new dynamic data is needed in the app How is the database structure determined in a Mendix app? - โœ” By the Domain Model when the app is published Does every database table in a Mendix app automatically have a ID column? - โœ” True Which is the most commonly used association in Mendix apps?

  • โœ” One-to-Many Association Which of the following is not an attribute type in Mendix? - โœ” (NOT) Binary The green bullet at the beginning of a microflow shows: - โœ” the starting point of a microflow Which of the following flows is used to go from one activity to the next? - โœ” A sequence flow A red bullet in a microflow indicates: - โœ” an end point of the microflow What is a good name for a microflow that allows you to schedule a new TrainingEvent from your homepage. - โœ” ACT_TrainingEvent_CreateNew

How can validation messages for the same entity be presented together? - โœ” Perform all the validations in a single microflow Which of the following are validation types on the Domain Model in Mendix? - โœ” Maximum Length, Range, Unique When validation is triggered on a page where there's no input widget for the attribute that doesn't pass the validation check, where can you expect to find the validation feedback message?

  • โœ” In a pop-up Before setting validation rules, which of the following needs to be created? - โœ” Entities Why would validation be performed in a Microflow rather than the Domain Model? - โœ” (NOT) When validating Regular Expressions To configure entity access, the app security level must be set to:
  • โœ” (NOT) Off Where can you create user roles? - โœ” In Project Security A user role does not have access to an attribute. That attribute displays on a page that they do have access to. That results in a security conflict. To solve it, you need to: - โœ” Edit the visibility of the attribute What is the default security setting when you start developing your app? - โœ” Off Module roles are connected to: - โœ” User roles You want trainees to only have access to certain features of the mobile-specific app. What do you need to do? - โœ” Set the project security accordingly Which of the following widgets it is better not to use when developing an app specifically for mobile? - โœ” Data grid

You want to use your app from your mobile phone. For that you need to create a mobile specific version of your app. - โœ” False You want to create a button that has conditional visibility. Where do you configure this? - โœ” In the properties of the button Which layout is it best to use when creating an app for mobile?

  • โœ” Phone Specific