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

The list of values displayed on the Combo Box widget can be a combination of Entity and Special List.

A.

True

B.

False

Screens are composed of several elements called Widgets.

A.

False

B.

True

Which event is needed for very specific use cases such as removing Javascript listeners or to clean the DOM that was previously changed in the ready event?

A.

Ready

B.

Render

C.

Destroy

D.

After Fetch

If an attribute is named "TotalCount", OutSystems will automatically set its data type to ...

A.

Text

B.

Integer

C.

Boolean

D.

Date

Regarding Web Blocks in Outsystems, select to statement that is true.

A.

You can instantiate Web Blocks on Web Screens and other Web Blocks.

B.

You can instantiate Web Blocks on Web Screens and external HTML pages, by adding a special html tag.

C.

You can instantiate Web Blocks on Screen Actions.

D.

You can instantiate Web Blocks only on Web Screens.

To design Screens with great UI patterns, OutSystems UI and Rich Widgets provide widgets that are available in the Service Studio toolbox

A.

TRUE

B.

FALSE

In an Aggregate, the Sources section is used for...

A.

Defining values for testing the Aggregate's output records.

B.

Defining conditions to get specific subsets of records.

C.

Defining the Entities we want to retrieve records from.

D.

Defining the order of the Aggregate's output records.

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.

Static Entities are most similar to which other programming concept?

A.

Enumeration.

B.

Linked lists.

C.

Hash Maps.

D.

Static variables.

Different Exceptions are handled by different specific Handlers.

A.

True

B.

False

C.

Either

D.

Neither