Apex Sessions Quiz 4

Apex Sessions Quiz 4

1st Grade

15 Qs

quiz-placeholder

Similar activities

MD1 - Bài1: Biến - Kiểu Dữ Liệu - Toán Tử (Kiểm tra cuối buổi))

MD1 - Bài1: Biến - Kiểu Dữ Liệu - Toán Tử (Kiểm tra cuối buổi))

1st - 3rd Grade

10 Qs

web developer advanced

web developer advanced

1st Grade

20 Qs

Python. Умови та цикли

Python. Умови та цикли

1st - 3rd Grade

11 Qs

practica cuestionario 6

practica cuestionario 6

1st Grade

10 Qs

Preguntas de Ampliaciones

Preguntas de Ampliaciones

1st - 5th Grade

19 Qs

Basic 2

Basic 2

1st Grade

15 Qs

Conociminento de Base de datos II

Conociminento de Base de datos II

1st - 3rd Grade

20 Qs

Google!

Google!

KG - University

15 Qs

Apex Sessions Quiz 4

Apex Sessions Quiz 4

Assessment

Quiz

Professional Development

1st Grade

Medium

Created by

M Salman

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Aggregate function is not valid from the following.

Sum()

Count()

Highest()

Min()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can use the GROUP BY option in a SOQL query to avoid iterating through individual query results.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Find out  how many accounts are there per industry type.

Select Industry,Count(Id) from Account;

What is missing in the above query?

Group by Industry

Where Industry

Having Industry

Nothing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A list is a collection of elements or records that you want to store.

List in Apex can store elements of any data type. It can store: Integer, String, Boolean and any custom data type as well. For example: Account, Contact, Employee__c (Custom Object) etc.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can use ORDER BY in a SELECT statement to control the order of the query results.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select Id, Industry,createddate from Account order by createddate

Error

the records will be fetched in ascending order

the records will be fetched in descending order

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you do not specify the sort type like asc or desc in order by clause by default it takes asc

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?