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 Exam WITH COMPLETE SOLUTIONS

Beoordeling
-
Verkocht
-
Pagina's
5
Cijfer
A+
Geüpload op
05-03-2024
Geschreven in
2023/2024

Which tools are available for help when creating a Mendix application? - ANSWER The Mendix Forum Reference Guide A community blog How can you get the latest version of Mendix Studio Pro? - ANSWER By downloading it for free from the Mendix Appstore The Atlas UI provides the following "out-of-the-box" tools to enable the a developer to quickly create user-friendly applications. - ANSWER Application templates for common scenarios Widgets Building Blocks What is the Mendix Studio? - ANSWER A tool to create, develop, and deploy innovative apps quickly Why is it important for you to create an account and profile in Mendix? - ANSWER It enables you to earn badges and recognition for your expertise on Mendix topics. It enables you to track your progress learning the Mendix tools. It enables you to become part of the Mendix community. The Mendix Ecosystem offers all of the following tools to a developer EXCEPT: - ANSWER Customer Relationship Management (CRM) and sales tools Which Mendix project role keeps track of the project stakeholder's expectations, defines the requirements for the project and communications the vision to the team in order to set priorities? - ANSWER Product Owner The Sprint Status tab in the Mendix Planning tool provides all of the following information EXCEPT: - ANSWER A Release Plan All of the following are Mendix project roles EXCEPT: - ANSWER Product End-User The Mendix development approach is based on which method? - ANSWER Scrum Where do you capture your project requirements? - ANSWER In the Stories tab underneath Collaborate in your project's dashboard Which of the following button building blocks will create a button with a clickable image? - ANSWER Card Action When creating new Overview pages you should use the following navigation layout: - ANSWER Atlas_Default What is a page in Mendix? - ANSWER The interface to your app's data and interaction A page is responsive when: - ANSWER It works and looks good on all devices. When using the Layout Grid, the weight of all columns must add up to: - ANSWER 12 Associations are _____________ constructed between __________ in the domain model. - ANSWER relationships, entities For each association that you add to your domain model, a new database table will be created. This table will store data on which objects are connected to each other. - ANSWER True Which of the following are required to support dynamic data in a Mendix page? - ANSWER Entities and Attributes Associations in a Mendix domain model can be any of the following EXCEPT: - ANSWER Many to Many A list view is a widget used to: - ANSWER Display Dynamic Data The value 5.84 could be stored in an attribute of the type: - ANSWER Decimal How does the connection between a Domain Model entity and a ListView object on a page affect the operation of the page? - ANSWER Data contained in the specified attributes of each object in the entity are displayed in an information list The naming convention for associations in the domain model is: - ANSWER Entity1_Entity2 All of the following Mendix scenarios require microflows except: - ANSWER Your name needs to implement default behavior All of the following are possible microflow use cases, EXCEPT: - ANSWER Configuring the Feedback and Collaboration Widget How many start events can a microflow have? - ANSWER One Which of the following follows the microflow naming syntax for a microflow connected to a button to create a new location? - ANSWER ACT_Location_CreateNew What are Mendix microflows? - ANSWER The custom logic of a Mendix application What is the purpose of a Mendix microflow? - ANSWER Add custom logic to an app What is the purpose of the Parameter element in a microflow? - ANSWER It provides a context for the creation of constrained objects in the microflow What is the modeling language used to create a Mendix microflow? - ANSWER BPMN (Business Process Modeling Language) You downloaded the latest version of the project from the Team Server, and did some changes to the app. What do you need to do next for your team members to be able to view your changes? - ANSWER Commit your changes to the Team Server All of the following are true of project status and changes, EXCEPT: - ANSWER The Changes pane will combine multiple status changes (e.g. and item that has been modified and moved) on a single line Only users with the SCRUM Master role have access to the Team Server. - ANSWER False When working in a team it is important to perform an update before doing a commit. - ANSWER True When you commit your app to the Team Server, Mendix Studio Pro will automatically update your application with any revisions prior to processing your commit action - ANSWER True Creating an app in Mendix Studio Pro will automatically enable the Team Server. - ANSWER False Which of the following are possible elements in a Microflow Expression? (3 correct answers) - ANSWER Functions, Variables, Tokens It is not possible to constrain retrieval of objects from an entity based on its association with another entity - ANSWER False Each of the arrows emerging from a microflow decision element must: - ANSWER Have the condition value set to true or false Which statement is true? - ANSWER Microflow expressions are used to change, check and extract data from available values. When do you use in the retrieve action the option "by association"? - ANSWER When you want to retrieve the associated object from memory.

Meer zien Lees minder
Instelling
Vak

Voorbeeld van de inhoud

Mendix Exam
Which tools are available for help when creating a Mendix application? - ANSWER The
Mendix Forum
Reference Guide
A community blog

How can you get the latest version of Mendix Studio Pro? - ANSWER By downloading it
for free from the Mendix Appstore

The Atlas UI provides the following "out-of-the-box" tools to enable the a developer to
quickly create user-friendly applications. - ANSWER Application templates for common
scenarios
Widgets
Building Blocks

What is the Mendix Studio? - ANSWER A tool to create, develop, and deploy innovative
apps quickly

Why is it important for you to create an account and profile in Mendix? - ANSWER It
enables you to earn badges and recognition for your expertise on Mendix topics.
It enables you to track your progress learning the Mendix tools.
It enables you to become part of the Mendix community.

The Mendix Ecosystem offers all of the following tools to a developer EXCEPT: -
ANSWER Customer Relationship Management (CRM) and sales tools

Which Mendix project role keeps track of the project stakeholder's expectations, defines
the requirements for the project and communications the vision to the team in order to
set priorities? - ANSWER Product Owner

The Sprint Status tab in the Mendix Planning tool provides all of the following
information EXCEPT: - ANSWER A Release Plan

All of the following are Mendix project roles EXCEPT: - ANSWER Product End-User

The Mendix development approach is based on which method? - ANSWER Scrum

Where do you capture your project requirements? - ANSWER In the Stories tab
underneath Collaborate in your project's dashboard

Which of the following button building blocks will create a button with a clickable image?
- ANSWER Card Action

, When creating new Overview pages you should use the following navigation layout: -
ANSWER Atlas_Default

What is a page in Mendix? - ANSWER The interface to your app's data and interaction

A page is responsive when: - ANSWER It works and looks good on all devices.

When using the Layout Grid, the weight of all columns must add up to: - ANSWER 12

Associations are _____________ constructed between __________ in the domain
model. - ANSWER relationships, entities

For each association that you add to your domain model, a new database table will be
created. This table will store data on which objects are connected to each other. -
ANSWER True

Which of the following are required to support dynamic data in a Mendix page? -
ANSWER Entities and Attributes

Associations in a Mendix domain model can be any of the following EXCEPT: -
ANSWER Many to Many

A list view is a widget used to: - ANSWER Display Dynamic Data

The value 5.84 could be stored in an attribute of the type: - ANSWER Decimal

How does the connection between a Domain Model entity and a ListView object on a
page affect the operation of the page? - ANSWER Data contained in the specified
attributes of each object in the entity are displayed in an information list

The naming convention for associations in the domain model is: - ANSWER
Entity1_Entity2

All of the following Mendix scenarios require microflows except: - ANSWER Your name
needs to implement default behavior

All of the following are possible microflow use cases, EXCEPT: - ANSWER Configuring
the Feedback and Collaboration Widget

How many start events can a microflow have? - ANSWER One

Which of the following follows the microflow naming syntax for a microflow connected to
a button to create a new location? - ANSWER ACT_Location_CreateNew

What are Mendix microflows? - ANSWER The custom logic of a Mendix application

Geschreven voor

Vak

Documentinformatie

Geüpload op
5 maart 2024
Aantal pagina's
5
Geschreven in
2023/2024
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$10.49
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

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.
contenthive76 Teachme2-tutor
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
65
Lid sinds
2 jaar
Aantal volgers
34
Documenten
1929
Laatst verkocht
2 maanden geleden

2.8

5 beoordelingen

5
1
4
1
3
1
2
0
1
2

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