Question 41

A company has the Lightning Component above that allows users to dick a button to save their changes and redirects them to a different page. Currently, when the user hits the Save button the records are getting saved, but they are not redirected.
Which three techniques can a developer use to debug the JavaScript? Choose 3 answers
  • Question 42

    A developer notices the execution of all the test methods in a class takes a long time to run, due to the initial setup of all the test data that is needed to perform the tests.
    What should the developer do to speed up test execution?
  • Question 43

    Which use case is an appropriate fit for the @future asynchronous Apex method? (Choose two.)
  • Question 44

    What is a valid request for the following REST method? (Choose two.)
    @HttpPost global static void myPostMethod(String si, Integer il, Boolean bl, String 52)
  • Question 45

    A company's support process dictates that any time a Case is closed with a Status of 'Could not fix,' an Engineering Review custom object record should be created and populated with information from the Case, the Contact, and any of the Products associated with the Case. What is the correct way to automate this using an Apex trigger?