Outsystems Web Developer Exam Questions & Answers Already Graded A+
An entity in Outsystems is a way to - Answer-Model and store compound data, Equivalent to a DB table 4 main Layers of OutSystems Service Studio are... - Answer-Processes, Interface, Logic, and Data True or False-OutSystems is a strongly Typed language - Answer-True True or False-OutSystems is an Object Oriented language - Answer-False "Dot Notation" and Type inheritance are possible in the outsystems language - Answer-False-OutSystems is an not an Object Oriented langauge, so "Dot Notation" and Type inheritance are not possible What are compound data types in OutSystems? - Answer-Usually a combination of several fields, often with different data types. Most Core concepts are complex and require several fields to fully define e.g. a Customer may have a Name, Email, Phone Number , and Hire date What are the 3 compound data types in outsystems? - Answer-Entities, Static Entities, and Structures What is the most common data construct in the OutSystems Platform? - Answer-Entities Define an Entity in OutSystems - Answer-A complex, compound data structure created for and application concept;e.g. a Customer, an Order, and Order Item. Often includes multiple fields of different data types True or False-Entities automatically are supported by a collection of CRUD operations - Answer-Truethese are system created operations when an entity is created Define a Static entity in Outsystems - Answer-Entities with a Pre-Defined set of possible values. not possible to dynamically use crud operations on these, but allows them to take advantage of certain acceleratorsWhat does it mean that Static Entities behave like an Enumerated type? - Answer-An Enumerated type is a data type consisting of a pre-set set of named values of the type. The enumerator names are usually identifiers that behave as constants in the language. For example, the four suits in a deck of playing cards may be four enumerators named Club, Diamond, Heart, and Spade, belonging to an enumerated type named suit. True or False-Static entities in Outsystems are used for concepts in your application whose values don't change during the life of the application - Answer-TRUE! Static entities are used for concepts in your application whose values don't change during the life of an application, a good example is the list of countries in the world, so you could create a country static entity, define whatever number of attributes you want that will define each and every country True of False-The third compound data type in Outsystems, a Structure, is permanent and backed by a database table just like an Entity - Answer-False-Structures exist only in memory, are normally used for temporary, ad hoc compound data, that is discarded after it is processed; e.g. Web Service return values
Written for
- Institution
- Outsystems Web Developer
- Course
- Outsystems Web Developer
Document information
- Uploaded on
- May 4, 2024
- Number of pages
- 2
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
outsystems web developer
Document also available in package deal