Exam Code : OutSystems-ARDC
Exam Name : Associate Reactive Developer Certification
Vendor Name :
"OutSystems"
OutSystems-ARDC Dumps OutSystems-ARDC Braindumps OutSystems-ARDC Real Questions OutSystems-ARDC Practice Test OutSystems-ARDC Actual Questions
Associate Reactive Developer Certification
https://killexams.com/pass4sure/exam-detail/OutSystems-ARDC
Static Entities are most similar to which other programming concept?
Enumeration.
Linked lists.
Hash Maps.
Static variables.
An instance of a Web Block is a widget and when refreshing it with an Ajax Refresh ...
The Ajax Refresh is ignored.
The whole screen is refreshed.
The Web Block Preparation is executed and the Web Block updated.
The Web Block stays the same because the Preparation is not executed.
Which of the following options is false?
Local Variables allow temporarily storing relevant information inside a Screen.
Input Parameters allow passing data between Screens when navigating between them.
When the value of a Local Variable changes the user interface reacts immediately.
Local Variables from a Screen may be directly accessed from another Screen.
Which of the following is a characteristic of a Static Entity?
It can't be extended with any new attributes.
It has two Entity Actions.
It can't be changed after the first publish.
It contains a set of Records.
Is it possible to Expose a REST API in OutSystems?
Yes
No
Email, Phone number is Basic data type?
Yes
No
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?
The Aggregate only returns Orders with Priority, Status and Employee.
The Aggregate returns Orders without Employee and without Status.
The Aggregate returns Orders with Status and at least one Employee.
The Aggregate returns Orders with Priority and with zero or more Employees.
When debugging does not affect other people, what mode to use
Personal Area
Public Area
Both (Personal Area or Public Area)
To create a List screen and then a Detail screen...
Drag and drop an Entity to the UI Flow and it automatically creates the List and Detail Screens.
Drag and drop an Entity to the UI Flow to create the List Screen and repeat it to create the Detail Screen.
Regarding Screen Aggregates, which of the following options is false?
Screen Aggregates can only be executed when explicitly called.
Screen Aggregates can only fetch data from the database.
Screen Aggregates only exist within the scope of the Screen where they were defined.
Screen Aggregates run asynchronously and in parallel.
On Parameters Changed is from Parent to Block while Event Handler is from Block to Parent.
True
False
Regarding List_SortColumn, which of the following options is true?
Set the Column to "{EntityName}.[AttributeName]" & define a dynamic sort
Set the Column to "{EntityName}.[AttributeName]" & Automatic add a dynamic sort
Set the Column to "{EntityName}.{AttributeName}" & define a dynamic sort
Set the Column to "{EntityName}.{AttributeName}" & Automatic add a dynamic sort
When you want to display a widget in a certain role, what is the best way?
The widget's Visible property setting is Check <RoleName> Role (UserId) = True
Use Container to display control with Display property as Check <RoleName> Role (UserId) = True
Use the If condition to display control provided that Check <RoleName> Role (UserId) = True
Cannot perform the display in units of each widget, so it cannot be done
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?
The Action will end, with sqrt = 0.
The Action will throw an exception and sqrt will have no value.
The debugger will stop in the N < 0 If node.
The debugger will stop at the breakpoint in the End node.
Which of the following elements can't be used to create calculated attributes in an Aggregate?
Variables.
Server Actions using Entity Attributes.
Built-in Functions that can be translated to SQL (e.g. Length(), Power()).
Value of the attributes of the Source Entities.
A Refresh Data in the flow of a Screen Action is used for ...
Refresh the data of a specific query is present in the Preparation.
Refresh the data of all queries in the Preparation.
Run the Preparation again.
Refresh a specific widget.
Which event is useful when aggregates depend on each other?
Ready
Render
Destroy
After Fetch
Screens are composed of several elements called Widgets.
False
True
To create a menu option for a Screen, just drag and drop that Screen onto the Menu
TRUE
FALSE