ASSOCIATE WEB DEVELOPER CERT –
OUTSYSTEMS EXAM QUESTIONS AND
ANSWERS
What does Outsystems provide? - Correct Answers -OutSystems Server
Development
Admin & Ops
OutSystems Forge & Community
What is the OutSystems server? - Correct Answers -set of servers that compiles,
deploys, manages, runs, and monitors applications
the two components of development - Correct Answers -integration studio & service
studio
two components of admin and ops - Correct Answers -service center & lifetime
service studio - Correct Answers -low-code visual development environment that
enables developers to rapidly create amazing mobile and web applications
integration studio - Correct Answers -dev environment for integrating external
resources;
integrate existing data and code as well as create .NET code extensions
what are the 3 types of validations on a link or button? - Correct Answers -server, client
& server, none
what happens in a server validation? - Correct Answers -inputs are submitted to the
server
what are each input field's two runtime properties? - Correct Answers -valid: boolean
property
validationMessage: text property
-displayed in the case that input is not valid
when built-in validations are performed automatically.... - Correct Answers -valid
property is auto set to false
but it still needs to be explicitly checked in the action flow
, what is a custom server-side validation? - Correct Answers -when a developer writes
their own validations
-must be perform in the action flow
if the form input fields are invalid... - Correct Answers -you should set the valid property
to false and set the ValidationMessage accordingly
when should the form valid property be checked? - Correct Answers -after all custom
validations
service center - Correct Answers -platform server management console;
admin console that is accessible via browser;
access to platform server configuration for admin and operations teams
lifetime - Correct Answers -web app that manages lifecycle across environments;
extends service center's capabilities to cross environment scenarios;
complete application lifecycle management via browser
outsystems forge - Correct Answers -source of downloadable components to help
speed app delivery
what are screen actions bound to? - Correct Answers -widgets on a screen
where can server actions be called? - Correct Answers -in any flow
how many input and output parameters and local variables can server actions have? -
Correct Answers -multiple
do screen actions have output parameters - Correct Answers -no
do preparations have parameters or variables - Correct Answers -no
server actions that are set as a function are... - Correct Answers -1. restricted to one
output parameter
2. available in expressions
what is an action flow - Correct Answers -where a piece of logic is defined
actions flows can have one of what and multiple of what - Correct Answers -one start
node
multiple end nodes and raise exceptions
what can screen actions and preparations also end with (2 things) besides end and
raise exception? - Correct Answers -destination nodes and download
OUTSYSTEMS EXAM QUESTIONS AND
ANSWERS
What does Outsystems provide? - Correct Answers -OutSystems Server
Development
Admin & Ops
OutSystems Forge & Community
What is the OutSystems server? - Correct Answers -set of servers that compiles,
deploys, manages, runs, and monitors applications
the two components of development - Correct Answers -integration studio & service
studio
two components of admin and ops - Correct Answers -service center & lifetime
service studio - Correct Answers -low-code visual development environment that
enables developers to rapidly create amazing mobile and web applications
integration studio - Correct Answers -dev environment for integrating external
resources;
integrate existing data and code as well as create .NET code extensions
what are the 3 types of validations on a link or button? - Correct Answers -server, client
& server, none
what happens in a server validation? - Correct Answers -inputs are submitted to the
server
what are each input field's two runtime properties? - Correct Answers -valid: boolean
property
validationMessage: text property
-displayed in the case that input is not valid
when built-in validations are performed automatically.... - Correct Answers -valid
property is auto set to false
but it still needs to be explicitly checked in the action flow
, what is a custom server-side validation? - Correct Answers -when a developer writes
their own validations
-must be perform in the action flow
if the form input fields are invalid... - Correct Answers -you should set the valid property
to false and set the ValidationMessage accordingly
when should the form valid property be checked? - Correct Answers -after all custom
validations
service center - Correct Answers -platform server management console;
admin console that is accessible via browser;
access to platform server configuration for admin and operations teams
lifetime - Correct Answers -web app that manages lifecycle across environments;
extends service center's capabilities to cross environment scenarios;
complete application lifecycle management via browser
outsystems forge - Correct Answers -source of downloadable components to help
speed app delivery
what are screen actions bound to? - Correct Answers -widgets on a screen
where can server actions be called? - Correct Answers -in any flow
how many input and output parameters and local variables can server actions have? -
Correct Answers -multiple
do screen actions have output parameters - Correct Answers -no
do preparations have parameters or variables - Correct Answers -no
server actions that are set as a function are... - Correct Answers -1. restricted to one
output parameter
2. available in expressions
what is an action flow - Correct Answers -where a piece of logic is defined
actions flows can have one of what and multiple of what - Correct Answers -one start
node
multiple end nodes and raise exceptions
what can screen actions and preparations also end with (2 things) besides end and
raise exception? - Correct Answers -destination nodes and download