Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

Mendix Certified Developer Intermediate Exam V2 | Siemens Certification / Mendix Academy / | Verified Questions & Answers | 100% Correct

Beoordeling
-
Verkocht
-
Pagina's
16
Cijfer
A+
Geüpload op
04-04-2026
Geschreven in
2025/2026

Mendix Certified Developer Intermediate Exam V2 | Siemens Certification / Mendix Academy / | Verified Questions & Answers | 100% Correct Q: Which of the following is a WYSIWYG editor? Answer Studio Q: Which of the following is a place where you can share a blog about a cool project you have been working on with Mendix? Answer The Mendix Community Blog Q: To send feedback on a particular Mendix App, you need to: Answer Submit it via the Feedback icon Q: Which tool can you use for doing your Online Project Management in Mendix? Answer The Mendix Developer Portal Q: Where's the best place to find hints and tips as well as the latest information on creating a great UX in Mendix? Answer Check the newest updates at the Atlas UI site Q: You invited some members to join your Mendix team, but they don't want to be part of the project anymore. What can you do? Answer Ask the SCRUM master to remove them from the project Q: What is the typical duration of a Mendix sprint? Answer 1- 2 weeks Q: Which parts of the Application Lifecycle does Mendix support? Q: What do story points represent? Answer The effort it will take to finish a user story Q: The "Card Action" is: Answer a Building Block Q: Which of the following is not an On Click Action for a button? Q: Before you create your pages, it's good to Answer Create wireframes Q: What is a good name for a page? Answer The information the page will show and what kind of page it is Q: Which of the following would be the easiest place to add theming? Answer The Web Modeler Q: How should the Attribute name for an email address be written in the Domain Model? Answer EmailAddress Q: When is it necessary to extend the Domain Model? Answer When new dynamic data is needed in the app Q: What is the purpose of adding a navigation menu in your app? Answer Allow the user to find the pages that they are looking for Q: It is possible to publish your app while it still has errors? Answer false Q: What is an object? Answer An instance of an entity Q: You want to explain the reason for adding an exclusive split to a microflow. What is the best way to do it? Answer Add an annotation connected to the exclusive split Q: The green bullet at the beginning of a microflow shows: Answer the starting point of a microflow Q: You want to add a button to your course overview page that will create a new TrainingEvent. What parameter should you pass to the microflow? Answer The Course entity Q: Which activity will you need if you use a microflow to schedule a new TrainingEvent. Answer Create Object Q: You can use a microflow to create: Answer an object Q: Which of the following is true? Answer You can only commit when your working copy is up to date with the repository. If there are other changes, you have to update first Q: When you create a new app from within the Developer Portal, the Team Server is automatically enabled. Answer True Q: What is a Parameter? Answer Data that serves as input for a microflow Q: Which of the following is considered good practice when committing to the repository? Answer Committing small, consistent pieces of work Q: The Connector is a part of Studio Pro that: Answer Can be used to quickly connect an attribute to a widget or an entity to a list view Q: You want to show a value converted using the latest exchange rates in your app. What is type of attribute is it best to use? Answer Calculated attribute Which microflow expression, used in an exclusive split, shows that a Course has been selected? Answer $TrainingEvent/TrainingEvent_Course != empty You want to trigger a microflow from an input widget. To make sure that the microflow is triggered the first time (from 'no selection' to a specific selection) you need to set the microflow to be triggered: You want to add an attribute to a microflow expression but it is not in the scope of the microflow. What can you do? What type of validation could ensure that the domain of an email address is @? Answer Not equals, not required Where can you add validation in Mendix? Answer Domain Model, Microflows, Pages Why would validation be performed in a Microflow rather than the Domain Model? What is delete behavior? Answer It defines what happens to an associated object when an object is deleted. Before setting validation rules, which of the following needs to be created? Entities What is the relationship between User roles and Module roles? A User role is defined on Project level, and has Module roles assigned to it. Where can you create user roles? Module roles are connected to: User roles You configure the page access of an overview page, so that it does not display to specific user roles. What will happen to the navigation menu for that specific user role? 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. 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 You want to use your app from your mobile phone. For that you need to create a mobile specific version of your app. false Which of the following widgets it is better not to use when developing an app specifically for mobile? Data grid 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 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 tool can you use for doing your Online Project Management in Mendix ? The Mendix Developer Portal You invited some members to join your Mendix team, but they don't want to be part of the project anymore. What can you do? Ask the SCRUM master to remove them from the project Mendix is best suited for: Agile What needs to be clearly stated in the User story ? The value of the user What is the result of a Sprint? A product increment In which stage of the Application Lifecycle are user stories created? Design?? NOT development You can preview the pages of the app on all devices types without publishing true What is a good name for a page ? The information the page will show and what kind of page it is Is it possible for a button to do nothing true creating a page that that is only for a mobile device is done by selecting a device specific layout which of the following is not an attribute type in Mendix ? text is it possible to publish your app while still has errors false the header of a detail page in the app needs to contain dynamic information from the objects that is displayed on the page. What's needed? Place the header inside a data view When is it needed to create an Information ENTITY ? You want to add a button to your course overview page that will create a new TrainingEvent. For that you need to create microflow that: creates a Training event obejct and opens the traning Event details page which of the following flows is used to go from one activity to the next ? a sequence flow ??? A working copy is: ?? While committing your work, mendix reports a number of errors. What does this mean? Studio error messages remind you to check and fix things you may have missed before committing the project explorer The part of the desktop modeler giving you access to resources in the app such as pages. microflows, and navigation What is a transient object? an obejct that has been created in memory but is not in the database yet. Which of the following is a token? [%dataAndtime%] what is a microflow expression? ??? you want to add an attribute to a microflow expression but you can not find it in the expression editor. Why could that be? The entity is not in scope of the microflow how can validation messages for the same entity be presented together? Perform all validations in a single microflow 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 to confirm entity access, the app security level must be set to: Production??? not Demo/Prototype 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 ? ??? not having access to a microflow means that ??? what is the default security setting when you start developing your app? NOT Demo/Prototype Describe the 5 team values that contribute to agile collaboration Focus, Courage, Openness, Commitment, Respect List the roles involved in software development Product Owner, Business Engineer, Scrum Master, SME Responsibilities of Product Owner Translate business needs into app backlog items and prioritize them Responsibilities of Business ENgineer Handle the development work Responsibilities of Scrum Master Assigned to the lead developer Responsibilities of SME Not accountable for product delivery Actions taking place in Sprint 0 Scrum team familiarizes themselves with the app, team gets to know each other better, Scrum master forecasts required capabilities & skills, Official kick-off meeting, Product backlog refinement SCRUM events Sprint planning, Sprint, Daily Scrum, Sprint Review, Sprint Retrospective Why use XPath? Constrain data using entities, attributes, associations, and variables What is XPath? Written syntax that specifies relationships between data properties Why XPath over SQL or OWL? Database universality and ease of use and seamless integration with the domain model Where are XPaths usually written? XPath Constraint window Where do we use XPath? Pages - list widgets Reference Selectors - selectable objects Microflows - Retrieve action Security - Entity access rules XPath structure for entity ModuleName.EntityName XPath structure for attribute EntityName/AttributeName XPath structure for association EntityName/Association_Name

Meer zien Lees minder
Instelling
Mendix Certified Developer Intermediate
Vak
Mendix Certified Developer Intermediate

Voorbeeld van de inhoud

https://www.stuvia.com/user/quizbit07




Mendix Certified Developer Intermediate Exam V2 |
Siemens Certification / Mendix Academy / | Verified
Questions & Answers | 100% Correct



Q: Which of the following is a WYSIWYG editor?
Answer

Studio




Q: Which of the following is a place where you can share a blog about a cool project you have
been working on with Mendix?

Answer

The Mendix Community Blog




Q: To send feedback on a particular Mendix App, you need to:
Answer

Submit it via the Feedback icon




Q: Which tool can you use for doing your Online Project Management in Mendix?
Answer

The Mendix Developer Portal

,https://www.stuvia.com/user/quizbit07




Q: Where's the best place to find hints and tips as well as the latest information on creating a
great UX in Mendix?

Answer

Check the newest updates at the Atlas UI site




Q: You invited some members to join your Mendix team, but they don't want to be part of the
project anymore. What can you do?

Answer

Ask the SCRUM master to remove them from the project




Q: What is the typical duration of a Mendix sprint?
Answer

1- 2 weeks




Q: Which parts of the Application Lifecycle does Mendix support?


Q: What do story points represent?
Answer

The effort it will take to finish a user story

, https://www.stuvia.com/user/quizbit07




Q: The "Card Action" is:
Answer

a Building Block




Q: Which of the following is not an On Click Action for a button?


Q: Before you create your pages, it's good to
Answer

Create wireframes




Q: What is a good name for a page?
Answer

The information the page will show and what kind of page it is




Q: Which of the following would be the easiest place to add theming?
Answer

The Web Modeler




Q: How should the Attribute name for an email address be written in the Domain Model?
Answer

EmailAddress

Geschreven voor

Instelling
Mendix Certified Developer Intermediate
Vak
Mendix Certified Developer Intermediate

Documentinformatie

Geüpload op
4 april 2026
Aantal pagina's
16
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$11.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF


Ook beschikbaar in voordeelbundel

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
Quizbit07 Rasmussen College
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
131
Lid sinds
3 jaar
Aantal volgers
52
Documenten
2568
Laatst verkocht
1 dag geleden
High-Quality Exams, Study guides, Reviews, Notes, Case Studies

Welcome! Here, you will find well-structured and exam-oriented study materials created to help you understand complex topics with ease. Whether you’re preparing for nursing licensure exams (NCLEX, ATI, HESI, ANCC, AANP), healthcare certification reviews (ACLS, BLS, PALS, PMHNP, AGNP), or entrance and readiness tests (TEAS, HESI, PAX, NLN), my resources are designed to guide you step-by-step. I also provide study support for university programs and major courses, including Chamberlain University, WGU programs, Portage Learning, as well as Medical-Surgical Nursing, Pharmacology, Anatomy & Physiology, and more. Everything is updated, organized for quick studying and understanding.

Lees meer Lees minder
4.1

16 beoordelingen

5
9
4
2
3
3
2
1
1
1

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen