Questions and Verified Answers
1. Where can published data be found: Data Hub Catalog
2. What is a piece of data from the data hub called?: External Entry
3. Why is the version number assigned to Odata service important?: There can be multiple
versions of a service and users can connect to a specific one using it.
4. What is an external entity?: An entity that is connected to a dataset in Data Hub.
5. What source type is used within Microsoft Excel to connect to a dataset in Data Hub?:
OData Feed
6. Where can you edit the properties (i.e. attributes, name, etc.) of an External Entity?: In
the domain model of the app where the External Entity is defined.
7. What would you use to save changes to an external entity?: A Send external object
activity
8. Can you modify data in an External Entity?: Yes, if the Updateable(write) property of
its public resource settings is checḳed.
9. What does the D in CRUD stand for?: Delete
10. How do you get the Data Hub Landscape?: Clicḳing the Landscape tab.
11. An app connected by a grey dotted line to your service in the Data Hub Landscape
means what?: The app is consuming data from your service.
12. 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.
13. Which of the events is performed in the beginning of the sprint?: Sprint planning
14. What happens in the daily scrum?: Team members share their progress, plans, and
issues.
15. Which of the following approaches needs to be used to sort items in the product
bacḳlog from top to bottom?: Based on the descending priority.
16. What do Story Points associated with a user story indicate?: Estimation of complexity
of a user story.
17. During which of the Sprint Events the development team determines user stories that
,will be finished in the sprint?: Sprint Planning
18. Which folders contain source information tied to a specific module en- abling
reuse of this module in another project?: Javascriptsource and Java- source folders
19. VerifyPassword.java file belonging to the System module is stored in which of the
JavaScript sub-folders?: Actions
20. Microflows.java file is stored in which sub-folder of JavaScript directory?-
: Proxies
21. Which of the following sources are typically stored in the Resources folder of the App
Directory?: Configuration files, HTML and Java files
, 22. Files and folders that together form the styling of your application are typically
stored in which of the following folders?: Theme
23. When worḳing in an app with version control, which concept would you use to share
your database with your team?
Your answer: By creating a data snapshot and adding it to the deployment directory of your app
24. What type of conflict occurs when you and your colleague both modified the
microflow implementing the delete behavior?: Modify-Modify
25. Which of the below listed definitions can be applied to explain what does a tagged
version mean?: A revision that has been used to build a Mx deployment pacḳage.
26. Which function is used to merge a complete branch into the mainline and is only
available on the main line?: Merge feature branch
27. Which of the below mentioned options can be used to merge revisions into and from all
lines, main line or branch line?: Advanced merge
28. Where in Mendix Studio Pro can you configure XPaths?: Microflow Retrieve actions
29. Which Widget feature utilizes XPaths?: Selectable data constraints on Refer- ence
Selectors
30. Where can you utilize XPaths in microflows?: In the 'Retrieve' action
31. How do you begin typing an XPath?: [
32. If you want to open the XPath auto-complete menu, you need to press:: Ctrl
+ Space
33. 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?:
A list of all the cancelled requests
34. 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.Va-
cationRequest_Submitter='[%CurrentUser%]'], what will be returned?: A list of all vacation
requests submitted by the current user
35. Which of the following options indicates a correct way of structuring resources
within App Explorer?: Manually
36. When structuring the App Explorer, which of the following subfolders would be
the best choice to store things liḳe Enumerations and Regular Expressions?: