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
Regarding On Change in Combo Box, which of the following options is true?
- A . Screen action to be executed or a screen to navigate to when the value of the element changes.
- B . Screen action to be executed and a screen to navigate to when the value of the element changes.
Regarding Blocks in OutSystems reactive apps, which of the following options is correct?
- A . Blocks can only be instantiated on Screens.
- B . Blocks can be instantiated on Screens and other Blocks.
- C . Blocks can be instantiated on Client Actions on the Screen.
- D . Blocks can be instantiated on Screens and external HTML pages, using a special HTML tag.
Considering Aggregates and SQL Queries, which of the following statements is true?
- A . All SQL Queries can be replaced by an Aggregate.
- B . Aggregates and SQL Queries have different output types.
- C . Everything that can be define in Aggregate can also be written in a SQL Query.
- D . Both SQL Queries and Aggregates are automatically optimized by the platform.
In a Web Application, a Screen Action …
- A . … can terminate with End, Destination, Download or Raise Exception Statements.
- B . … cannot have multiple termination statements.
- C . … can have multiple termination statements, but none of them can be a Destination statement.
- D . … must always terminate with an End statements.
How is the data fetched by an Aggregate bound to a Table or a List widget?
- A . By setting the Source property of the widget to the output of the Aggregate.
- B . By creating a Screen Action that programmatically assigns the widget to the data fetched by the Aggregate.
- C . The binding is done automatically since the Aggregate is in the scope of the Screen.
- D . By adding an Expression inside the widget that refers to an attribute of the data fetched by the Aggregate.
Business concepts that need to be stored and O Entity diagrams.
- A . Database tables.
- B . Entities.
- C . Entity relationships.
- D . accessed in our applications should be modeled as…
When columns are hidden in an Aggregate …
- A . They cease to be part of output of the Aggregate
- B . They are still part of output of the Aggregate
- C . They are the only columns on the output of Aggregate
- D . It’s because they are empty on the database
When Preparation is execute?
- A . When the User Request web page, when pressing the button (with method Submit)
- B . When the User Request web page, when pressing the button (with method Ajax Submit)
Start -> If(Count < 3) True Count = Count + 1 , Result = Result + Count .
If end loop Result is value = ?
- A . 5
- B . 6
- C . 7
- D . 8
If an attribute is named "TotalCount", OutSystems will automatically set its data type to …
- A . Text
- B . Integer
- C . Boolean
- D . Date