Question 16
A developer receives the exception 'SOQL query not selective enough' when performing a query on an object with a large amount of data.
Which step should be taken to resolve the issue?
Which step should be taken to resolve the issue?
Question 17
A developer is trying to decide between creating a Visualforce component or a Lightning component for a custom screen.
Which functionality consideration impacts the final decision?
Which functionality consideration impacts the final decision?
Question 18
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
Which two methods can make this ERP order data visible in Salesforce? Choose 2 answers
Question 19
A developer is creating unit tests for code that makes SOAP web service callouts. The developer needs to insert some test data as a part of the unit tests setup. What are three actions to enable this functionality?
Question 20
A developer is writing code that requires making callouts to an external web service. Which scenario necessitates that the callout be made in an @future method?