Free CRT-450 Questions for Salesforce Certified Platform Developer I CRT-450 Exam as PDF & Practice Test Engine

  • Exam Code/Number: CRT-450
  • Exam Name/Title: Salesforce Certified Platform Developer I
  • Certification Provider: Salesforce
  • Corresponding Certification: Salesforce Developers
  • Exam Questions: 240
  • Updated On: Aug 26, 2026
A developer at AW Computing is tasked to create the supporting test class for a programmatic customization that leverages records stored within the custom object, Pricing Structure c. AW Computing has a complex pricing structure for each item on the store, spanning more than 500 records. Which two approaches can the developer use to ensure Pricing _Structure__c records are available when the test class is executed? Choose 2 answers
Correct Answer: A,D Vote an answer
What are two ways a developer can get the status of an enquered job for a class that queueable interface? Choose 2 answers
Correct Answer: B,D Vote an answer
A software company uses the following objects and relationships:
- Case: to handle customer support issues
- Defect_c: a custom object to represent known issues with the company's software
- case_Defect__c: a junction object between Case and Defector to represent that a defect Is a customer issue What should be done to share a specific Case-Defect_c record with a user?
Correct Answer: A Vote an answer
Universal Containers wants to assess the advantages of declarative development versus programmatic customization for specific use cases in its Salesforce implementation.
What are two characteristics of declarative development over programmatic customization?
Choose 2 answers
Correct Answer: A,C Vote an answer
A developer deployed a trigger to update the status__c of Assets related to an Account when the Account''s status changes and a nightly integration that updates Accounts in bulk has started to fail with limit failures.

What should the developer change about the code to address the failure while still having the code update all of the Assets correctly?
Correct Answer: A Vote an answer
A developer created a trigger on a custom object. This custom object also has some dependent pick lists.
According to the order of execution rules, which step happens first?
Correct Answer: D Vote an answer
An Apex method, getAccounts, that returns a list of Accounts given a searchTern, is available for Lightning Web Components to use.
What is the correct definition of a Lightning Web Component property that uses the getAccounts method?
Correct Answer: A Vote an answer
Universal Containers wants a list button to display a Visualforce page that allows users to edit multiple records.
Which Visualforce feature supports this requirement?
Correct Answer: B Vote an answer
Which three data types can a SOQL query return? Choose 3 answers
Correct Answer: B,D,E Vote an answer
A developer has identified a method in an Apex class that performs resource intensive actions in memory by iterating over the result set of a SOQL statement on the account. The method also performs a DML statement to save the changes to the datadase. Which two techniques should the developer implement as a best practice to ensure transaction control and avoid exceeding governor limits? Choose 2 answers
Correct Answer: B,D Vote an answer
A custom Visualforce controller calls the ApexPages,addMessage () method, but no messages are rendering on the page.
Which component should be added to the Visualforce page to display the message?
Correct Answer: C Vote an answer
Einstein Next Best Action Is configured at Universal Containers to display recommendations to internal users on the Account detail page.
If the recommendation is approved, a new opportunity record and task should be generated. If the recommendation is rejected, an Apex method must be executed to perform a callout to an external system.
Which three factors should a developer keep Hi mind when implementing the Apex method?
Choose 3 answers
Correct Answer: A,B,C Vote an answer
A developer needs to create a baseline set of data (Account, Contacts, Products, Assets) for an entire suite allowing them to test independent requirements for various types of Salesforce Cases. Which approach can efficiently generate the required data for each unit test?
Correct Answer: B Vote an answer
An org has an existing Flow that creates an Opportunity with an Update Records element. A developer update the Flow to also create a Contact and store the created Contact's ID on the Opportunity.
Which update should the developer make in the Flow?
Correct Answer: B Vote an answer
When a user edits the Postal Code on an Account, a custom Account text field named
''Timezone'' must be updated based on the values another custom object object called.
What is the optimal way to Implement this feature?
Correct Answer: A Vote an answer
0
0
0
10