Salesforce Coding Quiz

Salesforce Coding Quiz

Professional Development

7 Qs

quiz-placeholder

Similar activities

Roblox

Roblox

Professional Development

10 Qs

IT ENGLISH: Research Project Topics - Big Data

IT ENGLISH: Research Project Topics - Big Data

Professional Development

10 Qs

LAMBDA FUNCTION QUIZ

LAMBDA FUNCTION QUIZ

KG - Professional Development

10 Qs

MuleSoft Meetup Melbourne April 2022

MuleSoft Meetup Melbourne April 2022

Professional Development

3 Qs

Deploy and manage teams

Deploy and manage teams

Professional Development

8 Qs

DBMS-23

DBMS-23

Professional Development

7 Qs

Mobile Offline Sync - OutSystems

Mobile Offline Sync - OutSystems

Professional Development

10 Qs

Salesforce 11 March

Salesforce 11 March

Professional Development

8 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