Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free OutSystems Associate-Reactive-Developer Practice Exam with Questions & Answers | Set: 7

Questions 61

Consider an Aggregate with a "With or Without" join between two entities. What is the expected output of the Aggregate?

Options:
A.

All records from the left entity even if there is no match in the right entity (LEFT JOIN).

B.

All records from both Entities (FULL OUTER JOIN).

C.

All records from the right entity even if there is no match in the left entity (RIGHT JOIN).

D.

Only records where there is a match between the two Entities (INNER JOIN).

Questions 62

Which of the following options is correct regarding Client Variables?

Options:
A.

Client Variables should be used to store confidential information.

B.

Lists or Binary Data can also be stored on Client Variables.

C.

The value of a Client Variable is shared among all logged-in users.

D.

Client Variables are useful to cache frequently accessed information.

Questions 63

It is possible to see the SQL generated by an Aggregate?

Options:
A.

TRUE

B.

FALSE

Questions 64

Which of the following steps is necessary to create a 1-to-many relationship between a Master Entity A and a Detail Entity B?

Options:
A.

Entity A must have a reference attribute of type Entity B Identifier.

B.

Set the data type of the identifier attribute of Entity B to Entity A Identifier.

C.

Add a new Entity C, with two reference attributes of type Entity A Identifier and Entity B U Identifier.

D.

Entity B must have a reference attribute of type Entity A Identifier.

Questions 65

Which of the following behaviors is true for Links and Buttons?

Options:
A.

Only Links can navigate to external URLs.

B.

Links can only navigate to Screens.

C.

Buttons can only have a Screen Action as an On Click Destination.

D.

Links and Buttons can either Navigate to screens or trigger Screen Actions.

Questions 66

In a Many-to-Many relationship, the Junction Entity must have at least these attributes ...

Options:
A.

A composite key with reference to each parent Entity.

B.

An identifier and foreign keys to each parent Entity.

C.

Foreign keys to each parent Entity and the Count of the junction records.

D.

Id, Label, Order, Is Active.

Questions 67

If we have multiple Exception Handlers in an Action flow and an Exception is raised...

Options:
A.

... the execution is always moved to the Global Exception Handler.

B.

... the execution is moved to all Exception Handlers of the Action.

C.

... a Switch statement is needed to select which Exception Handler will continue the execution.

D.

... the execution is moved to the Exception Handler that is most specific to the Exception.

Questions 68

In OutSystems, where can we place breakpoints?

Options:
A.

Server-side logic only

B.

In Actions only (Client-side and Server-Side)

C.

Client-side logic only

D.

In Actions and Variables

Questions 69

Considering Aggregates and SQL Queries, which of the following statements is true?

Options:
A.

All SQL Queries can be replaced by an Aggregate.

B.

Aggregates and SQL Queries have different output types.

C.

Everything that can be define in Aggregate can also be written in a SQL Query.

D.

Both SQL Queries and Aggregates are automatically optimized by the platform.

Questions 70

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