Salesforce Certified Platform Developer II — Question 27

Which two objects can be inserted in the same transaction? (Choose two.)

Answer options

Correct answer: B, C

Explanation

The correct answers are B and C because both Account and AccountShare, as well as Case and CaseComment, can be manipulated together in the same transaction due to their related nature. Options A and D are incorrect as Opportunity and User, and Account and Group do not share the same transactional compatibility.