



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
Explore the key concepts of mendix rapid application development with this comprehensive set of questions and answers. Essential topics such as working in cross-functional teams, utilizing mendix studio, understanding scrum methodologies, and capturing project requirements. Delve into the intricacies of page design, microflows, data types, and security settings. Learn about mobile-specific features and best practices for building efficient and effective applications. This resource is designed to enhance your understanding of mendix and its capabilities in rapid application development, providing valuable insights for both beginners and experienced developers. Discover how to leverage mendix to create innovative apps at light speed and optimize your development processes. This document offers a structured approach to mastering mendix, ensuring you can confidently tackle real-world development challenges and build robust, scalable applications.
Typology: Exams
1 / 5
This page cannot be seen from the preview
Don't miss anything!




A critical success factor for companies working with Mendix is:
True or False: You can have different row layouts for mobile, tablet, and desktop devices. - โ True What is a page in Mendix? - โ The interface to your app's data and interaction. What are microflows? - โ A custom logic of a Mendix application What are three microflow components? - โ Activity, End event, Parameter How many start events can a microflow have? - โ One Microflows can be triggered by: - โ Entity event, Action button, Widget event 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 A connection between two entities in Mendix is called: - โ An association Which name should you use for an entity representing a maintenance report? - โ Maintenance Report When configuring an 'Add' button that goes to a new edit page, what must you be sure to do? - โ Turn on the Create Object switch True or False: Mendix Studio Pro is a WYSIWYG editor. - โ False
Which members of an object available in a microflow are considered to be in the scope of that microflow? - โ 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? - โ A - calculated, B - stored 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 all the Registrations of this Trainee to be deleted as well. What 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?
True or False: You can set a different homepage for mobile than the one for other devices. - โ True What would be the best name for a mobile-specific homepage?