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

A Refresh Data in the flow of a Screen Action is used for ...

A.

Refresh the data of a specific query is present in the Preparation.

B.

Refresh the data of all queries in the Preparation.

C.

Run the Preparation again.

D.

Refresh a specific widget.

Which of the following commands is not available in the OutSystems debugger?

A.

Restart Debugging

B.

Stop Debugging

C.

Step Over

D.

Continue Request

Which of the following options is not a built-in validation in OutSystems?

A.

Maximum length of text fields

B.

Mandatory Fields

C.

Data types of input fields

When debugging does not affect other people, what mode to use

A.

Personal Area

B.

Public Area

C.

Both (Personal Area or Public Area)

OutSystems provides two built-in Roles: Anonymous and Registered

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.

The SQL Query only allows executing SELECT statements

A.

True

B.

False

A one-to-one relationship from Entity A to Entity B is created by ...

A.

changing the Entity B identifier data type to Identifier.

B.

changing the id attribute of Entity B to not be an auto-number and assigning a value to it programmatically, when creating a new record.

C.

adding a new attribute to the Entity B with data type Identifier.

D.

adding a new attribute to the Entity A with data type Identifier.

When a Form is submitted, what are the built-in validations that Outsystems performs?

A.

If the data submitted by the user matches the data type of the variables associated with the respective Inputs.

B.

If the Mandatory fields are filled in and if the data submitted by the user matches the data type of the variables associated Inputs.

C.

If the Mandatory fields are filled in.

D.

If the data submitted by the user matches the data type of the Source Record of the Form.

Client Actions and Server Actions can have the following variables:

A.

Input Parameters and Local Variables, but no Output Parameters.

B.

Input and Output Parameters, but no Local variables.

C.

Output Parameters and Local Variables, but no Input Parameters.

D.

Input and Output Parameters, as well as Local Variables.

A developer should favor using a Structure instead of the Entity in the output of a SELECT SQL Query. Do you agree with this statement?

A.

No, it is preferable to use the Entity instead of the Structure.

B.

Yes, because queries will retrieve fewer Attributes and less data.

C.

No, since it is exactly the same.

D.

Yes, because queries become easier to maintain.