New Year Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

OutSystems Associate-Reactive-Developer - Associate Reactive Developer (OutSystems 11) Exam

Consider an Aggregate with the Fetch property set to Only On Demand. When does that Aggregate run?

A.

Automatically, when the Aggregates set to run "At Start" finish.

B.

Programmatically, using a Server Action.

C.

Programmatically, using a Refresh Data node in a Screen Action.

D.

Automatically, when the Screen is initializing.

In which Service Studio layer can Entities be found?

A.

Data

B.

Logic

C.

Processes

D.

Interface

Client Actions and Server Actions can have the following variables:

A.

Input Parameters and Local Variables, but no Output Parameters.

B.

Input and Output Parameters, but no Local variables.

C.

Output Parameters and Local Variables, but no Input Parameters.

D.

Input and Output Parameters, as well as Local Variables.

When you want to use Ajax, you have to choose Method in On Click

A.

Client & Server Submit

B.

Ajax Submit

C.

Server Submit

D.

Ajax & Server Submit

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.

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.

Considering the following Aggregate (https://drive.google.com/file/d/11tUfXgUASyo932VISD6nB4Xmho342ZNn/view?usp=sharing), what will be the attributes of the GetOrdersShippingState.List.Current record?

A.

The two aggregation attributes: ShippingState and Count.

B.

The two aggregation attributes (ShippingState and Count) plus all the attributes of the Source Entity.

C.

Six attributes corresponding to the six visible columns in the Aggregate: ShippingState, Count, Description, DueDate, CreatedOn and Priority.

D.

The two aggregation attributes (ShippingState and Count) plus the columns used to calculate these aggregations.

Output parameters are available ...

A.

Only inside their implementation scope.

B.

Only outside their implementation scope.

C.

Both inside and outside their implementation scope.

In Rich Widgets, the List_Navigation widget ...

A.

Is a navigator for a Table Records with multiple pages, showing a defined number of elements per page.

B.

Is a navigator for a Form with multiple pages, showing a defined number of elements per page.

What is the correct syntax for writing names of Entities and Entity Attributes in SQL Query

A.

and .[Attribute]

B.

{Entity} and {Entity}.

C.

{Entity} and {Entity}.[Attribute]

D.

and .