Within the System.Limit class, what would you call to get the number of calls made in your transaction?

Within the System.Limit class, what would you call to get the number of calls made in your transaction?A . get [typeOfLimit] ―> (Ex. getDXLStaterr.ents () )B . getLimit [typeOf Limit] ―> (Ex. getLirr.it DXLSt at err.ents () )View AnswerAnswer: A

October 30, 2021 No Comments READ MORE +

An org has a custom object, Registeration_c that has a lookup relationship to the Opportunity object.

An org has a custom object, Registeration_c that has a lookup relationship to the Opportunity object. What should a developer use to create a stand-alone Vlsualforce page that displays the Registration__c records related to an Opportunity.A . A standard controller with a controller extensionB . A controler extensionC . A...

October 30, 2021 No Comments READ MORE +

When testing batch classes, what must a developer do? (Choose two.)

When testing batch classes, what must a developer do? (Choose two.)A . Use seeAIIData=trueB . Encapsulate code in Test.startTestQ and Test.stopTestQC . Call the class* "execute" methodD . Limit the amount of records you test to < 200View AnswerAnswer: B,D Explanation: If you use "seeAIIData=true," you are a bad person

October 29, 2021 No Comments READ MORE +

What is the optimal way to implement this?

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...

October 29, 2021 No Comments READ MORE +

Which method of integration should the application use?

A corporation has many different Salesforce orgs, with some different objects and some common objects, and wants to build an application that can create, retrieve, and update common object records in all of the different orgs. Which method of integration should the application use?A . Apex REST Web ServiceB ....

October 29, 2021 No Comments READ MORE +

What would allow Universal Containers to switch vendors without updating the code to handle authentication?

Universal Containers wants to use an external Web Service provided by a third-party vendor to validate that shipping and billing addresses are correct. The current vendor uses basic password authentication, but Universal Containers might switch to a different vendor who uses OAuth. What would allow Universal Containers to switch vendors...

October 29, 2021 No Comments READ MORE +

Which tag should the developer use inside the component?

A developer created a custom component to display an HTML table. The developer wants to be able to use the component on different Visualforce Pages and specify different header text for the table. Which tag should the developer use inside the component?A . <apex:variable>B . <apex:define>C . <apex:param>D . <apex:attribute>View...

October 29, 2021 No Comments READ MORE +

How can the developer accomplish this?

A developer is using a third-party JavaScript library to create a custom user interface in Visualforce. The developer needs to use JavaScript to get data from a controller method in response to a user action. How can the developer accomplish this?A . Use <apex:actionFunction> to create a JavaScript wrapper for...

October 29, 2021 No Comments READ MORE +

When should you use the "transient" property on variables?

When should you use the "transient" property on variables?A . Variables that you want transmitted as part of the view state. Static variables also don't get transmittedB . Variables that you don't want transmitted as part of the view state. Static variables also don't get transmittedC . Static variables that...

October 29, 2021 No Comments READ MORE +

Code must have X% overall code coverage.

Code must have X% overall code coverage.A . X= 100B . X = 75C . X = 65D . X = 50View AnswerAnswer: B

October 28, 2021 No Comments READ MORE +