Practice Test -3 UPDATED ACTUAL Exam
Questions and CORRECT Answers
Considering ListItem and List Actions, which of the following options is false? - CORRECT
ANSWER When List Items have the full slide option enabled, List Action is not required.
Consider that we want to apply aggregate functions to an Aggregate. Which of the following is
false? - CORRECT ANSWER The aggregate output will contain all the attributes of the
source entities plus the aggregation column.
Considering the integrated function actions, which of the following options is false? -
CORRECT ANSWER The CreateUserWithRole action creates an end user and assigns the
role to him.
Regarding Sorting in aggregates, which of the following options is the correct? - CORRECT
ANSWER It is mandatory to define the direction for all sorting criteria (increasing or
decreasing)
Regarding the classification of Lists, which of the following options is the correct? - CORRECT
ANSWER Other widgets should be used to allow the end user to define the classification
criteria.
Regarding the classification in a Table, which of the following options is the correct? -
CORRECT ANSWER The On Sort event has an input parameter containing the clicked
column.
Considering the Initialize event of a Screen, which of the following options would be the best
use case for that event? - CORRECT ANSWER Set the default value for a local variable.
, In which of the following situations is the On Parameters Changed Event triggered? - CORRECT
ANSWER When the block's parent changes the value of at least one of the block's input
parameters.
Which of the following is not a validation incorporated into OutSystems? - CORRECT
ANSWER Maximum length of text fields.
Regarding the Delete Rule property, which of the following options does not guarantee
referential integrity? - CORRECT ANSWER Ignore
Which of the following events is not available on Screens or Blocks? - CORRECT
ANSWER After Fetch
Considering Dropdown and Button Group, which of the following options is false? - CORRECT
ANSWER Each button group item within a button group has a Variable property to save
the option chosen by the user.
In an aggregate, the purpose of the Test Values section is - CORRECT ANSWER Define
values to test the visualization of the aggregate output.
What is the behavior of the Screen when a widget is not valid (Valid property set to False)? -
CORRECT ANSWER Displays the regular widget, applies a specific style (for example,
red border) and displays the validation error message.
Regarding non-SELECT queries, which of the following options is the correct one? - CORRECT
ANSWER It is mandatory to define the Entity or Outgoing Structure.
Which of the following is the correct order of occurrence of events on a Screen? - CORRECT
ANSWER Initialize, Ready, Render, Destroy
In OutSystems, how do we restrict access to a Screen? - CORRECT ANSWER In Screen
Properties, deselect the functions to restrict your access.