Salesforce Coding Quiz

Salesforce Coding Quiz

Professional Development

7 Qs

quiz-placeholder

Similar activities

Mail Merge Quiz

Mail Merge Quiz

Professional Development

10 Qs

Full Stack Day-9

Full Stack Day-9

Professional Development

6 Qs

Computer Network Revision

Computer Network Revision

7th Grade - Professional Development

10 Qs

М6У2."Основы физики. Первое препятствие."

М6У2."Основы физики. Первое препятствие."

Professional Development

6 Qs

Table relationships, SQL and Pandas joins

Table relationships, SQL and Pandas joins

Professional Development

10 Qs

Computerised Accounting

Computerised Accounting

University - Professional Development

9 Qs

Quiz 4

Quiz 4

Professional Development

6 Qs

Unity модуль 1

Unity модуль 1

Professional Development

10 Qs

Salesforce Coding Quiz

Salesforce Coding Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Sheeba Thukral

Used 12+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Where should DML statements reside?

Inside the loop

Outside the loop

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1. If you can solve a business need using either a workflow or a trigger, which should you use?

Workflow

Trigger

Process Builder

Flow

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Is it possible to write a trigger directly in a production Salesforce org?

Yes

No

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is Trigger.new and why is it so important?

Used for records that are deleted

Used for records inserted or deleted

Used for records updated or deleted

Used for records inserted or updated.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which version of the field name do you reference in triggers?

Field Label

Field/API Name

Field

Label

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Developers should avoid using comments as much as possible in code since comments are ignored by Salesforce.

True

False

Maybe

Other

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

At minimum, how many components must be added to a Change Set to deploy an Apex trigger?

1

2

3

4