Updates Graded A+/ Outsystems Quiz
Questions.
By lw
a list in outsystems is - CORRECT ANSWERS-a collection of elements of the same
data type
a structure can have attributes of the following data types: - CORRECT ANSWERS-
basic, structure, entity, and list
a web block can be used where - CORRECT ANSWERS-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 ANSWERS-the web block preparation is executed and the web block is
updated
can style classes be overridden? - CORRECT ANSWERS-yes
can the value of a site property be modified in service center to change the application
behavior at runtime? - CORRECT ANSWERS-Yes
does outsystems manage the underlying database tables for the developer? -
CORRECT ANSWERS-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 ANSWERS-false
end preserves the values of the screen variables and widgets
destination resets them to their defaults
entities and attributes are created in the database as.... - CORRECT ANSWERS-tables
and columns
entities are created with a set of entity actions for CRUD operations. What are they? -
CORRECT ANSWERS-create, createOrUpdate, Update, Get, Delete, GetForUpdate
, how are users and roles managed - CORRECT ANSWERS-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
ANSWERS-use the max records property
how do you auto create a list screen along with a details screen - CORRECT
ANSWERS-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 ANSWERS-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 ANSWERS-you can just
drag and drop that screen onto the menu
how do you replace data on a widget using the automatic way? - CORRECT
ANSWERS-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 ANSWERS-integer
if we have multiple exception handlers in an action flow and an exception is raised... -
CORRECT ANSWERS-the execution is moved to the exception handler that is most
specific to the exception
if you have the same style class defined in a web block, screen, and the theme, which
definition is applied? - CORRECT ANSWERS-the one in the screen; the style sheet of a
screen is the last one to be loaded
in a many to many relationship, the junction entity must have at least these attributes -
CORRECT ANSWERS-an identifier and foreign keys to each parent entity
in a switch statement, what happens? - CORRECT ANSWERS-the first branch that the
condition evaluates to true is executed
if no branch evaluates to true, the otherwise branch is executed
the otherwise branch is required
in an aggregate, the purpose of the test values section is.... - CORRECT ANSWERS-
define values for testing the preview data of the aggregate