



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Mendix Rapid Developer (Questions And Answers)
Typology: Exams
1 / 5
This page cannot be seen from the preview
Don't miss anything!




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?
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?
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?