Question 11

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 12

    How can a developer check the test coverage of active Process Builder and Flows deploying them in a Changing Set?
  • Question 13

    A developer created a weather app that contains multiple Lightning web components.
    One of the components, called Toggle, has a toggle for Fahrenheit or Celsius units. Another component, called Temperature, displays the current temperature in the unit selected in the Toggle component When a user toggles from Fahrenheit to Celsius or vice versa in the Toggle component, the information must be sent to the Temperature component so the temperature can be converted and displayed.
    What is the recommend way to accomplish this?
  • Question 14

    In which two org types can a developer create new Apex Classes? Choose 2 answers
  • Question 15

    A developer is asked to create a Visualforce page for Opportunities that allows users to save or merge the current record.
    Which approach should the developer to meet this requirement?