OUTSYSTEMS WEEK 4 EXAM QUESTIONS
WITH 100% VERIFIED CORRECT
ANSWERS!!
What type of application can be create in OutSystems
Web, Mobile and Service
Regarding exposing elements in Producer modules
Only elements with the Public property set to Yes can be exposed and reused by modules of any
application.
Regarding a Consumer module ...
It can only reuse elements that are Public in their Producer modules.
Does OutSystems manage the underlying database tables for the developer?
Yes
Entities and Attributes are created in the database as ...
Tables and Columns
If an attribute is named "TotalCount", OutSystems will automatically set its data type to ...
Integer
Entities are created with a set of Entity Actions for CRUD operations, which ones?
Create, CreateOrUpdate, Update, Get, GetForUpdate, Delete
Input parameters are always mandatory
FALSE
Output parameters are available ...C
Both inside and outside their implementation scope.
A Structure can have attributes of the following data types:
, Basic, Structure, Entity, and List
A List in OutSystems is ...
A collection of elements with the same data type.
What does the Widget Tree represent?
The hierarchy of the widgets on the screen.
What type of variables can be created inside a Screen?
Input Parameters and Local Variables.
What is the main purpose of the Screen Preparation?
Fetch data from databases.
In the Screen lifecycle, the Preparation runs on the browser.
FALSE
In an Aggregate, the Sources section is used for ...
Define the Entities we want retrieve records from.
In an Aggregate, the purpose of the Test Values section is ...
Define values for testing the preview data of the Aggregate
How can we limit the number of records returned by an Aggregate?
Use the Max. Records property.
It is possible to see the SQL generated by an Aggregate?A
TRUE
The Expression widget ...
Displays text calculated at runtime.
The Image widget ...
Displays static images, images in a URL, and images in the database.
WITH 100% VERIFIED CORRECT
ANSWERS!!
What type of application can be create in OutSystems
Web, Mobile and Service
Regarding exposing elements in Producer modules
Only elements with the Public property set to Yes can be exposed and reused by modules of any
application.
Regarding a Consumer module ...
It can only reuse elements that are Public in their Producer modules.
Does OutSystems manage the underlying database tables for the developer?
Yes
Entities and Attributes are created in the database as ...
Tables and Columns
If an attribute is named "TotalCount", OutSystems will automatically set its data type to ...
Integer
Entities are created with a set of Entity Actions for CRUD operations, which ones?
Create, CreateOrUpdate, Update, Get, GetForUpdate, Delete
Input parameters are always mandatory
FALSE
Output parameters are available ...C
Both inside and outside their implementation scope.
A Structure can have attributes of the following data types:
, Basic, Structure, Entity, and List
A List in OutSystems is ...
A collection of elements with the same data type.
What does the Widget Tree represent?
The hierarchy of the widgets on the screen.
What type of variables can be created inside a Screen?
Input Parameters and Local Variables.
What is the main purpose of the Screen Preparation?
Fetch data from databases.
In the Screen lifecycle, the Preparation runs on the browser.
FALSE
In an Aggregate, the Sources section is used for ...
Define the Entities we want retrieve records from.
In an Aggregate, the purpose of the Test Values section is ...
Define values for testing the preview data of the Aggregate
How can we limit the number of records returned by an Aggregate?
Use the Max. Records property.
It is possible to see the SQL generated by an Aggregate?A
TRUE
The Expression widget ...
Displays text calculated at runtime.
The Image widget ...
Displays static images, images in a URL, and images in the database.