Question 111

Just prior to a new deployment, the Salesforce Administrator who configured a new order fulfillment process in a developer sandbox suddenly left the company. The users had fully tested all of the changes in the sandbox and signed off on them.
Unfortunately, although a Change Set was started, it was not complete. A developer is brought in to help finish the deployment.
What should the developer do to identify the configuration changes that need to be moved into production?
  • Question 112

    Which two relationship queries use the proper syntax? (Choose two.)
  • Question 113

    A developer is building a Lightning web component to get data from an Apex method called getData that takes a parameter, name. The data should be retrieved when the user clicks the Load Data button.
    Exhibit.

    What must be added to get the data?
  • Question 114

    What is the potential exception that can be thrown from this SOQL query: Account a = [SELECT Id, (SELECT Id FROM Contacts) FROM Account] Choose 2 answers
  • Question 115

    A company wants to incorporate a third-party web service to set the Address fields when an Account is inserted, if they have not already been set.
    What is the optimal way to achieve this?