00:00

QUESTION 1

- (Exam Topic 1)
A developer must create a way for external partners to submit millions of leads into Salesforce per day-How
should the developer meet this requirement?

Correct Answer: B

QUESTION 2

- (Exam Topic 3)
A company uses Salesforce to sell products to customers. They also have an external product information management (PIM) system that is the system of record for products.
A developer received these requirements:
• Whenever a product is created or updated in the PIM, a product must be created or updated as a Product2 record in Salesforce and a PricebookEntry record must be created or updated automatically by Salesforce.
• The PricebookEntry should be created In a Pricebook2 that is specified In a custom setting. What should the developer use to satisfy these requirements?

Correct Answer: A

QUESTION 3

- (Exam Topic 3)
Universal Containers wants to use a Customer Community with Customer Community Plus licenses to allow their customers access to track how many containers they have rented and when they are due back. Universal Containers uses a Private sharing model for External users.
Many of their customers are multi-national corporations with complex Account hierarchies. Each account on the hierarchy represents a department within the same business.
One of the requirements is to allow certain community users within the same Account hierarchy to see several departments' containers, based on a custom junction object that relates the Contact to the various Account records that represent the departments.
Which solution solves these requirements?

Correct Answer: C

QUESTION 4

- (Exam Topic 1)
An Apex trigger and Apex class increment a counter, Edit_Count_c, any time that the Case is changed.
Platform-Developer-II dumps exhibit
A new process on the case object was just created in production for when a Case is created or updated< since the process was created, they are reports that the Count is being incremented by more than one on Case edit.
Which change in the Apex code will fix the problem?
A)
Platform-Developer-II dumps exhibit
B)
Platform-Developer-II dumps exhibit
C)
Platform-Developer-II dumps exhibit
D)
Platform-Developer-II dumps exhibit

Correct Answer: A

QUESTION 5

- (Exam Topic 1)
A company has a custom component that allows users to search for records of a certain object type by invoking an Apex Controller that returns a list of results based on the user's input, when the search Is completed, a searchComplete event is fired, with the results put in a results attribute of the event. The component is designed to be used within other components and may appear on a single page more than once.
What is the optimal code that should be added to fire the event when the search has completed?
A) Platform-Developer-II dumps exhibit
B) Platform-Developer-II dumps exhibit
C) Platform-Developer-II dumps exhibit
D) Platform-Developer-II dumps exhibit

Correct Answer: B