
Apex Session 2

Quiz
•
Professional Development
•
1st Grade
•
Hard
M Salman
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code?
Integer number = 0;
if (number > 0){ system.debug(The number is positive.);}
else if (number < 0) { system.debug('The number is negative.');}
else { system.debug('The number is 0.');}
The number is positive.
The number is negative.
The number is 0.
None of them.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
Integer num = 5;
if(num = 5){
system.debug(num);
}
5
6
error
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to know the size of list?
size()
isEmpty()
isLength
isSize()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Remove one element from the list where element value is 2
List<Integer> numList = new List<Integer>{1 , 2};
numList.remove(0);
numList.remove(1);
numList.remove(2);
numList.remove(3);
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code?
List<String> days = new List<string>{'a','b','c','d'};
for(Integer j = 1; j < days.size(); j++ ){
system.debug(days.get(j));
}
a to d
a to c
b to d
c to d
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times this loop will run:
Integer num = 10;
while(num < 20 ){
system.debug(num);
}
1 time
10 times
20 times
infinite times (Apex CPU time limit exceeded)
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following code?
boolean flag = false;
if(flag){ system.debug('The output is false');
else if(!flag){ system.debug('The output is true');}
else{system.debug('I do not know the output');}
The output is false
The output is true
I do not know the output
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
KIỂM TRA 15 PHÚT

Quiz
•
1st - 3rd Grade
12 questions
TOSCA ONBOARDING WEEK 1

Quiz
•
KG - Professional Dev...
10 questions
General Information

Quiz
•
1st Grade
10 questions
Differentiation

Quiz
•
KG - 12th Grade
20 questions
Socorrismo

Quiz
•
1st - 12th Grade
11 questions
Localization Guide

Quiz
•
1st - 8th Grade
20 questions
Rynek pracy

Quiz
•
1st Grade
20 questions
Modulo 7-8-9-10

Quiz
•
1st - 3rd Grade
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
Discover more resources for Professional Development
18 questions
Hispanic Heritage Month

Quiz
•
KG - 12th Grade
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
addition

Quiz
•
1st - 3rd Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
20 questions
Addition and Subtraction facts

Quiz
•
1st - 3rd Grade
20 questions
Place Value

Quiz
•
KG - 3rd Grade
10 questions
Exploring Properties of Matter

Interactive video
•
1st - 5th Grade
10 questions
Odd and even numbers

Quiz
•
1st - 2nd Grade