1 Exampromax - Stuvia US 2025/2026
Outsystems Quiz Questions and Answers (100%
Correct Answers) Already Graded A+
what types of applications can be created in outsystems?
Ans: web, mobile, and service
regarding exposing elements in producer modules, what property must be
set to yes? Then what modules can the exposed elements be used by?
Ans: only elements with the public property set to yes can be exposed and reused
by modules of any application
T/F: consumer modules can only reuse elements from producer modules of
© 2025 Assignment Expert
the same application
Exampromax - Stuvia US
Ans: True
does outsystems manage the underlying database tables for the developer?
Ans: no, developers don't need access to the database server
entities and attributes are created in the database as....
Ans: tables and columns
if an attribute is names "totalcount" then outsystems will auto set its data
type to....
Ans: integer
entities are created with a set of entity actions for CRUD operations. What
are they?
Ans: create, createOrUpdate, Update, Get, Delete, GetForUpdate
T/F: input parameters are always mandatory
Ans: F
output parameters are available where?
, 2 Exampromax - Stuvia US 2025/2026
Ans: both inside and outside of their implementation scope
a value must be assigned to the output param inside to be returned to the outside
a structure can have attributes of the following data types:
Ans: basic, structure, entity, and list
a list in outsystems is
Ans: a collection of elements of the same data type
what does the widget tree represent?
Ans: the hierarchy of the widgets on the screen
© 2025 Assignment Expert
what type of variables can be created inside a screen?
Exampromax - Stuvia US
Ans: input parameters and local variables
screens do not have output params
what is the main purpose of the screen preparation?
Ans: fetch data from the databases
T/F: In the screen lifecycle, the preparation runs on the browser.
Ans: False
preparation contains server-side logic that is executed before rendering the screen
in an aggregate, the sources section is used for
Ans: define the entities we want to retrieve records from
in an aggregate, the purpose of the test values section is....
Ans: define values for testing the preview data of the aggregate
how can we limit the number of records returned by an aggregate?
Ans: use the max records property
is it possible to see the SQL generated by an aggregate?
Outsystems Quiz Questions and Answers (100%
Correct Answers) Already Graded A+
what types of applications can be created in outsystems?
Ans: web, mobile, and service
regarding exposing elements in producer modules, what property must be
set to yes? Then what modules can the exposed elements be used by?
Ans: only elements with the public property set to yes can be exposed and reused
by modules of any application
T/F: consumer modules can only reuse elements from producer modules of
© 2025 Assignment Expert
the same application
Exampromax - Stuvia US
Ans: True
does outsystems manage the underlying database tables for the developer?
Ans: no, developers don't need access to the database server
entities and attributes are created in the database as....
Ans: tables and columns
if an attribute is names "totalcount" then outsystems will auto set its data
type to....
Ans: integer
entities are created with a set of entity actions for CRUD operations. What
are they?
Ans: create, createOrUpdate, Update, Get, Delete, GetForUpdate
T/F: input parameters are always mandatory
Ans: F
output parameters are available where?
, 2 Exampromax - Stuvia US 2025/2026
Ans: both inside and outside of their implementation scope
a value must be assigned to the output param inside to be returned to the outside
a structure can have attributes of the following data types:
Ans: basic, structure, entity, and list
a list in outsystems is
Ans: a collection of elements of the same data type
what does the widget tree represent?
Ans: the hierarchy of the widgets on the screen
© 2025 Assignment Expert
what type of variables can be created inside a screen?
Exampromax - Stuvia US
Ans: input parameters and local variables
screens do not have output params
what is the main purpose of the screen preparation?
Ans: fetch data from the databases
T/F: In the screen lifecycle, the preparation runs on the browser.
Ans: False
preparation contains server-side logic that is executed before rendering the screen
in an aggregate, the sources section is used for
Ans: define the entities we want to retrieve records from
in an aggregate, the purpose of the test values section is....
Ans: define values for testing the preview data of the aggregate
how can we limit the number of records returned by an aggregate?
Ans: use the max records property
is it possible to see the SQL generated by an aggregate?