Salesforce Platform Developer Certification Training

Salesforce Platform Developer Certification Training

OL Tech Edu's Salesforce Platform Developer 1 Certification Training is designed to make you an expert in writing business logic and customizing applications programmatically using Apex code and Visualforce UI framework on the Force.com platform. It will help you prepare for Salesforce Dev 450 Certification.

Salesforce's share in the CRM market is expected to increase and reach around 24.6% by the end of 2021.

More than 2,00,000 companies worldwide use Salesforce Platform.

Be future ready. Start learning
Structure your learning and get a certificate to prove it.
Start Learning

Salesforce Platform Developer I UpComing Batches

Apr-16 - May-28

Weekend
SOLD OUT

Timings: 07:00 AM To 10:00 AM (IST)

350.00     Enroll Now

Apr-09 - May-21

Weekday
SOLD OUT

Timings: 20:30 PM To 23:30 PM (IST)

350.00     Enroll Now

Apr-20 - Jun-01

Weekend
FILLING FAST

Timings: 07:00 AM To 10:00 AM (IST)

350.00     Enroll Now

Apr-27 - Jun-08

Weekday
FILLING FAST

Timings: 20:30 PM To 23:30 PM (IST)

350.00     Enroll Now

May-04 - Jun-15

Weekend

Timings: 07:00 AM To 10:00 AM (IST)

350.00     Enroll Now

May-11 - Jun-22

Weekday

Timings: 20:30 PM To 23:30 PM (IST)

350.00     Enroll Now
Be future ready. Start learning
Structure your learning and get a certificate to prove it.
Start Learning

Course Curriculum

Salesforce Platform Developer 1 Certification Training

SELF PACED

OL Tech Edu's Salesforce Platform Developer 1 Certification Training is designed to make you an expert in writing business logic and customizing applications programmatically using Apex code and Visualforce UI framework on the Force.com platform. It will help you prepare for Salesforce Dev 450 Certification.

  • WEEK 5-6
  • 10 Modules
  • 6 Hours
Salesforce Platform Developer 1 Certification Training

Learning Objectives: Get to know about Cloud computing concepts, SaaS, PaaS, IaaS – Service model, Public, Private, Community and Hybrid Cloud models. You will also get an introduction to Salesforce Platform and its different development tools. 

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.

Learning Objectives: In this module, you will get to know about the data modeling on the Salesforce Platform and how to work with standard and custom objects. 

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.

Learning Objectives: Learn how to import and export data on the Salesforce Platform. 

Topics:
  • Data Management in Salesforce.
  • Data Import Wizard and Data Loader.
  • Import Data.
  • Export Data.
  • Data Export Wizard.

Hands-on:
  • Data Import Wizard and Data Loader.
  • Import Data.
  • Export Data.
  • Data Export Wizard.

Learning Objectives: In this module, you will learn about Apex Programming Language and various Apex Governor Limits. 

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.

Learning Objectives: The module introduces you to the basic building blocks of Apex Programming Language. 

Topics:
  • Overview of Apex Data Types.
  • Primitive Data Types.
  • S-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.
  • S-Object and Enum Data Type.
  • Collections.
  • Controlling Statements & Looping Statements.

Learning Objectives: Learn different concepts of object-oriented programming in Apex. 

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.

Learning Objectives: The module covers sObject relationships and how to perform data querying on the Salesforce Platform. 

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.

Learning Objectives: In this module, you will learn about Data Manipulation Language along with transaction control. 

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.

Learning Objectives: Learn how to create Apex Triggers on the Salesforce Platform. 

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.

Learning Objectives: This module introduces you to the concepts of Exception Handling on the Salesforce Platform. 

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?


Learning Objectives: Learn how to implement testing methodologies in Apex to write error-free code along with testing best practices. 

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.

Learning Objectives: Know about the Application Development Lifecycle on the Salesforce platform and how to create 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 Pages.

Learning Objectives: The module covers different controllers in Apex and their methods. 

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.


Learning Objectives: In this module, you will learn about the Lightning Component Framework.

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

Program Syllabus

Curriculum

You can also view the program syllabus by downloading this program Curriculum.

Projects

What are the system requirements for our Salesforce Platform Developer 1 (Dev 450) Course?

Participants are expected to have a PC with minimum 2GB RAM and a latest browser and internet connection. Windows or Mac is recommended, office tools or Google Docs will be handy.

How will I execute the practicals?

For executing the practicals, participants will be enabled to create a life-time free SFDC development environment on the Cloud. There are few simple tools that need to installed for specific topics which comprise around 10% of the total course and will be provided in that module.

Course Description


About The Course
What are the objectives of our Salesforce Platform Developer 1 (Dev 450) Course?After completing this course, students will be able to:
  • Create and modify objects using the declarative interface.
  • Write business logic customizations using Apex triggers and classes with the help of SOQL and DML.
  • Design programmatic solutions that take advantage of declarative customizations.
  • Create Apex Triggers within the basics of the Save Order of Execution.
  • Design programs on a multi-tenant platform.
  • Write Visualforce markup and code to customize the user interface.
  • Use the built-in testing framework to test Apex and Visualforce code.

Objectives Of Our Online PySpark Training Course
About the Salesforce Platform Developer 1 Certification Training.Salesforce Platform Developer 1 Certification Training will help participants to develop and deploy basic business logic and user interfaces using the programmatic capabilities of the Force.com Platform.

Go For Online Spark Training
Why learn Salesforce Platform Developer 1 Certification Training? Salesforce Certification Training will make you an expert in writing business logic and customizing applications programmatically on the Force.com platform. It will also help you prepare for Salesforce Certification (Dev 450 Certification).

Learning With Our PySpark Certification Training
Who should go for this Salesforce Certification Training?This Salesforce Certification training at OL Tech Edu is suitable for all professionals who are passionate about CRM and cloud computing. But typical profiles, who go for salesforce training are:
  • Siebel and other CRM products professionals.
  • Experienced professionals who are looking to have an exciting career in the leading Cloud Computing platform.
  • Functional consultants who are looking to switch to Salesforce.
  • Freshers who are looking to get a jump start to their careers in Cloud computing.
  • Lateral developers who have worked in Java, mainframe and C# and are looking for a boost to their career from the legacy platform.

Who Should Go For Our PySpark Training Course
What are the pre-requisites for this Salesforce Platform Developer 1 Certification Training? Salesforce Certification training at OL Tech Edu does not require any specific pre-requisites. But any working knowledge on SQL, HTML and JavaScript will be recommended.

Course Certification

OL Tech Edu’s Certificate Holders work at top 500s of companies like

certificate

Features

Explore step by step paths to get started on your journey to Jobs of Today and Tomorrow.

Instructor-led Sessions

30 Hours of Online Live Instructor-Led Classes.
Weekend Class : 10 sessions of 3 hours each.

Real Life Case Studies

Real-life Case Studies

Live project based on any of the selected use cases, involving implementation of the various real life solutions / services.

Assignments

Assignments

Each class will be followed by practical assignments.

24 x 7 Expert Support

24 x 7 Expert Support

We have 24x7 online support team to resolve all your technical queries, through ticket based tracking system, for the lifetime.

Certification

Certification

Towards the end of the course, OL Tech Edu certifies you for the course you had enrolled for based on the project you submit.

Course FAQ's

Enroll, Learn, Grow, Repeat! Get ready to achieve your learning goals with OL Tech Edu View All Courses

© 2015 - 2024 OL Tech Edu. All Rights Reserved.
Designed, Developed & Powered by MNJ SOFTWARE

The website is best experienced on the following version (or higher) of Chrome 31, Firefox 26, Safari 6 and Internet Explorer 9 browsers