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 Jul 07,2025.
- Exam Code: Associate Reactive Developer
- Exam Name: Associate Reactive Developer (OutSystems 11)Exam
- Certification Provider: OutSystems
- Latest update: Jul 07,2025
When doing a "With or Without" join between tow entities, it returns ..
- A . All records from both entities (FULL OUTER JOIN)
- B . Only records where there is match between the tow entities (INNER JOIN)
- C . All records from the left entity even if there is no match in the right entity (LEFT JOIN)
- D . All records from the right entity even if there is no match in the left entity (RIGHT JOIN)
Which of the following would be a good use case for a Client Variable?
- A . Profile Picture
- B . User Name
- C . User Identifier
- D . Credit Card Number
Which of the following options is a valid usage of the Trigger Event node (https://drive.google.com/file/d/1R2cEa-XAB6XyZSbdHVbD8tVY_4E_h4ge/view?usp=sharing)?
- A . The Trigger Event allows a Block to notify its parent (Screen or Block) that something relevant occurred in the scope of the Block.
- B . The Trigger Event allows a Screen to notify its children (Blocks) that something relevant occurred in the scope of the Screen.
- C . The Trigger Event allows a Block to notify its children (other Blocks) that something relevant occurred in the scope of the Block.
- D . The Trigger Event allows a Screen to notify its parent (Screen or Block) that something relevant occurred in the scope of the Screen.
Different Exceptions are handled by different specific Handlers.
- A . True
- B . False
- C . Either
- D . Neither
The On Click properties allow defining the behavior of Links and Buttons and …
- A . Links can only Navigate to Screens.
- B . Buttons can only Submit requests.
- C . Links and Buttons can either Navigate to screens or Submit requests.
- D . Links and Buttons can only Navigate to screens.
The Combo Box widget allows selecting one value out of possible alternatives in a drop-down list.
Which of the following is NOT POSSIBLE
- A . Use the Source Entity property to get the alternatives from an Entity or a Static Entity.
- B . Use the Source Record List property to get the alternatives from a List of Record.
- C . Use the Special List section to get the alternatives from an Entity or a Static Entity.
- D . Use the Special List section to manually set special alternatives
Style load order
- A . Screen & Email -> Web block -> theme
- B . theme -> Web block -> Screen & Email
- C . Web block -> theme -> Screen & Email
The Image widget …
- A . Only displays static images.
- B . Only displays images given by a URL.
- C . Only displays images stored in the database.
- D . Displays static images, images in a URL, and images in the database.
In a Many-to-Many relationship, the Junction Entity must have at least these attributes …
- A . A composite key with reference to each parent Entity.
- B . An identifier and foreign keys to each parent Entity.
- C . Foreign keys to each parent Entity and the Count of the junction records.
- D . Id, Label, Order, Is Active.
For a record to be included in the output result it must be true for all filters defined.
- A . True
- B . False