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 27,2024.
- Exam Code: Associate Reactive Developer
- Exam Name: Associate Reactive Developer (OutSystems 11)Exam
- Certification Provider: OutSystems
- Latest update: Nov 27,2024
Regarding Screen Aggregates, which of the following options is false?
- A . Screen Aggregates can only be executed when explicitly called.
- B . Screen Aggregates can only fetch data from the database.
- C . Screen Aggregates only exist within the scope of the Screen where they were defined.
- D . Screen Aggregates run asynchronously and in parallel.
On Parameters Changed is from Parent to Block while Event Handler is from Block to
Parent.
- A . True
- B . False
Regarding List_SortColumn, which of the following options is true?
- A . Set the Column to "{EntityName}.[AttributeName]" & define a dynamic sort
- B . Set the Column to "{EntityName}.[AttributeName]" & Automatic add a dynamic sort
- C . Set the Column to "{EntityName}.{AttributeName}" & define a dynamic sort
- D . Set the Column to "{EntityName}.{AttributeName}" & Automatic add a dynamic sort
When you want to display a widget in a certain role, what is the best way?
- A . The widget’s Visible property setting is Check <RoleName> Role (UserId) = True
- B . Use Container to display control with Display property as Check <RoleName> Role (UserId) = True
- C . Use the If condition to display control provided that Check <RoleName> Role (UserId) = True
- D . Cannot perform the display in units of each widget, so it cannot be done
Consider the following Action (https://drive.google.com/file/d/1L6qUwd2jjqWAluUB-Kv5gQghendWoMr2/view?usp=sharing), that calculates the square root (sqrt) of a positive decimal number (N). Knowing that the function was called with N = 0, and the debugger is stopped at the Start node, what will happen when the developer selects the Continue (F9) option highlighted in the picture?
- A . The Action will end, with sqrt = 0.
- B . The Action will throw an exception and sqrt will have no value.
- C . The debugger will stop in the N < 0 If node.
- D . The debugger will stop at the breakpoint in the End node.
Which of the following elements can’t be used to create calculated attributes in an Aggregate?
- A . Variables.
- B . Server Actions using Entity Attributes.
- C . Built-in Functions that can be translated to SQL (e.g. Length(), Power()).
- D . Value of the attributes of the Source Entities.
A Refresh Data in the flow of a Screen Action is used for …
- A . Refresh the data of a specific query is present in the Preparation.
- B . Refresh the data of all queries in the Preparation.
- C . Run the Preparation again.
- D . Refresh a specific widget.
Which event is useful when aggregates depend on each other?
- A . Ready
- B . Render
- C . Destroy
- D . After Fetch
To create a menu option for a Screen, just drag and drop that Screen onto the Menu
- A . TRUE
- B . FALSE