Static Entities are most similar to which other programming concept?
A . Enumeration.
B. Linked lists.
C. Hash Maps.
D. Static variables.
Answer: A
Associate Reactive Developer Associate Reactive Developer (OutSystems 11)Exam exam is a hot OutSystems certification exam, Exam4Training offers you the latest free online Associate Reactive Developer dumps to practice. You can get online training in the following questions, all these questions are verified by OutSystems experts. If this exam changed, we will share new update questions.
Static Entities are most similar to which other programming concept?
A . Enumeration.
B. Linked lists.
C. Hash Maps.
D. Static variables.
Answer: A
Which of the following steps is necessary to create a 1-to-l relationship between Entity A and Entity B?
A. Set the data type of the identifier attribute of Entity B to Entity A Identifier.
B. Add a new Entity C, with two reference attributes of type Entity A Identifier and Entity B U Identifier.
C. Add a new reference attribute of type Entity B Identifier to Entity A.
D. Add a new Entity C, with the identifier attribute being a composition of types Entity A Identifier and Entity B Identifier.
Answer: A
In which Service Studio layer can Entities be found?
A . Data
B. Logic
C. Processes
D. Interface
Answer: D
Regarding data relationships, which of the following options is correct?
A . An Entity must have an identifier to allow relationships.
B. The Entity identifier must be an integer.
C. A reference attribute needs to be mandatory.
D. An Entity can only have one reference attribute.
Answer: A
How is the data fetched by an Aggregate bound to a Table or a List widget?
A . By setting the Source property of the widget to the output of the Aggregate.
B. By creating a Screen Action that programmatically assigns the widget to the data fetched by the Aggregate.
C. The binding is done automatically since the Aggregate is in the scope of the Screen.
D. By adding an Expression inside the widget that refers to an attribute of the data fetched by the Aggregate.
Answer: A
Regarding Sorting in Aggregates, which of the following options is correct?
A . Aggregates only support one sorting criterion.
B. It is only possible to set multiple sorting criteria if duplicate records exist in the entity.
C. If more than one sorting criterion is defined, all of them must have the same direction (ascending or descending).
D. It is mandatory to set the direction for all sorting criteria (ascending or descending).
Answer: D
In which Service Studio layer can Screens and Blocks be found?
A . Processes
B. Data
C. Interface
D. Logic
Answer: C
Regarding the If Widget, which of the following options is false?
A . Functions can be used inside the Condition of an If.
B. Only one of the branches is shown at runtime.
C. Multiple widgets may be added inside each branch.
D. More branches may be added to an If Widget.
Answer: D
One of the following Tools allows you to manage the application’s lifecycle across an infrastructure.
Which one?
A . LifeTime
B. Service Studio
C. Integration Studio
D. Service Center
Answer: A
Screens are composed of several elements called Widgets.
A . False
B. True
Answer: B