YeahYeah

YeahYeah

University

162 Qs

quiz-placeholder

Similar activities

demzz12

demzz12

University - Professional Development

167 Qs

Unit 2 Review

Unit 2 Review

University

163 Qs

Anatomy and Physiology

Anatomy and Physiology

University - Professional Development

164 Qs

Mircobiol Mid Term

Mircobiol Mid Term

University

157 Qs

CNS Disorders

CNS Disorders

University

165 Qs

PRELIM_DDS

PRELIM_DDS

University

160 Qs

The Mico in class test

The Mico in class test

University

161 Qs

cognition final

cognition final

University

162 Qs

YeahYeah

YeahYeah

Assessment

Quiz

Science

University

Easy

Created by

Miraculous Video

Used 17+ times

FREE Resource

162 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 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?

Check if the mandatory fields are filled in.

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.

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.

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.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A Screen contains a Form to collect Customer data. The Form has a Save Button with the On Click property set to a SaveOnClick Action, which sends the data to the server to store it in the database. The developer must ensure that the Action will not send the data to the server when the mandatory Customer data fields have not been filled in. What is the best way to do that?

Set the Built-in validations of the Save button to Yes.

Perform custom validations for all inputs. If one fails, set the Valid property of the Form to False

Set the Built-in validations of the Save button to Yes and check if the Form's Valid property is True

Set the Built-in validations of the Save button to Yes and add an Exception Handler flow to handle invalid inputs

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

After opening the OSMDb module, the following appears on the Manage Dependencies dialog. Considering this scenario select the correct option.

The OSMDb Core module has been deleted from the Server.

The OSMDb Core module has one or more references to elements in the OSMDb module.

Clicking the Apply button is enough to refresh all dependencies.

A referenced element has been changed in the OSMDb Core module.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

By default, how is data fetched on a Screen?

The Aggregates and Data Actions run only when they are explicitly called.

The Aggregates and Data Actions do not run in any particular order.

The Aggregates run first, then the Data Actions.

The Aggregates and Data Actions run following their order on the Screen (from top to bottom).

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Complete the following sentece:" By setting the Valid property of the Name input field to False"

... it is mandatory to set a message in the ValidationMessage property of the Input."

the Valid properties of the other input fields will also be set to False."

... the Valid properties of the Employee Form will automatically be set to False."

it is mandatory to programmatically set the Valid property of the EmployeeForm to False."

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Consider that the following Pagination widget will be used to implement the pagination functionality in a List of Employees. What should be the value of its MaxRecords property?

The number of pages available to navigate to.

The total number of Employees.

The number of elements to be displayed per page.

The total number of attributes used in the List.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Consider that you have a Web Block, named CardBlock, whose content is a Container with the... style class applied to it. This Block is instantiated inside the Dashboard Screen that is based on the Dashboard. Considering the following CSS definition, which of the following options is correct?

In the Dashboard Screen, the Container inside the Web Block will have a blue background and 16px font size

In the Dashboard Screen, the Container inside the Web Block will have a red background and 16px font size.

In the Dashboard Screen, the Container inside the Web Block will have a blue background and 14px font size.

In the Dashboard Screen, the Container inside the Web Block will have a red background and 14px font size.

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?