Black Friday Special - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

Hot Vendors

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

Questions 4

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 5

In any case, should use Site property

Options:

A.

Minimum password length

B.

Number of logged user

C.

Search field value

Buy Now
Questions 6

In OutSystems, a Web Block is a reusable UI component. Which of the following is NOT TRUE?

Options:

A.

It promotes re-usability, i.e. develop once, reuse many times.

B.

It encapsulates its own logic.

C.

It improves maintainability, i.e., change the design or functionality, affect all usages.

D.

It can only be reused once.

Buy Now
Questions 7

Regarding the Records of a Static Entity, which of the following options is false?

Options:

A.

Records can only be added and removed during development.

B.

The values for all 4 default attributes must be defined.

C.

The Identifier attribute is required for all Static Entities.

D.

The record identifier is the identifier of Static Entity.

Buy Now
Questions 8

How would you change the following Aggregate (https://drive.google.com/file/d/1inmyBDK2wZlWDS-SzmSrzZ1B7gs6hlba/view?usp=sharing) to return the number of orders per priority?

Options:

A.

Change the Join between the Order and the Priority to Only With and create a Count over the Priority.Id attribute.

B.

Create a Group By over the Priority.Id attribute and a Count over the Order.Id attribute.

C.

Create a GroupBy over the Order.Id attribute and a Count over the Priority.Id attribute.

D.

Remove the Join between the Order and the OrderStatus and create a Count over the Priority.Id attribute.

Buy Now
Questions 9

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 10

The Combo Box widget allows selecting one value out of possible alternatives in a drop-down list. Which of the following is NOT POSSIBLE

Options:

A.

Use the Source Entity property to get the alternatives from an Entity or a Static Entity.

B.

Use the Source Record List property to get the alternatives from a List of Record.

C.

Use the Special List section to get the alternatives from an Entity or a Static Entity.

D.

Use the Special List section to manually set special alternatives

Buy Now
Questions 11

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 12

When using a Template to create a Screen...

Options:

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.

Buy Now
Questions 13

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

Options:

A.

Server Actions can be set as a Function: Restricted to one Output Parameter, Available in Expressions.

B.

Server Actions can be set as a Function: No Restricted to one Output Parameter, Available in Expressions.

C.

Server Actions can be set as a Function: Restricted to one Output Parameter, No Available in Expressions.

D.

Server Actions can be set as a Function: No Restricted to one Output Parameter, No Available in Expressions.

Buy Now
Questions 14

When deleting a record from an Entity, it deletes all records of an Entity with foreign key references. In this case, what the Delete Rule in use?

Options:

A.

Protect

B.

Delete

C.

Ignore

Buy Now
Questions 15

For a record to be included in the output result it must be true for all filters defined.

Options:

A.

True

B.

False

Buy Now
Questions 16

Which of the following options should not be a use case of client variables?

Options:

A.

Username.

B.

Password.

C.

Search filter keyword.

D.

ID of a user session.

Buy Now
Questions 17

Regarding property Escape Content of Expression, which of the following options is true?

Options:

A.

When set to No, the result returns exactly as the result of the formula

B.

When set to Yes, the result returns exactly as the result of the formula

C.

When the value is No, the special characters in the returned result have been replaced by characters that do not affect the protocol being used.

D.

The default value is No

Buy Now
Questions 18

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

Options:

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

Buy Now
Questions 19

The value of a Site Property can be modified in Service Center to change the application behavior at runtime.

Options:

A.

False

B.

True

Buy Now
Questions 20

Which of the following is not a Development Environment?

Options:

A.

Service Center

B.

Integration Studio

C.

Service Studio

Buy Now
Questions 21

Output parameters are available ...

Options:

A.

Only inside their implementation scope.

B.

Only outside their implementation scope.

C.

Both inside and outside their implementation scope.

Buy Now
Questions 22

Which event is used to set focus on one particular widget?

Options:

A.

Ready

B.

Render

C.

Destroy

D.

After Fetch

Buy Now
Questions 23

Regarding the If Widget, which of the following options is false?

Options:

A.

Functions can be used inside the Condition of an If.

B.

Only one of the branches is shown at runtime.

C.

Multiple widgets may be added inside each branch.

D.

More branches may be added to an If Widget.

Buy Now
Questions 24

How is the data fetched by an Aggregate bound to a Table or a List widget?

Options:

A.

By setting the Source property of the widget to the output of the Aggregate.

B.

By creating a Screen Action that programmatically assigns the widget to the data fetched by the Aggregate.

C.

The binding is done automatically since the Aggregate is in the scope of the Screen.

D.

By adding an Expression inside the widget that refers to an attribute of the data fetched by the Aggregate.

Buy Now
Questions 25

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 26

In OutSystems, how do we restrict access to a Screen?

Options:

A.

Go to the Users application and associate the Screen to a specific role.

B.

Use the CheckRole Action.

C.

In the Screen Properties, untick roles to restrict their access.

D.

We don't. Only users with a username and password can access.

Buy Now
Questions 27

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 28

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

Options:

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.

Buy Now
Questions 29

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?

Options:

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.

Buy Now
Questions 30

The Form widget only allows Input and Label widgets

Options:

A.

TRUE

B.

FALSE

Buy Now
Questions 31

During the 1-Click Publish, your application data model, code, and interface is compiled and generates .NET code, HTML, JavaScript and CSS. True or False?

Options:

A.

False

B.

True

Buy Now
Questions 32

Which of the following is a characteristic of a Static Entity?

Options:

A.

It can't be extended with any new attributes.

B.

It has two Entity Actions.

C.

It can't be changed after the first publish.

D.

It contains a set of Records.

Buy Now
Questions 33

List.Current in Aggregates will return the record at any position

Options:

A.

Returns an empty record

B.

Returns record at position list.count -1

C.

Returns record at position list.length - 1

D.

Returns the first record

Buy Now
Questions 34

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

Options:

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.

Buy Now
Questions 35

The SQL Query only allows executing SELECT statements

Options:

A.

True

B.

False

Buy Now
Questions 36

For 4 Entity Customer, Order, OrderProduct, OrderReceipt are related to each other as shown in the image below.

Options:

A.

When deleting information in Assubmit Order, all relevant information (being referent) in Customer and CustomerReceipt will also be deleted.

B.

Cannot perform information deletion (being referenced in the OrderProduct table) in the Entiry Order. However, when deleting information being refenrent in Entity OrderReceipt, it will delete information in both Entity OrderReceipt and Entity Order.

C.

Cannot perform information deletion (being referenced in the OrderProduct table) in the Entiry Order. however, when deleting information being refenrent in Entity Customer, it will delete information in both Entity Customer and Entity Order.

D.

Cannot perform information deletion (being referenced in the OrderProduct table) in the Entiry Order. however, when deleting information being refenrent in Entity Customer, it will delete information in Entity Customer

Buy Now
Questions 37

Consider the Action called Absolute (https://drive.google.com/file/d/1whQveFFlesOJlkA1Qi4JMEV7-oUAZU1f/view?usp=sharing) which returns an absolute value (abs) of a number N passed as Input Parameter. When does the Action return 0 ?

Options:

A.

Never.

B.

When the input parameter (N) is less than zero.

C.

When the input parameter (N) is zero.

D.

When the input parameter (N) is greater than zero.

Buy Now
Questions 38

Regarding Reactive Web Apps in OutSystems, which of the following options is false?

Options:

A.

A Reactive Web App is a cross-device app.

B.

The code generated by OutSystems results in a single-page application.

C.

A developer builds the Reactive Web App in Service Studio.

D.

Data requests are executed synchronously.

Buy Now
Questions 39

Regarding data relationships, which of the following options is correct?

Options:

A.

An Entity must have an identifier to allow relationships.

B.

The Entity identifier must be an integer.

C.

A reference attribute needs to be mandatory.

D.

An Entity can only have one reference attribute.

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

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now Associate-Reactive-Developer testing engine

PDF (Q&A)

$31.5  $104.99
buy now Associate-Reactive-Developer pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 23 Nov 2024