Associate Reactive Developer Associate Reactive Developer (OutSystems 11)Exam exam dumps questions are the best material for you to test all the related OutSystems exam topics. By using the Associate Reactive Developer exam dumps questions and practicing your skills, you can increase your confidence and chances of passing the Associate Reactive Developer exam.
Features of Dumpsinfo’s products
Instant Download Free Update in 3 Months
Money back guarantee
PDF and Software
24/7 Customer Support
Besides, Dumpsinfo also provides unlimited access. You can get all Dumpsinfo files at lowest price.

Associate Reactive Developer (OutSystems 11)Exam Associate Reactive Developer exam free dumps questions are available below for you to study.
Full version: Associate Reactive Developer Exam Dumps Questions
1.When you want to display a widget in a certain role, what is the best way?
A. The widget's Visible property setting is Check <RoleName> Role (UserId) = True
B. Use Container to display control with Display property as Check <RoleName> Role (UserId) = True
C. Use the If condition to display control provided that Check <RoleName> Role (UserId) = True
D. Cannot perform the display in units of each widget, so it cannot be done
Answer: C
2.Considering Users and Roles in OutSystems, which of the following options is correct?
A. End-users can only be created programmatically, using Actions from the Users application.
B. There are three built-in roles in OutSystems: Anonymous, AppUser and Registered.
C. All users, with or without a login, have automatically the Registered Role.

D. By default, end-users are managed in the built-in Users application.
Answer: D
3.Which of the following options is false regarding Screen Aggregates?
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.
Answer: D
4.Which of the following options is correct?
A. Screen Actions can call other Screen Actions from a different screen.
B. Client Actions can call Screen Actions.
C. Server Actions can call Client Actions.
D. Client Actions can call Server Actions.
Answer: D
5.Does OutSystems manage the underlying database tables for the developer?
A. Yes
B. No
Answer: A
6.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?
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.
Answer: C
7.What do you need to do to ensure that only authenticated users (with a username and password) can access your application?
A. Create a new Role in the Users application, change, its name to "Authenticated Users", and check it on all Screens.
B. Create a new Role in your application, change its name to "Authenticated Users", and check it on all Screens.
C. Uncheck the Anonymous role on all Screens.
D. Check the Anonymous role on all Screens.
Answer: C
8.OutSystems provides a built-in application to create and manage users and their roles in applications...

A. The UserMgmt application.
B. The Users application.
C. The Enterprise application.
D. The Company application.
Answer: B
9.Considering the Initialize event of a Screen, which of the following would be the best use case for that event?
A. Manipulate the DOM.
B. Set the default value of a Local Variable.
C. Act on data returned by a Data Action.
D. Retrieve data from the server database.
Answer: B
10.If an attribute is named "TotalCount", OutSystems will automatically set its data type to ...
A. Text
B. Integer
C. Boolean
D. Date
Answer: B
11.Which of the following options is correct regarding the Valid property of the Form?
A. The Valid property of the Form should be explicitly set to False (e.g. with an Assign) when an input field is not valid.
B. The Valid property of the Form should be checked after the last custom validation.
C. ally changed to False only when all the input fields of the Form are not valid.
D. When built-in validations are enabled, the Valid property of the Form is automatically checked before executing the client action logic.
Answer: B
12.Regarding data relationships, which of the following options is correct?
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.
Answer: A
13.When the desired data type is Currency, the following data type transmission does not occur(error)
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)
Answer: D
14.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?
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.
Answer: A
15.The scope of Input Parameters and Local Variables is limited to the Screen where they are defined.
A. True
B. False
C. Varies depending on the module setup
D. Varies when using function.
Answer: A
16.Considering a Button in a Screen, which of the following options cannot be set as its On Click Destination?
A. Screen.
B. Client Action.
C. Block.
D. External Site.
Answer: C
17.The value of a Site Property can be modified in Service Center to change the application behavior at runtime.

A. False
B. True
Answer: B
18.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?
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.
Answer: B
19.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
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
Answer: A
20.In a module producer, something cannot be shared with other modules
A. Session Variable
B. Server Action
C. Role
D. Process
Answer: A
21.Following Ajax submit: Start -> Refresh Data -> xxx -> End. xxx is?
A. Ajax Refresh widget
B. Refresh Data widget
Answer: A
22.When doing a "With or Without" join between tow entities, it returns ..
A. All records from both entities (FULL OUTER JOIN)
B. Only records where there is match between the tow entities (INNER JOIN)
C. All records from the left entity even if there is no match in the right entity (LEFT JOIN)
D. All records from the right entity even if there is no match in the left entity (RIGHT JOIN)
Answer: C
23.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?
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.
Answer: A
24.What type of Validation must be selected before the error is displayed directly below the defective item
A. Client & Server
B. Server
C. Client
D. All right
Answer: A
25.What type of variables can be created inside a Screen?
A. Local Variables only.
B. Input Parameters only.

C. Input Parameters, Output Parameters, and Local Variables.
D. Input Parameters and Local Variables.
Answer: D
26.Entities are created with a set of Entity Actions for CRUD operations, which ones?
A. Insert, Update, Delete
B. Create, CreateOrUpdate, Update, Get, GetForUpdate, Delete
C. GET, POST, DELETE
D. Add, Change, Remove
Answer: B
27.In OutSystems, where can we place breakpoints?
A. Server-side logic only
B. In Actions only (Client-side and Server-Side)
C. Client-side logic only
D. In Actions and Variables
Answer: B
28.Considering that Aggregates can have hidden columns, which of the following options is correct?
A. The hidden columns help optimizing the Aggregate.
B. Columns that are empty in the database are automatically hidden.
C. The hidden columns are not part of the output.
D. Hiding columns in the Aggregate only affects the preview of the output.
Answer: D
29.In an Aggregate, the Sources section is used for...
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.
Answer: C
30.Which HTTP request method does the Submit method use?

A. PUT
B. POST
C. GET
D. PATCH
Answer: B
31.When designing the flow of a Server Action ...
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.
Answer: A
32.The flow of an action can have...
A. ••• one or more Start nodes but only one End node.
B. ••• only one Start node and one End node.
C. ••• only one Start node but multiple End nodes.
D. ... multiple Start and End nodes.
Answer: C
33.The SQL Query only allows executing SELECT statements
A. True
B. False
Answer: B
34.A Screen Preparation...
A. requires at least one Input Parameter to filter the queries to the database.
B. does not have Output Parameters.
C. cannot execute other Server Actions.
D. is mandatory for every Web Screen.
Answer: B
35.A Web Block can be used ...
A. Inside Web Screens and Web Blocks, except on itself.
B. Inside Web Screens and Web Blocks, even on itself.
Answer: A
36.XXX screen only Registered role is checked, which of the following statements is true?
A. User has not logged in, make request Screen XXX. As a result, can not permission
B. User logged , make request Screen XXX. As a result, can not permission
Answer: A
37.The Checkbox or Switch Widgets are bound to a variable of which type?
A. Boolean
B. Text
C. Integer
D. Date Answer: A
38.Regarding Web Blocks in Outsystems, select to statement that is true.

A. Web Block can only have 1 output
B. Web Block cannot have preparation action
C. Web Block can Preparation action
D. Web Block can have multiple outputs
Answer: C
39.Regarding the Delete Rule property, which of the following options does not guarantee referential integrity?
A. Ignore
B. Delete
C. Protect
Answer: A
40.Different Exceptions are handled by different specific Handlers.
A. True
B. False
C. Either
D. Neither
Answer: A
