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?
A. Create a Process, call an Apex @InvocableMethod from it, and make the callout from that Apex method.
B. Create an after insert trigger, call an @future(callout=true) method from it, and make the callout from that Apex method.
C. Create a Process, call an Apex @future(callout=true) method from it, and make the callout from that Apex method.
D. Create an after insert trigger, call an Apex @InvocableMethod method from it, and make the callout from that Apex method
An Apex trigger creates an Order__c record every time an Opportunity is won by a Sales Rep. Recently the trigger is creating two orders. What is the optimal method for a developer to troubleshoot this?
A. Run the Apex Test Classes for the Apex trigger to ensure the code still has sufficient code coverage.
B. Turn off all Workflow Rules, then turn them on one at time to see which one causes the error.
C. add system.debug() statements to the code and use the Developer Console logs to trace the code.
D. Set up debug logging for every Sales Rep, then monitor the logs for errors and exceptions.
A company has a custom object, Sales Demo Request, that has a lookup to an Opportunity. It is required that a Sales Demo Request record be created when an Opportunity's Probability is greater than 50%. What is the optimal way to automate this?
A. Build a Flow on Opportunity.
B. Create a Workflow on Opportunity.
C. Use an Apex Trigger on Opportunity.
D. Build a Process on Opportunity
A company represents their customers as Accounts in Salesforce. All customers have a unique Customer_Number__c that is unique across all of the company's systems. They also have a custom Invoice__c object, with a Lookup to Account, to represent invoices that are sent out from their external system. This company wants to integrate invoice data back into Salesforce so Sales Reps can see when a customer is paying their bills on time.
What is the optimal way to implement this?
A. Use Salesforce Connect and external data objects to seamlessly import the invoice data into Salesforce without custom code.
B. Ensure Customer_Number__c is an External ID and that a custom field Invoice_Number__c is an External ID and Upsert invoice data nightly.
C. Create a cross-reference table in the custom invoicing system with the Salesforce Account ID of each Customer and insert invoice data nightly.
D. Query the Account Object upon each call to insert invoice data to fetch the Salesforce ID corresponding to the Customer Number on the invoice
A company has a native iOS app for placing orders that needs to connect to Salesforce to retrieve consolidated information from many different objects in a JSON format. Which is the optimal method to implement this in Salesforce?
A. Apex SOAP Callout
B. Apex REST Callout
C. Apex SOAP Web Service
D. Apex REST Web Service
What are three benefits of using static resources in Visualforce and Lightning Components? Choose 3 answers
A. Static resource files can be packaged into a collection of related files in a zip or jar archive.
B. Static resource files do not count against an organization's quota of data storage.
C. Static resource files are automatically minified.
D. Relative paths can be used in files in static resource archives to refer to other content within the archive.
E. Static resource files can be referenced by using the $Resource global variable instead of hardcoded IDs.
A company represents their customers as Accounts that have an External ID field called Customer_Number__c. They have a custom Order (Order__c) object, with a Lookup to Account, to represent Orders that are placed in their external order management system (OMS). When an order is fulfilled in the OMS, a REST call to Salesforce should be made that creates an Order record in Salesforce and relates it to the proper Account.
What is the optimal way to implement this?
A. Perform a REST GET on the Account and a REST POST to update the Order__c with the Account's record ID.
B. Perform a REST PATCH to upsert the Order__c and specify the Account's Customer_Number__c in it.
C. Perform a REST GET on the Account and a REST PATCH to upsert the Order__c with the Accounts record ID.
D. Perform a REST POST to update the Order__c and specify the Account's Customer_Number__c in it.
Which use case can only be performed by using asynchronous Apex?
A. Scheduling a batch process to complete in the future
B. Processing high volumes of records
C. Updating a record after the completion of an insert
D. Calling a web service from an Apex trigger
The test method above calls an @future method that increments the Number_of_Times_Viewed__c value. The assertion is failing because the Number_of_Times_Viewed__c equals 0. What is the optimal way to fix this?
A. Change the initialization to acct.Number_Of_Times_Viewed__c = 1.
B. Change the assertion to System.assertEquals(0, acctAfter.Number_Of_Times_Viewed__c).
C. Add Test.startTest() before and Test.stopTest() after AuditUtil.incrementViewed.
D. Add Test.startTest() before and Test.stopTest() after insert acct
What are three benefits of using declarative customizations over code? Choose 3 answers
A. Declarative customizations generally require less maintenance.
B. Declarative customizations do not require user testing.
C. Declarative customizations cannot generate run time errors.
D. Declarative customizations will automatically update with each Salesforce release.
E. Declarative customizations are not subject to governor limits.
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Salesforce exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PDII exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.