Salesforce Certified Platform Developer II Practice Test - Questions Answers, Page 27
List of questions
Related questions
Which three Visualforce components can be used to initiate Ajax behavior to perform partial page updates? Choose 3 answers
Consider the code above.
When a user dicks on the Link of a Contact's name, what happens'
Universal Containers wants to be able to bring up an Account detail page and view a table of containers currently being rented. The user wants to be able to dick on a container In the table and quickly edit and save the location of the container.
In addition to this, the page should have a section that shows the location of each container on a map. Universal Containers wants the map to re-render whenever the location of a container is changed.
What can a developer use to accomplish this task?
A company uses a custom-built enterprise resource planning (ERP) system to handle order management. The company wants Sales Reps to know the status of orders so that if a customer calls to ask about their shipment, the Sales Rep can advise the customer about the order's status and tracking number if it is already shipped.
Which two methods can make this ERP order data visible in Salesforce? Choose 2 answers
Lightning Aura Component
Given the code above, which two changes need to be made in the Apex Controller for the code to work' Choose 2 answers
A company has a Request__c object that has a lookup to the Opportunity object and a custom field.
Status__c, with values of Open,' Closed, and Invalid.' An Opportunity should not be allowed to be deleted if there are any Request__c records related to it that have a Status__c value of Open or 'Closed.' what is the optimal way to enforce the requirement to prevent deletion?
What are two benefits of using External IDs? Choose 2 answers
There are user complaints about slow render times of a custom data table within a visualforce page that loads thousands of Account records at once.
What can a developer do to help alleviate such issues?
Which statement is considered a best practice for writing bulk safe Apex Triggers?
The Contact object in an org is configured with workflow rules that trigger field updates. The fields are not updating, even though the end user expects them to. The developer creates a debug log to troubleshoot the problem.
What should the developer specify in the debug log to see the values of the workflow rule conditions and debug the problem?
Question