Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free OutSystems Associate-Reactive-Developer Practice Exam with Questions & Answers | Set: 4

Questions 31

Which of the following options is correct regarding the Valid property of the Form?

Options:
A.

The Valid property of the Form should be explicitly set to False (e.g. with an Assign) when an input field is not valid.

B.

The Valid property of the Form should be checked after the last custom validation.

C.

ally changed to False only when all the input fields of the Form are not valid.

D.

When built-in validations are enabled, the Valid property of the Form is automatically checked before executing the client action logic.

Questions 32

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

Options:
A.

Client & Server Submit

B.

Ajax Submit

C.

Server Submit

D.

Ajax & Server Submit

Questions 33

An instance of a Web Block is a widget and when refreshing it with an Ajax Refresh ...

Options:
A.

The Ajax Refresh is ignored.

B.

The whole screen is refreshed.

C.

The Web Block Preparation is executed and the Web Block updated.

D.

The Web Block stays the same because the Preparation is not executed.

Questions 34

1 paging website per page 10 records. When clicking on the link [2], the next 10 records are displayed, but the link [2] is not in bold. The cause is right

Options:
A.

In action handle On Notify of List Navigation can not execute refresh List Navigation.

B.

In action handle On Notify of List Navigation can not execute Refresh Table.

C.

In action handle On Notify of List Navigation can not execute Refresh Query

Questions 35

Which of the following is a characteristic of a Static Entity?

Options:
A.

It can't be extended with any new attributes.

B.

It has two Entity Actions.

C.

It can't be changed after the first publish.

D.

It contains a set of Records.

Questions 36

Select the correct option regarding Server Actions.

Options:
A.

Setting the Function property to Yes requires the Server Action to have only one Output Parameter.

B.

All Server Actions must have at least one Input or Output Parameter.

C.

Setting the Public property to Yes requires the Server Action to have at least one Input or Output Parameter.

D.

It is not possible to set both Public and Function properties to Yes at the same time.

Questions 37

Regarding Preparation in Outsystems, select to statement that is true.

Options:
A.

Preparation adtion may have multiple outputs

B.

Preparation is a forced action of Screen and webBlock

C.

The preparation action can only have 1 output

D.

Screen may not need Preparation

Questions 38

OutSystems provides a built-in application to create and manage users and their roles in applications...

Options:
A.

The UserMgmt application.

B.

The Users application.

C.

The Enterprise application.

D.

The Company application.

Questions 39

The "Delete" Delete Rule property option does not ensure referential integrity in the relationship and should be used with caution.

Options:
A.

True

B.

False

Questions 40

Regarding Session LifeCycle, which of the following options is true?

Options:
A.

Default Session time out after 20 minutes. But can configure on service center.

B.

The session starts (start) after the user logs in successfully

C.

A Web Service session starts (start) when it is called and can last until time out when the value of the Persistent property is set to Yes.

D.

Can send web session information via URL