OutSystems Associate Reactive Developer Associate Reactive Developer (OutSystems 11)Exam Online Training
OutSystems Associate Reactive Developer Online Training
The questions for Associate Reactive Developer were last updated at Nov 26,2024.
- Exam Code: Associate Reactive Developer
- Exam Name: Associate Reactive Developer (OutSystems 11)Exam
- Certification Provider: OutSystems
- Latest update: Nov 26,2024
Regarding Table Records Widget, which of the following options is true?
- A . Bound to a Source Record List
- B . Bound to a Source List
- C . Bound to a Source Record
Which of the following is the correct order of occurrence of events in a Screen?
- A . Ready, Initialize, Render, Destroy.
- B . Initialize, Destroy, Ready, Render.
- C . Initialize, Ready, Render, Destroy.
- D . Initialize, Render, Ready, Destroy.
Considering the Function property in Client Actions, which of the following options is correct?
- A . Setting the Function property to Yes restricts the Action to have only one Output Parameter.
- B . Setting the Function property to No ensures the Action can only be used in the module where it is defined.
- C . Setting the Function property to Yes is not possible, if the Action is exposed to other modules as Public.
- D . Setting the Function property to No ensures the Action can only be used in Screen Expressions.
Ending a Screen Action with an End element or a Destination to the ‘(Current Screen)’ yields the same result.
- A . TRUE
- B . FALSE
Which of the following steps is necessary to create a many-to-many relationship between Entity A and Entity B?
- A . Add a new Entity C, with two reference attributes of type Entity A Identifier and Entity B V U Identifier.
- B . Set the data type of the identifier attribute of Entity B to Entity A Identifier.
- C . Add a new reference attribute of type Entity B Identifier to Entity A and a new reference attribute of type Entity A Identifier to Entity B.
- D . Add a new reference attribute of type Entity B Identifier to Entity A.
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.
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.
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