Salesforce Certified Platform App Builder — Question 452

Universal Containers is migrating its sales operations from a legacy system that was used in Europe. Opportunities need to be imported with the proper country currency.
Which two steps should an app builder configure to meet these requirements? (Choose two.)

Answer options

Correct answer: B, C

Explanation

The correct steps are to use Data Loader (B) for importing large volumes of data and to include the Currency ISO Code Column in the import file (C) to ensure the currency is accurately set. Options A and D are incorrect because simply adding the Currency ISO code to all currency fields does not guarantee the import will recognize them properly, and Import Wizard is not the best tool for handling currency-specific imports in bulk.