NEW
Font size
WorksheetsQuiz-3
Total questions: 10
Worksheet time: 5mins
Which of the following functionalities do you need to use to show a complete list of all translatable texts of a source and destination language?
Occurance window
Import translation
Batch translation
Export translation
Which of the principles needs to be utilized to reduce duplication of already created elements?
TRY
DRY
FLY
BUY
Which of the following options can be used in Mendix Studio for customizing styling of an app?
By creating a new styling using CSS
By changing Sass variables
By adjusting theme setting in the Theme Editor.
Which of the following options provides an easy way to limit access rights for a given role to a specific functionality within an app?
By creating a snippet.
By adding a separate module.
By creating a separate domain model.
By creating a package.
Where in Mendix Studio Pro can you configure XPaths?
Text widgets
Microflow Retrieve actions
Page access rules
Navigation
Let’s assume you add a new decimal attribute to the VacationRequest entity called ‘DaysUsed’. The value represents the total amount of days used for the requested vacation. If you write a microflow with a Retrieve action, what will be the return if we use the following XPath [DaysUsed < 8 and not(VacationManagement.VacationRequest_Submitter/Administration.Account)]
A list of all VacationReuqests that are shorter than 8 days and do not have a Submitter assigned
A list of all VacationRequests that are longer than 8 days
A list of all VacationRequests that are shorter than 8 days and have a Submitter assigned
A list of all VacationRequests that have been approved and are shorter than 8 days
Where can published data be found?
Developer Portal
Mendix Marketplace
Data Hub Portal
Data Hub Catalog
Can you modify data in an External Entity?
Yes, if the Updateable(write) property of its public resource settings is checked.
Yes, if the entity access is set to Write in the parent application.
No, it’s not possible at this time.
Yes, if the application is online.
An app connected by a grey dotted line to your service in the Data Hub Landscape means what?
The app is watching for data changes in your service
The app is consuming data from your service
There is an association between the app and your service
The app is providing data to your service
Which of the below mentioned location types is characterized by time zone differences resulting in challenges for successful project collaboration?
Offshoring
Co-location at the same office
Virtual environment
None
