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

Regarding On Change in Combo Box, which of the following options is true?

A.

Screen action to be executed or a screen to navigate to when the value of the element changes.

B.

Screen action to be executed and a screen to navigate to when the value of the element changes.

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.

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

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

For Aggregate as shown below, Ask filter to find the person whose name contains the string "John"

A.

Person.Name = "John"

B.

Person.Name like "John"

C.

Person.Name like "%John%"

D.

Person.Name like 'John'

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

A.

True

B.

False

When the desired data type is Currency, the following data type transmission does not occur(error)

A.

Decimal, Integer, Long Integer

B.

Long Integer, Integer, Boolean, Entity Identifier(Integer)

C.

Decimal, Long Integer, Boolean, Entity Identifier(Integer)

D.

Decimal, Integer, Boolean, Entity Identifier(Integer)

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

A.

Define values for testing the output records of the Aggregate.

B.

Define the Entities we want retrieve records from.

C.

Define conditions to get specific subsets of records.

D.

Define the order of the output records of the Aggregate.

The Expression widget...

A.

... displays text calculated at runtime.

B.

... displays only the result of mathematical expressions.

C.

... displays only static text.

Entity Identifiers can be simple primary keys or composite keys

A.

TRUE

B.

FALSE

Considering the built-in Role Actions, which of the following options is false?

A.

The CheckRole Action checks if a user has that particular Role.

B.

The CreateUserWithRole Action creates an end-user and assigns it the Role.

C.

The RevokeRole Action allows to remove a Role from a user programmatically.

D.

The GrantRole Action allows to grant a Role to a user programmatically.