EN - Sample Exam - Associate Reactive Developer

EN - Sample Exam - Associate Reactive Developer

Professional Development

30 Qs

quiz-placeholder

Similar activities

96 alouettes

96 alouettes

Professional Development

25 Qs

MODULE 1

MODULE 1

Professional Development

25 Qs

daily live event-23/07/2020

daily live event-23/07/2020

Professional Development

25 Qs

Daily live event : 07/07/2020

Daily live event : 07/07/2020

Professional Development

25 Qs

Daily live event - 13/08/2020

Daily live event - 13/08/2020

Professional Development

25 Qs

The Banking Updates Mock Test-15/22-23

The Banking Updates Mock Test-15/22-23

Professional Development

28 Qs

Introduction to Word

Introduction to Word

6th Grade - Professional Development

26 Qs

KOMTRAX KPP TOP

KOMTRAX KPP TOP

Professional Development

25 Qs

EN - Sample Exam - Associate Reactive Developer

EN - Sample Exam - Associate Reactive Developer

Assessment

Quiz

Other

Professional Development

Medium

Created by

Elton Olortegui

Used 50+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements is true?

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

B. An Entity Identifier must be set to Auto Number.

C. An Entity Identifier can only be a single attribute.

D. An Entity Identifier is created automatically and cannot be modified.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What kind of information should NEVER be stored in Client Variables?

A. Number of login attempts

B. Passwords

C. Username

D. User Preferences

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

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

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

C. 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.

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

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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?

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

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

C. Filter the GetCities Aggregate by the selected country.

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

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Regarding Blocks in OutSystems reactive apps, which of the following options is correct?

A. Blocks can only be instantiated on Screens.

B. Blocks can be instantiated on Screens and other Blocks.

C. Blocks can be instantiated on Client Actions on the Screen.

D. Blocks can be instantiated on Screens and external HTML pages, using a special HTML tag.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following options is a valid usage of the Trigger Event node?

A. The Trigger Event allows a Block to notify its parent (Screen or Block) that something relevant occurred in the scope of the Block.

B. The Trigger Event allows a Screen to notify its children (Blocks) that something relevant occurred in the scope of the Screen.

C. The Trigger Event allows a Block to notify its children (other Blocks) that something relevant occurred in the scope of the Block.

D. The Trigger Event allows a Screen to notify its parent (Screen or Block) that something relevant occurred in the scope of the Screen.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A Form has a Save button with the Built-in Validations property set to Yes. Which validations are automatically performed when a user clicks the button?

A. Check if the mandatory fields are filled in.

B. Check if the mandatory fields are filled in and if the non-mandatory fields that are later used in the logic are also filled in.

C. Check if the mandatory fields are filled in and if the data submitted by the user matches the data type expected in the input fields.

D. Check if the mandatory fields are filled in and if the data submitted by the user matches the data type of the Form’s data source.

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?