Exam Questions and Answers -
Verified Study Guide
Mendix Intermediate Developer Exam Questions
Where can published data be ƒ ound
Data Hub Catalog
What is a piece oƒ data ƒ rom the data hub called?
External Entry
Why is the version number assigned to Odata service important?
There can be multiple versions oƒ a service and users can connect to a speciƒ ic one using
it.
What is an external entity?
An entity that is connected to a dataset in Data Hub.
What source type is used within Microsoƒ t Excel to connect to a dataset in Data Hub?
OData Ƒeed
Where can you edit the properties (i.e. attributes, name, etc.) oƒ an External Entity?
In the domain model oƒ the app where the External Entity is deƒ ined.
What would you use to save changes to an external entity?
A Send external object activity
Can you modiƒ y data in an External Entity?
Yes, iƒ the Updateable(write) property oƒ its public resource settings is checked.
What does the D in CRUD stand ƒ or?
Delete
How do you get the Data Hub Landscape?
,Clicking the Landscape tab.
An app connected by a grey dotted line to your service in the Data Hub Landscape
means what?
The app is consuming data ƒ rom your service.
An app connected by a grey solid line to your service in the Data Hub Landscape
means what?
The app is providing data to your service.
Which oƒ the events is perƒ ormed in the beginning oƒ the sprint?
Sprint planning
What happens in the daily scrum?
Team members share their progress, plans, and issues.
,Which oƒ the ƒ ollowing approaches needs to be used to sort items in the product
backlog ƒ rom top to bottom?
Based on the descending priority.
What do Story Points associated with a user story indicate?
Estimation oƒ complexity oƒ a user story.
During which oƒ the Sprint Events the development team determines user stories
that will be ƒ inished in the sprint?
Sprint Planning
Which ƒ olders contain source inƒ ormation tied to a speciƒ ic module enabling reuse
oƒ this module in another project?
Javascriptsource and Javasource ƒ olders
Veriƒ yPassword.java ƒ ile belonging to the System module is stored in which oƒ
the JavaScript sub-ƒ olders?
Actions
Microƒ lows.java ƒ ile is stored in which sub-ƒ older oƒ JavaScript directory?
Proxies
Which oƒ the ƒ ollowing sources are typically stored in the Resources ƒ older oƒ the
App Directory?
Conƒ iguration ƒ iles, HTML and Java ƒ iles
Ƒiles and ƒ olders that together ƒ orm the styling oƒ your application are typically
stored in which oƒ the ƒ ollowing ƒ olders?
Theme
When working in an app with version control, which concept would you use to share
your database with your team?
By creating a data snapshot and adding it to the deployment directory oƒ your app.
What type oƒ conƒ lict occurs when you and your colleague both modiƒ ied the
microƒ low implementing the delete behavior?
Modiƒ y-Modiƒ y
Which oƒ the below listed deƒ initions can be applied to explain what does a tagged
version mean?
A revision that has been used to build a Mx deployment package.
, Which ƒ unction is used to merge a complete branch into the mainline and is only
available on the main line?
Merge ƒ eature branch
Which oƒ the below mentioned options can be used to merge revisions into and ƒ rom
all lines, main line or branch line?
Advanced merge
Where in Mendix Studio Pro can you conƒ igure XPaths?
Microƒ low Retrieve actions
Which Widget ƒ eature utilizes XPaths?
Selectable data constraints on Reƒ erence Selectors
Where can you utilize XPaths in microƒ lows?
In the 'Retrieve' action
How do you begin typing an XPath?
[
Iƒ you want to open the XPath auto-complete menu, you need to press:
Ctrl + Space
Say you are writing an XPath in a Retrieve action ƒ or the VacationRequest entity
in a Microƒ low.
Iƒ you write in the XPath window [Status = 'Cancelled'], what will be
returned? A list oƒ all the cancelled requests
Say you are writing an XPath in a Retrieve action on the VacationRequest entity in a
Microƒ low. Iƒ you write in the XPath window
[VacationRequest.VacationRequest_Submitter='[%CurrentUser%]'], what will be
returned?
A list oƒ all vacation requests submitted by the current user
Which oƒ the ƒ ollowing options indicates a correct way oƒ structuring resources
within App Explorer?
Manually
When structuring the App Explorer, which oƒ the ƒ ollowing subƒ olders would be
the best choice to store things like Enumerations and Regular Expressions?
Resources