Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Inside the Preparation of Web Screen, the Destination statement...

A.

. cannot be used.

B.

allows redirecting the user to a different Web Screen, without rendering the current Screen.

C.

renders the Current Screen and afterwards the users is redirected to the Destination Screen.

D.

. prompts the user before redirecting to the Destination Web Screen.

When the user submits data in a Form to the server...

A.

a Screen Action runs with the data from the Form as Input parameter.

B.

.. the Preparation runs then the Screen Action runs.

C.

. the data is stored in the Form's Record implicit variable.

D.

. the data in the Form is only available in the Preparation.

In Rich Widgets, the List_SortColumn widget ...

A.

Allows sorting by column in a Form by clicking on that column.

B.

Allows sorting by column in a Table Records by clicking on that column.

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.

It is possible to translate all Server Actions into SQL.

A.

True

B.

False

Regarding Reactive Web Apps in OutSystems, which of the following options is false?

A.

A Reactive Web App is a cross-device app.

B.

The code generated by OutSystems results in a single-page application.

C.

A developer builds the Reactive Web App in Service Studio.

D.

Data requests are executed synchronously.

Considering a Button in a Screen, which of the following options cannot be set as its On Click Destination?

A.

Screen.

B.

Client Action.

C.

Block.

D.

External Site.

Regarding sorting Lists, which of the following options is correct?

A.

Lists have a built-in On Sort event.

B.

Sort clauses cannot be changed dynamically at runtime when using Lists.

C.

Other Widgets should be used to allow the end-user to define the sort criteria.

In sorting Adding Dynamic sort is ok?

A.

Yes

B.

No

Considering that we can add several filters to an Aggregate, which of the following options is false?

A.

Filters are concatenated with the AND operator.

B.

A record is included in the output if it matches at least one of the filters.

C.

Logical operators and some built-in functions can be used inside filters.

D.

All filters are translated to SQL and included in the WHERE clause.