Salesforce Certified Platform Developer II Practice Test - Questions Answers, Page 27
List of questions
Question 261
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which three Visualforce components can be used to initiate Ajax behavior to perform partial page updates? Choose 3 answers
Question 262
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Consider the code above.
When a user dicks on the Link of a Contact's name, what happens'
Question 263
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
Question 264
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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
Question 265
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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
Question 266
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
Question 267
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What are two benefits of using External IDs? Choose 2 answers
Question 268
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
Question 269
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which statement is considered a best practice for writing bulk safe Apex Triggers?
Question 270
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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