UPDATED ACTUAL Exam Questions and
CORRECT Answers
An entity in Outsystems is a way to - CORRECT ANSWER Model and store compound
data, Equivalent to a DB table
4 main Layers of OutSystems Service Studio are... - CORRECT ANSWER Processes,
Interface, Logic, and Data
True or False-OutSystems is a strongly Typed language - CORRECT ANSWER True
True or False-OutSystems is an Object Oriented language - CORRECT ANSWER False
"Dot Notation" and Type inheritance are possible in the outsystems language - CORRECT
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? - CORRECT 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? - CORRECT ANSWER Entities,
Static Entities, and Structures
What is the most common data construct in the OutSystems Platform? - CORRECT
ANSWER Entities