Salesforce Developer

As more businesses rely on data and analytics for everything from sales and marketing to planning and customer management, Salesforce Developers are in high demand across nearly all industries and you can find a niche in anything from banking and software to healthcare and entertainment.

Here is the list of some of the popular companies which work for Salesforce technologies.

  • Accenture
  • Capgemini
  • Tata Consultancy Services (TCS)
  • IBM
  • Deloitte
  • Cognizant
  • Wipro
  • Tech Mahindra

Table of Content

  • Program Overview
  • Salesforce Developer, Roles and Responsibilities
  • Program Features
  • Delivery Mode
  • Prerequisites
  • Target Audience
  • Key Learning Outcomes
  • Course Curriculum

Program Overview

This Salesforce certification training course is designed to teach you how to master the concepts needed to become a Salesforce Platform Developer. You will learn how to design and code any functionality in Salesforce to collect, analyze, and retrieve vital customer information and to create applications using Salesforce Lightning.

Salesforce Developer, Role and Responsibilities

  • Customization and Configuration
  • Apex Development
  • Integration
  • Data Management
  • Governance and Best Practices
  • Testing
  • Security
  • Documentation
  • Continuous Learning
  • Collaboration

Program Features

  • 110 hours of total duration of learning
  • 50 hours of instructor-led live training
  • 30 hours of hands-on practice with Salesforce Lightning
  • 30 hours of Online self-paced learning
  • 5 industry projects with 30 case studies

Delivery Mode

Instructor led Live online training

Prerequisites

There are no prerequisites for this training course, but it’s good to have experience of working as an administrator or developer.

Target Audience

  • App builders
  • Developers
  • System administrators
  • Sales representatives
  • IT managers
  • Product managers

Key Learning Outcomes

After completing this course you will be able to:

  • Proficient to work with objects
  • Good understanding of Salesforce
  • Ability to write efficient apex code
  • Ability to implement process automations in Salesforce
  • Working with Customizations
  • Master in salesforce technical
  • Design and develop new application in Salesforce

Course Curriculum

  1. Salesforce and Apex Fundamentals
    1. Salesforce Lightning Platform basics and features
    2. Apex Programming language and features
    3. Constants, variables and datatype
    4. Primitive and non primitive data type
    5. Collections(List, set and map)
    6. Expressions and Operators
  2. Control Flow
    1. If-Else Statement
    2. Switch-When Statement
    3. Conditional Statement
    4. Loops
    5. Break and Continue Statement
  3. Apex Class and Method
    1. Access Modifier
    2. Apex Methods
    3. Parameterized methods
    4. Polymorphic methods
    5. Apex Class Lifecycle
    6. Inner Class or Wrapper class
  4. Salesforce Object Query Language(SOQL)
    1. SOQL Basics
    2. SOQL in Apex
    3. SOQL Variable Binding
    4. SOQL Return Type
    5. SOQL Functions
    6. SOQL Keywords
    7. Date Literals
    8. Child to Parent Relationship
    9. Parent to Child Relationship
    10. Multi-Level Relationship
    11. Dynamic SOQL
    12. SOSL
  5. Apex DML Statements and Database Method
    1. Apex DML basics
    2. DML SOQL Best practices
    3. Database Class
    4. Database Methods vs DML Statement
    5. Insert and update operations
    6. Delete and Undelete Operation
    7. Delete and Undelete Operations
    8. sObject Overview
  6. Exception Handling
    1. Basics of Exception
    2. custom or user defined exception
    3. System Exception
    4. try, catch and finally
    5. exception method and throw
  7. Governor limits and Code Bulkification
    1. Transaction
    2. Bulkification
    3. CPU Timeout exception
    4. Limits Class
    5. Heap Size Limit
  8. Apex Triggers
    1. Trigger Basics
    2. Type of Triggers
    3. Trigger Context Variables
    4. Order of Execution
    5. Trigger best practices
    6. Trigger exceptions and validations
  9. Async Apex
    1. Async Apex Overview
    2. Future Methods
    3. Batch Apex
    4. Queueable Apex
    5. Scheduled Apex
  10. Visualforce
    1. Visualforce Basics
    2. Standard controller
    3. View Page
    4. Edit Page
    5. Custom Controller
    6. Order of Execution
  11. Integrations
    1. Web Services
    2. Apex callout
    3. Apex Testing
      1. Introduction of Apex Testing
      2. Assert Statement
      3. Apex test Data
      4. Test Setup, Start Test and Stop test
      5. Bulk Test
    4. Security
      1. Introduction of Salesforce Security Model
      2. Custom Code Security
    5. Introduction of Lightning Web Components(LWC)
      1. LWC Basics
      2. Development Tools
      3. Lightning web Components vs Web Components
      4. Lightning Data Services and Wire Method