
21 Sep

Quiz
•
Fun
•
Professional Development
•
Hard
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
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade