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

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

Using an Ajax Refresh in the flow of a Screen Action allows refreshing a specific widget, but for it to work ...

A.

The widget needs to be a Table Records and the Screen Action must be executed with Ajax Submit.

B.

The widget must have a Name and the Screen Action must be executed with Ajax Submit.

C.

The widget must have a Name and the Screen Action must be executed with Submit.

D.

The widget must have a Name and the Screen Action must be executed with Navigate.

Which of the following would be a good use case for a Client Variable?

A.

Profile Picture

B.

User Name

C.

User Identifier

D.

Credit Card Number

Which event is only available in Screen Aggregates and Data Actions and acts upon data fetched from the database or server.

A.

Ready

B.

Render

C.

Destroy

D.

After Fetch

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 the user submits data in a Form to the server...

A.

a Screen Action runs with the data from the Form as Input parameter.

B.

.. the Preparation runs then the Screen Action runs.

C.

. the data is stored in the Form's Record implicit variable.

D.

. the data in the Form is only available in the Preparation.

Regarding Screen Aggregates, which of the following options is false?

A.

Screen Aggregates can only be executed when explicitly called.

B.

Screen Aggregates can only fetch data from the database.

C.

Screen Aggregates only exist within the scope of the Screen where they were defined.

D.

Screen Aggregates run asynchronously and in parallel.

Regarding Static Entities in Outsystems, select to statement that is true.

A.

When creating a new Static Entity, it will automatically create 4 attributes Id, Label, Order, Is_Active

B.

Static Entity cannot Create, Update, Delete, Get

C.

Attributes of Static Entity cannot be changed

D.

Entity records can be created by calling Create or CreateOrUpdate

Considering Aggregates and the SQL Tool, which of the following is the correct option?

A.

The SQL Tool allows to write queries that contain sub-queries.

B.

Joins between entities can only be defined in Aggregates.

C.

All queries that can be written in an SQL Tool can be defined in an Aggregate.

D.

Attribute grouping can only be done with the SQL Tool.

Considering that Michael is a user of the Orders application, with only the OrdersAdmin Role assigned to him, which of the following options is correct?

A.

Michael has access to Screens with the Registered Role checked.

B.

Michael does not have access to Screens with the Anonymous Role checked.

C.

Michael has access to Screens that have the OrdersAdmin Role checked, but not to Screens with the Registered Role checked.

D.

Michael has only access to Screens that have the OrdersAdmin Role checked.