






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A comprehensive set of questions and answers related to the associate web developer practice exam for the outsystems platform. It covers various aspects of web development, including the components of the outsystems platform, such as service studio, integration studio, service center, and lifetime. The document also delves into topics like screen actions, input validations, debugging, ajax, access control, web services, themes, and rich widgets. The detailed explanations and solutions make this document a valuable resource for anyone preparing for the associate web developer certification exam or looking to enhance their understanding of the outsystems platform.
Typology: Exams
1 / 12
This page cannot be seen from the preview
Don't miss anything!







What does Outsystems provide? OutSystems Server Development Admin & Ops OutSystems Forge & Community What is the OutSystems server? set of servers that compiles, deploys, manages, runs, and monitors applications the two components of development integration studio & service studio two components of admin and ops service center & lifetime service studio low-code visual development environment that enables developers to rapidly create amazing mobile and web applications integration studio dev environment for integrating external resources; integrate existing data and code as well as create .NET code extensions service center platform server management console; admin console that is accessible via browser; access to platform server configuration for admin and operations teams lifetime web app that manages lifecycle across environments; extends service center's capabilities to cross environment scenarios; complete application lifecycle management via browser outsystems forge source of downloadable components to help speed app delivery what are screen actions bound to? widgets on a screen where can server actions be called? in any flow how many input and output parameters and local variables can server actions have? multiple do screen actions have output parameters no do preparations have parameters or variables no server actions that are set as a function are...
valid: boolean property validationMessage: text property
allows you to place breakpoints on elements that generate code such as action/preparation statements and screen widgets when should you start the debugger? before opening the app in the browser what does service studio do when debugging? registers the breakpoints and connects to server to stop execution where are breakpoints listed? in the debug panel *note that they can be temporarily disabled or removed what commands are available once code execution stops at a breakpoint?
using events
What does a screen's role property do? enforces a user to have one of the roles to access the screen what does Check
default values of input parameters name and description of elements how to expose a SOAP web service in outsystems create the service create each method implement them as any action where is the endpoint information of exposed web services found? service center in the module's integration tab what does the endpoint and WSDL URLs use host name and module name how to consume a single REST method provide the method's URL test to get a sample response copy the response to the body what is it possible to change with REST that you can't with SOAP? data types of attributes and parameters can also add and remove them REST services provide what 2 callbacks? OnBeforeRequest OnAfterResponse when are actions automatically called? before the request or after getting the response what are REST callbacks useful for? debug and customize requests how to consume all REST methods provide the API URL REST API must be compliant with swagger specification to expose a service in outsystems create the service create each method implement them as any action what can you do in service center regarding consumed and exposed web services configure them
defines the common styling properties for UI elements what are the 4 common styling properties for UI elements? base theme, style sheet (style can override base theme styles), grid type (fixed, fluid, or none), common building blocks (web blocks) where can a theme be defines in any module, including a blank module; can be shared between modules; modules can have multiple themes for different UI flows what are style sheets they define CSS style classes for various types of visual elements that are attached to specific elements like themes, web screens and emails, web blocks what does the style sheet editor in service studio provide? syntax highlight, auto-complete, visual styles editor it is possible to edit existing CSS classes except which one the Base Theme T/F: when editing CSS, changes are immediately available in service studio True why are CSS variables used to accelerate customization in what order are style sheets loaded in screen? web block, theme, screens and emails T/F: style classes can be overridden true when applying styles, what do the extended properties do? define inline styles or classes based on runtime conditions what can you do in theme web blocks? define common layouts changing the theme's web block properties only affects new elements; screens already created with the previous layout are not modified what does the layout web block do? defines the base structure of new screens that are created what is a menu block? support for two-levels of menu items; menuItem and menuSubItem are static entities that hold the caption or name of menu items what happens when you drag and drop a screen to the menu it adds a record to the static entity adds a dropdownmenu to the menu block adds the link containing an expression what are used to highlight active menu and submenu options input parameters what is OutSystems UI UI framework for web and mobile apps 100+ UI patterns and screens what are rich widgets groups of widgets, themes, and actions where are widgets present? in the service studio toolbar