- (Exam Topic 3)
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?
Correct Answer:
A
- (Exam Topic 1)
Which statement should be used to allow some of the records in a list of records to be inserted if others fail to be inserted?
Correct Answer:
A
- (Exam Topic 3)
A Salesforce org has more than 50,000 contacts. A new business process requires a calculation that aggregates data from all of these contact records. This calculation needs to run once a day after business hours.
Which two steps should a developer take to accomplish this? Choose 2 answers
Correct Answer:
BD
- (Exam Topic 1)
When should you use the "transient" property on variables?
Correct Answer:
B
- (Exam Topic 1)
A developer needs to send Account records to an external system for backup purposes. The process must take a snapshot of Accounts as they are saved and then make a callout to a RESTful web service. The web service can only receive, at most, one record per call. Which feature should be used to implement these requirements?
Correct Answer:
D