Salesforce Platform Developer 1 Certification Training

BY
Edureka

Join the course to become an expert in writing business logic and customising applications programmatically on the Force.com platform.

Mode

Online

Duration

6 Weeks

Fees

₹ 17995 19995

Important Dates

23 Nov, 2024

Course Commencement Date

Quick Facts

particular details
Medium of instructions English
Mode of learning Self study, Virtual Classroom
Mode of Delivery Video and Text Based
Frequency of Classes Weekends

Course overview

The Salesforce Platform Developer 1 Certification Training course by Edureka is a six-week course designed to help you develop and deploy basic business logic and user interfaces with the use of programmatic capabilities of the Force.com platform. 

The course enables the candidates to write business logic customizations using Apex triggers and classes with the help of SOQL and DML. Also, to design programmatic solutions that take advantage of declarative customisations. 

The Salesforce Platform Developer 1 Certification Training programme also teaches you to design programs on a multi-tenant platform. In addition to this, the course also teaches you how to write Visualforce markup and code to customise the user interface.

Moreover, the curriculum includes modules on how to make use of the built-in testing framework to test Apex and Visualforce code. Upon completion of the Salesforce Platform Developer 1 Certification Training course, you will become an expert in writing business logic. Besides, you will also learn the art of using Visualforce UI customise applications.

The highlights

  • Six weeks course
  • Instructor-led Sessions
  • Real-life Case Studies
  • End-chapter quizzes
  • Lifetime Access to the LMS
  • Community Forum
  • A course completion certificate from Edureka
  • 24x7 Expert Support

Program offerings

  • Course completion certificate from edureka
  • Community forum
  • Real life case studies
  • Instructor-led sessions
  • Weekend classes
  • Lifetime access to the lms

Course and certificate fees

Fees information
₹ 17,995  ₹19,995

There are two ways to pay the Salesforce Platform Developer 1 Certification Training programme fee: lumpsum and EMI. In addition, anyone who wants to enrol in the programme is also eligible for a 10% discount available for a limited period. 

Fee Structure

HeadAmount in INR
Original priceRs. 19,995
Discounted priceRs. 17,995
certificate availability

Yes

certificate providing authority

Edureka

Who it is for

The Salesforce Platform Developer 1 Certification Training certification course is a perfect fit for professionals who are passionate about CRM and cloud computing. Also, the course is highly suitable for individuals such as:

  • Siebel and other CRM products professionals
  • Experienced professionals interested in an exciting career in Cloud Computing platform
  • Lateral developers who have worked in Java, C#, and mainframe and want a boost in their career from the legacy platform
  • Functional consultants who want to switch to Salesforce
  • Freshers who wish to get a jump start a career in Cloud computing

Eligibility criteria

There are no prerequisites for the Salesforce Platform Developer 1 Certification Training programme. However, any working knowledge of SQL, HTML and JavaScript is recommended. 

Certificate Qualifying Details

You will receive a certificate after you complete the project assigned at the end of the course. 

What you will learn

Knowledge of cloud computing Database management Programming skills

Once you complete the Salesforce Platform Developer 1 Certification Training programme by Edureka, you will gain the following skills:

  • Understand cloud computing concepts and deployment models in the Cloud
  • Be able to import and export data on the Salesforce platform
  • Perform data querying on the Salesforce platform 
  • Proficiency in the concepts of Exception Handling on the Salesforce platform
  • Learn about the Application Development Lifecycle on the Salesforce platform and how to create Visualforce pages

The syllabus

Introduction to Cloud Computing and SDFC

Topics
  • Service and Deployment models in the Cloud
  • Market situation
  • Cloud Ownership
  • Introduction to SF1 and Force.com Platform
  • Declarative & Programmatic Options in Force.com
  • Meta-data Driven Architecture
  • Multi-tenant Architecture
  • Business and IT benefits
  • Application Development Tools in Salesforce
  • AppExchange as Application Development Strategy
  • Finding and Navigating Salesforce Documentation
  • Understanding Salesforce Trust
Hands-on
  • Navigation through Setup Menu
  • Access Developer Console
  • Access and Navigate Salesforce Documentation

Working on Custom Objects and Fields

Topics
  • Standard and Custom objects
  • Custom fields
  • Relationship fields
  • Formula fields
  • Roll-up summary fields
  • Junction Object
  • Workflows and Process Builder
Hands-on
  • Custom Objects
  • Custom Fields
  • Relationship Fields
  • Schema Builder
  • Formula and Summary Fields
  • Validation Rules
  • Workflow Rules
  • Lightning Process Builder

Data Management in SDFC

  • Data Management in Salesforce
  • Data Import Wizard and Data Loader
  • Import Data
  • Export Data
  • Data export wizard

Introduction to APEX Programming

Topics
  • APEX Introduction
  • APEX Classes and Triggers
  • Apex Development Process
  • Apex Development tools
  • Using Force.com IDE and Developer Console
  • Apex Governor Limits
Hands-on
  • Installing Force.com IDE
  • Creating Projects in Force.com IDE
  • Developer Console

Types of Data and Logic Control Statements in APEX

Topics
  • Overview of Apex Data Types
  • Primitive Data Types
  • Object Data Types
  • Enum Data Types
  • Collections Data Types
  • Apex Operators
  • Apex Control Statements
  • Executing Apex Programs
Hands-on
  • Primitive Data Types and Debug Statement
  • sObject and Enum Data Type
  • Collections
  • Controlling Statements & Looping Statements

APEX Classes

Topics
  • Apex Classes
  • Access Modifiers
  • Apex Class Constructors
  • Apex Class Variables and Methods
  • Inheritance, Sharing, and Interface
  • ‘This’ keyword
  • Accessing Apex Class
  • System Classes and Methods
Hands-on
  • Creating Apex Class

sObject Relationships, Implementing SOQL and SOQL Queries

Topics
  • Standard Object and Field API Names
  • Relationships in Apex
  • SOQL Function, SOQL Bindings and SOQL For Loops
  • Processing SOQL Query Output
  • Dynamic Query Creation
  • Relationship Query and its Types
  • SOSL Query and its Implementation
  • SOQL vs SOSL
Hands-on
  • Relationship While Creating an Object
  • Relationship Names in Schema Explorer
  • SOQL and SOSL Queries

Data Manipulation Language

Topics
  • Data Manipulation Language
  • Loops in DML
  • Database.DML Options
  • Transaction Control
  • Ways to invoke DML Operations
  • Invoking DML Operations
  • Handling DML Errors
Hands-on
  • DML Statements
  • Invoking DML Methods

Trigger in APEX and APEX Transaction

Topics
  • Apex Triggers and its Types
  • The Save order of Execution
  • Trigger Syntax and Events
  • Trigger Context Variables
  • Recursion in Triggers
  • Bulk Field Triggers
  • Trigger Helper Class Pattern
  • Lifecycle of Apex Transaction
  • Memory Cycle for Static Apex Variables
Hands-on
  • Working with Triggers

Exception Handling and Debugging in APEX

Topics
  • Exceptions
  • Exception Statements
  • System-Defined Exception
  • Exception Methods
  • Catching Different Exception Types
  • Custom or User-Defined Exception Handling
  • Debugging Using Debug Logs
  • Anonymous Blocks - Another Debugging Tool
Hands-on
  • Exception Handling
  • How to Set Up a Debug Log
  • How to Read Debug Logs
  • How to Set Up and View Debug Logs in the Developer Console
  • How to Use Anonymous Block

Testing Essentials and Design Strategies

Topics
  • Apex Testing Framework
  • Write and run Apex Tests
  • Create Tests data
  • Running Test Units
  • Developer Console
  • Force.com IDE
  • Testing Best Practices
  • Batch Testing
  • Efficient test code for DML and Query
  • Code Coverage
Hands-on
  • Running and executing Test classes

Deployment Strategies and Visualforce Pages

Topics
  • Application Development Lifecycle
  • Different Development Environments
  • Deployment - Migration of Applications and Components
  • Best Practices for Deployment
  • Introduction to Visualforce
  • Creating Visualforce Page
  • Launch Visualforce Page using Custom Button
  • Fetching Records in a Visualforce Page
  • Visualforce Best Practices
  • Visualforce Governor Limits and Security Concerns
  • Visualforce Strategies
Hands-on
  • Creating Sandbox
  • Creating Visualforce Page

Working with Controllers and Controller Extensions

Topics
  • Controller Architecture
  • Controller Methods
  • Standard Controllers
  • Custom Controllers
  • Visualforce Controllers
  • Controller Extension
  • Controller Constructors
  • Deploying Controllers
  • Testing Controllers
  • Security Concerns in Controllers and Visualforce
  • Controller and Visualforce Integration
  • Page References
  • Action Methods, Getters, Setters and Properties
Hands-on
  • Using different Controllers

Lighting Framework

Topics
  • Overview of Salesforce Lightning
  • Lightning Component Framework Structure
  • Benefits of Using Lightning Component Framework

Data Management in SFDC

Hands-on
  • Data Import Wizard and Data Loader
  • Import Data
  • Export Data
  • Data export wizard

Admission details

  • Candidates planning to enroll in the Salesforce Platform Developer 1 Certification Training programme need to follow these steps mentioned below:
    Visit Edureka: https://www.edureka.co/
  • Search for the relevant programme. In this case it will be “Salesforce Platform Developer 1 Certification Training” webpage on the website.
  • On the bottom-right side of the page, there is an “Enroll Now” button. Click on the button. You will need to provide your email and phone number.
  • You need to select the relevant batch. However, you can skip the batch selection process or opt for an already available weekend batch. 
  • Pay the applicable fee and you are ready for the course.

Filling the form

Candidates interested in the Salesforce Platform Developer 1 Certification Training course need to provide details such as name and phone number. Choose a batch after which, you can make the payment and submit the application form successfully.

How it helps

The Salesforce Platform Developer 1 Certification Training course by Edureka contains modules related to writing business logic using Apex code and Visualforce UI framework. The course is also an introductory course for people wanting to go for a Salesforce Dev 450 Certification.

Once you finish the Salesforce Platform Developer 1 Certification Training programme, you will be well versed with Salesforce CRM. According to Forbes, Salesforce’s share in the CRM market is expected to increase and reach around 24.6% by 2021. You can easily find lucrative employment opportunities upon completion of the course.

FAQs

Are there any prerequisites for the Salesforce Platform Developer 1 Certification Training course by Edureka?

There are no prerequisites for the course; any person looking to understand cloud computing and Salesforce in CRM can enrol in the course.

What is the Salesforce Platform Developer 1 Certification Training programme?

The Salesforce Platform Developer 1 Certification Training course by Edureka focuses on business logic and application customization using Apex code and Visualforce UI framework.

What is the course duration?

The course has different learning modules spread across 6 weeks.

What if I have some questions after completing this course?

The support team is accessible for a lifetime and is available 24x7. The team will resolve your queries, during and after the course.

How would I get access to the learning content, after signing up?

After enrolment, you will get LMS access instantly which will be available for a lifetime. You can access the complete set of previous class recordings, PPTs, PDFs, assignments. In addition, access to the 24x7 support team is provided instantly so that start learning right away.

Is the study material accessible after the course training is completed?

Yes, students get lifetime access to course material as soon as you enrol in the course.

Trending Courses

Popular Courses

Popular Platforms

Learn more about the Courses

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

Careers360 App
150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books