Search Header Logo

21 Sep

Authored by Sangeeta Ghosh

Fun

Professional Development

Used 1+ times

21 Sep
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?