Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

MENDIX Questions & Answers(RATED A+)

Puntuación
-
Vendido
-
Páginas
8
Grado
A+
Subido en
20-04-2023
Escrito 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

Mostrar más Leer menos
Institución
Grado

Vista previa del contenido

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)

Escuela, estudio y materia

Grado

Información del documento

Subido en
20 de abril de 2023
Número de páginas
8
Escrito en
2022/2023
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

10,32 €
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
papersbyjol West Virginia
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
434
Miembro desde
3 año
Número de seguidores
254
Documentos
14080
Última venta
1 semana hace

3,7

74 reseñas

5
28
4
18
3
17
2
2
1
9

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes