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
A one-to-one relationship from Entity A to Entity B is created by …
- A . changing the Entity B identifier data type to <Entity A> Identifier.
- B . changing the id attribute of Entity B to not be an auto-number and assigning a value to it programmatically, when creating a new record.
- C . adding a new attribute to the Entity B with data type <Entity A> Identifier.
- D . adding a new attribute to the Entity A with data type <Entity B> Identifier.
Regarding the If statement, which of the following options is false?
- A . Both True and False branches are mandatory.
- B . If statements can also be used to implement ad-hoc loops.
- C . Only one of the branches is executed, depending on the If condition’s outcome.
- D . More branches may be added if needed.
In Rich Widgets, the List_SortColumn widget …
- A . Allows sorting by column in a Form by clicking on that column.
- B . Allows sorting by column in a Table Records by clicking on that column.
Considering a Button in a Screen, which of the following options cannot be set as its On Click Destination?
- A . Screen.
- B . Client Action.
- C . Block.
- D . External Site.
Which of the following behaviors does not apply to Forms?
- A . A Form groups input widgets and allows displaying and editing data.
- B . A Form is useful to validate data submitted by the user.
- C . A Form has a Source property that will hold the values submitted by the user.
- D . Besides input widgets, a Form can hold other widgets such as Links and Buttons.
A Theme defines the look and feel of application Screens and you can directly apply it to …
- A . A Module, a UI Flow, or an individual Screen or Web Block.
- B . A Module, a UI Flow, or an individual Screen.
- C . A Module or a UI Flow.
- D . Only the Module.
When using aggregation functions, the output of the Aggregate will not include the columns at grey.
- A . True
- B . False
Regarding Web Blocks in Outsystems, select to statement that is true.
- A . Web Block can only have 1 output
- B . Web Block cannot have preparation action
- C . Web Block can Preparation action
- D . Web Block can have multiple outputs