Associate Reactive Exam Questions

Associate Reactive Exam Questions

University

20 Qs

quiz-placeholder

Similar activities

Computer Parts

Computer Parts

1st Grade - University

20 Qs

Vocabulary quiz 1

Vocabulary quiz 1

University

15 Qs

Aggregate Planning and Resource Planning

Aggregate Planning and Resource Planning

University

20 Qs

Procedure Text

Procedure Text

University

20 Qs

Computer Vocab

Computer Vocab

10th Grade - University

15 Qs

types of inflation

types of inflation

10th Grade - University

15 Qs

Quiz for Engineers day

Quiz for Engineers day

University

20 Qs

Subtitling Review

Subtitling Review

University - Professional Development

25 Qs

Associate Reactive Exam Questions

Associate Reactive Exam Questions

Assessment

Quiz

Professional Development, English

University

Easy

Created by

HIEU LE

Used 37+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is required to create a many-to-many (N-N) relationship between the Entities in the picture?

Create a third Entity that contains two attributes of types Order Identifier and Product Identifier.

Create a third Entity with a primary key of type Order Identifier and an attribute of type Product Identifier.

Create an attribute of type Order Identifier in the Product Entity and an attribute of type Product Identifier in the Order Entity.

Create an attribute of type Product Identifier in the Order Entity.

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following statements is true?

An Entity Identifier must have its Data Type set to Long Integer.

An Entity Identifier must be set to Auto Number.

An Entity Identifier can only be a single attribute.

An Entity Identifier is created automatically and cannot be modified.

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

The image below shows an Aggregate. What will the attributes of the GetOrdersShippingState.List.Current record be?

The two aggregation attributes: ShippingState and Count.

The two aggregation attributes (ShippingState and Count) plus all the attributes of the Source Entities.

Six attributes corresponding to the six visible columns in the Aggregate: ShippingState, Count, Description, CreatedOn, ShippedOn and Priority.

The two aggregation attributes (ShippingState and Count) plus the columns used to calculate these aggregations.

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

In the Aggregate below the Orders are fetched with their reviewers (Employees). Which of the following options is correct?

The Aggregate only returns Orders with Priority, Status and Employee.

The Aggregate returns Orders without Employee and without Status.

The Aggregate returns Orders with Status and at least one Employee.

The Aggregate returns Orders with Priority and with zero or more Employees.

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

How would you change the following Aggregate to return the number of orders per priority?

Change the Join between the Order and the Priority to Only With and create a Count over the Priority.Id attribute.

Create a Group By over the Priority.Id attribute and a Count over the Order.Id attribute.

Create a GroupBy over the Order.Id attribute and a Count over the Priority.Id attribute.

Remove the Join between the Order and the OrderStatus and create a Count over the Priority.Id attribute.

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following sentences about the On Initialize lifecycle event is true?

The On Initialize event is triggered before the Screen or Block is rendered and before fetching any data.

The On Initialize event is triggered after the Screen or Block has been rendered, so you can use it to manipulate its structure.

The On Initialize event is triggered after an Aggregate finishes fetching data and can be used to act upon the retrieved data before it's used in the Screen.

The On Initialize event is triggered after the input parameter of a Block changes.

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

The Screen below has two Dropdowns: one to select a Country and the other to select a City. The GetCountries and GetCities Aggregates fetch the data displayed in the dropdowns and both have the Fetch property set to At Start. Which of the following options is not a valid step to only fetch the cities of the country selected in the dropdown?

Set the Fetch property of the GetCities Aggregate to Only On Demand.

Refresh the GetCities Aggregate in the OnChange Action of the Country Dropdown.

Filter the GetCities Aggregate by the selected country.

Call the GetCities Aggregate in the GetCountries' On After Fetch Event handler.

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?