



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
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Mendix Rapid Develiper Exam 50 Questions and correct Answers Graded A+.docx
Typology: Exams
1 / 5
This page cannot be seen from the preview
Don't miss anything!
How do you send feedback on a particular Mendix app? - ✅Submit it via the Feedback widget 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 Which tool can you use for Online Project Management in Mendix? - ✅The Mendix Developer Portal Where's the best place to find the latest information regarding the default design language used by Mendix apps? - ✅Check the latest updates on the Atlas UI site What does the round Mendix badge on your profile represent? - ✅Your Mendix certification level To which methodology does Mendix subscribe? - ✅Agile Which of the following templates is the user story template? - ✅As a
Is it possible for a button to do nothing? - ✅Yes Which of the following would be the easiest place to customize the theme of an app?
✅Mendix Studio If Team can have only one Home Stadium and a Home Stadium can have only one Team, which association needs to be created between Team and Home Stadium? - ✅One-to-One Association How should the Attribute name for an email address be written in the Domain Model? - ✅EmailAddress What provides structure to your data? - ✅The domain model Does every database table in a Mendix app automatically have a ID column? - ✅Yes Is it possible to publish your app while it still has errors? - ✅No What is the maximum number of incoming flows a decision activity can have? - ✅One? NOT- unlimited Which activity will you need if you use a microflow to schedule a new TrainingEvent.
✅Create Object What does the red circle in a microflow represent? - ✅An end point of the microflow Which of the following flows is used to go from one activity to the next? - ✅A sequence flow You want to use create a new TrainingEvent from the course overview page and prefill some information based on the course. What parameter should you pass to the microflow? - ✅The Course entity
Which of the following are validation types on the Domain Model in Mendix? - ✅Maximum Length, Range, Unique What is delete behavior? - ✅It defines what happens to an associated object when an object is deleted. What should data validation prevent? - ✅Empty records, unintentional deletion, meaningless data There is a button on the homepage which links to a Costs overview page. What happens to this button if the user's role does not have access to the page? - ✅When they click on it a pop-up appears? NOT - It is displayed as a non-clickable button Where do you manage the overall security settings for a project? - ✅Project Security You have already configured production level security. What needs to be done to make a Mendix application accessible to users that do not have accounts? - ✅You need to configure anonymous user access in the project security settings. Where do you configure Microflow access? - ✅Module security What is the default security setting when you create a new app? - ✅Off When do client activities execute in nanoflows? - ✅At each step executing a client activity? NOT- At each step of nanoflow Which of the following statements is true? - ✅When creating a mobile part of your app, you need to setup security access for your entities specifically for mobile? NOT- When creating a mobile part of your app, you need to use the mobile layout grid In an app, which pages are best suited for viewing on a mobile device? - ✅Only pages with a layout optimized for mobile On which notation are nanoflows based? -
How do you limit access for trainees to certain features in the mobile part of your app? - ✅Set the project security accordingly? NOT- Create a role-based mobile homepage