Free Platform-Developer-II Exam Dumps

Question 46

- (Exam Topic 1)
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?

Correct Answer:A

Question 47

- (Exam Topic 1)
What are the ways a developer can create test data of Contacts? (Choose two.)

Correct Answer:BC

Question 48

- (Exam Topic 3)
As part of a new integration, a developer is asked to implement a new custom search functionality that is capable of performing unrestricted queries and can account for all values within a custom picklist field, type z, on the Opportunity object. The search feature must also account for NULL values.
The organization-wide default for the Opportunity object is set to Public Read-Only, and a new custom index has.
been created for the Type__c field. There are more than 5 million Opportunity records within the environment. and a considerable amount of the existing records have NULL values for the picklist
Which technique should the developer implement to maximize performance when querying NULL values?

Correct Answer:B

Question 49

- (Exam Topic 3)
There is an Apex controller and a Visualforce page in an org that displays records with a custom filter consisting of a combination of picklist values selected by the user.
The page takes too long to display results for some of the input combinations, while for other input choices it throws the exception, *Maximum view state size limit exceeded.
What step should the developer take to resolve this issue?

Correct Answer:C

Question 50

- (Exam Topic 1)
A developer created three Rollup Summary fields: Total_timesheets_c, Total_Approved_timesheet_c and Total_project_Timesheet_c in the custom object, project _c
Now, the developer is tasked with created a new field to show the ratio between and approved

Correct Answer:CD