OUTSYSTEMS CERTIFICATION
ASSOCIATE WEB DEVELOPER
SIMULATE EXAM QUESTIONS AND
ANSWERS
What is a Web app in Outsystems? - Correct Answers -Application with a responsive
interface that runs in the browser
An Web app can run offline? - Correct Answers -No, it requires internet.
An Web app cannot access the camera of a smartphone, since it's not a mobile app.
(True or False) - Correct Answers -False, it can acesses all HTML5 supported device
capabilities, like camera and localization.
Do I need to install a web app? - Correct Answers -All you need is a browser and the
URL of the app
How does an APP Web in Outsystems promote reusability? - Correct Answers -One
codebase for all devices and screen sizes.
An Entity is the OutSystems way to... - Correct Answers -model and store persistently
compound data, equivalent to a DB Table
How can you overcome the limitations of stateless requests? - Correct Answers -Using
sessions variables
What is session? - Correct Answers -Consists in the set of session variables defined in
the modules the end-user accesses during its interaction
When a session is created? - Correct Answers -A Session is created in the first request
the end-user makes to the Platform Server and allows to keep context during the end-
user interactions with the server
,The session is created on the server and can be shared by several modules. (T/F) -
Correct Answers -True if you are using the Single Sign-On feature that enables an
unified view of users and sessions by a set of modules
Web Services Session starts during the first request the end-user establishes with the
server. The session ends explicitly when the end-user logs-out, or automatically due to
a time-out caused by the user not making requests to the server for a certain amount of
time. (T/F) - Correct Answers -False. This is the Web session drescription
Web Session is created when the Web Service is invoked and lasts only for this
request, which means that there is no persistency of the session between requests.
(T/F) - Correct Answers -False. This is the Web Services Session drescription
Outsystem is a low-code RAD plataform. What does tha means? - Correct Answers -It
has a fast and more compreensive way to create, deploy, change and manage to
develop web app
In service studio, what can you do in forge tab? - Correct Answers -Install services and
apps from other users to use in my app.
In service studio, what can you do in environment tab? - Correct Answers -Create,
search, install and manage applications
What is TrueChange tab? - Correct Answers -displays the existing errors and warnings
of your module
What is Debugger tab? - Correct Answers -use this tab to debug your application
What is 1-Click Publish tab? - Correct Answers -when you deploy your module, this
area will show the progress and result of the deployment process
What is Search Results tab? - Correct Answers -lists the results of a search performed
in the module
An application can have one or more modules. What`s a module? - Correct Answers -A
module is where you design the data model, implement the logic, and design the UI of
your applications
What's the cog do? - Correct Answers -Access Service Center
What does the menu option with a cloud icon with an arrow do? - Correct Answers -
Connect to another enviroment
How can you delete an app? - Correct Answers -Select it, near app icon use the Delete
option.
,There are 4 types of modules. Which ones are they? - Correct Answers -Web
responsive, web blank, service and extension
What is the main difference between Web responsive and web blank module types? -
Correct Answers -Web responsive start with an UI with has a theme
There are 4 tabs in application layer. Which ones are they? - Correct Answers -
Processes, Interface, Logic and Data
When you create a Public Server action in a module. in which application layer and
folder you can found it in another module? - Correct Answers -Application layer Logic, In
Server Action folder inside the name of module
How create an entity from excel? - Correct Answers -Application layer Data, right-click
Entities folder and select import Entities from Excel.
What are Attributes in OutSystems? - Correct Answers -Columns of a database table
When you create an entity from excel, it don't populates your database with the data
that is in the Excel file. (T/F) - Correct Answers -False
Outsystems is only PaaS, this way you can't install it on a server and run it on-premisse
- Correct Answers -False
What is OutSystem Server? - Correct Answers -Servers responsible for compiling,
publishing, managing, running, and monitoring apps. It consists of Platform Server and
Metadata Repository
What is Platform Server? - Correct Answers -Responsible for compiling, generating and
publishing applications. Receives Service Studio deploys.
What is Metadata Repository? - Correct Answers -Stores public versions of applications
What is Service Studio? - Correct Answers -The whole process of creating, editing,
updating, publishing, viewing and debugging is performed in Service Studio
What is Integration Studio? - Correct Answers -creates representations of external
resources, such as .NET code and database connections, in Service Studio
What is Service Center? - Correct Answers -Console to manage and monitor the
Platform Server. It's where you manage all versions, and monitor its behavior.
What is Lifetime? - Correct Answers -Manages the application lifecycle between
environments and servers
, What is Forge? - Correct Answers -Repository of components, add-ons and apps that
allow extend the Platform
What is the difference between application template and screen template? - Correct
Answers -Application template apply styles, layouts and logic to all screens. Screen
template applys only to the new page created.
How do you use an installed module from forge? - Correct Answers -check the elements
of the component in Manage Dependencies
What is UI Module for? - Correct Answers -implement UI flows, screens, blocks and
logic related with user process
What is Extension Modules for? - Correct Answers -Allow you to integrate with
enterprise systems and to extend the existing functionality and data model of
OutSystems
What is Service Modules for? - Correct Answers -Service modules enforce the
separation of concerns and encapsulation of core services that can be reused by
several applications
Which are the two built-in Web Application Templates? - Correct Answers -Side Menu e
Top Menu
If you use a built-in Web Application Template you can't use a Screen Template? (T/F) -
Correct Answers -False
Outsystems is a cloud Plataform as a Service (PaaS), so it doesn't have an IDE. (T/F) -
Correct Answers -False. Service Studio is the IDE
Where can you define data structures in Service Studio? - Correct Answers -In
application layer Data.
What can be define in Application layer Data? - Correct Answers -Entity, Static Entity,
Structure, E-R diagram, session variables and site properties
Where can you create screen, variables and actions to use in UI? - Correct Answers -In
application layer Interface
Where can you edit CSS's theme of app? - Correct Answers -In application layer
Interface
Where you add images to use in app? - Correct Answers -Import image in Images folder
in Interface application layer
ASSOCIATE WEB DEVELOPER
SIMULATE EXAM QUESTIONS AND
ANSWERS
What is a Web app in Outsystems? - Correct Answers -Application with a responsive
interface that runs in the browser
An Web app can run offline? - Correct Answers -No, it requires internet.
An Web app cannot access the camera of a smartphone, since it's not a mobile app.
(True or False) - Correct Answers -False, it can acesses all HTML5 supported device
capabilities, like camera and localization.
Do I need to install a web app? - Correct Answers -All you need is a browser and the
URL of the app
How does an APP Web in Outsystems promote reusability? - Correct Answers -One
codebase for all devices and screen sizes.
An Entity is the OutSystems way to... - Correct Answers -model and store persistently
compound data, equivalent to a DB Table
How can you overcome the limitations of stateless requests? - Correct Answers -Using
sessions variables
What is session? - Correct Answers -Consists in the set of session variables defined in
the modules the end-user accesses during its interaction
When a session is created? - Correct Answers -A Session is created in the first request
the end-user makes to the Platform Server and allows to keep context during the end-
user interactions with the server
,The session is created on the server and can be shared by several modules. (T/F) -
Correct Answers -True if you are using the Single Sign-On feature that enables an
unified view of users and sessions by a set of modules
Web Services Session starts during the first request the end-user establishes with the
server. The session ends explicitly when the end-user logs-out, or automatically due to
a time-out caused by the user not making requests to the server for a certain amount of
time. (T/F) - Correct Answers -False. This is the Web session drescription
Web Session is created when the Web Service is invoked and lasts only for this
request, which means that there is no persistency of the session between requests.
(T/F) - Correct Answers -False. This is the Web Services Session drescription
Outsystem is a low-code RAD plataform. What does tha means? - Correct Answers -It
has a fast and more compreensive way to create, deploy, change and manage to
develop web app
In service studio, what can you do in forge tab? - Correct Answers -Install services and
apps from other users to use in my app.
In service studio, what can you do in environment tab? - Correct Answers -Create,
search, install and manage applications
What is TrueChange tab? - Correct Answers -displays the existing errors and warnings
of your module
What is Debugger tab? - Correct Answers -use this tab to debug your application
What is 1-Click Publish tab? - Correct Answers -when you deploy your module, this
area will show the progress and result of the deployment process
What is Search Results tab? - Correct Answers -lists the results of a search performed
in the module
An application can have one or more modules. What`s a module? - Correct Answers -A
module is where you design the data model, implement the logic, and design the UI of
your applications
What's the cog do? - Correct Answers -Access Service Center
What does the menu option with a cloud icon with an arrow do? - Correct Answers -
Connect to another enviroment
How can you delete an app? - Correct Answers -Select it, near app icon use the Delete
option.
,There are 4 types of modules. Which ones are they? - Correct Answers -Web
responsive, web blank, service and extension
What is the main difference between Web responsive and web blank module types? -
Correct Answers -Web responsive start with an UI with has a theme
There are 4 tabs in application layer. Which ones are they? - Correct Answers -
Processes, Interface, Logic and Data
When you create a Public Server action in a module. in which application layer and
folder you can found it in another module? - Correct Answers -Application layer Logic, In
Server Action folder inside the name of module
How create an entity from excel? - Correct Answers -Application layer Data, right-click
Entities folder and select import Entities from Excel.
What are Attributes in OutSystems? - Correct Answers -Columns of a database table
When you create an entity from excel, it don't populates your database with the data
that is in the Excel file. (T/F) - Correct Answers -False
Outsystems is only PaaS, this way you can't install it on a server and run it on-premisse
- Correct Answers -False
What is OutSystem Server? - Correct Answers -Servers responsible for compiling,
publishing, managing, running, and monitoring apps. It consists of Platform Server and
Metadata Repository
What is Platform Server? - Correct Answers -Responsible for compiling, generating and
publishing applications. Receives Service Studio deploys.
What is Metadata Repository? - Correct Answers -Stores public versions of applications
What is Service Studio? - Correct Answers -The whole process of creating, editing,
updating, publishing, viewing and debugging is performed in Service Studio
What is Integration Studio? - Correct Answers -creates representations of external
resources, such as .NET code and database connections, in Service Studio
What is Service Center? - Correct Answers -Console to manage and monitor the
Platform Server. It's where you manage all versions, and monitor its behavior.
What is Lifetime? - Correct Answers -Manages the application lifecycle between
environments and servers
, What is Forge? - Correct Answers -Repository of components, add-ons and apps that
allow extend the Platform
What is the difference between application template and screen template? - Correct
Answers -Application template apply styles, layouts and logic to all screens. Screen
template applys only to the new page created.
How do you use an installed module from forge? - Correct Answers -check the elements
of the component in Manage Dependencies
What is UI Module for? - Correct Answers -implement UI flows, screens, blocks and
logic related with user process
What is Extension Modules for? - Correct Answers -Allow you to integrate with
enterprise systems and to extend the existing functionality and data model of
OutSystems
What is Service Modules for? - Correct Answers -Service modules enforce the
separation of concerns and encapsulation of core services that can be reused by
several applications
Which are the two built-in Web Application Templates? - Correct Answers -Side Menu e
Top Menu
If you use a built-in Web Application Template you can't use a Screen Template? (T/F) -
Correct Answers -False
Outsystems is a cloud Plataform as a Service (PaaS), so it doesn't have an IDE. (T/F) -
Correct Answers -False. Service Studio is the IDE
Where can you define data structures in Service Studio? - Correct Answers -In
application layer Data.
What can be define in Application layer Data? - Correct Answers -Entity, Static Entity,
Structure, E-R diagram, session variables and site properties
Where can you create screen, variables and actions to use in UI? - Correct Answers -In
application layer Interface
Where can you edit CSS's theme of app? - Correct Answers -In application layer
Interface
Where you add images to use in app? - Correct Answers -Import image in Images folder
in Interface application layer