0% found this document useful (0 votes)
353 views1 page

Quizlet-Outsystems Web Developer Exam

Entities, static entities, and structures are the three compound data types in OutSystems. Entities are the most common data construct and are used to model and store compound data like a database table. Static entities are used for concepts that don't change value during the application lifecycle, like a list of countries. Unlike entities and structures, static entities behave like an enumerated type.

Uploaded by

edymaradona
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
353 views1 page

Quizlet-Outsystems Web Developer Exam

Entities, static entities, and structures are the three compound data types in OutSystems. Entities are the most common data construct and are used to model and store compound data like a database table. Static entities are used for concepts that don't change value during the application lifecycle, like a list of countries. Unlike entities and structures, static entities behave like an enumerated type.

Uploaded by

edymaradona
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Outsystems Web Developer Exam

Study online at quizlet.com/_5odqeg

1. An entity in Model and store compound data, 11. Define a Static Entities with a Pre-Defined set of possible
Outsystems is a Equivalent to a DB table entity in values. not possible to dynamically use
way to Outsystems crud operations on these, but allows
them to take advantage of certain
2. 4 main Layers of Processes, Interface, Logic, and Data
accelerators
OutSystems
Service Studio 12. What does it An Enumerated type is a data type
are... mean that Static consisting of a pre-set set of named
Entities behave values of the type. The enumerator names
3. True or False- True
like an are usually identifiers that behave as
OutSystems is a
Enumerated constants in the language. For example,
strongly Typed
type? the four suits in a deck of playing cards
language
may be four enumerators named Club,
4. True or False- False Diamond, Heart, and Spade, belonging to
OutSystems is an enumerated type named suit.
an Object
13. True or False- TRUE! Static entities are used for
Oriented
Static entities in concepts in your application whose
language
Outsystems are values don't change during the life of an
5. "Dot Notation" False-OutSystems is an not an Object used for application, a good example is the list of
and Type Oriented langauge, so "Dot Notation" and concepts in your countries in the world, so you could
inheritance are Type inheritance are not possible application create a country static entity, define
possible in the whose values whatever number of attributes you want
outsystems don't change that will define each and every country
language during the life of
6. What are Usually a combination of several fields, the application
compound data often with different data types. Most Core 14. True of False-The False-Structures exist only in memory, are
types in concepts are complex and require several third compound normally used for temporary, ad hoc
OutSystems? fields to fully define e.g. a Customer may data type in compound data, that is discarded after it
have a Name, Email, Phone Number , and Outsystems, a is processed; e.g. Web Service return
Hire date Structure, is values
7. What are the 3 Entities, Static Entities, and Structures permanent and
compound data backed by a
types in database table
outsystems? just like an Entity

8. What is the most Entities


common data
construct in the
OutSystems
Platform?
9. Define an Entity A complex, compound data structure
in OutSystems created for and application concept;e.g. a
Customer, an Order, and Order Item.
Often includes multiple fields of different
data types
10. True or False- True- these are system created operations
Entities when an entity is created
automatically
are supported
by a collection
of CRUD
operations

You might also like