CRT-450 Exam Details

  • Exam Code
    :CRT-450
  • Exam Name
    :Salesforce Certified Platform Developer I (CRT-450)
  • Certification
    :Salesforce Certifications
  • Vendor
    :Salesforce
  • Total Questions
    :629 Q&As
  • Last Updated
    :May 25, 2026

Salesforce CRT-450 Online Questions & Answers

  • Question 281:

    A developer in a Salesforce org with 100 Accounts executes the following code using the Developer console: Account myAccount = new Account(Name = 'MyAccount');Insert myAccount;For (Integer x = 0; x < 250; x++) {Account newAccount = new Account (Name='MyAccount' + x);try {Insert newAccount;}catch (Exception ex) {System.debug (ex) ;}}insert new Account (Name='myAccount'); How many accounts are in the org after this code is run?

    A. 101
    B. 100
    C. 102
    D. 252

  • Question 282:

    Universal Containers wants Opportunities to be locked from editing when reaching the Closed/Won stage. Which two strategies should a developer use to accomplish this? (Choose two.)

    A. Use a Visual Workflow.
    B. Use a validation rule.
    C. Use the Process Automation Settings.
    D. Use a Trigger.

  • Question 283:

    Which component is available to deploy using Metadata API? Choose 2 answers

    A. Case Layout
    B. Account Layout
    C. Case Feed Layout
    D. ConsoleLayout

  • Question 284:

    Which statement generates a list of Leads and Contacts that have a field with the phrase 'ACME'?

    A. List searchList = [FIND "*ACME*" IN ALL FIELDS RETURNING Contact, Lead];
    B. List searchList = [FIND "*ACME*" IN ALL FIELDS RETURNING Contact, Lead];
    C. List searchList = [SELECT Name, ID FROM Contact, Lead WHERE Name like '%ACME%'];
    D. Map searchList = [FIND "*ACME*" IN ALL FIELDS RETURNING Contact, Lead];

  • Question 285:

    A developer must create a lightning component that allows users to input contact record information to create a contact record, including a salary__c custom field.

    What should the developer use, along with a lightning-record-edit form, so that salary__c field functions as a currency input and is only viewable and editable by users that have the correct field levelpermissions on salary__C?

  • Question 286:

    What is the result of the debug statements in testMethod3 when you create test data using testSetup in below code?

    A. Account0.Phone=333-8781, Account1.Phone=333-8780
    B. Account0.Phone=888-1515, Account1.Phone=999-2525
    C. Account0.Phone=333-8780, Account1.Phone=333-8781
    D. Account0.Phone=888-1515, Account1.Phone=999-1515

  • Question 287:

    When a user edits the Postal Code on an Account, a custom Account text field named ''Timezone'' must be updated based on the values in a postalCodeToTimezone_c custom object. What should be built to implement this feature?

    A. Account custom trigger
    B. Account approval process
    C. Account assignment rule
    D. Account workflow rule

  • Question 288:

    A platform developer needs to write an apex method that will only perform an action if a record is assigned to a specific record type. Which two options allow the developer to dynamically determine the ID of the required record type by its name? Choose 2 answers

    A. Use the getrecordtypeinfosbydevelopername() method in the describesobjectresult class
    B. Make an outbound web services call to the SOAP API
    C. Execute a SOQL query on the recordtype object
    D. Hardcore the ID as a constant in an apex class

  • Question 289:

    What should a developer do to check the code coverage of a class after running all tests?

    A. View the code coverage percentage or the class using the Overalll code Coverage panel in the Developer Console Test tab.
    B. View the Code Coverage column in the list on the Apex Classes page.
    C. Select and run the class on the Apex est Execution page in the Developer Console.
    D. View the Class test Percentage tab on the Apex Class list view in Salesforce Setup.

  • Question 290:

    For which three items can 2 trace flag be configured? Choose 3 answers

    A. Flow
    B. Apex Class
    C. User
    D. Apex Trager
    E. Visualforce

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Salesforce exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your CRT-450 exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.