Skip to main content

ASSOCIATE-REACTIVE-DEVELOPER Real Exam Questions

Associate Reactive Developer (OutSystems 11)

262 questions available · Page 1 of 27

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

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

  1. A

    Web Block can only have 1 output

  2. B

    Web Block cannot have preparation action

  3. C

    Web Block can Preparation action

  4. D

    Web Block can have multiple outputs

Show answer and explanation

Correct answer: C

Question 2 Single choice

Consider the following Action (https://drive.google.com/file/d/1L6qUwd2jjqWAluUB- Kv5gQghendWoMr2/ view?usp=sharing), that calculates the square root (sqrt) of a positive decimal number (N).

Knowing that the function was called with N = 0, and the debugger is stopped at the Start node, what will happen when the developer selects the Continue (F9) option highlighted in the picture?

  1. A

    The Action will end, with sqrt = 0.

  2. B

    The Action will throw an exception and sqrt will have no value.

  3. C

    The debugger will stop in the N < 0 If node.

  4. D

    The debugger will stop at the breakpoint in the End node.

Show answer and explanation

Correct answer: D

Question 3 Single choice

A Structure can have attributes of the following data types:

  1. A

    Basic, Complex, and Record

  2. B

    Basic, String, and Object

  3. C

    Basic, Structure, Entity, and List

  4. D

    Basic and List only

Show answer and explanation

Correct answer: C

Question 4 Single choice

A Screen Preparation...

  1. A

    requires at least one Input Parameter to filter the queries to the database.

  2. B

    does not have Output Parameters.

  3. C

    cannot execute other Server Actions.

  4. D

    is mandatory for every Web Screen.

Show answer and explanation

Correct answer: B

Question 5 Single choice

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

  1. A

    If the data submitted by the user matches the data type of the variables associated with the respective Inputs.

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

  3. C

    If the Mandatory fields are filled in.

  4. D

    If the data submitted by the user matches the data type of the Source Record of the Form.

Show answer and explanation

Correct answer: B

Question 6 Single choice

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

  1. A

    Text

  2. B

    Integer

  3. C

    Boolean

  4. D

    Date

Show answer and explanation

Correct answer: B

Question 7 Single choice

Which of the following is the correct syntax for Entities and Attributes?

  1. A

    Entity.Attribute

  2. B

    {Entity}.[Attribute]

  3. C

    [Entity].{Attribute}

  4. D

    (Entity).{Attribute}

Show answer and explanation

Correct answer: B

Question 8 Single choice

Give 1 aggegate as shown. Ask how to display the average score of the group according to Point1 and sort the order of Point 2 with the highest score by year

  1. A

    Use the GROUPBY function according to the Year attribute, then perform the AVERAGE function for the Point 1 attribute and MAX for the attribute for Point 2.

  2. B

    Use the GROUPBY function according to the Group attribute, then perform the AVERAGE function for the Point 1 attribute and MAX for the attribute for Point 2.

  3. C

    Use the GROUPBY function according to the Year attribute, then perform the AVERAGE function for the Point 2 attribute and MAX for the Point 1 attribute.

  4. D

    Use the GROUPBY function according to the Group attribute, then perform the AVERAGE function for the Point 2 attribute and MAX for the attribute for Point 1.

Show answer and explanation

Correct answer: B

Question 9 Single choice

What types of applications can be created in OutSystems?

  1. A

    Web, Mobile and Service

  2. B

    Web, Mobile, Service and Extension

  3. C

    Module and Extension

  4. D

    Only Web

Show answer and explanation

Correct answer: A

Question 10 Single choice

In OutSystems, User Groups allow you to ...

  1. A

    create new user Sessions for multiple users at the same time.

  2. B

    assign the same password to multiple users at the same time.

  3. C

    grant the access to the same Screens to multiple users at the same time.

  4. D

    assign and replace a Role to multiple users at the same time.

Show answer and explanation

Correct answer: C