Mendix Intermediate Exam (A
Graded)| Questions Solved 100%
Correct
Where should you configure that only selected roles are allowed to see a container on
a page? - Answer In the Conditional visibility property of the container.
How is the size of popup windows set to fixed? - Answer By setting the
resizable property of the page to No.
How can you ensure that the buttons in the footer area of the relatively long and
scrollable pop-up page are always visible? - Answer By removing the outer layout grid.
What constraint can you use to show the most recently created items at the top of
the page? - Answer createdDate (descending)
What are the default Mendix options for the popups? - Answer Resizable with size
determined automatically, with layout grid as the most outer layer of the page.
How to make the popup window always visible? - Answer Remove the outer layer grid.
,Which of the following options provides an easy way to limit access rights for a
given role to a specific functionality within an app? - Answer By adding a separate
module.
Where on the page can the Menu document be displayed in an app? -
Answer Anywhere
What alternative to drawing an association between two entities can you use to
connect two entities, each located in a separate domain model? - Answer By right-
clicking in an entity and selecting Add>Association.
Which of the following XPath constraints should be used to allow users to only see
their own notifications? - Answer
[Notifications.Notification_Account='[%CurrentUser%]']
What can you use whenever you wish to display a navigation menu, but not the
main navigation tree? - Answer Menu
How many source and destination languages can you specify? - Answer One source, one
destination
What does default project language define? - Answer The language which users will see
when using your app.
When and how a default language of an app needs to be selected? -
Answer Automatically at the moment of app creation.
Where can you choose the development language? - Answer In the toolbar of Studio Pro
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? - Answer Batch translation
, What is the easiest way to collect feedback from users from within your app? -
Answer Use the feedback widget
Where is page access configured? - Answer Module Security
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
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
Graded)| Questions Solved 100%
Correct
Where should you configure that only selected roles are allowed to see a container on
a page? - Answer In the Conditional visibility property of the container.
How is the size of popup windows set to fixed? - Answer By setting the
resizable property of the page to No.
How can you ensure that the buttons in the footer area of the relatively long and
scrollable pop-up page are always visible? - Answer By removing the outer layout grid.
What constraint can you use to show the most recently created items at the top of
the page? - Answer createdDate (descending)
What are the default Mendix options for the popups? - Answer Resizable with size
determined automatically, with layout grid as the most outer layer of the page.
How to make the popup window always visible? - Answer Remove the outer layer grid.
,Which of the following options provides an easy way to limit access rights for a
given role to a specific functionality within an app? - Answer By adding a separate
module.
Where on the page can the Menu document be displayed in an app? -
Answer Anywhere
What alternative to drawing an association between two entities can you use to
connect two entities, each located in a separate domain model? - Answer By right-
clicking in an entity and selecting Add>Association.
Which of the following XPath constraints should be used to allow users to only see
their own notifications? - Answer
[Notifications.Notification_Account='[%CurrentUser%]']
What can you use whenever you wish to display a navigation menu, but not the
main navigation tree? - Answer Menu
How many source and destination languages can you specify? - Answer One source, one
destination
What does default project language define? - Answer The language which users will see
when using your app.
When and how a default language of an app needs to be selected? -
Answer Automatically at the moment of app creation.
Where can you choose the development language? - Answer In the toolbar of Studio Pro
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? - Answer Batch translation
, What is the easiest way to collect feedback from users from within your app? -
Answer Use the feedback widget
Where is page access configured? - Answer Module Security
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
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