Which is a valid Apex REST Annotation? (Choose two.)
Answer(s): A,B
A customer requires that when the billing address field on an Account gets updated, the address field on all its related contact records should reflect the same update.How can this requirement be met with minimal customizations?
Answer(s): C
A company requires an external system to be notified whenever an account is updated.trigger AccountTrigger on Account (after update){ for (Account updatedAccount:Trigger.new){ AccountTriggerHelper.notinyxternalSystem(updatedAccount.id); } } public class AccountTriggerHelperfuture(callout=true){ public static void notinyxternalSystem(Id accountId){ Account acc = [Select id, name from Account where accountId = :accountId]; http objectHttp h = new Http(); HttpRequest req = new HttpRequest(); req.setEndpoint('http://example.org/restService'); req.setMethod('POST'); req.setBody(JSON.serialize(acc)); HttpResponse res = h.send(req); } }What LimitException could the following code trigger?
Answer(s): A
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?
Answer(s): D
A company exposes a REST web service and wants to establish two-way SSL between Salesforce and the REST web service. A certificate signed by an appropriate certificate authority has been provided to the developer. What modification is necessary on the Salesforce side? (Choose two.)
Post your Comments and Discuss Salesforce PDII exam dumps with other Community members:
Random Commented on August 01, 2025 great questions Anonymous
SFUsr Commented on July 27, 2025 great material Anonymous
papu Commented on July 27, 2025 nice material Anonymous
SP Commented on July 03, 2025 Good material for preparing PD2 exam Anonymous
SP Commented on July 03, 2025 Good for practice Anonymous
Anand Commented on June 27, 2025 Good for practice Anonymous
mam Commented on June 25, 2025 good question and exercise Anonymous
Priyanka Commented on June 16, 2025 I think the website functions well and gives very good practise questions , i found some of the other sites to be glitchy Anonymous
Sagar Dhawle Commented on June 16, 2025 Good For Practice ,nice questions Anonymous
Omar SAIDI Commented on June 03, 2025 Good for practice. FRANCE
Farooqi Commented on November 21, 2023 Good for practice. INDIA
Farooqi Commented on November 21, 2023 good for practice. INDIA