Strategies|A+ Graded
What 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
A. Web, Mobile and Service
Regarding exposing elements in Producer modules...
A. Any element can be exposed, and reused, but only by modules of the same application.
B. Any element can be exposed, and reused by modules of any application.
C. Only elements with the Public property set to Yes can be exposed and reused by modules of any
application.
D. Only elements with the Public property set to Yes can be exposed and reused, but only by modules
of the same application.
C. Only elements with the Public property set to Yes can be exposed and reused by modules of any
application.
Regarding a Consumer module ...
A. It can only reuse elements from Producer modules of the same application.
B. It can only reuse elements that are Public in their Producer modules.
C. It can reuse any element from any Producer module.
D. It can only reuse elements from Producer modules of other applications.
B. It can only reuse elements that are Public in their Producer modules.
Does OutSystems manage the underlying database tables for the developer?
A. Yes
B. No
A. Yes
Entities and Attributes are created in the database as ...
A. Tables and Columns
B. Tables and Indexes
C. Indexes and Columns
D. Tables and Constraints
A. Tables and Columns
If an attribute is named "TotalCount", OutSystems will automatically set its data type to ...
A. Text
B. Integer
C. Boolean
D. Date
B. Integer
Entities are created with a set of Entity Actions for CRUD operations, which ones?
A. Insert, Update, Delete
B. Create, CreateOrUpdate, Update, Get, GetForUpdate, Delete
C. GET, POST, DELETE