ANSWERS GRADED A+
✔✔Which of the following XPath constraints should be used to allow users to only see
their own notifications? - ✔✔[Notifications.Notification_Account='[%CurrentUser%]']
✔✔What can you use whenever you wish to display a navigation menu, but not the
main navigation tree? - ✔✔Menu
✔✔How many source and destination languages can you specify? - ✔✔One source,
one destination
✔✔What does default project language define? - ✔✔The language which users will see
when using your app.
✔✔When and how a default language of an app needs to be selected? -
✔✔Automatically at the moment of app creation.
✔✔Where can you choose the development language? - ✔✔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? - ✔✔Batch translation
✔✔What is the easiest way to collect feedback from users from within your app? -
✔✔Use the feedback widget
✔✔Where is page access configured? - ✔✔Module Security
✔✔What would be a reasonable validation rule to use for
AllowedNumberOfVisitorsPerDay? - ✔✔Range <= 1000
✔✔How can you easily manage accounts for your app? - ✔✔Connect navigation to the
built-in Account_Overview page
✔✔Is it possible limit an entity to only one object? - ✔✔Yes, through a Microflow
✔✔What is a limitation of a sub-microflow compared to a regular microflow? - ✔✔None.
Sub-microflows are equally capable.
✔✔What main benefit do sub-microflows offer? - ✔✔Better maintainability
✔✔If you want to leave notes for future developers (or yourself) in a microflow, what can
you use? - ✔✔Annotations
, ✔✔What is a limitation of a rule compared to a microflow? - ✔✔You have a smaller
selection of activities.
✔✔You've replaced a microflow with newer functionality and want to test it. However,
you don't want to delete the old microflow permanently in case something goes wrong.
How can you do this? - ✔✔Exclude it from the project.
✔✔How can you allow users to access parts of an app (like a login page) without
needing to log in? - ✔✔Set up anonymous users.
✔✔In a microflow, what is a token? - ✔✔A system-generated value.
✔✔In a microflow expression, "toUpperCase" is an example of what? - ✔✔A function
✔✔In a microflow, what would be an example of a variable? - ✔✔$Customer
✔✔You need to debug a microflow in production but don't want to impact your users.
How can you trigger debugging only when you personally are running the microflow? -
✔✔Set a breakpoint condition.
✔✔How can you have a microflow automatically run at a specific moment in time? -
✔✔Create and enable a scheduled event.
✔✔What can you use to exit a loop early, instead of finishing the entire list of iterator
objects? - ✔✔A break event
✔✔You want to find the total number of objects in a list. What can you easily use to do
this? - ✔✔Use an aggregate list function.
✔✔What are batches used for? - ✔✔Processing large amounts of data.
✔✔What is the list object in a loop called? - ✔✔An iterator
✔✔What is another way of calling an association? - ✔✔Reference
✔✔How many associations can you add between two entities? - ✔✔Many associations
of various multiplicity.
✔✔What is a good reason to choose to use an Information Entity instead of multiple
associations? - ✔✔You want to display additional information about an association.