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 ail the test data that is needed to perform the tests.What should the developer do to speed up test execution?
A developer has working business logic code, but sees the following error in the test class:You have uncommitted work pending. Please commit or rollback before calling out. What is a possible solution?
A developer is creating a page in App Builder that will be used in the Salesforce mobile app.Which two practices should the developer follow to ensure the page operates with optimal performance?Choose 2 answers
A business requires that every parent record must have a child record. A developer writes an Apex method with two DML statements to insert a parent record and a child record.A validation rule blocks child records from being created. The method uses a try/catch block to handle the DML exception.What should the developer do to ensure the parent always has a child record?
A company uses a custom-built enterprise resource planning (ERP) system to handle order management. The company wants Sales Reps to know the status of orders so that if a customer calls to ask about their shipment, the Sales Rep can advise the customer about the order's status and tracking number if it is already shipped.Which two methods can make this ERP order data visible in Salesforce? Choose 2 answers