Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

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

Regarding Mobile (Phone or Tablet) Apps in OutSystems, which of the following options is false?

A.

Mobile Apps can be distributed as a PWA.

B.

The programming model of Mobile Apps is similar to Reactive Web Apps.

C.

Mobile Apps can run natively on iOS and Android.

D.

Mobile Apps do not have offline capabilities.

Regarding Inspect the values of variables when code execution is stopped..

A.

When using Debugging, it is possible to Inspect information about the value of all variables used at the time of stopping

B.

When using Debugging, it is only possible to Inspect the value of local variables, not inspect the information of Site-property and Session variables.

C.

When using Debugging, it is only possible to Inspect the value of local variables, not inspect the information of the logic being executed.

D.

When using Debugging, Inspect can get information about screen state

Some widgets can trigger Screen Actions with Ajax. That can be defined in a section in their properties that is called ...

A.

Special List

B.

Events

C.

On Refresh

D.

On Click or On Change, depending on the widget.

Which of the following is a good use case for a Site Property?

A.

REST Web Service API Key

B.

Total Stock Quantity of Products

C.

Current user ID

D.

Search Keyword

Considering the Function property in Client Actions, which of the following options is correct?

A.

Setting the Function property to Yes restricts the Action to have only one Output Parameter.

B.

Setting the Function property to No ensures the Action can only be used in the module where it is defined.

C.

Setting the Function property to Yes is not possible, if the Action is exposed to other modules as Public.

D.

Setting the Function property to No ensures the Action can only be used in Screen Expressions.

Considering that Aggregates can have hidden columns, which of the following options is correct?

A.

The hidden columns help optimizing the Aggregate.

B.

Columns that are empty in the database are automatically hidden.

C.

The hidden columns are not part of the output.

D.

Hiding columns in the Aggregate only affects the preview of the output.

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

A.

TRUE

B.

FALSE

Considering Inputs and Labels, which of the following options is correct?

A.

To access the value submitted in an Input widget, we can simply use InputName.Value.

B.

Labels associated with mandatory fields will display a visual cue on the Screen.

C.

An input widget can only be used for the Text data type.

D.

Every input must have a Label associated with.

When using a Template to create a Screen...

A.

It makes a copy of the Template to create the screen with sample data that cannot be replaced.

B.

It makes a copy of the Template to create the screen with sample data that can be replaced by real data.

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.