OUTSYSTEM - DEVELOPING WEB APPS
(OUTSYSTEMS 11) EXAM
What types of applications can be created in OutSystems?
A. Web, Mobile and Service
B. Web, Mobile, Service and Extension
C. Module and Extension
D. Only Web - Correct Answers -A
Regarding exposing elements in Producer modules...
A. Any element can be exposed, and reused, but only by modules of the same
application.
B. Any element can be exposed, and reused by modules of any application.
C. Only elements with the Public property set to Yes can be exposed and reused by
modules of any application.
D. Only elements with the Public property set to Yes can be exposed and reused, but
only by modules of the same application. - Correct Answers –C
Consider that you want to change your application Header, with new fonts, colors and
an icon. What is the best approach to accomplish that in Outsystems?
A. Change the Common/Header Web Block, by adding a Container with the new icon.
Add the new CSS to the Module Theme's Style Sheet. -> Đây là đáp án sai
B. Add the new CSS to the Style Sheet of every Web Screens in the application,
overriding the Style Sheet of the Common/Header Web Block Replace the
Header_Logo with the new icon.
C. Change the Style Sheet of the Common/Header Web Block, with the new CSS
implemented and replace the Header_Logo with the new icon.
D. Replace the Common/Header Web Block on every Web Screen with a new Web
Block containing the new icon and CSS in its Style Sheet. - Correct Answers -C
Select the correct option regarding the Input Widget.
A. All input widgets must be inside a Form widget.
B. You don't need to have a variable. The data typed by the user is saved in the Input
widget itself.
C. It can only be associated to variables of Text data type.
D. You always need to have a variable to store the value typed by the user. - Correct
Answers -D
, In OutSystems, User Groups allow you to ...
A. ... create new user Sessions for multiple users at the same time.
B. ... assign the same password to multiple users at the same time.
C. ... grant the access to the same Screens to multiple users at the same time.
D. ... assign and replace a Role to multiple users at the same time. - Correct Answers -
C
In Outsystems, the output parameters of a Consumed REST API Method cannot be
mapped to...
A. ... an Entity.
B. ... an Aggregate.
C. ... a Structure.
D. ... a Basic Type. - Correct Answers -B
When you create a new Web Screen, it has a Header, Menu and Footer by default
because...
A. .. all Screens are created that way even in Blank modules.
B. all Screens must have a Header, Menu and Footer,
C. it is built with a layout Web Block, that has placeholders for those Web Blocks.
D. all Screen have three Containers for those Web Blocks. - Correct Answers -C
Inside the Preparation of Web Screen, the Destination statement...
A. . cannot be used.
B. allows redirecting the user to a different Web Screen, without rendering the current
Screen.
C. renders the Current Screen and afterwards the users is redirected to the Destination
Screen.
D. . prompts the user before redirecting to the Destination Web Screen. - Correct
Answers -B
Immediately after creating an Entity and its attributes, what is the expected behavior
when using the Bootstrap Data From Excel?
A. You cannot use the bootstrap data from Excel. You are required to Publish the
module first.
B. The bootstrap will try to automatically map the Entity attributes with the existing
headers, in the first row of the Excel file.
C. The bootstrap only works all attributes match exactly the headers on the first row of
the Excel file. Otherwise you get an error...
D. You cannot use the bootstrap data from Excel, because the structure of the Entity is
already defined. - Correct Answers -B
A Screen Preparation...
A. requires at least one Input Parameter to filter the queries to the database.
B. does not have Output Parameters.
C. cannot execute other Server Actions.
(OUTSYSTEMS 11) EXAM
What types of applications can be created in OutSystems?
A. Web, Mobile and Service
B. Web, Mobile, Service and Extension
C. Module and Extension
D. Only Web - Correct Answers -A
Regarding exposing elements in Producer modules...
A. Any element can be exposed, and reused, but only by modules of the same
application.
B. Any element can be exposed, and reused by modules of any application.
C. Only elements with the Public property set to Yes can be exposed and reused by
modules of any application.
D. Only elements with the Public property set to Yes can be exposed and reused, but
only by modules of the same application. - Correct Answers –C
Consider that you want to change your application Header, with new fonts, colors and
an icon. What is the best approach to accomplish that in Outsystems?
A. Change the Common/Header Web Block, by adding a Container with the new icon.
Add the new CSS to the Module Theme's Style Sheet. -> Đây là đáp án sai
B. Add the new CSS to the Style Sheet of every Web Screens in the application,
overriding the Style Sheet of the Common/Header Web Block Replace the
Header_Logo with the new icon.
C. Change the Style Sheet of the Common/Header Web Block, with the new CSS
implemented and replace the Header_Logo with the new icon.
D. Replace the Common/Header Web Block on every Web Screen with a new Web
Block containing the new icon and CSS in its Style Sheet. - Correct Answers -C
Select the correct option regarding the Input Widget.
A. All input widgets must be inside a Form widget.
B. You don't need to have a variable. The data typed by the user is saved in the Input
widget itself.
C. It can only be associated to variables of Text data type.
D. You always need to have a variable to store the value typed by the user. - Correct
Answers -D
, In OutSystems, User Groups allow you to ...
A. ... create new user Sessions for multiple users at the same time.
B. ... assign the same password to multiple users at the same time.
C. ... grant the access to the same Screens to multiple users at the same time.
D. ... assign and replace a Role to multiple users at the same time. - Correct Answers -
C
In Outsystems, the output parameters of a Consumed REST API Method cannot be
mapped to...
A. ... an Entity.
B. ... an Aggregate.
C. ... a Structure.
D. ... a Basic Type. - Correct Answers -B
When you create a new Web Screen, it has a Header, Menu and Footer by default
because...
A. .. all Screens are created that way even in Blank modules.
B. all Screens must have a Header, Menu and Footer,
C. it is built with a layout Web Block, that has placeholders for those Web Blocks.
D. all Screen have three Containers for those Web Blocks. - Correct Answers -C
Inside the Preparation of Web Screen, the Destination statement...
A. . cannot be used.
B. allows redirecting the user to a different Web Screen, without rendering the current
Screen.
C. renders the Current Screen and afterwards the users is redirected to the Destination
Screen.
D. . prompts the user before redirecting to the Destination Web Screen. - Correct
Answers -B
Immediately after creating an Entity and its attributes, what is the expected behavior
when using the Bootstrap Data From Excel?
A. You cannot use the bootstrap data from Excel. You are required to Publish the
module first.
B. The bootstrap will try to automatically map the Entity attributes with the existing
headers, in the first row of the Excel file.
C. The bootstrap only works all attributes match exactly the headers on the first row of
the Excel file. Otherwise you get an error...
D. You cannot use the bootstrap data from Excel, because the structure of the Entity is
already defined. - Correct Answers -B
A Screen Preparation...
A. requires at least one Input Parameter to filter the queries to the database.
B. does not have Output Parameters.
C. cannot execute other Server Actions.