New Year Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

OutSystems Associate-Reactive-Developer - Associate Reactive Developer (OutSystems 11) Exam

Screen and Web Block has no output parameter ?

A.

True

B.

False

When doing a "With or Without" join between tow entities , it returns ..

A.

All records from both entities(FULL OUTER JOIN)

B.

Only records where there is match between the tow entities(INNER JOIN)

C.

All records from the left entity even if there is no match in the right entity(LEFT JOIN)

D.

All records from the right entity even if there is no match in the left entity(RIGHT JOIN)

To create a menu option for a Screen, just drag and drop that Screen onto the Menu

A.

TRUE

B.

FALSE

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

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.

The lifecycle of a User Session...

A.

Starts when the user authenticates in the application and never ends.

B.

Starts when the user authenticates in the application and ends with a logout or a timeout.

C.

Starts on the first access to the application (even if anonymous) and never ends.

D.

Starts on the first access to the application (even if anonymous) and ends with a logout or a timeout.

Consider a Web Screen with a Button that is associated to a Screen Action. An Ajax Refresh statement in that Screen Action allows to refresh part of that Web Screen, ...

A.

if the button has Method Navigate.

B.

regardless of the Button's Method.

C.

if the Button has Method Ajax Submit.

D.

if the Button has Method Submit.

Which HTTP request method does the Submit method use?

A.

PUT

B.

POST

C.

GET

D.

PATCH

To consume a SOAP Web Service ...

A.

Provide the WSDL (the endpoint URL or upload file), choose the binding (if there's more than one), and all methods are automatically consumed.

B.

Provide the WSDL (the endpoint URL or upload file), choose the binding (if there's more than one), and choose the methods to consume.

Roles are created in applications and user authorizations are managed...

A.

Manually in the Users application or programmatically.

B.

Only manually in the Users application.

C.

Only programmatically using the Grant... and Revoke... role actions.

In the following scenario, we are implementing the ColorsDropdown widget (https://drive.google.com/file/d/109nu1A-BslkBff1G1BtfJaxnvCRkfNUA/view?usp=sharing) which will allow a user to select a color. What should be set in the Options Text property to make sure that the names of the colors appear in the dropdown?

A.

Color.Id

B.

GetColors.Color.Label

C.

Color

D.

Color.Label