Question 156

A custom picklist field, Food_Preference__c, exist on a custom object. The picklist contains the following options: 'Vegan','Kosher','No Preference'. The developer must ensure a value is populated every time a record is created or updated. What is the most efficient way to ensure a value is selected every time a record is saved?
  • Question 157

    A developer needs to implement a custom SOAP Web Service that is used by an external Web Application. The developer chooses to include helper methods that are not used by the Web Application in the implementation of the Web Service Class.
    Which code segment shows the correct declaration of the class and methods?
  • Question 158

    A Salesforce administrator used Flow Builder to create a flow named "accountOnboarding". The flow must be used inside an Aura component.
    Which tag should a developer use to display the flow in the component?
  • Question 159

    A developer is migrating a Visualforce page into a Lightning web component.
    The Visualforce page shows information about a single record. The developer decides to use Lightning Data Service to access record data.
    Which security consideration should the developer be aware of?
  • Question 160

    Refer to the following Apex code:

    What is the value of x when it is written to the debug log?