Official Bank 0/201

Salesforce Certified Platform Developer I Exam (CRT-450) - Salesforce Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
201 Total Questions
1
Question
Which code in a Visualforce page and/or controller might present a security vulnerability?

Exhibit
Options
A Option A
B Option B
C Option D
D Option C
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
How can a developer check the test coverage of autolaunched Flows before deploying them in a change set?
Options
A Use the Code Coverage Setup page,
B Use the ApextestResult class.
C Use the Flow Properties page.
D Use SOQL and the Tooling API.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
A developer created a trigger on the Account object and wants to test if the trigger is properly bulkified. The developer team decided that the trigger should be tested with 200 account records with unique names.

What two things should be done to create the test data within the unit test with the least amount of code? Choose 2 answers
Select 2
Options
A Use the @isTest (seeAllData=true) annotation in the test class.
B Use Test, loadData to populate data in your test methods.
C Use the @isTest (isParallel=true) annotation in the test class.
D Create a static resource containing test data.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
A developer must implement a CheckPaymentProcessor class that provides check processing payment capabilities that adhere to what is defined for payments in the Payment Processor

Exhibit

Which implementation is correct to use the PaymentProcessor interface class? interface.

Exhibit

Exhibit

A) B)
C) D)

Exhibit

Exhibit
Options
A Option A
B Option D
C Option B
D Option C
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
The sales management team at Universal Containers requires that the Lead Source field of the Lead record be populated when a Lead is converted What should be done to ensure that a user populates the Lead Source field prior to converting a Lead?
Options
A Create an after trigger on Lead.
B Use Lead Conversion field mapping.
C Use a validation rule.
D Use a formula field.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.