Get New 2024 Valid Practice Associate Reactive Developer Certification Associate-Reactive-Developer Q&A - Testing Engine [Q62-Q83]

Share

Get New 2024 Valid Practice Associate Reactive Developer Certification Associate-Reactive-Developer Q&A - Testing Engine

Associate-Reactive-Developer Dumps PDF - 100% Passing Guarantee

NEW QUESTION # 62
Start -> If(Count < 3) True Count = Count + 1 , Result = Result + Count .
If end loop Result is value = ?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: D


NEW QUESTION # 63
XXX screen only Registered role is checked, which of the following statements is true?

  • A. User logged , make request Screen XXX. As a result, can not permission
  • B. User has not logged in, make request Screen XXX. As a result, can not permission

Answer: B


NEW QUESTION # 64
In the following scenario, we are implementing the ColorsDropdown widget (https://drive.google.com/file/d/109nu1A-BslkBff1G1BtfJaxnvCRkfNUA/view?usp=sharing) which will allow a user to select a color. What should be set in the Options Text property to make sure that the names of the colors appear in the dropdown?

  • A. Color.Id
  • B. Color.Label
  • C. Color
  • D. GetColors.Color.Label

Answer: B


NEW QUESTION # 65
A Screen Preparation...

  • A. requires at least one Input Parameter to filter the queries to the database.
  • B. cannot execute other Server Actions.
  • C. is mandatory for every Web Screen.
  • D. does not have Output Parameters.

Answer: D


NEW QUESTION # 66
Consider that you want to change your application Header, with new fonts, colors and an icon. What is the best approach to accomplish that in Outsystems?

  • A. Add the new CSS to the Style Sheet of every Web Screens in the application, overriding the Style Sheet of the Common/Header Web Block Replace the Header_Logo with the new icon.
  • B. Change the Style Sheet of the Common/Header Web Block, with the new CSS implemented and replace the Header_Logo with the new icon.
  • C. Replace the Common/Header Web Block on every Web Screen with a new Web Block containing the new icon and CSS in its Style Sheet.
  • D. Change the Common/Header Web Block, by adding a Container with the new icon. Add the new CSS to the Module Theme's Style Sheet.

Answer: B


NEW QUESTION # 67
Using an Ajax Refresh in the flow of a Screen Action allows refreshing a specific widget, but for it to work ...

  • A. The widget must have a Name and the Screen Action must be executed with Navigate.
  • B. The widget needs to be a Table Records and the Screen Action must be executed with Ajax Submit.
  • C. The widget must have a Name and the Screen Action must be executed with Submit.
  • D. The widget must have a Name and the Screen Action must be executed with Ajax Submit.

Answer: D


NEW QUESTION # 68
Regarding Blocks in OutSystems reactive apps, which of the following options is correct?

  • A. Blocks can be instantiated on Screens and other Blocks.
  • B. Blocks can be instantiated on Screens and external HTML pages, using a special HTML tag.
  • C. Blocks can only be instantiated on Screens.
  • D. Blocks can be instantiated on Client Actions on the Screen.

Answer: A


NEW QUESTION # 69
In the Web Blocks section of the Theme properties, does changing the Layout web block mean changing the layout of existing screens?

  • A. Yes
  • B. No

Answer: B


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

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

Answer: B


NEW QUESTION # 71
To design Screens with great UI patterns, OutSystems UI and Rich Widgets provide widgets that are available in the Service Studio toolbox

  • A. FALSE
  • B. TRUE

Answer: B


NEW QUESTION # 72
In Rich Widgets, the List_Navigation widget ...

  • A. Is a navigator for a Form with multiple pages, showing a defined number of elements per page.
  • B. Is a navigator for a Table Records with multiple pages, showing a defined number of elements per page.

Answer: B


NEW QUESTION # 73
Which event is needed for very specific use cases such as removing Javascript listeners or to clean the DOM that was previously changed in the ready event?

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

Answer: C


NEW QUESTION # 74
A Structure can have attributes of the following data types:

  • A. Basic, Structure, Entity, and List
  • B. Basic, Complex, and Record
  • C. Basic and List only
  • D. Basic, String, and Object

Answer: A


NEW QUESTION # 75
In a Many-to-Many relationship, the Junction Entity must have at least these attributes ...

  • A. Id, Label, Order, Is Active.
  • B. Foreign keys to each parent Entity and the Count of the junction records.
  • C. An identifier and foreign keys to each parent Entity.
  • D. A composite key with reference to each parent Entity.

Answer: C


NEW QUESTION # 76
What does the Widget Tree represent?

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

Answer: D


NEW QUESTION # 77
Considering the following Aggregate
(https://drive.google.com/file/d/1IRBcUVYjDN-h0tAlOhJ4ZOL4Nm2udq86/view?usp=sharing), where the Orders are fetched with their reviewers (Employees), which of the following options is correct?

  • A. The Aggregate returns Orders with Status and at least one Employee.
  • B. The Aggregate returns Orders with Priority and with zero or more Employees.
  • C. The Aggregate returns Orders without Employee and without Status.
  • D. The Aggregate only returns Orders with Priority, Status and Employee.

Answer: B


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

  • A. It is mandatory to set the Output Entity or Structure.
  • B. It is not possible to use Query Parameters in Non-SELECT queries.
  • 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: A


NEW QUESTION # 79
An instance of a Web Block is a widget and when refreshing it with an Ajax Refresh ...

  • A. The Web Block Preparation is executed and the Web Block updated.
  • B. The Ajax Refresh is ignored.
  • C. The Web Block stays the same because the Preparation is not executed.
  • D. The whole screen is refreshed.

Answer: A


NEW QUESTION # 80
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 improves maintainability, i.e., change the design or functionality, affect all usages.
  • C. A Block promotes reusability, i.e. develop once, reuse many times.
  • D. A Block can only be reused once.

Answer: D


NEW QUESTION # 81
A Theme defines the look and feel of application Screens and you can directly apply it to ...

  • A. Only the Module.
  • B. A Module, a UI Flow, or an individual Screen or Web Block.
  • C. A Module or a UI Flow.
  • D. A Module, a UI Flow, or an individual Screen.

Answer: C


NEW QUESTION # 82
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?

  • A. The debugger will stop in the N < 0 If node.
  • B. The Action will throw an exception and sqrt will have no value.
  • C. The Action will end, with sqrt = 0.
  • D. The debugger will stop at the breakpoint in the End node.

Answer: D


NEW QUESTION # 83
......

Associate-Reactive-Developer Braindumps Real Exam Updated on Apr 10, 2024 with 264 Questions: https://www.testpassed.com/Associate-Reactive-Developer-still-valid-exam.html

Latest Associate-Reactive-Developer PDF Dumps & Real Tests Free Updated Today: https://drive.google.com/open?id=1PKbpG7J6eIr10A6McDaxl7qOKnURddyD