Apex Quiz

Apex Quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

Understanding BOM in JavaScript(14R)

Understanding BOM in JavaScript(14R)

Professional Development

15 Qs

Airflow in depth

Airflow in depth

Professional Development

12 Qs

Implikasi UU PDP terhadap penerapan cybersecurity di Bank

Implikasi UU PDP terhadap penerapan cybersecurity di Bank

Professional Development

10 Qs

Microsoft IT Pro Community Meetup - August

Microsoft IT Pro Community Meetup - August

Professional Development

10 Qs

[FE] Ice Breaking - React Fundamentals: Building Interactive Use

[FE] Ice Breaking - React Fundamentals: Building Interactive Use

Professional Development

10 Qs

Quiz ZoomBA oCe volume 5

Quiz ZoomBA oCe volume 5

Professional Development

7 Qs

Quiz tentang Ragam Piranti Lunak untuk Tata Layout Web

Quiz tentang Ragam Piranti Lunak untuk Tata Layout Web

Professional Development

13 Qs

QUIZ SPESIALISASI ITOD

QUIZ SPESIALISASI ITOD

Professional Development

11 Qs

Apex Quiz

Apex Quiz

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Muhammad Adam

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Apa fungsi trigger.new di Apex Trigger?
Menghapus record
Mengakses data baru yang dimasukkan
Menjalankan DML otomatis
Mengambil error dari sistem

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Perintah apa yang digunakan untuk menyimpan data ke database?
SELECT
INSERT
EXECUTE
COMMIT

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Kapan trigger before insert digunakan?
Setelah record disimpan
Sebelum record ditampilkan
Sebelum record disimpan ke database
Saat menghapus record

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Pernyataan SOQL mana yang benar untuk mengambil semua Account dengan nama 'Alpha'?
GET Account WHERE Name = 'Alpha'
SELECT Name FROM Account WHERE Name == 'Alpha'
SELECT Id, Name FROM Account WHERE Name = 'Alpha'
FIND Account WHERE Name = 'Alpha'

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Apa fungsi Database.rollback(sp) dalam Apex?
Mengulang query
Menyimpan semua data
Membatalkan semua perubahan dalam transaksi
Menjalankan ulang trigger

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Apa kelebihan menggunakan Future Method?
Dapat berjalan tanpa batas governor limit
Menjalankan proses di luar transaksi utama
Lebih cepat dari synchronous
Menjalankan query lebih dalam

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Untuk menjalankan proses setiap hari jam 7 pagi, kamu pakai apa?
Future method
Batch Apex
Queueable
Scheduled Apex

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?