verified answers
. Consider the Button widget properties in the screenshot below. What
happens when the Save Button is clicked?
A. The Save Screen Action runs. The Screen Preparation does not run.
B. The Save Screen Action runs, followed by the Screen Preparation and
then the entire Screen is rebuilt.
C. The Save Screen Action runs and the entire Screen is rebuilt. The
Screen Preparation does not run.
D. The Screen Preparation runs, followed by the Save Screen Action
Ans✓✓✓ A. The Save Screen Action runs. The Screen Preparation does
not run.
1What types of applications can be created in OutSystems?
A. Web, Mobile and Service
B. Web, Mobile, Service and Extension
C. Module and Extension
D. Only Web Ans✓✓✓ A. Web, Mobile and Service
A List in OutSystems is ...
,A. A collection of elements with the same data type.
B. A collection of elements that can have different data types.
Ans✓✓✓ B. A collection of elements that can have different data
types.
A Structure can have attributes of the following data types:
A. Basic, Complex, and Record
B. Basic, String, and Object
C. Basic, Structure, Entity, and List
D. Basic and List only Ans✓✓✓ C. Basic, Structure, Entity, and List
About Action Flows, it is correct to state:
A. Preparation must have only one End Node.
B. Screen Actions can have more than one Start Node.
C. None of the options is correct.
D. It is possible to do Ajax Refresh in Preparation only if the widgets on
the page are named. Ans✓✓✓ C. None of the options is correct.
Any action can have more than one End Node. Preparation does not
allow you to use Ajax Refresh because it runs before the screen is even
processed. Unlike the End Node, only one Start Node can exist. Only in
BPT flows is it possible to define a Conditional Start.
,About Exception Actions (Raisers and Handlers), it is correct to state:
A. It is not allowed to have more than one Exception Action in the same
flow
B. It is not allowed to insert Exception Actions in the Preparation.
C. It is not possible to end the Preparation flow with a Download
Action.
D. When an Exception Handler is thrown, a message is logged in the
Error Logs only if the developer sets this option Ans✓✓✓ D. When an
Exception Handler is thrown, a message is logged in the Error Logs only
if the developer sets this option
In the Handler it is possible to configure whether a log will be recorded
or not. It is also possible to define whether the Transaction in the
database will be aborted or not.
About Roles, it is correct to say:
A. Roles cannot be shared between modules.
B. All application users have the "Registered" Role.
C. It is necessary to create Role Anonymous for new applications.
D. Roles are used to control user access exclusively through the "Roles"
property of pages Ans✓✓✓ B. All application users have the
"Registered" Role.
, Every user, when authenticated, automatically has the Role Registered.
This differentiates them from anonymous users, that is, those who have
not authenticated.
About the APP Feedback tool that the Platform has natively, it is correct
to state:
A. It can be configured by environment and removed on specific pages
within modules.
B. When enabled, it requires users from all environments to provide
feedback on applications.
C. It is activated by environment and obligatorily for all applications
implemented there.
D. All options are correct. Ans✓✓✓ A. It can be configured by
environment and removed on specific pages within modules.
An attribute of a Structure can be of the type:
A. Structure, only.
B. Basic types (text, integer, etc.), only
C. Entities, only.
D. None of the options is correct. Ans✓✓✓ D. None of the options is
correct.