CORRECT SOLUTIONS GRADED A+
Business concepts that need to be stored and accessed in our applications should be modeled as...
Entities.
Which of the following mappings between OutSystems and the Database is NOT correct?
Reference attribute - Primary Key.
Entities, Attributes, Index reference
Tables, Column, Index
Which of the following statements about Entities is false?
Entities are only stored in memory
Entities have attributes, Entities do not require an identifier, Entities can be created, updated, and
deleted
All true
If an Entity Attribute named HouseNumber is created, what needs to happen to its Data Type?
Nothing, it will automatically be set to Integer
Which of the following is not an Entity Action of the Customer Entity?
RetrieveCustomer
Which of the following is a characteristic of a Static Entity?
It contains a set of Records.
Regarding the Records of a Static Entity, which of the following options is false?
The values for all 4 default attributes must be defined.
Regarding the Records of a Static Entity,
Records can only be added and removed during development, The record identifier is the identifier of
Static Entity., he Identifier attribute is required for all Static Entities
Static Entities are most similar to which other programming concept
Enumeration.
Screens can be composed of a combination of several elements called Widgets.
True
What type of variables can be created inside a Screen?
Input Parameters and Local Variables.
, T
Input Parameters allow passing data between Screens when navigating between them.
T
Local Variables allow temporarily storing relevant information inside a Screen
T
When the value of a Local Variable changes the user interface reacts immediately
The Expression widget
displays text calculated at runtime
Which of the following behaviors is true for Links and Buttons?
Links and Buttons can either Navigate to screens or trigger Screen Actions
Regarding the If Widget, which of the following options is false?
More branches may be added to an If Widget.
T
Functions can be used inside the Condition of an If.
T
Only one of the branches is shown at runtime.
Regarding the Container widget, which of the following options is false?
All containers must have at least one widget inside. They can actually be empty.
T
Containers allow grouping several widgets.
T
Client Actions can call Server Actions
Client Actions and Server Actions can have the following variables:
Input and Output Parameters, as well as Local Variables.
The flow of an action can have...
... only one Start node but multiple End nodes.
Regarding the If statement, which of the following options is false?
More branches may be added if needed.
Regarding the Switch statement, which of the following options is false?