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 27,2024.
- Exam Code: Associate Reactive Developer
- Exam Name: Associate Reactive Developer (OutSystems 11)Exam
- Certification Provider: OutSystems
- Latest update: Nov 27,2024
Which of the following behaviors is true for Links and Buttons?
- A . Only Links can navigate to external URLs.
- B . Links can only navigate to Screens.
- C . Buttons can only have a Screen Action as an On Click Destination.
- D . Links and Buttons can either Navigate to screens or trigger Screen Actions.
Static Entities are most similar to which other programming concept?
- A . Enumeration.
- B . Linked lists.
- C . Hash Maps.
- D . Static variables.
An instance of a Web Block is a widget and when refreshing it with an Ajax Refresh …
- A . The Ajax Refresh is ignored.
- B . The whole screen is refreshed.
- C . The Web Block Preparation is executed and the Web Block updated.
- D . The Web Block stays the same because the Preparation is not executed.
Which of the following options is false?
- A . Local Variables allow temporarily storing relevant information inside a Screen.
- B . Input Parameters allow passing data between Screens when navigating between them.
- C . When the value of a Local Variable changes the user interface reacts immediately.
- D . Local Variables from a Screen may be directly accessed from another Screen.
Which of the following is a characteristic of a Static Entity?
- A . It can’t be extended with any new attributes.
- B . It has two Entity Actions.
- C . It can’t be changed after the first publish.
- D . It contains a set of Records.
Considering the following Aggregate (https://drive.google.com/file/d/1IRBcUVYjDN-h0tAlOhJ4ZOL4Nm2udq86/view?usp=sharing), where the Orders are fetched with their reviewers (Employees), which of the following options is correct?
- A . The Aggregate only returns Orders with Priority, Status and Employee.
- B . The Aggregate returns Orders without Employee and without Status.
- C . The Aggregate returns Orders with Status and at least one Employee.
- D . The Aggregate returns Orders with Priority and with zero or more Employees.
When debugging does not affect other people, what mode to use
- A . Personal Area
- B . Public Area
- C . Both (Personal Area or Public Area)
To create a List screen and then a Detail screen…
- A . Drag and drop an Entity to the UI Flow and it automatically creates the List and Detail Screens.
- B . Drag and drop an Entity to the UI Flow to create the List Screen and repeat it to create the Detail Screen.