Salesforce Test 1 For Ranking

Quiz
•
Computers
•
University
•
Medium
Shivam Chaturvedi
Used 1+ times
FREE Resource
68 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of this Apex code?
Integer sum = 0;
List
12
6
0
10
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the result of the following Apex code?
Map
10
20
30
Null
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What does the following Apex code do?
Set
Deletes the account records
Creates duplicate account IDs
Stores unique Account Ids
Throws compile-time error
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the result of this Apex code?
List
Deletes only one record
Deletes two records
Causes an error
Updates records
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the correct bulkified version of this trigger logic? trigger AutoTask on Opportunity (after insert) { for(Opportunity opp : Trigger.new){ Task t = new Task(Subject='Follow Up', WhatId=opp.Id); insert t; } }
Move loop inside insert
Create one task per opportunity
Use a List to collect and insert tasks outside the loop
Use SOQL inside loop
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What does this code snippet do?
List
Inserts 3 accounts with same name
Inserts 3 accounts with unique names
Fails due to duplicate
Fails due to null values
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What exception is thrown when a DML statement fails partially?
try {
insert new List
NullPointerException
QueryException
DmlException
ListException
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University