Book Image

Force.com Developer Certification Handbook (DEV401)

By : Siddhesh Kabe
Book Image

Force.com Developer Certification Handbook (DEV401)

By: Siddhesh Kabe

Overview of this book

<p>When migrating to the new wave of cloud-based applications, we now think about business logic, we think about automating processes, and we think about how we can make the systems better. Force.com is a cloud-based platform that is used to build and deploy enterprise applications on the cloud with minimum coding. Demand for Force.com experts is growing rapidly and companies look for certified professionals. This books comes in handy when you are seeking to clear the Salesforce.com Certified Force.com Developer exam.<br /><br />The Force.com Developer Certification Handbook (DEV401) is a practical guide for you to become a Salesforce.com Certified Force.com Developer. This book will help you to impress your colleagues with excellent Force.com skills, and prepare for the Dev 401 certification exam. From building applications to automating business processes everything is covered from the certification perspective, and you will gain hands-on expertise with the step-by-step approach of this book.<br /><br />Force.com Developer Certification Handbook (DEV401) will help you build and deploy a complete application on Force.com by using point and click. With this book you will learn to create and manage custom objects and their data. You will build the user interface for your applications and automate your business process by using workflows and approvals.<br /><br />This definitive certification guide provides a disciplined approach to be adopted for successfully clearing the DEV 401 exam, which gives you an edge over Force.com developers who are not certified. Each chapter contains ample practice questions at the end.</p>
Table of Contents (18 chapters)
Force.com Developer Certification Handbook (DEV401)
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Sample Paper Answers
Index

Test your knowledge


  1. Out of the following what are the capabilities of the data loader? (Choose three)

    a. Insert more than 50,000 records.

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

    c. Insert records to different objects in a single operation

    d. Perform rollback

    e. Run a batch process

  2. The library wants to import updated titles of the media items from their external servers every night at 1 p.m. What can be used for the scenario?

    a. Import wizard

    b. Data loader

    c. Data loader using command prompt

    d. Scheduled jobs

    e. None of the above

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

    a. Salesforce record ID

    b. Any unique name for record

    c. External ID

  4. By using which tool can the developer change the data model of an Salesforce organization? (Read carefully)

    a. Data loader

    b. Administrator setup

    c. Cloud based data wizard

    d. Other

  5. If you want to load the users of the library system in Salesforce using import wizard what issues would you face...