Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Mendix Rapid Develiper Exam 50 Questions and correct Answers Graded A+.docx, Exams of Nursing

Mendix Rapid Develiper Exam 50 Questions and correct Answers Graded A+.docx

Typology: Exams

2023/2024

Available from 05/13/2024

Academicgenius
Academicgenius 🇬🇧

3.5

(22)

923 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Mendix Rapid Develiper Exam 50
Questions and correct Answers|Graded
A+
Mendix Rapid Develiper Exam 50
Questions and correct Answers
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 <user> I want <what>, so that <business value>
Which parts of the Application Lifecycle does Mendix support? -
The whole lifecycle of the app
What do story points represent? -
The effort needed to finish a user story
Where can you find the list of items that need to be finished during the sprint? -
The Sprint Backlog
Why is it important to be consistent when using layouts? -
To give the same look and feel across pages in the app
Can you preview the pages of your app on all device types without publishing? -
Yes
Is it possible to create a page without having any Entities defined? -
Yes
pf3
pf4
pf5

Partial preview of the text

Download Mendix Rapid Develiper Exam 50 Questions and correct Answers Graded A+.docx and more Exams Nursing in PDF only on Docsity!

Questions and correct Answers|Graded

A+

Mendix Rapid Develiper Exam 50

Questions and correct Answers

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 I want , so that Which parts of the Application Lifecycle does Mendix support? - ✅The whole lifecycle of the app What do story points represent? - ✅The effort needed to finish a user story Where can you find the list of items that need to be finished during the sprint? - ✅The Sprint Backlog Why is it important to be consistent when using layouts? - ✅To give the same look and feel across pages in the app Can you preview the pages of your app on all device types without publishing? - ✅Yes Is it possible to create a page without having any Entities defined? - ✅Yes

Questions and correct Answers|Graded

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

Questions and correct Answers|Graded

A+

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

Questions and correct Answers|Graded

A+

✅BPMN

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