[2023] New Associate-Reactive-Developer exam dumps Use Updated OutSystems Exam [Q136-Q159]

Share

[2023] New Associate-Reactive-Developer exam dumps Use Updated OutSystems Exam

Verified Associate-Reactive-Developer Dumps Q&As - Associate-Reactive-Developer Test Engine with Correct Answers

NEW QUESTION # 136
Regarding Session Variable, which of the following options is true?

  • A. Set Cache property to store session value after user log out
  • B. Set persistent property to true, the session can be shared for the entire system to use
  • C. The session variable will expire when the session times out
  • D. Session variables can only use basic data types (Integer, Text, Boolean, ...)

Answer: C


NEW QUESTION # 137
Regarding Web Blocks in Outsystems, select to statement that is true.

  • A. Web Block cannot be placed recursively (recursion not allowed)
  • B. Web Block cannot contain other web blocks
  • C. Web Block can only be shared for modules that belong to the same application
  • D. Web Block has no preparation action

Answer: A


NEW QUESTION # 138
Roles are created in applications and user authorizations are managed...

  • A. Only manually in the Users application.
  • B. Manually in the Users application or programmatically.
  • C. Only programmatically using the Grant... and Revoke... role actions.

Answer: B


NEW QUESTION # 139
In Rich Widgets, the List_SortColumn widget ...

  • A. Allows sorting by column in a Table Records by clicking on that column.
  • B. Allows sorting by column in a Form by clicking on that column.

Answer: A


NEW QUESTION # 140
Consider an Aggregate with the Fetch property set to Only On Demand. When does that Aggregate run?

  • A. Automatically, when the Aggregates set to run "At Start" finish.
  • B. Programmatically, using a Server Action.
  • C. Automatically, when the Screen is initializing.
  • D. Programmatically, using a Refresh Data node in a Screen Action.

Answer: D


NEW QUESTION # 141
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


NEW QUESTION # 142
If you want to move from a webPage A to a WebPage B by clicking the Submit button, execute the Destination setting in the screen action of the Submit button as webpage B. Which of the following statements is correct?

  • A. When clicking Submit button, it will immediately perform preperation of webpage B and then build screen of webpage B, screen action of Submit button will not be performed.
  • B. When the Submit button is pressed, perform the screen action of the Submit button and then build the screen of webpage B, the webpage's preperation will not be performed.
  • C. When you press the Submit button, you will perform the webpage B's preperation, then build the webpage of the webpage B, then perform the screen action of the Submit button.
  • D. When clicking the Submit button, it will perform the screen action of the Submit button, then perform the preperation of the webpage B and then build the webpage screen B

Answer: D


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

  • A. A Block encapsulates its own logic.
  • B. A Block can only be reused once.
  • C. A Block improves maintainability, i.e., change the design or functionality, affect all usages.
  • D. A Block promotes reusability, i.e. develop once, reuse many times.

Answer: B


NEW QUESTION # 144
Considering the On Initialize lifecycle event, which of the following options is true?

  • A. The On Initialize event is triggered after the input parameter of a Block changes.
  • B. The On Initialize event is triggered after the Screen or Block has been rendered, so you can use it to manipulate its structure.
  • C. The On Initialize event is triggered after an Aggregate finishes fetching data and can be used to act upon the retrieved data before it's used in the Screen.
  • D. The On Initialize event is triggered before the Screen or Block is rendered and before fetching any data.

Answer: D


NEW QUESTION # 145
Which of the following options is correct, when implementing pagination with Tables or Lists?

  • A. The Total Count input of the Pagination pattern should be set to the number of records per U page.
  • B. The Start Index property of the Pagination holds the current page number.
  • C. The Max Records property of the Pagination holds the number of records to show per page.

Answer: C


NEW QUESTION # 146
Considering the following Aggregate
(https://drive.google.com/file/d/11tUfXgUASyo932VISD6nB4Xmho342ZNn/view?usp=sharing), what will be the attributes of the GetOrdersShippingState.List.Current record?

  • A. Six attributes corresponding to the six visible columns in the Aggregate: ShippingState, Count, Description, DueDate, CreatedOn and Priority.
  • B. The two aggregation attributes (ShippingState and Count) plus the columns used to calculate these aggregations.
  • C. The two aggregation attributes: ShippingState and Count.
  • D. The two aggregation attributes (ShippingState and Count) plus all the attributes of the Source Entity.

Answer: C


NEW QUESTION # 147
In a module producer, something cannot be shared with other modules

  • A. Session Variable
  • B. Role
  • C. Server Action
  • D. Process

Answer: A


NEW QUESTION # 148
In an Aggregate, the purpose of the Test Values section is...

  • A. To define the order of its output records.
  • B. To define the Entities we want to get records from.
  • C. To set the conditions to get specific records, not all the records.
  • D. To define values for testing the preview of the Aggregate's output.

Answer: D


NEW QUESTION # 149
When you want to display a widget in a certain role, what is the best way?

  • A. Cannot perform the display in units of each widget, so it cannot be done
  • B. The widget's Visible property setting is Check <RoleName> Role (UserId) = True
  • C. Use Container to display control with Display property as Check <RoleName> Role (UserId) = True
  • D. Use the If condition to display control provided that Check <RoleName> Role (UserId) = True

Answer: D


NEW QUESTION # 150
Following Ajax submit: Start -> Refresh Data -> xxx -> End. xxx is ?

  • A. Ajax Refresh widget
  • B. Refresh Data widget

Answer: A


NEW QUESTION # 151
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

Answer: A


NEW QUESTION # 152
Which event is only available in Screen Aggregates and Data Actions and acts upon data fetched from the database or server.

  • A. Ready
  • B. After Fetch
  • C. Destroy
  • D. Render

Answer: B


NEW QUESTION # 153
Different Exceptions are handled by different specific Handlers.

  • A. Neither
  • B. True
  • C. False
  • D. Either

Answer: B


NEW QUESTION # 154
Output parameters are available ...

  • A. Only inside their implementation scope.
  • B. Only outside their implementation scope.
  • C. Both inside and outside their implementation scope.

Answer: C


NEW QUESTION # 155
Some widgets can trigger Screen Actions with Ajax. That can be defined in a section in their properties that is called ...

  • A. On Refresh
  • B. Special List
  • C. Events
  • D. On Click or On Change, depending on the widget.

Answer: D


NEW QUESTION # 156
Regarding non-SELECT queries, which of the following options is correct?

  • A. It is mandatory to specify all Attributes in an INSERT query.
  • B. It is not possible to execute DELETE queries with the SQL Tool.
  • C. It is mandatory to set the Output Entity or Structure.
  • D. It is not possible to use Query Parameters in Non-SELECT queries.

Answer: C


NEW QUESTION # 157
Which event is useful when aggregates depend on each other?

  • A. Ready
  • B. After Fetch
  • C. Destroy
  • D. Render

Answer: B


NEW QUESTION # 158
What does the Widget Tree represent?

  • A. The existing screen templates.
  • B. The Screen lifecycle flow.
  • C. A list of the application screens.
  • D. The hierarchy of the widgets on the screen.

Answer: D


NEW QUESTION # 159
......

Pass Your Associate-Reactive-Developer Dumps as PDF Updated on 2023 With 264 Questions: https://braindumps2go.dumpexam.com/Associate-Reactive-Developer-valid-torrent.html