Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Final Mendix Intermediate Exam with 100% Correct Questions And Answers (GRADE A+)

Rating
-
Sold
-
Pages
34
Grade
A+
Uploaded on
28-12-2024
Written in
2024/2025

What do Story Points associated with a user story indicate? - ANSWER Estimation of complexity of a user story. During which of the Sprint Events the development team determines user stories that will be finished in the sprint? - ANSWER Sprint Planning Which folders contain source information tied to a specific module enabling reuse of this module in another project? - ANSWER Javascript Source and Javasource folders VerifyP file belonging to the System module is stored in which of the JavaScript sub-folders? - ANSWER Actions M file is stored in which sub-folder of JavaScript directory? - ANSWER Proxies Which of the following sources are typically stored in the Resources folder of the App Directory? - ANSWER Configuration files, HTML and Java files Where can published data be found - ANSWER Data Hub Catalog What is a piece of data from the data hub called? - ANSWER External Entry Why is the version number assigned to Odata service important? - ANSWER There can be multiple versions of a service and users can connect to a specific one using it. What is an external entity? - ANSWER An entity that is connected to a dataset in a Data Hub. What source type is used within Microsoft Excel to connect to a dataset in Data Hub? - ANSWER OData Feed Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity? - ANSWER In the domain model of the app where the External Entity is defined. What would you use to save changes to an external entity? - ANSWER A Send external object activity Can you modify data in an External Entity? - ANSWER Yes, if the Updateable(write) property of its public resource settings is checked. What does the D in CRUD stand for? - ANSWER Delete How do you get the Data Hub Landscape? - ANSWER Clicking the Landscape tab. An app connected by a grey dotted line to your service in the Data Hub Landscape means what? - ANSWER The app is consuming data from your service. An app connected by a grey solid line to your service in the Data Hub Landscape means what? - ANSWER The app is providing data to your service. Which of the events is performed in the beginning of the sprint? - ANSWER Sprint planning What happens in the daily scrum? - ANSWER Team members share their progress, plans, and issues. Which of the following approaches needs to be used to sort items in the product backlog from top to bottom? - ANSWER Based on the descending priority. Files and folders that together form the styling of your application are typically stored in which of the following folders? - ANSWER Theme When working in an app with version control, which concept would you use to share your database with your team? Your answer - ANSWER By creating a data snapshot and adding it to the deployment directory of your app. What type of conflict occurs when you and your colleague both modified the microflow implementing the delete behavior? - ANSWER Modify-Modify Which of the below listed definitions can be applied to explain what does a tagged version means? - ANSWER A revision that has been used to build a Mx deployment package. Which function is used to merge a complete branch into the mainline and is only available on the main line? - ANSWER Merge feature branch Which of the below mentioned options can be used to merge revisions into and from all lines, main line or branch line? - ANSWER Advanced merge Where in Mendix Studio Pro can you configure XPaths? - ANSWER Microflow Retrieve actions Which Widget feature utilizes XPaths? - ANSWER Selectable data constraints on Reference Selectors Where can you utilize XPaths in microflows? - ANSWER In the 'Retrieve' action How do you begin typing an XPath? - ANSWER [ If you want to open the XPath auto-complete menu, you need to press: - ANSWER Ctrl + Space Say you are writing an XPath in a Retrieve action for the VacationRequest entity in a Microflow. If you write in the XPath window [Status = 'Cancelled'], what will be returned? - ANSWER A list of all the cancelled requests Say you are writing an XPath in a Retrieve action on the VacationRequest entity in a Microflow. If you write in the XPath window [VacationRequest.VacationRequest_Submitter='[%CurrentUser%]'], what will be returned? - ANSWER A list of all vacation requests submitted by the current user Which of the following options indicates a correct way of structuring resources within App Explorer? - ANSWER Manually

Show more Read less
Institution
Mendix Intermediate
Course
Mendix Intermediate

Content preview

Final Mendix Intermediate
Exam with 100% Correct
Questions And Answers
(GRADE A+)



What do Story Points associated with a user story indicate? - ANSWER Estimation of
complexity of a user story.

During which of the Sprint Events the development team determines user stories that will be
finished in the sprint? - ANSWER Sprint Planning

Which folders contain source information tied to a specific module enabling reuse of this
module in another project? - ANSWER Javascript Source and Javasource folders

VerifyPassword.java file belonging to the System module is stored in which of the JavaScript
sub-folders? - ANSWER Actions

Microflows.java file is stored in which sub-folder of JavaScript directory? - ANSWER Proxies

Which of the following sources are typically stored in the Resources folder of the App
Directory? - ANSWER Configuration files, HTML and Java files

Where can published data be found - ANSWER Data Hub Catalog

,What is a piece of data from the data hub called? - ANSWER External Entry

Why is the version number assigned to Odata service important? - ANSWER There can be
multiple versions of a service and users can connect to a specific one using it.

What is an external entity? - ANSWER An entity that is connected to a dataset in a Data Hub.

What source type is used within Microsoft Excel to connect to a dataset in Data Hub? -
ANSWER OData Feed

Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity? - ANSWER
In the domain model of the app where the External Entity is defined.

What would you use to save changes to an external entity? - ANSWER A Send external object
activity

Can you modify data in an External Entity? - ANSWER Yes, if the Updateable(write) property
of its public resource settings is checked.

What does the D in CRUD stand for? - ANSWER Delete

How do you get the Data Hub Landscape? - ANSWER Clicking the Landscape tab.

An app connected by a grey dotted line to your service in the Data Hub Landscape means what?
- ANSWER The app is consuming data from your service.

An app connected by a grey solid line to your service in the Data Hub Landscape means what? -
ANSWER The app is providing data to your service.

Which of the events is performed in the beginning of the sprint? - ANSWER Sprint planning

What happens in the daily scrum? - ANSWER Team members share their progress, plans, and
issues.

Which of the following approaches needs to be used to sort items in the product backlog from
top to bottom? - ANSWER Based on the descending priority.

Files and folders that together form the styling of your application are typically stored in which
of the following folders? - ANSWER Theme

, When working in an app with version control, which concept would you use to share your
database with your team?
Your answer - ANSWER By creating a data snapshot and adding it to the deployment directory
of your app.

What type of conflict occurs when you and your colleague both modified the microflow
implementing the delete behavior? - ANSWER Modify-Modify

Which of the below listed definitions can be applied to explain what does a tagged version
means? - ANSWER A revision that has been used to build a Mx deployment package.

Which function is used to merge a complete branch into the mainline and is only available on
the main line? - ANSWER Merge feature branch

Which of the below mentioned options can be used to merge revisions into and from all lines,
main line or branch line? - ANSWER Advanced merge

Where in Mendix Studio Pro can you configure XPaths? - ANSWER Microflow Retrieve
actions

Which Widget feature utilizes XPaths? - ANSWER Selectable data constraints on Reference
Selectors

Where can you utilize XPaths in microflows? - ANSWER In the 'Retrieve' action

How do you begin typing an XPath? - ANSWER [

If you want to open the XPath auto-complete menu, you need to press: - ANSWER Ctrl + Space

Say you are writing an XPath in a Retrieve action for the VacationRequest entity in a Microflow.
If you write in the XPath window [Status = 'Cancelled'], what will be returned? - ANSWER A
list of all the cancelled requests

Say you are writing an XPath in a Retrieve action on the VacationRequest entity in a Microflow.
If you write in the XPath window
[VacationRequest.VacationRequest_Submitter='[%CurrentUser%]'], what will be returned? -
ANSWER A list of all vacation requests submitted by the current user

Which of the following options indicates a correct way of structuring resources within App
Explorer? - ANSWER Manually

, When structuring the App Explorer, which of the following subfolders would be the best choice
to store things like Enumerations and Regular Expressions? - ANSWER Resources

When connecting a profile picture to an account of a team member, providing that it should be
possible to alter the picture, which of the following options would you choose? - ANSWER:
Create a ProfilePicture entity and configure the Image entity in the System module as its
generalization.

As Users by default always have multiple UserRoles, which of the following options can you
put in place to ensure a user gets restricted to only one user role? - ANSWER Adding the
microflow logic.

Which widget from the listed below needs to be used inside of a List View for visualizing a
dynamic image? - ANSWER Image Viewer

Which of the following options can be used in Mendix Studio for customizing styling of an app?
- ANSWER By adjusting theme settings in the Theme Editor.

Which of the following options is used for featuring the navigation menu in a sidebar? -
ANSWER Atlas Default

Which of the following terms refers to the empty areas that form the canvas for any pages that
make use of the layout? - ANSWER Placeholders

When a layout is based on another layout, which of the mentioned option refers to the parent
layout? - ANSWER Master layout

Which of the principles needs to be utilized to reduce duplication of already created elements? -
ANSWER DRY

Which of the following options indicates a default configuration of a page created using the
Wizard Progress page template, consisting of 4 page template steps? - ANSWER Step 2 is active,
Step 1 is visited

In order to re-use a header from a given page on several other pages, which of the following
options would allow you to automatically update the content of this header throughout the app
after its content has been changed? - ANSWER Snippet

Written for

Institution
Mendix Intermediate
Course
Mendix Intermediate

Document information

Uploaded on
December 28, 2024
Number of pages
34
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$15.89
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
shemdiablo

Get to know the seller

Seller avatar
shemdiablo Teachme2-tutor
View profile
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
1 year
Number of followers
0
Documents
27
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions