Weekend Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

Associate-Reactive-Developer Associate Reactive Developer (OutSystems 11) Exam Questions and Answers

Questions 4

Switch 1: (ab) Action B Otherwise Action C.

Out put is true

Options:

A.

If a = b then Action C execute

B.

If a <= b then Action C execute

C.

If a < b then Action B execute

D.

If a <= b then Action B execute

Buy Now
Questions 5

When you want to use Ajax, you have to choose Method in On Click

Options:

A.

Client & Server Submit

B.

Ajax Submit

C.

Server Submit

D.

Ajax & Server Submit

Buy Now
Questions 6

Consider an Aggregate with the Fetch property set to Only On Demand. When does that Aggregate run?

Options:

A.

Automatically, when the Aggregates set to run "At Start" finish.

B.

Programmatically, using a Server Action.

C.

Programmatically, using a Refresh Data node in a Screen Action.

D.

Automatically, when the Screen is initializing.

Buy Now
Questions 7

Regarding Block Events, which of the following options is false?

Options:

A.

Events allow to pass information from the Block's scope to the parent scope.

B.

Events are triggered by a Block and handled by its parent.

C.

Events can be defined at the Block or Screen level.

D.

Two instances of a Block may use the same handler for the same event.

Buy Now
Questions 8

The Check Box widget is bound to a Variable of type...

Options:

A.

Text

B.

Integer

C.

Boolean

D.

Date

Buy Now
Questions 9

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.

Buy Now
Questions 10

To replace data on a widget with automatic data replacement (Tables Records, List Records, Form, ...)

Options:

A.

Right-click on the widget and select Import Data from Entity

B.

Delete the widget and create it again with the right Entities.

C.

Drag your Entity and drop it onto the widget.

D.

Right-click on the Entity and select Import Data from Excel.

Buy Now
Questions 11

Entities and Attributes are created in the database as ...

Options:

A.

Tables and Columns

B.

Tables and Indexes

C.

Indexes and Columns

D.

Tables and Constraints

Buy Now
Questions 12

In OutSystems, it is possible to inspect the values of variables while debugging.

Options:

A.

False

B.

True

Buy Now
Questions 13

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, ...

Options:

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.

Buy Now
Questions 14

Regarding sorting in a Table, which of the following options is correct?

Options:

A.

All header cells need to have the Sort Attribute property defined.

B.

Only the Sort Attribute of the header cells needs to be defined. Data is refreshed automatically.

C.

The On Sort event has an input parameter containing the clicked column.

Buy Now
Questions 15

Immediately after creating an Entity and its attributes, what is the expected behavior when using the Bootstrap Data From Excel?

Options:

A.

You cannot use the bootstrap data from Excel. You are required to Publish the module first.

B.

The bootstrap will try to automatically map the Entity attributes with the existing headers, in the first row of the Excel file.

C.

The bootstrap only works all attributes match exactly the headers on the first row of the Excel file. Otherwise you get an error...

D.

You cannot use the bootstrap data from Excel, because the structure of the Entity is already defined.

Buy Now
Questions 16

Regarding Preparation in Outsystems, select to statement that is true.

Options:

A.

Preparation adtion may have multiple outputs

B.

Preparation is a forced action of Screen and webBlock

C.

The preparation action can only have 1 output

D.

Screen may not need Preparation

Buy Now
Questions 17

Considering the following Aggregate (https://drive.google.com/file/d/1IRBcUVYjDN-h0tAlOhJ4ZOL4Nm2udq86/view?usp=sharing), where the Orders are fetched with their reviewers (Employees), which of the following options is correct?

Options:

A.

The Aggregate only returns Orders with Priority, Status and Employee.

B.

The Aggregate returns Orders without Employee and without Status.

C.

The Aggregate returns Orders with Status and at least one Employee.

D.

The Aggregate returns Orders with Priority and with zero or more Employees.

Buy Now
Questions 18

Which HTTP request method does the Submit method use?

Options:

A.

PUT

B.

POST

C.

GET

D.

PATCH

Buy Now
Questions 19

Regarding non-SELECT queries, which of the following options is correct?

Options:

A.

It is mandatory to set the Output Entity or Structure.

B.

It is not possible to use Query Parameters in Non-SELECT queries.

C.

It is not possible to execute DELETE queries with the SQL Tool.

D.

It is mandatory to specify all Attributes in an INSERT query.

Buy Now
Questions 20

To consume a SOAP Web Service ...

Options:

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.

Buy Now
Questions 21

Which of the following elements can't be used to create calculated attributes in an Aggregate?

Options:

A.

Variables.

B.

Server Actions using Entity Attributes.

C.

Built-in Functions that can be translated to SQL (e.g. Length(), Power()).

D.

Value of the attributes of the Source Entities.

Buy Now
Questions 22

When columns are hidden in an Aggregate ...

Options:

A.

They cease to be part of output of the Aggregate

B.

They are still part of output of the Aggregate

C.

They are the only columns on the output of Aggregate

D.

It's because they are empty on the database

Buy Now
Questions 23

How can we limit the number of records returned by an Aggregate?

Options:

A.

Use the Max. Records property.

B.

Use the Length value.

C.

Use the Count value.

D.

Use Sorting.

Buy Now
Questions 24

In the Web Blocks section of the Theme properties, does changing the Layout web block mean changing the layout of existing screens?

Options:

A.

Yes

B.

No

Buy Now
Questions 25

Style load order

Options:

A.

Screen & Email -> Web block -> theme

B.

theme -> Web block -> Screen & Email

C.

Web block -> theme -> Screen & Email

Buy Now
Questions 26

Regarding Blocks in OutSystems reactive apps, which of the following options is correct?

Options:

A.

Blocks can only be instantiated on Screens.

B.

Blocks can be instantiated on Screens and other Blocks.

C.

Blocks can be instantiated on Client Actions on the Screen.

D.

Blocks can be instantiated on Screens and external HTML pages, using a special HTML tag.

Buy Now
Questions 27

Regarding All Exception Hanlder in Outsystems, select to statement that is true.

Options:

A.

The All Exception handler can only be used in UI Flow

B.

All Exception handler will handle all errors no matter how

C.

The All Exception handler will handle all exceptions if no exception exception describes the error that is happening

D.

The Abort Transaction property will be disabled when the Type Exception is selected for the exception handler

Buy Now
Questions 28

1 paging website per page 10 records. When clicking on the link [2], the next 10 records are displayed, but the link [2] is not in bold. The cause is right

Options:

A.

In action handle On Notify of List Navigation can not execute refresh List Navigation.

B.

In action handle On Notify of List Navigation can not execute Refresh Table.

C.

In action handle On Notify of List Navigation can not execute Refresh Query

Buy Now
Questions 29

Which of the following mappings between OutSystems and the Database is NOT correct?

Options:

A.

Reference attribute - Primary Key.

B.

Index - Index.

C.

Entities - Tables.

D.

Attributes - Column.

Buy Now
Questions 30

Considering that we can add several filters to an Aggregate, which of the following options is false?

Options:

A.

Filters are concatenated with the AND operator.

B.

A record is included in the output if it matches at least one of the filters.

C.

Logical operators and some built-in functions can be used inside filters.

D.

All filters are translated to SQL and included in the WHERE clause.

Buy Now
Questions 31

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

Options:

A.

True

B.

False

Buy Now
Questions 32

Regarding the Switch statement, which of the following options is false?

Options:

A.

The Otherwise branch must exist.

B.

Every branch that evaluates to True is executed.

C.

The first branch that the condition evaluates to True is executed.

D.

If no branch evaluates to True, the Otherwise branch is executed.

Buy Now
Questions 33

OutSystems provides a built-in application to create and manage users and their roles in applications...

Options:

A.

The UserMgmt application.

B.

The Users application.

C.

The Enterprise application.

D.

The Company application.

Buy Now
Questions 34

LifeTime allows you to manage IT users and teams.

Options:

A.

True

B.

False

C.

Either

D.

Neither

Buy Now
Questions 35

In an Aggregate, the Sources section is used for...

Options:

A.

Defining values for testing the Aggregate's output records.

B.

Defining conditions to get specific subsets of records.

C.

Defining the Entities we want to retrieve records from.

D.

Defining the order of the Aggregate's output records.

Buy Now
Questions 36

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

Options:

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.

Buy Now
Questions 37

In an Aggregate, the purpose of the Test Values section is...

Options:

A.

To define the order of its output records.

B.

To define the Entities we want to get records from.

C.

To define values for testing the preview of the Aggregate's output.

D.

To set the conditions to get specific records, not all the records.

Buy Now
Questions 38

Inside an Action flow...

Options:

A.

••• the Exception Handler flow can!t intersect other flows.

B.

••• only one Exception Handler may exist.

C.

••• it's mandatory to have at least one Exception Handler.

Buy Now
Questions 39

What are ALL the types of relationships that can be implemented in OutSystems?

Options:

A.

1-to-Many and Many-to-Many.

B.

1-to-1, 1-to-Many, and Many-to-Many.

C.

1-to-1 and 1-to-Many.

D.

Many-to-Many.

Buy Now
Exam Name: Associate Reactive Developer (OutSystems 11) Exam
Last Update: May 14, 2024
Questions: 262

PDF + Testing Engine

$66.4  $165.99

Testing Engine

$46  $114.99
buy now Associate-Reactive-Developer testing engine

PDF (Q&A)

$42  $104.99
buy now Associate-Reactive-Developer pdf