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 22,2024.
- Exam Code: Associate Reactive Developer
- Exam Name: Associate Reactive Developer (OutSystems 11)Exam
- Certification Provider: OutSystems
- Latest update: Nov 22,2024
In an SQL Query, the Output Entities, structures must always be defined to known the output type
- A . True
- B . False
XXX screen only Registered role is checked, which of the following statements is true?
- A . User has not logged in, make request Screen XXX. As a result, can not permission
- B . User logged , make request Screen XXX. As a result, can not permission
Regarding exposing elements in Producer modules…
- A . Any element can be exposed, and reused, but only by modules of the same application.
- B . Any element can be exposed, and reused by modules of any application.
- C . Only elements with the Public property set to Yes can be exposed and reused by modules of any application.
- D . Only elements with the Public property set to Yes can be exposed and reused, but only by modules of the same application.
What is the Screen behavior when a widget is not valid (Valid property set to False)?
- A . The widget does not appear on the Screen and the validation message appears in its place.
- B . The Screen displays the widget greyed out, and displays the validation error message on the U input.
- C . Displays the regular widget, applies a specific styling (e.g. red border), and displays the ^ validation error message.
- D . Displays the regular widget and displays the validation error message when we hover the mouse.
Attributes of static entities can be mandatory or not. A value is only required to be set if the attribute is mandatory.
- A . True
- B . False
In the following scenario, we are implementing the ColorsDropdown widget (https://drive.google.com/file/d/109nu1A-BslkBff1G1BtfJaxnvCRkfNUA/view?usp=sharing) which will allow a user to select a color.
What should be set in the Options Text property to make sure that the names of the colors appear in the dropdown?
- A . Color.Id
- B . GetColors.Color.Label
- C . Color
- D . Color.Label
The value of a Site Property can be modified in Service Center to change the application behavior at runtime.
- A . False
- B . True
Considering Aggregates and the SQL Tool, which of the following is the correct option?
- A . The SQL Tool allows to write queries that contain sub-queries.
- B . Joins between entities can only be defined in Aggregates.
- C . All queries that can be written in an SQL Tool can be defined in an Aggregate.
- D . Attribute grouping can only be done with the SQL Tool.
For 4 Entity Customer, Order, OrderProduct, OrderReceipt are related to each other as shown in the image below.
- A . When deleting information in Assubmit Order, all relevant information (being referent) in Customer and CustomerReceipt will also be deleted.
- B . Cannot perform information deletion (being referenced in the OrderProduct table) in the Entiry Order. However, when deleting information being refenrent in Entity OrderReceipt, it will delete information in both Entity OrderReceipt and Entity Order.
- C . Cannot perform information deletion (being referenced in the OrderProduct table) in the Entiry Order. however, when deleting information being refenrent in Entity Customer, it will delete information in both Entity Customer and Entity Order.
- D . Cannot perform information deletion (being referenced in the OrderProduct table) in the Entiry Order. however, when deleting information being refenrent in Entity Customer, it will delete information in Entity Customer