1 / 5

OutSystems Associate Reactive Developer Exam Questions

PassQuestion OutSystems Associate Reactive Developer Exam Questions are designed to be similar to those you'll encounter on the actual exam, and they cover all of the major topics that you'll need to know. By answering these questions, you will gain a valuable understanding of the exam pattern and boost your confidence for the real test.

karonchen
Download Presentation

OutSystems Associate Reactive Developer Exam Questions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Pass OutSystems Associate Reactive Developer Exam with Real Questions OutSystems Associate Reactive Developer Exam Associate Reactive Developer (OutSystems 11)Exam https://www.passquestion.com/Associate-Reactive-Developer.html 35% OFF on All, Including Associate Reactive Developer Questions and Answers Pass Associate Reactive Developer Exam with PassQuestion Associate Reactive Developer questions and answers in the first attempt. https://www.passquestion.com/ 1 / 5

  2. 1.Events only allow to communicate with the parent element. A. True B. False Answer: A 2.In an SQL Query, the Output Entities, structures must always be defined to known the output type A. True B. False Answer: A 3.XXX screen only Registered role is checked, which of the following statements is true? A. User has not logged in, make request Screen XXX. As a result, can not permission B. User logged , make request Screen XXX. As a result, can not permission Answer: A 4.Regarding exposing elements in Producer modules... A. Any element can be exposed, and reused, but only by modules of the same application. B. Any element can be exposed, and reused by modules of any application. C. Only elements with the Public property set to Yes can be exposed and reused by modules of any application. D. Only elements with the Public property set to Yes can be exposed and reused, but only by modules of the same application. Answer: C 5.What is the Screen behavior when a widget is not valid (Valid property set to False)? A. The widget does not appear on the Screen and the validation message appears in its place. B. The Screen displays the widget greyed out, and displays the validation error message on the U input. C. Displays the regular widget, applies a specific styling (e.g. red border), and displays the ^ validation error message. D. Displays the regular widget and displays the validation error message when we hover the mouse. Answer: C 6.Attributes of static entities can be mandatory or not. A value is only required to be set if the attribute is mandatory. A. True B. False Answer: A 7.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 2 / 5

  3. B. GetColors.Color.Label C. Color D. Color.Label Answer: D 8.The value of a Site Property can be modified in Service Center to change the application behavior at runtime. A. False B. True Answer: B 9.Considering Aggregates and the SQL Tool, which of the following is the correct option? A. The SQL Tool allows to write queries that contain sub-queries. B. Joins between entities can only be defined in Aggregates. C. All queries that can be written in an SQL Tool can be defined in an Aggregate. D. Attribute grouping can only be done with the SQL Tool. Answer: A 10.For 4 Entity Customer, Order, OrderProduct, OrderReceipt are related to each other as shown in the image below. A. When deleting information in Assubmit Order, all relevant information (being referent) in Customer and CustomerReceipt will also be deleted. B. Cannot perform information deletion (being referenced in the OrderProduct table) in the Entiry Order. However, when deleting information being refenrent in Entity OrderReceipt, it will delete information in both Entity OrderReceipt and Entity Order. C. Cannot perform information deletion (being referenced in the OrderProduct table) in the Entiry Order. however, when deleting information being refenrent in Entity Customer, it will delete information in both Entity Customer and Entity Order. D. Cannot perform information deletion (being referenced in the OrderProduct table) in the Entiry Order. however, when deleting information being refenrent in Entity Customer, it will delete information in Entity Customer Answer: B 11.A one-to-one relationship from Entity A to Entity B is created by ... A. changing the Entity B identifier data type to <Entity A> Identifier. B. changing the id attribute of Entity B to not be an auto-number and assigning a value to it programmatically, when creating a new record. C. adding a new attribute to the Entity B with data type <Entity A> Identifier. D. adding a new attribute to the Entity A with data type <Entity B> Identifier. Answer: A 12.Event Handler can be defined at the Screen level. A. True B. False 3 / 5

  4. Answer: B 13.Regarding the If statement, which of the following options is false? A. Both True and False branches are mandatory. B. If statements can also be used to implement ad-hoc loops. C. Only one of the branches is executed, depending on the If condition's outcome. D. More branches may be added if needed. Answer: D 14.In Rich Widgets, the List_SortColumn widget ... A. Allows sorting by column in a Form by clicking on that column. B. Allows sorting by column in a Table Records by clicking on that column. Answer: B 15.Considering a Button in a Screen, which of the following options cannot be set as its On Click Destination? A. Screen. B. Client Action. C. Block. D. External Site. Answer: C 16.Which of the following behaviors does not apply to Forms? A. A Form groups input widgets and allows displaying and editing data. B. A Form is useful to validate data submitted by the user. C. A Form has a Source property that will hold the values submitted by the user. D. Besides input widgets, a Form can hold other widgets such as Links and Buttons. Answer: C 17.A Theme defines the look and feel of application Screens and you can directly apply it to ... A. A Module, a UI Flow, or an individual Screen or Web Block. B. A Module, a UI Flow, or an individual Screen. C. A Module or a UI Flow. D. Only the Module. Answer: C 18.When using aggregation functions, the output of the Aggregate will not include the columns at grey. A. True B. False Answer: A 19.Regarding Web Blocks in Outsystems, select to statement that is true. A. Web Block can only have 1 output B. Web Block cannot have preparation action 4 / 5

  5. C. Web Block can Preparation action D. Web Block can have multiple outputs Answer: C 20.Recusion is allowed when using blocks. A. True B. False Answer: B 21.Regarding On Change in Combo Box, which of the following options is true? A. Screen action to be executed or a screen to navigate to when the value of the element changes. B. Screen action to be executed and a screen to navigate to when the value of the element changes. Answer: A 22.Regarding Blocks in OutSystems reactive apps, which of the following options is correct? A. Blocks can only be instantiated on Screens. B. Blocks can be instantiated on Screens and other Blocks. C. Blocks can be instantiated on Client Actions on the Screen. D. Blocks can be instantiated on Screens and external HTML pages, using a special HTML tag. Answer: B 23.Considering Aggregates and SQL Queries, which of the following statements is true? A. All SQL Queries can be replaced by an Aggregate. B. Aggregates and SQL Queries have different output types. C. Everything that can be define in Aggregate can also be written in a SQL Query. D. Both SQL Queries and Aggregates are automatically optimized by the platform. Answer: C 24.In a Web Application, a Screen Action ... A. ... can terminate with End, Destination, Download or Raise Exception Statements. B. ... cannot have multiple termination statements. C. ... can have multiple termination statements, but none of them can be a Destination statement. D. ... must always terminate with an End statements. Answer: A 25.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 5 / 5

More Related