simulate questions with verified answers
A button's destination must be an action. (T/F) Ans✓✓✓ False. It can
be a screen or a externa URL.
A ContactPhoto always belongs to a Contact. A Contact can have one
ContactPhoto associated. How implement this relationship? Ans✓✓✓
Create a reference attribute of type Contact in ContactPhoto, since it's
mandatory (always belongs)
A destination of a link's navigate method can be a target screen, but
cannot be an external URL, because all target screen need parameters.
(T/F) Ans✓✓✓ False. Can be an external URL too, and target not all
target screens need parameters.
A exception named UnavailableExternalSystem is raise in your logic
when you detect that the external system you use to fetch data in your
application is experiencing a downtime. What type of exception is
raised? Ans✓✓✓ User type
A list can be a union record with different data types, like integers,
structures and entities. (T/F) Ans✓✓✓ True. A list can only have a data
type, this data type can be a record with different data types.
A module can work as lybrary providing functionality to be used by
other applications. (T/F) Ans✓✓✓ True
,A Radio button assign a value to variable. Where do you define which
value is set? Ans✓✓✓ In Value property of each radio button
A Radio button widget allow selection of one of many alternatives. How
many variables are needed in a radio button? Ans✓✓✓ Only one.
Usually a text type.
A screen with a table record widget show details about the user in the
page before. But actually it's showing information of all users. What is
the problem and how fix it? Ans✓✓✓ Filter not defined. Set it to input
variable userId.
A Site property can be and entity Identifier. (T/F) Ans✓✓✓ True
A Structure can have attributes of the following data types: Basic,
String, and Object (T/F) Ans✓✓✓ False. Basic, Structure, Entity, and
List
A System action ListRemove need a list and currentronumber to work.
(T/F) Ans✓✓✓ True
A table record can contain other widgets. (T/F) Ans✓✓✓ True
,A Tablerecord can only show four columns. (T/F) Ans✓✓✓ False.
Columns for attributes can be added or removed as necessary. You may
not view all the columns if your Screen is not wide enough
A TableRecords will by default display the first four attributes of an
Entity that is used to configure it, except for the ID. (T/F) Ans✓✓✓
True
A variable can be a list. What is a list? Ans✓✓✓ A list is a variable
containing a one-dimensional, dynamic collection of elements of the
same data type
A variable is located in memory, can be a single basic or a compound
type and only exist within a particular scope. (T/F) Ans✓✓✓ True
After composite the email is necessary to create an action server
specific to connect to outlook application to sent it. (T/F) Ans✓✓✓ Just
drag the Send Email tool from the Flow Toolbox into the action flow or
process flow
Ajax Refresh can only refresh widgets that have the property Name
defined. (T/F) Ans✓✓✓ True
All actions can be modified or inspected. (T/F) Ans✓✓✓ False.
OutSystems built-in actions are defined by the platform and cannot be
modified or inspected
, All actions run in server. (T/F) Ans✓✓✓ True
All attributtes who can accept number have AutoNumber property.
(T/F) Ans✓✓✓ False. Only Long integer and Integer have Autonumber
property. Text and currency don't have it.
All default Screen Templates are compatible with the built-in
Application Templates. (T/F) Ans✓✓✓ True
All emails you send through an OutSystems web application are logged
and you are allowed to check up on them in Service Center. (T/F)
Ans✓✓✓ True
All Entities are created with a set of Entity Actions for CRUD operations.
(T/F) Ans✓✓✓ False. Static entities only have Get operation
All logs of exception are avaiable in the Monitoring section of the
Service Center. (T/F) Ans✓✓✓ False. Logs of Abort Activity Change
Exception will be available in General section.
An action to be used by expression must be an Server action, have an
output parameter and function property set to Yes. (T/F) Ans✓✓✓
True