Quizlet-Outsystems Web Developer Exam
Quizlet-Outsystems Web Developer Exam
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