OutSystems Associate Reactive Developer Associate Reactive Developer (OutSystems 11)Exam Online Training
OutSystems Associate Reactive Developer Online Training
The questions for Associate Reactive Developer were last updated at Nov 26,2024.
- Exam Code: Associate Reactive Developer
- Exam Name: Associate Reactive Developer (OutSystems 11)Exam
- Certification Provider: OutSystems
- Latest update: Nov 26,2024
Regarding Static Entities in Outsystems, select to statement that is true.
- A . When creating a new Static Entity, it will automatically create 4 attributes Id, Label, Order, Is_Active
- B . Static Entity cannot Create, Update, Delete, Get
- C . Attributes of Static Entity cannot be changed
- D . Entity records can be created by calling Create <EntityName> or CreateOrUpdate <EntiryName>
Some widgets can trigger Screen Actions with Ajax. That can be defined in a section in their properties that is called …
- A . Special List
- B . Events
- C . On Refresh
- D . On Click or On Change, depending on the widget.
Client Actions and Server Actions can have the following variables:
- A . Input Parameters and Local Variables, but no Output Parameters.
- B . Input and Output Parameters, but no Local variables.
- C . Output Parameters and Local Variables, but no Input Parameters.
- D . Input and Output Parameters, as well as Local Variables.
In the Web Blocks section of the Theme properties, does changing the Layout web block mean changing the layout of existing screens?
- A . Yes
- B . No
Consider a Web Screen with a Button that is associated to a Screen Action. An Ajax Refresh statement in that Screen Action allows to refresh part of that Web Screen, …
- A . if the button has Method Navigate.
- B . regardless of the Button’s Method.
- C . if the Button has Method Ajax Submit.
- D . if the Button has Method Submit.
The recommended data types for Session Variables are…
- A . Any data type can be used.
- B . Basic and Structures Types.
- C . Basic and Entity Identifier Types.
- D . Basic and Entity Types.
Regarding the Switch statement, which of the following options is false?
- A . The Otherwise branch must exist.
- B . Every branch that evaluates to True is executed.
- C . The first branch that the condition evaluates to True is executed.
- D . If no branch evaluates to True, the Otherwise branch is executed.
Considering that Michael is a user of the Orders application, with only the OrdersAdmin Role assigned to him, which of the following options is correct?
- A . Michael has access to Screens with the Registered Role checked.
- B . Michael does not have access to Screens with the Anonymous Role checked.
- C . Michael has access to Screens that have the OrdersAdmin Role checked, but not to Screens with the Registered Role checked.
- D . Michael has only access to Screens that have the OrdersAdmin Role checked.
Regarding the Delete Rule property, which of the following options does not guarantee referential integrity?
- A . Ignore
- B . Delete
- C . Protect
Regarding Block Events, which of the following options is false?
- A . Events allow to pass information from the Block’s scope to the parent scope.
- B . Events are triggered by a Block and handled by its parent.
- C . Events can be defined at the Block or Screen level.
- D . Two instances of a Block may use the same handler for the same event.