Salesforce Certified Heroku Architecture Designer — Question 26

A Heroku application uses Heroku Connect to integrate with data from a Salesforce org. Since then, several fields from the Salesforce objects that were mapped using Connect have been removed. As a result, the development team will reload the mapping using Heroku Connect.
What is an implication of reloading the mapping?

Answer options

Correct answer: A

Explanation

The correct answer is A because when the mapping is reloaded, the previously synchronized data in Heroku Postgres remains intact and synchronization continues without interruption. Options B and D are incorrect as they state that the mapped tables will be truncated, which is not the case in this scenario. Option C is also incorrect because synchronization does not pause; it continues normally.