Associate-Reactive-Developer Associate Reactive Developer (OutSystems 11) Exam Questions and Answers
In Outsystems, the output parameters of a Consumed REST API Method cannot be mapped to...
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 Combo Box widget allows selecting one value out of possible alternatives in a drop-down list. Which of the following is NOT POSSIBLE
In OutSystems, it is possible to inspect the values of variables while debugging.
To create a menu option for a Screen, just drag and drop that Screen onto the Menu
A Theme defines the look and feel of application Screens and you can directly apply it to ...
Which of the following options is a valid usage of the Trigger Event node (https://drive.google.com/file/d/1R2cEa-XAB6XyZSbdHVbD8tVY_4E_h4ge/view?usp=sharing)?
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?
When data is sent to the server with the Submit method, OutSystems has built-in validations that validate ...
Which of the following steps is necessary to create a 1-to-l relationship between Entity A and Entity B?
1 paging website per page 10 records. When clicking on the link [2], the next 10 records are displayed, but the link [2] is not in bold. The cause is right
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?
Which event is only available in Screen Aggregates and Data Actions and acts upon data fetched from the database or server.
XXX screen only Registered role is checked, which of the following statements is true?
Entities are created with a set of Entity Actions for CRUD operations, which ones?
Considering a Button in a Screen, which of the following options cannot be set as its On Click Destination?
Style classes can be overriden, so if you have the same style class defined in a Web Block, a Screen, and the Theme, which definition is applied?
Immediately after creating an Entity and its attributes, what is the expected behavior when using the Bootstrap Data From Excel?
To replace data on a widget with automatic data replacement (Tables Records, List Records, Form, ...)
When consuming a REST service, what callback action should be used to customize a request sent to the external service?
Considering the Function property in Client Actions, which of the following options is correct?
One of the following Tools allows you to manage the application ' s lifecycle across an infrastructure. Which one?
Business concepts that need to be stored and accessed in our applications should be modeled as...
In the Web Blocks section of the Theme properties, does changing the Layout web block mean changing the layout of existing screens?
Regarding Blocks in OutSystems reactive apps, which of the following options is correct?
Which event is needed if we do some logic over the result such as checking if it is empty?
Start - > If(Count < 3) True Count = Count + 1 , Result = Result + Count .
If end loop Result is value = ?
Which of the following elements can ' t be used to create calculated attributes in an Aggregate?
For a record to be included in the output result it must be true for all filters defined.
Considering the following Entities (https://drive.google.com/file/d/1WsHUUMSgcx3NbwSMrshSTKe-SqnLCcRG/view?usp=sharing), what is required to create a many-to-many relationship between them?
When a Form is submitted, what are the built-in validations that Outsystems performs?
In a ReactiveWeb App, Data is requested asynchronously, thus allowing a more fluid experience.
Which of the following options is correct, when implementing pagination with Tables or Lists?
Consider an Aggregate with the Fetch property set to Only On Demand. When does that Aggregate run?
Regarding property Escape Content of Expression, which of the following options is true?
Considering Listltem and List Actions, which of the following options is false?
What is the correct syntax for writing names of Entities and Entity Attributes in SQL Query
In which of the following situations is the On Parameters Changed Event triggered?
Given 1 Aggregate with data source is 3 entities:
A and B are related to With or Without
A and C are related to Only With. Asked how the result will be?
