Rédigé par des étudiants ayant réussi Disponible immédiatement après paiement Lire en ligne ou en PDF Mauvais document ? Échangez-le gratuitement 4,6 TrustPilot
logo-home
Examen

MENDIX Questions & Answers(RATED A+)

Note
-
Vendu
-
Pages
8
Grade
A+
Publié le
20-04-2023
Écrit en
2022/2023

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 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 WHICH OF THE FOLLOWING IS A wysiwyg EDITor - ANSWER STUDIO To send feedback on a particular mendix app you need to - ANSWER submit it via the feedback icon when can you start a new sprint? - ANSWER when the time box for the previous sprint is over for example 2 weeks What is the typical durations of a mendix sprint? - ANSWER 1-2 weeks which is the methodology to which mendix subscribes? - ANSWER agile When working with scrum, who is responsible for making sure a project is successful? - ANSWER the scrum team which tool can you USE FOR DOING ONLINE PROJECT MANAGEMENT IN MENDIX? - ANSWER 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? - ANSWER ask the scrum master to remove them from the project you can preview the pages of the app on all devices without publishing - ANSWER true what is the second phase of the application lifecycle - ANSWER develop the "card action" is - ANSWER a building block which of the following is not on click action for a button? - ANSWER custom what is a good name for a page? - ANSWER the information this page will show and what kind of page it is what provides structure to your data? - ANSWER the domain model When is it necessary to extend the domain model? - ANSWER when new dynamic data is needed in the app where do feedback items show up when they are submitted by an end user? - ANSWER in the developer portal If team can have only one home sttadium and a home stadium can have only one team, which association needs to be craeted between team and home stadium? - ANSWER one-to-one association what is an object? - ANSWER (not) an element of microflows you can use a nmicroflow to create - ANSWER an object you want to add a button to your course overview page that will create a new training event. for that you need to create a microflow that - ANSWER creates a trainingevent object and opens the training event details page a red bulletin a microflow indicates - ANSWER an end point of the microflow which activity will you need if you use a microflow to schedule a new trainingevent? - ANSWER create object what is a good name for a microflow that allows you to schedule a new trainingevent from your homepage? - ANSWER act_trainingevent_createnew a working copy is - ANSWER a local copy of the project where you can make changes without affecting the repository until you commit them the project explorer is - ANSWER a type of regular expression in studio pro, you see a yellow bullet in the changes pane, what does it mean? - ANSWER you modified this item (meaning a document, folder, or module when you create a new app from within the developer portal, the team server is automatically enabled - ANSWER true what is a parameter? - ANSWER Data that serves as input for a microflow which microflow expression, used in an exclusive split, shows that a course has been selected? - ANSWER $TrainingEvent/TrainingEvent_course!=empty Which activity is used to change the value of an attribute? - ANSWER (not change value) (NOT CHANGE ATTRIVUTE)(possibly change object) where can you write some code to create custom logic in your app? - ANSWER in the express editor what happens when a before commit event returns a false boolean? - ANSWER the commity won't be executed what can you write in the expression editor? - ANSWER a microflow expression where can you add validation in mendix? - ANSWER Domain model, microflows, pages When validation is triggered on page, where there's no input widget for the attribute that doesn't pass validation check, where can you expect to find the validation feedback message? - ANSWER in a pop-up before setting validation rules, which of the following needs to be created? - ANSWER entities why would validation be performed in a microflow rather than the domain model? - ANSWER (not) when validation objects (NOT) When validating regular expressions How can validation messages for the same entity be represented together? - ANSWER Perform all the validations in a single microflow what does having role-based homepages mean? - ANSWER each user role has their own homepage 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? - ANSWER The page will not display on the navigation menu 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. - ANSWER you need to configure anonymous user access in the project security settings the overall security settings for a project are managed in - ANSWER project security To configure entity access, the app security level must be set to - ANSWER production you want to create a button that has conditional visibility. Where do you configure this? - ANSWER in the properties of the button You want to use your app from yourn mobile phone. For that you need to create a mobile specific version of your app - ANSWER false

Montrer plus Lire moins
Établissement
Cours

Aperçu du contenu

MENDIX Questions & Answers(RATED
A+)
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

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

WHICH OF THE FOLLOWING IS A wysiwyg EDITor - ANSWER STUDIO

To send feedback on a particular mendix app you need to - ANSWER submit it via the
feedback icon

when can you start a new sprint? - ANSWER when the time box for the previous sprint
is over for example 2 weeks

What is the typical durations of a mendix sprint? - ANSWER 1-2 weeks

which is the methodology to which mendix subscribes? - ANSWER agile

When working with scrum, who is responsible for making sure a project is successful? -
ANSWER the scrum team

which tool can you USE FOR DOING ONLINE PROJECT MANAGEMENT IN MENDIX?
- ANSWER 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? - ANSWER ask the scrum master to remove
them from the project

you can preview the pages of the app on all devices without publishing - ANSWER true

what is the second phase of the application lifecycle - ANSWER develop

the "card action" is - ANSWER a building block

which of the following is not on click action for a button? - ANSWER custom

what is a good name for a page? - ANSWER the information this page will show and
what kind of page it is

, what provides structure to your data? - ANSWER the domain model

When is it necessary to extend the domain model? - ANSWER when new dynamic data
is needed in the app

where do feedback items show up when they are submitted by an end user? -
ANSWER in the developer portal

If team can have only one home sttadium and a home stadium can have only one team,
which association needs to be craeted between team and home stadium? - ANSWER
one-to-one association

what is an object? - ANSWER (not) an element of microflows

you can use a nmicroflow to create - ANSWER an object

you want to add a button to your course overview page that will create a new training
event. for that you need to create a microflow that - ANSWER creates a trainingevent
object and opens the training event details page

a red bulletin a microflow indicates - ANSWER an end point of the microflow

which activity will you need if you use a microflow to schedule a new trainingevent? -
ANSWER create object

what is a good name for a microflow that allows you to schedule a new trainingevent
from your homepage? - ANSWER act_trainingevent_createnew

a working copy is - ANSWER a local copy of the project where you can make changes
without affecting the repository until you commit them

the project explorer is - ANSWER a type of regular expression

in studio pro, you see a yellow bullet in the changes pane, what does it mean? -
ANSWER you modified this item (meaning a document, folder, or module

when you create a new app from within the developer portal, the team server is
automatically enabled - ANSWER true

what is a parameter? - ANSWER Data that serves as input for a microflow

which microflow expression, used in an exclusive split, shows that a course has been
selected? - ANSWER $TrainingEvent/TrainingEvent_course!=empty

Which activity is used to change the value of an attribute? - ANSWER (not change
value) (NOT CHANGE ATTRIVUTE)(possibly change object)

École, étude et sujet

Cours

Infos sur le Document

Publié le
20 avril 2023
Nombre de pages
8
Écrit en
2022/2023
Type
Examen
Contient
Questions et réponses

Sujets

€10,29
Accéder à l'intégralité du document:

Mauvais document ? Échangez-le gratuitement Dans les 14 jours suivant votre achat et avant le téléchargement, vous pouvez choisir un autre document. Vous pouvez simplement dépenser le montant à nouveau.
Rédigé par des étudiants ayant réussi
Disponible immédiatement après paiement
Lire en ligne ou en PDF

Faites connaissance avec le vendeur

Seller avatar
Les scores de réputation sont basés sur le nombre de documents qu'un vendeur a vendus contre paiement ainsi que sur les avis qu'il a reçu pour ces documents. Il y a trois niveaux: Bronze, Argent et Or. Plus la réputation est bonne, plus vous pouvez faire confiance sur la qualité du travail des vendeurs.
papersbyjol West Virginia
S'abonner Vous devez être connecté afin de suivre les étudiants ou les cours
Vendu
434
Membre depuis
3 année
Nombre de followers
254
Documents
14080
Dernière vente
1 semaine de cela

3,7

74 revues

5
28
4
18
3
17
2
2
1
9

Documents populaires

Récemment consulté par vous

Pourquoi les étudiants choisissent Stuvia

Créé par d'autres étudiants, vérifié par les avis

Une qualité sur laquelle compter : rédigé par des étudiants qui ont réussi et évalué par d'autres qui ont utilisé ce document.

Le document ne convient pas ? Choisis un autre document

Aucun souci ! Tu peux sélectionner directement un autre document qui correspond mieux à ce que tu cherches.

Paye comme tu veux, apprends aussitôt

Aucun abonnement, aucun engagement. Paye selon tes habitudes par carte de crédit et télécharge ton document PDF instantanément.

Student with book image

“Acheté, téléchargé et réussi. C'est aussi simple que ça.”

Alisha Student

Foire aux questions