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: 5

Questions 41

Inside an Action flow...

Options:
A.

... only one Exception Handler may exist.

B.

... it's mandatory to have at least one Exception Handler.

C.

... the Exception Handler flow can't intersect other flows.

Questions 42

What type of Validation must be selected before the error is displayed directly below the defective item

Options:
A.

Client & Server

B.

Server

C.

Client

D.

All right

Questions 43

Regarding List_SortColumn, which of the following options is true?

Options:
A.

Set the Column to "{EntityName}.[AttributeName]" & define a dynamic sort

B.

Set the Column to "{EntityName}.[AttributeName]" & Automatic add a dynamic sort

C.

Set the Column to "{EntityName}.{AttributeName}" & define a dynamic sort

D.

Set the Column to "{EntityName}.{AttributeName}" & Automatic add a dynamic sort

Questions 44

OutSystems, an Entity Identifier ...

Options:
A.

... must have its Data Type set to Long Integer.

B.

... must be set to Auto Number.

C.

... can only be a single attribute.

D.

... is created automatically and cannot be modified.

Questions 45

During the 1-Click Publish, your application data model, code, and interface is compiled and generates .NET code, HTML, JavaScript and CSS. True or False?

Options:
A.

False

B.

True

Questions 46

Considering the following Aggregate (https://drive.google.com/file/d/11tUfXgUASyo932VISD6nB4Xmho342ZNn/view?usp=sharing), what will be the attributes of the GetOrdersShippingState.List.Current record?

Options:
A.

The two aggregation attributes: ShippingState and Count.

B.

The two aggregation attributes (ShippingState and Count) plus all the attributes of the Source Entity.

C.

Six attributes corresponding to the six visible columns in the Aggregate: ShippingState, Count, Description, DueDate, CreatedOn and Priority.

D.

The two aggregation attributes (ShippingState and Count) plus the columns used to calculate these aggregations.

Questions 47

In the Web Blocks section of the Theme properties, does changing the Layout web block mean changing the layout of existing screens?

Options:
A.

Yes

B.

No

Questions 48

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

Options:
A.

When the web block is in one screen, the parent screen is required to have a screen action to handle the event of the child web block, but the case is in another web block.

B.

When the web block is in a web block, the parent web block is required to have a screen action to handle the event of the child web block, but the case is in another screen.

C.

When the web block is in one screen or another web block, the parent screen or web block is required to have a screen action to handle the event of the child web block.

D.

When the web block is in one screen or another web block, the parent screen or web block is not required to take action to handle the event of the child web block.

Questions 49

In Rich Widgets, the List_Navigation widget ...

Options:
A.

Is a navigator for a Table Records with multiple pages, showing a defined number of elements per page.

B.

Is a navigator for a Form with multiple pages, showing a defined number of elements per page.

Questions 50

A Structure can have attributes of the following data types:

Options:
A.

Basic, Complex, and Record

B.

Basic, String, and Object

C.

Basic, Structure, Entity, and List

D.

Basic and List only