REVIEW 2026 FULL ANSWERS
◉ How should the Attribute name for an email address be written in
the Domain Model? Answer: EmailAddress
◉ When is it necessary to extend the Domain Model? Answer: When
new dynamic data is needed in the app
◉ What is the purpose of adding a navigation menu in your app?
Answer: Allow the user to find the pages that they are looking for
◉ It is possible to publish your app while it still has errors? Answer:
false
◉ What is an object? Answer: An instance of an entity
◉ You want to explain the reason for adding an exclusive split to a
microflow. What is the best way to do it? Answer: Add an annotation
connected to the exclusive split
◉ The green bullet at the beginning of a microflow shows: Answer:
the starting point of a microflow
, ◉ You want to add a button to your course overview page that will
create a new TrainingEvent. What parameter should you pass to the
microflow? Answer: The Course entity
◉ Which activity will you need if you use a microflow to schedule a
new TrainingEvent. Answer: Create Object
◉ You can use a microflow to create: Answer: an object
◉ Which of the following is true? Answer: You can only commit
when your working copy is up to date with the repository. If there
are other changes, you have to update first
◉ When you create a new app from within the Developer Portal, the
Team Server is automatically enabled. Answer: True
◉ What is a Parameter? Answer: Data that serves as input for a
microflow
◉ Which of the following is considered good practice when
committing to the repository? Answer: Committing small, consistent
pieces of work