Labour Day Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

Associate-Reactive-Developer Sample Questions Answers

Questions 4

When the desired data type is Currency, the following data type transmission does not occur(error)

Options:

A.

Decimal, Integer, Long Integer

B.

Long Integer, Integer, Boolean, Entity Identifier(Integer)

C.

Decimal, Long Integer, Boolean, Entity Identifier(Integer)

D.

Decimal, Integer, Boolean, Entity Identifier(Integer)

Buy Now
Questions 5

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 6

Style classes can be overriden, so if you have the same style class defined in a Web Block, a Screen, and the Theme, which definition is applied?

Options:

A.

The one in the Web Block.

B.

The one in the Screen.

C.

The one in the Theme.

D.

The one in the UI Flow.

Buy Now
Questions 7

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 8

What is the Screen behavior when a widget is not valid (Valid property set to False)?

Options:

A.

The widget does not appear on the Screen and the validation message appears in its place.

B.

The Screen displays the widget greyed out, and displays the validation error message on the U input.

C.

Displays the regular widget, applies a specific styling (e.g. red border), and displays the ^ validation error message.

D.

Displays the regular widget and displays the validation error message when we hover the mouse.

Buy Now
Questions 9

For Aggregate as shown below, Ask filter to find the person whose name contains the string "John"

Options:

A.

Person.Name = "John"

B.

Person.Name like "John"

C.

Person.Name like "%John%"

D.

Person.Name like 'John'

Buy Now
Questions 10

What type of variables can be created inside a Screen?

Options:

A.

Local Variables only.

B.

Input Parameters only.

C.

Input Parameters, Output Parameters, and Local Variables.

D.

Input Parameters and Local Variables.

Buy Now
Questions 11

Which event is useful when aggregates depend on each other?

Options:

A.

Ready

B.

Render

C.

Destroy

D.

After Fetch

Buy Now
Questions 12

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

Options:

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

Buy Now
Questions 13

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 14

Regarding the Delete Rule property, which of the following options does not guarantee referential integrity?

Options:

A.

Ignore

B.

Delete

C.

Protect

Buy Now
Questions 15

In which Service Studio layer can Screens and Blocks be found?

Options:

A.

Processes

B.

Data

C.

Interface

D.

Logic

Buy Now
Questions 16

The On Click properties allow defining the behavior of Links and Buttons and ...

Options:

A.

Links can only Navigate to Screens.

B.

Buttons can only Submit requests.

C.

Links and Buttons can either Navigate to screens or Submit requests.

D.

Links and Buttons can only Navigate to screens.

Buy Now
Questions 17

Considering Listltem and List Actions, which of the following options is false?

Options:

A.

When List Items have the full swiping option activated, the List Action is not necessary.

B.

The List Action triggers a Screen Action that will have the logic to be executed on swipe.

C.

List Actions can only be used inside List Items.

D.

List Items can be used outside of Lists.

Buy Now
Questions 18

Consider a Form with a Save button with the Built-in Validations property set to Yes. When a user clicks on the Save button, some validations over the data submitted to the Form are automatically performed by OutSystems by default. Which validations are those?

Options:

A.

Check if the mandatory fields are filled in.

B.

Check if the mandatory fields are filled in and if the non-mandatory fields, that are later used in the logic, are also filled in.

C.

Check if the mandatory fields are filled in and if the data submitted by the user matches the data type expected in the input fields.

D.

Check if the mandatory fields are filled in and if the data submitted by the user matches the data type of the Form's data source.

Buy Now
Questions 19

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 20

Which of the following options is false regarding Screen Aggregates?

Options:

A.

A Screen Aggregate can be triggered when a screen is initializing or only On Demand.

B.

The On After Fetch Event is triggered for every Aggregate, regardless of its Fetch property.

C.

The Render Event on the Screen is triggered when an Aggregate with the Fetch property set to "only on demand" finishes its execution.

D.

All Aggregates, by default, have the Fetch property set to On Demand.

Buy Now
Questions 21

In which of the following situations is the On Parameters Changed Event triggered?

Options:

A.

The On Parameters Changed must be explicitly triggered by the parent of the Block

B.

If the value of a Block Input Parameters changes inside a Client Action of the Block.

C.

When the parent of the Block changes the value of at least one of the Block Input Parameters.

Buy Now
Questions 22

What type of Validation must be selected before the error is displayed directly below the defective item

Options:

A.

Client & Server

B.

Server

C.

Client

D.

All right

Buy Now
Questions 23

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

Options:

A.

REST Web Service API Key

B.

Total Stock Quantity of Products

C.

Current user ID

D.

Search Keyword

Buy Now
Questions 24

Given 1 Aggregate with data source is 3 entities:

A and B are related to With or Without

A and C are related to Only With. Asked how the result will be?

Options:

A.

A may not have B but there must be C

B.

A may not have B or C

C.

A must have B and C

D.

A Must have B or C

Buy Now
Questions 25

Regarding List_SortColumn, which of the following options is true?

Options:

A.

Set the Column to "{EntityName}.[AttributeName]" & define a dynamic sort

B.

Set the Column to "{EntityName}.[AttributeName]" & Automatic add a dynamic sort

C.

Set the Column to "{EntityName}.{AttributeName}" & define a dynamic sort

D.

Set the Column to "{EntityName}.{AttributeName}" & Automatic add a dynamic sort

Buy Now
Questions 26

What does the Widget Tree represent?

Options:

A.

The Screen lifecycle flow.

B.

The hierarchy of the widgets on the screen.

C.

A list of the application screens.

D.

The existing screen templates.

Buy Now
Questions 27

A Structure can have attributes of the following data types:

Options:

A.

Basic, Complex, and Record

B.

Basic, String, and Object

C.

Basic, Structure, Entity, and List

D.

Basic and List only

Buy Now
Questions 28

The recommended data types for Session Variables are...

Options:

A.

Any data type can be used.

B.

Basic and Structures Types.

C.

Basic and Entity Identifier Types.

D.

Basic and Entity Types.

Buy Now
Questions 29

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 30

Start -> If(Count < 3) True Count = Count + 1 , Result = Result + Count .

If end loop Result is value = ?

Options:

A.

5

B.

6

C.

7

D.

8

Buy Now
Questions 31

If an attribute is named "TotalCount", OutSystems will automatically set its data type to ...

Options:

A.

Text

B.

Integer

C.

Boolean

D.

Date

Buy Now
Questions 32

The lifecycle of a User Session...

Options:

A.

Starts when the user authenticates in the application and never ends.

B.

Starts when the user authenticates in the application and ends with a logout or a timeout.

C.

Starts on the first access to the application (even if anonymous) and never ends.

D.

Starts on the first access to the application (even if anonymous) and ends with a logout or a timeout.

Buy Now
Questions 33

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

Options:

A.

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

B.

A Block promotes reusability, i.e. develop once, reuse many times.

C.

A Block encapsulates its own logic.

D.

A Block can only be reused once.

Buy Now
Questions 34

When designing the flow of a Server Action ...

Options:

A.

It can have multiple Start and End nodes.

B.

It can have one or more Start nodes but only one End node.

C.

It can have only one Start node but one or more End nodes.

D.

It can have only one Start node and one End node.

Buy Now
Questions 35

Considering the following Entities (https://drive.google.com/file/d/1WsHUUMSgcx3NbwSMrshSTKe-SqnLCcRG/view?usp=sharing), what is required to create a many-to-many relationship between them?

Options:

A.

Create a third Entity that contains two attributes of types Order Identifier and Product Identifier.

B.

Create a third Entity with a primary key of type Order Identifier and an attribute of type Product Identifier.

C.

Create an attribute of type Order Identifier in the Product Entity and an attribute of type Product Identifier in the Order Entity.

D.

Create an attribute of type Product Identifier in the Order Entity.

Buy Now
Questions 36

Regarding Expression on the screen, which of the following options is true?

Options:

A.

Expression can call server action and use the server action output to calculate

B.

If the expression is empty, the value shown in the Example property will be displayed

C.

The value of Expression will be calculated during the build screen and displayed on the screen

D.

Expression cannot call server action and uses server action output to calculate

Buy Now
Questions 37

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 38

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 39

Regarding a Consumer module ...

Options:

A.

It can only reuse elements from Producer modules of the same application.

B.

It can only reuse elements that are Public in their Producer modules.

C.

It can reuse any element from any Producer module.

D.

It can only reuse elements from Producer modules of other applications.

Buy Now
Exam Code: Associate-Reactive-Developer
Exam Name: Associate Reactive Developer (OutSystems 11) Exam
Last Update: Apr 28, 2024
Questions: 262
$64  $159.99
$48  $119.99
$40  $99.99
buy now Associate-Reactive-Developer