OutSystems
Associate-Reactive-Developer
Q1:
When there is a change in the Producer module, which statement later about the Consumer module is correct.
○
A
When adding the output of Server action, the consumer will get an error if the Producer is not updated○
B
When changing the internal logic of a server action without changing the input-output, Consumer still uses the latest logic○
C
When deleting the input of the Server action, the consumer will get an error if the Producer is not updated○
D
When changing the content of the web screen, the Consumer is still not affected even without updating Producer
OutSystems
Associate-Reactive-Developer
Q2:
List.Current in Aggregates will return the record at any position
○
A
Returns an empty record○
B
Returns record at position list.count -1○
C
Returns record at position list.length - 1○
D
Returns the first record
OutSystems
Associate-Reactive-Developer
Q3:
What type of Validation must be selected before the error is displayed directly below the defective item
○
A
Client & Server○
B
Server○
C
Client○
D
All right
OutSystems
Associate-Reactive-Developer
Q4:
Regarding All Exception Hanlder in Outsystems, select to statement that is true.
○
A
The All Exception handler can only be used in UI Flow○
B
All Exception handler will handle all errors no matter how○
C
The All Exception handler will handle all exceptions if no exception exception describes the error that is happening○
D
The Abort Transaction property will be disabled when the Type Exception is selected for the exception handler
OutSystems
Associate-Reactive-Developer
Q5:
Regarding Preparation in Outsystems, select to statement that is true.
○
A
Preparation adtion may have multiple outputs○
B
Preparation is a forced action of Screen and webBlock○
C
The preparation action can only have 1 output○
D
Screen may not need Preparation