Associate Reactive Developer (OutSystems 11) Exam Questions and Answers
A Refresh Data in the flow of a Screen Action is used for ...
Considering the built-in Role Actions, which of the following options is false?
Select the correct option regarding the Input Widget.
Which of the following steps is necessary to create a 1-to-many relationship between a Master Entity A and a Detail Entity B?
Consider the Action called Absolute which returns an absolute value (abs) of a number N passed as Input Parameter. When does the Action return 0 ?
The Form widget only allows Input and Label widgets
Client Actions and Server Actions can have the following variables:
Which of the following events is not available in Screens or Blocks?
Regarding non-SELECT queries, which of the following options is correct?
How can we limit the number of records returned by an Aggregate?
Regarding Placeholders, which of the following options is correct?
What's the correct screen lifecycle order after clicking a Button with the Navigate method?
Entities and Attributes are created in the database as ...
Which of the following options should not be a use case of client variables?
When data is sent to the server with the Submit method, OutSystems has built-in validations that validate ...
Regarding sorting in a Table, which of the following options is correct?
Is it possible to Expose a REST API in OutSystems?
Which of the following options is correct?
Using an Ajax Refresh in the flow of a Screen Action allows refreshing a specific widget, but for it to work ...
Consider that we want to apply aggregation functions in an Aggregate. Which of the following options is false?
Screens can be composed of a combination of several elements called Widgets.
Does OutSystems manage the underlying database tables for the developer?
The content inside the Placeholder may be different for each instance.
In a Web Application, a Screen Action ...
It is possible to see the SQL generated by an Aggregate?
To replace data on a widget with automatic data replacement (Tables Records, List Records, Form, ...)
Which of the following options is correct regarding the Valid property of the Form?
The order of the Entities in the join does not matter.
OutSystems, an Entity Identifier ...
Screens have Output Parameters.
In a Many-to-Many relationship, the Junction Entity must have at least these attributes ...
When the event is mandatory, a Block event such as the Client Action must be specified to handle the event. Although it may be empty.
When consuming a REST API, we can consume a single REST method ...
Regarding REST API in Outsystems, select to statement that is true.
What do you need to do to ensure that only authenticated users (with a username and password) can access your application?
Considering the On Initialize lifecycle event, which of the following options is true?
When you want to display a widget in a certain role, what is the best way?
Regarding List_SortColumn, which of the following options is true?
Create unique customer index with 2 fields Name and Email. When performing any insert data below, an error will occur