Free Certified Platform Developer II Exam Braindumps (page: 48)

Page 47 of 107

What Salesforce tool lets you deploy/retrieve metadata, check status of apex jobs, and check responses of REST calls?

  1. Force.com Migration Tool
  2. Developer Console
  3. Workbench
  4. Streaming API

Answer(s): C



What are the ways a developer can create test data of Contacts? (Choose two.)

  1. Test.createTestData()
  2. myDataFactory.createContacts(10)
  3. Test.loadData(Contact.sObjectType, 'staticResource')
  4. Test.loadTestRecords(Contact.sObjectType, 'staticResource')

Answer(s): B,C



If you have a method "doStuff(List<sObject> records)", which is a valid call?

  1. doStuff([Select Id From Account]);
  2. doStuff(List<Account> records);
  3. doStuff(Account acct);
  4. doStuff(sObject obj);

Answer(s): A



If you wanted to create a record following the update of another (with data from the source object), what is the most customizable approach?

  1. Workflow Rule
  2. Process Builder
  3. After update Trigger
  4. Flow

Answer(s): B






Post your Comments and Discuss Salesforce Certified Platform Developer II exam with other Community members:

Exam Discussions & Posts