Outsystems Quiz Questions Latest Update - Questions and 100% Verified Correct Answers Guaranteed A+
a list in outsystems is - CORRECT ANSWER: a collection of elements of the same data type
a structure can have attributes of the following data types: - CORRECT ANSWER: basic, structure, entity, and list
a web block can be used where - CORRECT ANSWER: inside web screens and web
blocks, except on itself
an instance of a web block is a widget and when refreshing it with an ajax refresh.... -
CORRECT ANSWER: the web block preparation is executed and the web block is
updated
can style classes be overridden? - CORRECT ANSWER: yes
can the value of a site property be modified in service center to change the application
behavior at runtime? - CORRECT ANSWER: Yes
does outsystems manage the underlying database tables for the developer? -
CORRECT ANSWER: no, developers don't need access to the database server
ending a screen action with an end element or a destination to the current screen yields
the same result - CORRECT ANSWER: false
end preserves the values of the screen variables and widgets destination resets them to their defaults
- / 2
entities and attributes are created in the database as.... - CORRECT ANSWER: tables and columns
entities are created with a set of entity actions for CRUD operations. What are they? -
CORRECT ANSWER: create, createOrUpdate, Update, Get, Delete, GetForUpdate
how are users and roles managed - CORRECT ANSWER: roles are created in
applications user authorizations are managed manually in the users app or programmatically -authorizations can also be set using custom logic
how can we limit the number of records returned by an aggregate? - CORRECT
ANSWER: use the max records property
how do you auto create a list screen along with a details screen - CORRECT ANSWER: drag and drop an entity to the UI flow to create the list screen and repeat it to create the detail screen
how do you consume a SOAP web service - CORRECT ANSWER: provide the WSDL
(the endpoint URL or upload file) choose the binding (if there's more than 1) and choose the methods to consume
how do you create a menu option for a screen - CORRECT ANSWER: you can just drag and drop that screen onto the menu
how do you replace data on a widget using the automatic way? - CORRECT ANSWER:
drag your entity and drop it onto the widget
if an attribute is names "totalcount" then outsystems will auto set its data type to.... -
CORRECT ANSWER: integer
- / 2