Exam Details

  • Exam Code
    :CRT-450
  • Exam Name
    :Salesforce Certified Platform Developer I
  • Certification
    :Salesforce Certifications
  • Vendor
    :Salesforce
  • Total Questions
    :629 Q&As
  • Last Updated
    :Apr 16, 2025

Salesforce Salesforce Certifications CRT-450 Questions & Answers

  • Question 311:

    What is the easiest way to verify a user before showing them sensitive content?

    A. Sending the user a SMS message with a passcode.

    B. Calling the generateVerificationUrl method in apex.

    C. Sending the user an Email message with a passcode.

    D. Calling the Session.forcedLoginUrl method in apex.

  • Question 312:

    When creating a record with a Quick Action, what is the easiest way to post a feed item?

    A. By selecting create feed item on the quick action.

    B. By adding a trigger on the new record.

    C. By adding a workflow rule on the new record.

    D. By selecting create case feed on the new record.

  • Question 313:

    What actions types should be configured to display a custom success message?

    A. Update a record.

    B. Post a feed item.

    C. Delete a record.

    D. Close a case.

  • Question 314:

    What are the supported content sources for custom buttons and links? (Choose 2 Answers)

    A. VisualForce Page.

    B. Static Resource.

    C. URL.

    D. Chatter File.

    E. Lightning Page.

  • Question 315:

    A developer runs the following anonymous code block:List acc = [SELECT Id FROM Account LIMIT 10];Delete acc;Database.emptyRecycleBin(acc);system.debug(Limits.getDMLStatements()+ `, ` +Limits.getLimitDMLStatements ());What is the result?

    A. 11, 150

    B. 150, 2

    C. 150, 11

    D. 2, 150

  • Question 316:

    On which object can an administrator create a roll-up summary field?

    A. Any object that is on the master side of a master-detail relationship.

    B. Any object that is on the parent side of a lookup relationship.

    C. Any object that is on the detail side of a master-detail relationship.

    D. Any object that is on the child side of a lookup relationship.

  • Question 317:

    Which statement about the Lookup Relationship between a Custom Object and a Standard Object is correct?

    A. The Lookup Relationship on the Custom Object can prevent the deletion of the Standard Object.

    B. The Lookup Relationship cannot be marked as required on the page layout for the Custom Object.

    C. The Custom Object will be deleted when the referenced Standard Object is deleted.

    D. The Custom Object inherits security from the referenced Standard Objects

  • Question 318:

    On a Visualforce page with a custom controller, how should a developer retrieve a record by using an ID that is passed on the URL?

    A. Use the constructor method for the controller.

    B. Use the $Action.View method in the Visualforce page.

    C. Create a new PageReference object with the Id.

    D. Use the tag in the Visualforce page.

  • Question 319:

    Where can debug log filter settings be set?Choose 2 answers

    A. The Filters link by the monitored user's name within the web UI.

    B. The Show More link on the debug log's record.

    C. On the monitored user's name.

    D. The Log Filters tab on a class or trigger detail page.

  • Question 320:

    A developer has the following code block:

    public class PaymentTax {public static decimal SalesTax = 0.0875;} trigger OpportunityLineItemTrigger on OpportunityLineItem (before insert, before update) {PaymentTax PayTax = new PaymentTax();decimal ProductTax = ProductCost *

    XXXXXXXXXXX;} To calculate the productTax, which code segment would a developer insert at the XXXXXXXXXXX to make the value the class variable SalesTax accessible within the trigger?

    A. SalesTax

    B. PayTax.SalesTax

    C. PaymentTax.SalesTax

    D. OpportunityLineItemTngger.SalesTax

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.