OutSystems Associate-Reactive-Developer Dumps Updated Sep 12, 2023 WIith 264 Questions [Q133-Q158]

Share

OutSystems Associate-Reactive-Developer Dumps Updated Sep 12, 2023 WIith 264 Questions

View All Associate-Reactive-Developer Actual Free Exam Questions Sep 12, 2023 Updated

NEW QUESTION # 133
During the 1-Click Publish, your application data model, code, and interface is compiled and generates .NET code, HTML, JavaScript and CSS. True or False?

  • A. False
  • B. True

Answer: B


NEW QUESTION # 134
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 only access to Screens that have the OrdersAdmin Role checked.
  • B. Michael has access to Screens with the Registered 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 does not have access to Screens with the Anonymous Role checked.

Answer: B


NEW QUESTION # 135
Regarding the Delete Rule property, which of the following options does not guarantee referential integrity?

  • A. Ignore
  • B. Protect
  • C. Delete

Answer: A


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

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

Answer: B


NEW QUESTION # 137
The On Click properties allow defining the behavior of Links and Buttons and ...

  • A. Buttons can only Submit requests.
  • B. Links can only Navigate to Screens.
  • C. Links and Buttons can either Navigate to screens or Submit requests.
  • D. Links and Buttons can only Navigate to screens.

Answer: C


NEW QUESTION # 138
What is the Screen behavior when a widget is not valid (Valid property set to False)?

  • A. Displays the regular widget, applies a specific styling (e.g. red border), and displays the ^ validation error message.
  • B. Displays the regular widget and displays the validation error message when we hover the mouse.
  • C. The Screen displays the widget greyed out, and displays the validation error message on the U input.
  • D. The widget does not appear on the Screen and the validation message appears in its place.

Answer: A


NEW QUESTION # 139
What does the Widget Tree represent?

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

Answer: A


NEW QUESTION # 140
Screens have Output Parameters.

  • A. True
  • B. It depends on the setup of the developer
  • C. Producer module only
  • D. False

Answer: D


NEW QUESTION # 141
What types of applications can be created in OutSystems?

  • A. Web, Mobile and Service
  • B. Module and Extension
  • C. Web, Mobile, Service and Extension
  • D. Only Web

Answer: A


NEW QUESTION # 142
In OutSystems, it is possible to inspect the values of variables while debugging.

  • A. False
  • B. True

Answer: B


NEW QUESTION # 143
When designing the flow of a Server Action ...

  • A. It can have only one Start node and one End node.
  • B. It can have multiple Start and End nodes.
  • C. It can have only one Start node but one or more End nodes.
  • D. It can have one or more Start nodes but only one End node.

Answer: B


NEW QUESTION # 144
Business concepts that need to be stored and accessed in our applications should be modeled as...

  • A. Entities.
  • B. Entity relationships.
  • C. Database tables.
  • D. Entity diagrams.

Answer: A


NEW QUESTION # 145
Considering Aggregates and SQL Queries, which of the following statements is true?

  • A. Aggregates and SQL Queries have different output types.
  • B. Everything that can be define in Aggregate can also be written in a SQL Query.
  • C. Both SQL Queries and Aggregates are automatically optimized by the platform.
  • D. All SQL Queries can be replaced by an Aggregate.

Answer: B


NEW QUESTION # 146
What's the correct screen lifecycle order after clicking a Button with the Navigate method?

  • A. Run Preparation then render the destination Screen.
  • B. Run Preparation then run the Screen Action.
  • C. Render Destination Screen then run its Preparation.
  • D. Run Screen Action, run Preparation and render the Destination Screen.

Answer: A


NEW QUESTION # 147
Event Handler can be defined at the Screen level.

  • A. True
  • B. False

Answer: B


NEW QUESTION # 148
Screens can be composed of a combination of several elements called Widgets.

  • A. False
  • B. True

Answer: B


NEW QUESTION # 149
It is possible to see the SQL generated by an Aggregate?

  • A. TRUE
  • B. FALSE

Answer: A


NEW QUESTION # 150
Regarding Placeholders, which of the following options is correct?

  • A. A Placeholder reserves space in the interface to be allocated when the block is instantiated.
  • B. When a Block with Placeholders is instantiated, it is mandatory to place at least one widget inside the placeholders.
  • C. Only one placeholder may be added per Block.
  • D. Placeholders can be added to Screens and Blocks.

Answer: A


NEW QUESTION # 151
Regarding a Consumer module ...

  • A. It can reuse any element from any Producer module.
  • B. It can only reuse elements that are Public in their Producer modules.
  • C. It can only reuse elements from Producer modules of the same application.
  • D. It can only reuse elements from Producer modules of other applications.

Answer: B


NEW QUESTION # 152
Consider a Web Screen with a Button that is associated to a Screen Action. An Ajax Refresh statement in that Screen Action allows to refresh part of that Web Screen, ...

  • A. if the button has Method Navigate.
  • B. regardless of the Button's Method.
  • C. if the Button has Method Submit.
  • D. if the Button has Method Ajax Submit.

Answer: D


NEW QUESTION # 153
When debugging does not affect other people, what mode to use

  • A. Public Area
  • B. Both (Personal Area or Public Area)
  • C. Personal Area

Answer: C


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

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

Answer: C


NEW QUESTION # 155
To replace data on a widget with automatic data replacement (Tables Records, List Records, Form, ...)

  • A. Drag your Entity and drop it onto the widget.
  • B. Right-click on the Entity and select Import Data from Excel.
  • C. Delete the widget and create it again with the right Entities.
  • D. Right-click on the widget and select Import Data from Entity

Answer: A


NEW QUESTION # 156
Entity Identifiers can be simple primary keys or composite keys

  • A. FALSE
  • B. TRUE

Answer: A


NEW QUESTION # 157
Regarding REST API in Outsystems, select to statement that is true.

  • A. A REST API can both have OnBeforeRequest and can have OnAfterResponse
  • B. A REST API Method can both have an OnBeforeRequest action and an OnAfterResponse action
  • C. The output of a method must have a text type
  • D. A REST API can have OnBeforeRequest, but OnAfterResponse is a call back action for the method

Answer: A


NEW QUESTION # 158
......

New Associate-Reactive-Developer  Exam Questions Real OutSystems Dumps: https://www.prepawayexam.com/OutSystems/braindumps.Associate-Reactive-Developer.ete.file.html

Pass Authentic OutSystems Associate-Reactive-Developer with Free Practice Tests and Exam Dumps: https://drive.google.com/open?id=1QAj96VBycTGXS5Ha-i-ZYqfiwXclNWlE