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

In a Web Application, a Screen Action ...

A.

... can terminate with End, Destination, Download or Raise Exception Statements.

B.

... cannot have multiple termination statements.

C.

... can have multiple termination statements, but none of them can be a Destination statement.

D.

... must always terminate with an End statements.

Given 1 Aggregate with data source is 3 entities:

A and B are related to With or Without

A and C are related to Only With. Asked how the result will be?

A.

A may not have B but there must be C

B.

A may not have B or C

C.

A must have B and C

D.

A Must have B or C

In OutSystems, User Groups allow you to ...

A.

... create new user Sessions for multiple users at the same time.

B.

... assign the same password to multiple users at the same time.

C.

... grant the access to the same Screens to multiple users at the same time.

D.

... assign and replace a Role to multiple users at the same time.

Static Entities are most similar to which other programming concept?

A.

Enumeration.

B.

Linked lists.

C.

Hash Maps.

D.

Static variables.

Regarding Static Entities in Outsystems, select to statement that is true.

A.

A Static Entity always has only 4 attributes Id, Label, Order, Is_Active

B.

A Static Entity has the functions Create, Update, Get

C.

A Static Entity can add attributes with the basic data type and identifier data type of all other entities.

D.

A Static Entity can add attributes with the basic data type and the identifier data type of other static entity.

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

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

If you want to move from a webPage A to a WebPage B by clicking the Submit button, execute the Destination setting in the screen action of the Submit button as webpage B. Which of the following statements is correct?

A.

When you press the Submit button, you will perform the webpage B's preperation, then build the webpage of the webpage B, then perform the screen action of the Submit button.

B.

When clicking the Submit button, it will perform the screen action of the Submit button, then perform the preperation of the webpage B and then build the webpage screen B

C.

When the Submit button is pressed, perform the screen action of the Submit button and then build the screen of webpage B, the webpage's preperation will not be performed.

D.

When clicking Submit button, it will immediately perform preperation of webpage B and then build screen of webpage B, screen action of Submit button will not be performed.

A Web Block can be used ...

A.

Inside Web Screens and Web Blocks, except on itself.

B.

Inside Web Screens and Web Blocks, even on itself.

Ending a Screen Action with an End element or a Destination to the '(Current Screen)' yields the same result.

A.

TRUE

B.

FALSE

When the validation is set to Client & Server ...

A.

Custom validations are checked on the server-side if all mandatory fields are empty.

B.

Built-in validations are first checked on the client-side and, if not valid, the user gets error messages immediately.

C.

Built-in validations are first checked on the client-side but the request goes to the server anyway to perform custom validations.

D.

There is no Client & Server validation.