Book Image

Salesforce Platform App Builder Certification Handbook

By : Siddhesh Kabe
Book Image

Salesforce Platform App Builder Certification Handbook

By: Siddhesh Kabe

Overview of this book

The Salesforce Certified Platform App Builder exam is for individuals who want to demonstrate their skills and knowledge in designing, building, and implementing custom applications using the declarative customization capabilities of Force.com. This book will build a strong foundation in Force.com to prepare you for the platform app builder certification exam. It will guide you through designing the interface while introducing the Lightning Process Builder. Next, we will implement business logic using various point and click features of Force.com. We will learn to manage data and create reports and dashboards. We will then learn to administer the force.com application by configuring the object-level, field-level, and record-level security. By the end of this book, you will be completely equipped to take the Platform App Builder certification exam.
Table of Contents (17 chapters)
Salesforce Platform App Builder Certification Handbook
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
Index

Test your knowledge


Q1 Out of the following, what are the capabilities of the data loader? (Choose three)

  1. Insert more than 50,000 records.

  2. Insert, delete, and update records for custom objects

  3. Insert records to different objects in a single operation

  4. Run a batch process

Q2 The library wants to import updated titles of the media items from their external servers every night at 1 p.m. in an automatic nightly build. What can be used for this scenario?

  1. The import wizard

  2. The data loader

  3. The data loader using Command Prompt

  4. None of the above

Q3 The library wants to update the records in the system. What do they need in the CSV file before the update?

  1. The Salesforce record ID

  2. Any unique name for the record

  3. External ID

Q4 By using which tool can the developer change the data model of a Salesforce organization? (Read carefully)

  1. Data loader

  2. Administrator setup

  3. Cloud-based data wizard

  4. Other

Q5 If you wanted to load the users of the library system in Salesforce using the import wizard, what issues would you face?

  1. Can't...