Tips to pass Salesforce Platfrom Developer 1 Certification - A detailed map to study guide






Preparing for a Salesforce Certification exam always raises the question "What do I need to study and where can I find any good resources?". 
So in this post I'll share the resources that I've used to study for the Salesforce Platform Developer I exam and what to expect from the exam.
60-70% of the questions I've got were scenario based, so you should have a good understanding of each topic referenced in the study guide. During the exam certain questions will leave you confused with more than one correct answer so read through the questions more than once before you select your answer(s).

DEFINE YOUR STRATEGY:

Start with Salesforce platform developer 1 Certification study guide. Go through each section from the study guide to see if there is any specific area you need more knowledge on. Don’t rely on practice exams or exam dumps as they are mostly out-of-date and never replicates real exam. Sometimes those question/answers are just wrong. Salesforce has loads of documentation on each specific topic, so if you study hard and practice a lot in your developer org, you will do just fine!

Each section in the study guide is assigned percentage of questions:

  • Logic and Process Automation (46%)
  • Data Modelling and Management (12%)
  • Testing (12%)
  • User Interface (10%)
  • Debug and deployment tools (10%)
  • Salesforce Fundamentals(10%)


WHAT TO STUDY?

First of all if you have access to a Premier Online Training catalogue or Partner Training catalogue do lookup the following online course:

It takes about 4 hours, but gives you a nice detailed summary of the most important topics and I actually had some questions that were clearly answered in this course! Highly Recommended ;-)  ;-)
I watched this course when I started to study and then watched it again the morning of the exam as a review.
Besides that I studied the following materials:

Logic and Process Automation


Describe how to programmatically access and utilize the object schema (Go through methods to validate Access Control for fields programmatically.  During the exam I received a question on how to check whether user has specific permission on a specific object in a Visualforce page or not. Read through this article)

  • Describe the capabilities and use cases for formula fields. (Understand when formula gets executedFormula Data typesBuilding cross object formulas) . The questions around this topic might try to trick you between formula, rollup summary fields and trigger. Remember cross object formula always works from child to parent meaning you can create formula on child and reference fields from it's parent! And if a parent has to refer to children then it might be a roll-up summary field if there is a master-detail relation or otherwise a  trigger for more complex logic. Workflow rules can update fields on the record itself or it's related parents for an update. Never children. Process Builder can update children!
  • Describe the capabilities and use cases for roll-up summary fields. (Consideration for Roll-up summary fieldsGo through the Formula & Validations trailhead)
            Remember roll-up summary fields only work with Master-detail relationships, so as soon as you read that it's a lookup relation it can’t be a roll-up summary field
            Very important table in the Process Automation Trailhead Module which compares capabilities of process builder, workflow, approval process and visual flow.

Testing


Data Modelling and Management


Debug and Deployment Tools


Salesforce Fundamentals


User Interface

DEFINE YOUR STRATEGY:

  • Start with Salesforce platform developer 1 Certification study guide. Go through each section from the study guide to see if there is any specific area you need more knowledge on. Don’t rely on practice exams or exam dumps as they are mostly out-of-date and never replicates real exam. Sometimes those question/answers are just wrong. Salesforce has loads of documentation on each specific topic, so if you study hard and practice a lot in your developer org, you will do just fine!

    Each section in the study guide is assigned percentage of questions:

    • Logic and Process Automation (46%)
    • Data Modelling and Management (12%)
    • Testing (12%)
    • User Interface (10%)
    • Debug and deployment tools (10%)
    • Salesforce Fundamentals(10%)


WHAT TO STUDY?

  • First of all if you have access to a Premier Online Training catalogue or Partner Training catalogue do lookup the following online course:

    It takes about 4 hours, but gives you a nice detailed summary of the most important topics and I actually had some questions that were clearly answered in this course! Highly Recommended ;-)  ;-)
    I watched this course when I started to study and then watched it again the morning of the exam as a review.
    Besides that I studied the following materials:

Logic and Process Automation

Testing

Data Modelling and Management

Debug and Deployment Tools

Salesforce Fundamentals

User Interface

Comments