Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free OutSystems Associate-Reactive-Developer Practice Exam with Questions & Answers

Questions 1

In sorting Adding Dynamic sort is ok?

Options:
A.

Yes

B.

No

Questions 2

OutSystems provides two built-in Roles: Anonymous and Registered

Options:
A.

No, there's only one role: Anonymous.

B.

No, there's only one role: Registered.

C.

Yes, Anonymous for unknown users and Registered for users registered in the Users application.

Questions 3

When debugging a consumer module, how do we guarantee that the execution stops on breakpo defined in the producer module?

Options:
A.

In the producer, set the Entry Module property to the consumer module.

B.

We need to also start the debugger on the producer module.

C.

Nothing, just leave Service Studio open.

D.

We just need to set breakpoints in the producer module. The execution will stop on its breakpoints automatically.

Questions 4

A Block can be used...

Options:
A.

Only inside other Screens.

B.

Only inside other Blocks.

C.

Inside Screens and Blocks, including itself.

D.

Inside Screens and Blocks, except on itself.

Questions 5

Which of the following is not a Development Environment?

Options:
A.

Service Center

B.

Integration Studio

C.

Service Studio

Questions 6

When Preparation is execute?

Options:
A.

When the User Request web page, when pressing the button (with method Submit)

B.

When the User Request web page, when pressing the button (with method Ajax Submit)

Questions 7

Which of the following options is correct, when implementing pagination with Tables or Lists?

Options:
A.

The Max Records property of the Pagination holds the number of records to show per page.

B.

The Start Index property of the Pagination holds the current page number.

C.

The Total Count input of the Pagination pattern should be set to the number of records per U page.

Questions 8

On Parameters Changed is from Parent to Block while Event Handler is from Block to Parent.

Options:
A.

True

B.

False

Questions 9

How is the data fetched by an Aggregate bound to a Table or a List widget?

Options:
A.

By setting the Source property of the widget to the output of the Aggregate.

B.

By creating a Screen Action that programmatically assigns the widget to the data fetched by the Aggregate.

C.

The binding is done automatically since the Aggregate is in the scope of the Screen.

D.

By adding an Expression inside the widget that refers to an attribute of the data fetched by the Aggregate.

Questions 10

Regarding exposing elements in Producer modules...

Options:
A.

Any element can be exposed, and reused, but only by modules of the same application.

B.

Any element can be exposed, and reused by modules of any application.

C.

Only elements with the Public property set to Yes can be exposed and reused by modules of any application.

D.

Only elements with the Public property set to Yes can be exposed and reused, but only by modules of the same application.