We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4
1. Which accelerator can be used to accelerate UI Development?
a. Screen Templates and Scaffolding Patterns
b. Only Screen Templates c. Screen Templates and Pre-logic Screens d. OutSystems don’t have accelerators 2. Which one is false? a. A screen template include all the layouts, widgets, styles and logic b. A screen template is built with OutSystems UI and can be published and used immediately c. It’s possible to replace sample data doing a drag and drop of an Entity to a widget that supports automatic data replacement (Form, List / Table Records) d. It’s possible to use TrueChange to find the errors and warnings and to add necessary information 3. Which action triggers what is represented in the image? a. An Scaffolding patterns that provide automation for data driven screens b. Dragging an Entity to a UI Flow c. Dragging an Entity to a UI Flow for the second time d. The creation of contextual Popup Info Balloons
4. Which one is true?
a. DropDownMenu, Icon, List_Navigation and List_SortColumn are RichWidgets patterns b. Rich Widgets are Additional Widgets for common functionalities in Web applications c. All the previous d. None of the previous 5. A List_ Navigation is a navigator for a Table Records with multiple pages. Which one is false? a. You should drag and drop the List_Navigation Widget above the Table Records b. ListWidgetId, LineCount, TotalRowCount and OnNotify are properties for a List_Navigation c. On a Table Record you should set the Start Index to depend on the List_Navigation d. You can use a List_Navigation for a Table Records with multiple pages 6. Which one is true? a. A List_SortColumn Widget defines dynamic sorting in Table Records columns b. In the List_SortColumn properties you should set the Column to “{EntityName}.[AttributeName]” and should set the OnNotify destination to a Screen Action c. In an Aggregate used as source of the Table Records to sort is necessary to add a dynamic sort and set the Expression to: List_SortColumn_GetOrderBy(<TableRecordsName>.Id, DefaultOrder: “{EntityName}.[AttributeName]”) d. All the previous 7. Which one is false regarding Outsystems Themes? a. OutSystems Themes can be applied to Modules and UI Flows b. A Theme defines the common styling properties for UI elements, such as Base Theme, Style sheet, Grid Type and Common building blocks (web blocks) c. Themes can be shared between modules but a module can only have one theme d. A Theme can be defined in any module (including Blank modules) 8. Which one is false? a. Style sheets define CSS Style Classes for various types of visual elements and are attached to specific elements, such as Themes, Web Screens and Emails and Web Blocks b. CSS Variables cannot be used to accelerate customization c. The Style Sheet Editor in Service Studio provides: Syntax highlight, Auto- complete and Visual styles editor d. It is possible to edit existing CSS Classes except for the Base Theme 9. Style Sheets should be loaded in a right order. Order this images: 10. Which one is false? a. On Web Blocks, changing the Theme’s Web Block properties don’t affect new elements b. On Web Blocks, the properties Header, Menu and Footer are used to fill Layout placeholders with the same name c. A Menu Block is used to support for two-levels of menu items where MenuItem and MenuSubItem Static Entities hold the Caption (or name) of menu items d. In a Menu Block, Input Parameters are used to highlight active menu and submenu options 11. If you Drag and drop a Screen to a Menu Block, which one of the following don’t happen? a. Adds a DropDownMenu to the Menu Block b. Adds the link containing an expression c. Adds a record to the Static Entity d. Adds a default item 12. Which one is true? a. Web Services are a set of functionalities offered by a software system over the World Wide Web b. Web Services are provided as language-agnostic remote procedures c. Web Services allow integration between heterogeneous systems d. All the previous 13. Which one is false? a. In a SOAP webservice all operations’ parameters and return types are fully described b. In a SOAP webservice, only requests are in XML c. SOAP services can provide very detailed contracts d. Consuming one or more methods with SOAP 1.1 and 1.2 bindings, its possible to Upload the WSDL file or type its URL, Choose the bindings and Select the methods to consume. 14. Regarding SOAP Methods, which one is false? a. OutSystems generates SOAP methods as Structures and any compound data types as Server Actions b. The generated elements can be used just like regular Actions or Structures c. It’s possible to change default values of Input Parameters and the name and description of elements d. With the refresh option you can get the service updates and change the consumed methods 15. Which one is false? a. To expose a Service in OutSystems, you need to Create the Service, Create each method and Implement them as any Action b. The endpoint and WSDL URLs use the host name and module name c. The Web Service is exposed with a WSDL having a SOAP 1.1 or 1.2 binding d. SOAP WSDL: http://<hostname>/<ModuleName>/<WebServiceName>.asmx AND Endpoint: http://<hostname>/<ModuleName>/<WebServiceName>.asmx?WSDL 16. Regarding a REST, which on is false? a. Requests and responses are usually in XML b. Is a lightweight alternative to SOAP with no formal API contract file and provide documentation and examples instead of a contract c. Regarding REST Methods OutSystems generates REST methods as Actions and Compound data types as Structures d. In REST Methods is possible to change default values of Input Parameters, the name and description of elements and change data types of attributes and parameters and also add and remove them. 17. Regarding the consume a single REST method it’s necessary to: a. Provide the method’s URL b. Test to get a sample response c. Copy the response to the Body d. All
18. Which one is false?
a. The REST services provide the following Callbacks OnBeforeRequest and OnAfterResponse b. Actions are automatically called before the response or after getting the request c. REST Services are useful to debug and customize requests d. Regarding the consume of all REST methods, it’s necessary to provide the API URL and the REST API must be compliant with Swagger specification 19. Which one is false? a. To expose a Service in OutSystems you need to create the Service, create each method and implement them as any Action b. Consumed and exposed Web Services are configurable in Service Center (Effective endpoint URL, Security, Log verbosity) c. In Service Center the configuration is done per module d. None of the previous