Latest Update Graded A+
Which of the following options is correct in relation to Client Variables?
Client Variables are useful for caching frequently accessed information.
Which of the following is not a validation incorporated into OutSystems?
Maximum length of text fields
Considering the users and functions in OutSystems, which of the following options is the correct?
By default, end users are managed in the internal Users Application.
Which of the following steps is necessary to create a 1-to-many relationship between a Master Entity
A and a Detailed Entity B?
Entity A must have a reference attribute of type Entity Identifier B.
Which of the following steps is necessary to create a many-to-many relationship between Entity A and
Entity B?
Add a new Entity C, with two reference attributes of type Entity Identifier A and Entity Identifier B.
In which of the following situations is it necessary to define a handler for a block event?
When the event is defined as mandatory.
Which of the following is the correct order of occurrence of events on a Screen?
Initialize, Ready, Render, Destroy.
A block can be used ...
Screens and internal blocks, except for itself.
Consider an aggregate with a "With or Without" junction between two entities. What is the expected
output of the aggregate?
All records from the left entity, even if there is no match on the right entity (LEFT JOIN)
In OutSystems, where can we place breakpoints?
Only in actions (client side and server side)
The List Action triggers a Screen Action that will have the logic to be executed when sliding.
An entity must have an identifier to allow relationships.
Which of the following steps is necessary to create a 1-to-1 relationship between Entity A and Entity
B?
Set the data type of Entity B's Identifier attribute to Entity A's Identifier.
Which of the following would be a good use case for a Client Variable?
Username