What should be added to the setup, in the location indicated, for the unit test above to create the controller extension for the test?
A. AccountControllerExt extension = new AccountControllerExt(acct);
B. ApexPages.StandardController sc = new ApexPages.StandardController(acct.Id); AccountControllerExt extension = new AccountControllerExt(sc);
C. ApexPages.StandardController sc = new ApexPages.StandardController(acct); AccountControllerExt extension = new AccountControllerExt(sc);
D. AccountControllerExt extension = new AccountControllerExt(acct.Id);
A developer needs to implement a system audit feature that allows users, assigned to a custom profile named "Auditors", to perform searches against the historical records in the Account object. The developer must ensure the search is able to return history records that are between 12 and 24 months old.
Given the code below, which select statement should be inserted below as a valid way to retrieve the Account History records ranging from 12 to 24 month old? A)
B)
C)
D)
A. Option A
B. Option B
C. Option C
D. Option D
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?
A. Leverage the Setup Audit Trail to review the changes made by the departed Administrator and identify which changes should be added to the Change Set.
B. Use the Metadata API and a supported development IDE to push all of the configuration from the sandbox into production to ensure no changes are lost.
C. Set up Continuous Integration and a Git repository to automatically merge all changes from the sandbox metadata with the production metadata.
D. In Salesforce setup, look at the last modified date for every object to determine which should be
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. Rewrite the business logic and test classes with estVisible set on the callout.
B. Set seeAIIData to "true" at the top of the test class, since the code does not fail in practice.
C. Call support for help with the target endpoint, as it is likely an external code error.
D. Use test.IsRunningTest() before making the callout to bypass it in test execution.
A company decides that every time an Opportunity is created, they want to create a follow up Task and assign it to the Opportunity Owner. What should a developer use to implement the requirements?
A. A Process Builder on Opportunity
B. A trigger on Task
C. A trigger on Opportunity
D. A Process Builder on Task
A developer needs to store variables to control the style and behavior of a Lightning Web Component. Which feature should be used to ensure that the variables are testable in both Production and all Sandboxes?
A. Custom Metadata
B. Custom Object
C. Custom Setting
D. Custom Variable
A developer wrote an Apex class to make several callouts to an external system. If the URLs used in these callouts will change often, which feature should the developer use to minimize changes needed to the Apex class?
A. Session Id
B. Connected Apps
C. Remote Site Settings
D. Named Credentials
An org has a requirement that the Shipping Address on the Account must be validated by a third- party web service, before the Account is allowed to be inserted. What is the optimal way to meet this requirement?
A. Make a callout to the web service from a custom Visualforce controller.
B. Make a callout to the web service from a standard Visualforce controller.
C. Make a callout to the web service from an after insert trigger.
D. Make a callout to the web service from a before insert trigger.
In a VisualForce page with a VisualForce component that has rendered set to false when the page loads, how can a developer ensure it will show on a re-render?
A. Set the re-render attribute of the component to true.
B. Perform a full page refresh since rendered elements cannot be re-rendered without refreshing.
C. Set the rendered attribute of the component to true and re-render the component.
D. Set the rendered attribute of the component to true and re-render a parent component.
A company has a custom object Sales_Help_Request__c that has a Lookup relationship to Opportunity. The Sales_Help_Request__c has a number field, Number_of_Hours__c, that represents the amount of time spent on the Sales_Help_Request__c. A developer is tasked with creating a field, Total_Hours__c, on Opportunity that should be the sum of all of the Number_of_Hours__c values for the Sales_Help_Request__c records related to that Opportunity. What should the developer use to implement this?
A. A workflow rule on the Sales_Help_Request__c object
B. A roll-up summary field on the Opportunity object
C. A trigger on the Opportunity object
D. A trigger on Sales_Help_Request__c
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.