21 Sep

21 Sep

Professional Development

20 Qs

quiz-placeholder

Similar activities

video games

video games

KG - Professional Development

15 Qs

Kiểm tra kiến thức chuyên môn của Đội QLDVTK

Kiểm tra kiến thức chuyên môn của Đội QLDVTK

Professional Development

15 Qs

Archery Practice

Archery Practice

3rd Grade - Professional Development

20 Qs

we like fortnite

we like fortnite

Professional Development

15 Qs

STUFF

STUFF

KG - Professional Development

17 Qs

Men's day

Men's day

Professional Development

20 Qs

2021

2021

Professional Development

20 Qs

Proof of Insurance - REFRESHER

Proof of Insurance - REFRESHER

Professional Development

15 Qs

21 Sep

21 Sep

Assessment

Quiz

Fun

Professional Development

Hard

Created by

Sangeeta Ghosh

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Salesforce, what is the governor limit related to trigger execution?

Maximum of 100 records processed per trigger

Maximum of 100 fields updated per trigger

Maximum of 100 queries executed per trigger

Maximum of 200 records retrieved per trigger

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How can you reference a static resource file in a Visualforce page or Lightning component?

By using an external URL

By hardcoding the file path in the code

By including the file ID in the code

By using a merge field

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Salesforce, what is the maximum depth of relationship traversal supported by SOQL queries?

1 level

3 levels

5 levels

10 levels

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can you save changes made in Salesforce Schema Builder?

Changes are saved automatically as you make them.

Click the "Save" button in the Schema Builder interface.

Changes can only be saved through the Salesforce Setup menu.

You cannot save changes made in Schema Builder; they are temporary

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many roll-up summary fields can you create on a single object in Salesforce?

40

50

10

25

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given the following Apex code snippet:

String message = 'Hello, World!';

for (Integer i = 0; i < message.length(); i++) {

System.debug(message[i]);

}

What will be the output of the System.debug(message[i]); statement?

Hello, World!

H, e, l, l, o, ,, , W, o, r, l, d, !

H e l l o , W o r l d !

This code will result in a compilation error.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given the following Apex code snippet:

Boolean condition1 = true;

Boolean condition2 = false;

Boolean result = condition1 && condition2;

System.debug(result);

What will be the output of the System.debug(result); statement?

true

false

null

This code will result in a compilation error.

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?