Salesforce Platform Developer I | Developer Basics

Salesforce Platform Developer I | Developer Basics

Assessment

Quiz

Engineering

Professional Development

Easy

Created by

Duha Hassan

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You can choose to use asynchronous processing when:

You need to make callouts to external web services.

You want to create a better and faster user experience.

You are processing a large number of records.

All of the above

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is NOT a type of asynchronous processing?

Batch Apex

Queueable Apex

Future Methods

Back to the Future Apex

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The primary source of debug information on the Force.com platform is the

Apex Verifier


Apex Error Reporting Log

Debug Log


Stack Log

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is true regarding checkpoints?

Execution is available only with production orgs.

You cannot use checkpoints with Asynchronous Apex.

You cannot use checkpoints with triggers.

Execution doesn't stop on the line with the checkpoint.

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following resources can be accessed from a Lightning Web component?

Javascript web components

JS external libraries

Aura components

Static resources

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you use the Lightning Data Service to read and write data to Salesforce?

By using the @lwc/wire adapter in a Lightning Web Component.

By invoking SOQL queries directly from the component.

By directly editing Salesforce records from the Lightning component.

By using the @api property to bind record data in a Lightning Web Component.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you use Apex to create custom validation rules?

By creating a trigger and throwing a custom exception when data doesn’t meet criteria.

By creating an Apex class with a method returning boolean.

By writing SOQL queries to validate record data.

By configuring a Validation Rule in Setup.

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?