Traditional web outsystem

Traditional web outsystem

University - Professional Development

98 Qs

quiz-placeholder

Similar activities

Surprise Test  Computer Basics

Surprise Test Computer Basics

Professional Development

100 Qs

Digital and Financial Literacy

Digital and Financial Literacy

University

100 Qs

Excel/Access EOC Review

Excel/Access EOC Review

9th Grade - University

100 Qs

Principles of Programming Languages

Principles of Programming Languages

University

100 Qs

асел

асел

University

101 Qs

uts penGembNGAn sistem informasi AMIK

uts penGembNGAn sistem informasi AMIK

University

103 Qs

A+Core 1 (101-200)#2

A+Core 1 (101-200)#2

10th Grade - University

102 Qs

ICT Fundamentals Quiz

ICT Fundamentals Quiz

University

102 Qs

Traditional web outsystem

Traditional web outsystem

Assessment

Quiz

Science, Computers

University - Professional Development

Easy

Created by

HIEU LE

Used 419+ times

FREE Resource

98 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following data model containing the Status Static Entity, and the Customer, Order, ShippingDetail, OrderProduct and Product Entities. Why is this data model wrong?

Contains an unnecessary one-to-one relationship.Contains an unnecessary one-to-one relationship.

Contains an attribute in the Order Entity that should not be there.

Contains an unnecessary many-to-many relationship.

Contains an attribute in the Status Entity that should not be there.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options is an advantage of using the Personal Area instead of the Public Area to debug an OutSystems Application?

Developers can debug the application without affecting the main version of the application.

Developers can share with other developers their own breakpoints.

Developers can test changes to the data model and logic without affecting other developers.

Developers can create their own personal versioning of the module

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Which of the following Expressions is the best to correctly display the Customer Name, of all the Customers, in the Table Records?

GetCustomer(OrderTable.List.Current.Customer.Id).Name

GetOrders.List.Current.Customer.Nam

OrderTable.List.Current.Customer.Name

GetCustomer(GetOrders.List.Current.Customer.Id).Name

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The GetContacts Aggregate is defined in the Preparation of the Contacts Screen and fetches all records from the Contact Entity. Select the correct option, taking into consideration the following ContactComboBox properties

If the user selects an existing Contact, the value of the SpecialContactId variable will be -1

If the user selects an existing Contact, the value of both ContactId and SpecialContactId will be the respective Id

If the user selects the – All Contacts – option, the value of the ContactId variable will be -1.

If the user selects an existing Contact, the value of the ContactId will be the respective Id

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following two implementations (A and B) below, where the Assign statement is detailed on the right. The goal is to repeat the RunActionWithNumber statement multiple times based on the value of the Number Input Parameter (e.g., 10). Based on this scenario, select correct option.

Both alternatives are possible, as long as the If and For Each condition are set to Number >= 0

Alternative A is possible, as long as the If condition is set to Number >= 0.

Alternative B is not possible, since the For Each always requires a List to iterate

Alternative B is possible, since the For Each statement is the only statement that allows to create generic loops

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Considering the following usages of the Feedback_Message Action, select the correct option.

All of them work.

Snippet A doesn’t work because the Feedback_Message cannot be used in the Preparation of a Screen

Snippet C doesn’t work because the Feedback_Message cannot be inside a Web Block

Snippet B only works if the button associated to the Screen Action has its method property set to Ajax Submit

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How would you change the following Aggregate to return, for each team, the highest number of yards in a year and the average number of touchdowns?

Create a Filter in the Aggregate with Max(Team, Yards), and group the results by Touchdowns.

Group the results by Team, and then apply the Max function to Yards and the Average function to Touchdowns.

Group the results by Year, apply the Max function to Touchdowns, and the Average function to Yards.

Sort the results by Yards and Touchdowns, and then group them by Team

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?