Social Sciences > QUESTIONS & ANSWERS > Mendix Certification Exam (All)

Mendix Certification Exam

Document Content and Description Below

Mendix Certification Exam Which of the following is a WYSIWYG editor? - ✔✔Studio 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 To send feedback on a particular Mendix App, you need to: - ✔✔Submit it via the Feedback icon 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 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 What is the typical duration of a Mendix sprint? - ✔✔1- 2 weeks Which parts of the Application Lifecycle does Mendix support? - ✔✔ When working with Scrum, who is responsible for making sure a project is successful? - ✔✔ What do story points represent? - ✔✔The effort it will take to finish a user story The "Card Action" is: - ✔✔a Building Block Which of the following is not an On Click Action for a button? - ✔✔ Before you create your pages, it's good to - ✔✔Create wireframes What is a good name for a page? - ✔✔The information the page will show and what kind of page it is Which of the following would be the easiest place to add theming? - ✔✔The Web Modeler How should the Attribute name for an email address be written in the Domain Model? - ✔✔EmailAddress When is it necessary to extend the Domain Model? - ✔✔When new dynamic data is needed in the app What is the purpose of adding a navigation menu in your app? - ✔✔Allow the user to find the pages that they are looking for It is possible to publish your app while it still has errors? - ✔✔false What is an object? - ✔✔An instance of an entity You want to explain the reason for adding an exclusive split to a microflow. What is the best way to do it? - ✔✔Add an annotation connected to the exclusive split The green bullet at the beginning of a microflow shows: - ✔✔the starting point of a microflow 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? - ✔✔The Course entity Which activity will you need if you use a microflow to schedule a new TrainingEvent. - ✔✔Create Object You can use a microflow to create: - ✔✔an object Which of the following is true? - ✔✔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 When you create a new app from within the Developer Portal, the Team Server is automatically enabled. - ✔✔True What is a Parameter? - ✔✔Data that serves as input for a microflow Which of the following is considered good practice when committing to the repository? - ✔✔Committing small, consistent pieces of work The Connector is a part of Studio Pro that: - ✔✔Can be used to quickly connect an attribute to a widget or an entity to a list view 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? - ✔✔Calculated attribute Which microflow expression, used in an exclusive split, shows that a Course has been selected? - ✔✔$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 @mendix.com? - ✔✔Not equals, not required Where can you add validation in Mendix? - ✔✔Domain Model, Microflows, Pages Why would validation be performed in a Microflow rather than the Domain Model? - ✔✔ What is delete behavior? - ✔✔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 [Show More]

Last updated: 2 months ago

Preview 1 out of 10 pages

Reviews( 0 )

Recommended For You

 Social Sciences> QUESTIONS & ANSWERS > SFO Assessment #2 Latest 2023 Graded A+ (All)

preview
SFO Assessment #2 Latest 2023 Graded A+

SFO Assessment #2 Latest 2023 Graded A+ Child ✔✔Person under 18 years of age Adjudication ✔✔Finding by the juvenile court that the facts alleged in the petition have been proved ("conviction" in c...

By Nutmegs , Uploaded: Apr 07, 2023

$10

 Social Sciences> QUESTIONS & ANSWERS > ALF Core Training Study Test for Florida (All)

preview
ALF Core Training Study Test for Florida

ALF Core Training Study Test for Florida True or False? An ALF can be only one building? - ✔✔False A resident can be bedridden in an ALF with a standard licence for no more then __ days? - ✔✔7 Whic...

By Nutmegs , Uploaded: Jul 29, 2023

$10.5

 Social Sciences> QUESTIONS & ANSWERS > Fundamentals of CRT Therapy (All)

preview
Fundamentals of CRT Therapy

Fundamentals of CRT Therapy The objective of CRT is to deliver ? - ✔✔100% BiV pacing It is critical to know that we are doing what during BiV therapy? - ✔✔capturing Right and left ventricular pacin...

By Nutmegs , Uploaded: Sep 02, 2023

$8.5

 Social Sciences> QUESTIONS & ANSWERS > YMCA Test Questions & Answers (All)

preview
YMCA Test Questions & Answers

YMCA Test Questions & Answers Ill or injured persons may benefit from emergency oxygen in situations that include serious bleeding, divers with a decompression injury, difficulty breathing, suspecte...

By Nutmegs , Uploaded: Jan 29, 2023

$7

 Social Sciences> QUESTIONS & ANSWERS > MSSC SAFETY ASSESSMENT QUESTIONS AND ANSWERS ALREADY PASSED (All)

preview
MSSC SAFETY ASSESSMENT QUESTIONS AND ANSWERS ALREADY PASSED

MSSC SAFETY ASSESSMENT QUESTIONS AND ANSWERS ALREADY PASSED 1. An_________ customer is a person or organization that receives services or products in exchange for compensation. a) Internal b) Ex...

By Nutmegs , Uploaded: Jul 05, 2023

$12

 Social Sciences> QUESTIONS & ANSWERS > TEFL Course: Unit 1 Questions and Answers Rated A+ (All)

preview
TEFL Course: Unit 1 Questions and Answers Rated A+

TEFL Course: Unit 1 Questions and Answers Rated A+ The name for extra letters added to nouns, verbs and adjectives in their different grammatical forms is: ✔✔Inflection The English language's word...

By Nutmegs , Uploaded: Jul 21, 2023

$10

 Social Sciences> QUESTIONS & ANSWERS > ESTHETICS TDLR - Hair Removal Questions and Answers 100% Pass (All)

preview
ESTHETICS TDLR - Hair Removal Questions and Answers 100% Pass

ESTHETICS TDLR - Hair Removal Questions and Answers 100% Pass What is the outermost layer of the hair shaft? ✔✔cuticle What is NOT one of the three main structures of the hair follicle? ✔✔arrector...

By Nutmegs , Uploaded: Apr 23, 2023

$10

 Social Sciences> QUESTIONS & ANSWERS > IXL T.3 Exam Questions & Answers (All)

preview
IXL T.3 Exam Questions & Answers

IXL T.3 Exam Questions & Answers Rams sylvatica, A species of wood frog, endures harsh winters in a state of frozen can survive with 2/3 of its body water completely frozen - ✔✔Hibernation; it Pola...

By Nutmegs , Uploaded: Jan 29, 2023

$7

 Social Sciences> QUESTIONS & ANSWERS > PAHL Final Exam Study Guide (All)

preview
PAHL Final Exam Study Guide

PAHL Final Exam Study Guide The ability to know and manage your own emotions and to recognize the emotional states of others is referred to as ___________________________ - ✔✔emotional intelligence/...

By Nutmegs , Uploaded: Jul 29, 2023

$10

 Social Sciences> QUESTIONS & ANSWERS > General Ham Radio License Question Pool 2019-2023. Questions and answers. 100% Accurate. (All)

preview
General Ham Radio License Question Pool 2019-2023. Questions and answers. 100% Accurate.

General Ham Radio License Question Pool 2019-2023. Questions and answers. 100% Accurate. G1A01 On which HF/MF bands is a General license holder granted all amateur frequency privileges? - ✔✔160...

By Topmark , Uploaded: Mar 16, 2023

$13

$10.00

Add to cart

Instant download

Can't find what you want? Try our AI powered Search

OR

GET ASSIGNMENT HELP
44
0

Document information


Connected school, study & course



About the document


Uploaded On

Sep 04, 2023

Number of pages

10

Written in

Seller


seller-icon
Nutmegs

Member since 2 years

539 Documents Sold


Additional information

This document has been written for:

Uploaded

Sep 04, 2023

Downloads

 0

Views

 44

THE BEST STUDY GUIDES

Avoid resits and achieve higher grades with the best study guides, textbook notes, and class notes written by your fellow students

custom preview

Avoid examination resits

Your fellow students know the appropriate material to use to deliver high quality content. With this great service and assistance from fellow students, you can become well prepared and avoid having to resits exams.

custom preview

Get the best grades

Your fellow student knows the best materials to research on and use. This guarantee you the best grades in your examination. Your fellow students use high quality materials, textbooks and notes to ensure high quality

custom preview

Earn from your notes

Get paid by selling your notes and study materials to other students. Earn alot of cash and help other students in study by providing them with appropriate and high quality study materials.


$10.00

WHAT STUDENTS SAY ABOUT US


What is Browsegrades

In Browsegrades, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.

We are here to help

We're available through e-mail, Twitter, Facebook, and live chat.
 FAQ
 Questions? Leave a message!

Follow us on
 Twitter
Useful links
  • Courses
  • Categories
  • We accept

    payment cards


    Copyright © Browsegrades · High quality services·