OutSystems-ARDC Dumps OutSystems-ARDC Braindumps OutSystems-ARDC Real Questions OutSystems-ARDC Practice Test OutSystems-ARDC Actual Questions


OutSystems


OutSystems-ARDC


Associate Reactive Developer Certification


https://killexams.com/pass4sure/exam-detail/OutSystems-ARDC


Question: 82


Static Entities are most similar to which other programming concept?


  1. Enumeration.

  2. Linked lists.

  3. Hash Maps.

  4. Static variables.


Answer: A Question: 83

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


  1. The Ajax Refresh is ignored.

  2. The whole screen is refreshed.

  3. The Web Block Preparation is executed and the Web Block updated.

  4. The Web Block stays the same because the Preparation is not executed.


Answer: C Question: 84

Which of the following options is false?


  1. Local Variables allow temporarily storing relevant information inside a Screen.

  2. Input Parameters allow passing data between Screens when navigating between them.

  3. When the value of a Local Variable changes the user interface reacts immediately.

  4. Local Variables from a Screen may be directly accessed from another Screen.


Answer: D Question: 85

Which of the following is a characteristic of a Static Entity?


  1. It can't be extended with any new attributes.

  2. It has two Entity Actions.

  3. It can't be changed after the first publish.

  4. It contains a set of Records.


Answer: D Question: 86

Is it possible to Expose a REST API in OutSystems?

  1. Yes

  2. No


Answer: A Question: 87

Email, Phone number is Basic data type?


  1. Yes

  2. No


Answer: A Question: 88

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?


  1. The Aggregate only returns Orders with Priority, Status and Employee.

  2. The Aggregate returns Orders without Employee and without Status.

  3. The Aggregate returns Orders with Status and at least one Employee.

  4. The Aggregate returns Orders with Priority and with zero or more Employees.


Answer: D Question: 89

When debugging does not affect other people, what mode to use


  1. Personal Area

  2. Public Area

  3. Both (Personal Area or Public Area)


Answer: A Question: 90

To create a List screen and then a Detail screen...


  1. Drag and drop an Entity to the UI Flow and it automatically creates the List and Detail Screens.

  2. Drag and drop an Entity to the UI Flow to create the List Screen and repeat it to create the Detail Screen.


Answer: B Question: 91

Regarding Screen Aggregates, which of the following options is false?


  1. Screen Aggregates can only be executed when explicitly called.

  2. Screen Aggregates can only fetch data from the database.

  3. Screen Aggregates only exist within the scope of the Screen where they were defined.

  4. Screen Aggregates run asynchronously and in parallel.


Answer: A Question: 92

On Parameters Changed is from Parent to Block while Event Handler is from Block to Parent.

  1. True

  2. False


Answer: A Question: 93

Regarding List_SortColumn, which of the following options is true?


  1. Set the Column to "{EntityName}.[AttributeName]" & define a dynamic sort

  2. Set the Column to "{EntityName}.[AttributeName]" & Automatic add a dynamic sort

  3. Set the Column to "{EntityName}.{AttributeName}" & define a dynamic sort

  4. Set the Column to "{EntityName}.{AttributeName}" & Automatic add a dynamic sort


Answer: A Question: 94

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


  1. The widget's Visible property setting is Check <RoleName> Role (UserId) = True

  2. Use Container to display control with Display property as Check <RoleName> Role (UserId) = True

  3. Use the If condition to display control provided that Check <RoleName> Role (UserId) = True

  4. Cannot perform the display in units of each widget, so it cannot be done


Answer: C Question: 95

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?


  1. The Action will end, with sqrt = 0.

  2. The Action will throw an exception and sqrt will have no value.

  3. The debugger will stop in the N < 0 If node.

  4. The debugger will stop at the breakpoint in the End node.


Answer: D

Question: 96


Which of the following elements can't be used to create calculated attributes in an Aggregate?


  1. Variables.

  2. Server Actions using Entity Attributes.

  3. Built-in Functions that can be translated to SQL (e.g. Length(), Power()).

  4. Value of the attributes of the Source Entities.


Answer: B Question: 97

A Refresh Data in the flow of a Screen Action is used for ...


  1. Refresh the data of a specific query is present in the Preparation.

  2. Refresh the data of all queries in the Preparation.

  3. Run the Preparation again.

  4. Refresh a specific widget.


Answer: A Question: 98

Which event is useful when aggregates depend on each other?


  1. Ready

  2. Render

  3. Destroy

  4. After Fetch


Answer: D Question: 99

Screens are composed of several elements called Widgets.


  1. False

  2. True


Answer: B Question: 100

To create a menu option for a Screen, just drag and drop that Screen onto the Menu


  1. TRUE

  2. FALSE


Answer: A