Blog

Salesforce Interview Questions on Triggers

Salesforce Interview Questions on Triggers

A trigger is the piece of code, that is executed Before or After a record is inserted or updated. Usually, an APEX (code) based evaluation of criteria to set off a chain of events.These events execute the following types of operations like : Insert, Update, Delete, Merge, Upsert and Undelete. Hey Guys, In this post I am going to share Salesforce Interview Questions on Triggers 1. What is a Trigger? The trigger is defined as an Apex cod...

Read More
Top Salesforce Apex Interview Questions and Answers

Top Salesforce Apex Interview Questions and Answers

Salesforce provides many ways to automate the business process to fulfil our requirements. It has many standard automation tools such as workflows, process Builders, approval process etc. Organizations may have very complex business functionality which cannot be fulfilled by the standard automation tools. To achieve complex functionalities, Salesforce provides a programming language called APEX for developers to build applications. You can create web services, email services, and perform complex validation over multiple objects etc. using Apex language. Good understanding i...

Read More
Workflow Rules vs Process Builder

Workflow Rules vs Process Builder

Today, Salesforce is that the world’s leading Customer relationship management solution provider that helps grow businesses efficiently. Salesforce users leverage the core capabilities and enriched functionalities of Salesforce, from sending reminders to follow up with customers to making sales projections and reporting accurately for top-level management. Fortunately, Salesforce enables to make workflows and program tasks to automate business processes. Workflow rules and program tasks are often created with simple drop-down menus and flow charts. you'll crea...

Read More
Top 50+ Salesforce Lightning Interview Questions

Top 50+ Salesforce Lightning Interview Questions

Lightning (Salesforce Lightning) is a component-based framework for app development from Salesforce.com that is designed to simplify processes for business users, who typically do not have programming experience. The Lightning platform allows its users to quickly create and customize applications with drag-and-drop components. By quickly delivering customized and connected applications, your sales, marketing and service teams work more effectively to collaborate and make customers happy. Lightning Components is a UI framework used to develop web applications ...

Read More
Trigger Scenario Based Questions in Salesforce

Trigger Scenario Based Questions in Salesforce

Asking simple straightforward questions in Salesforce is history. Few years back Salesforce certified people were very less. Hence criteria was just to check whether that person know about Salesforce or not. So questions used to be: What is Salesforce? What is account and contact? What is relationship between account contact? What is workflow? What is approval process? etc. If you notice above questions are crisp to the point. But now since in market there are many Salesf...

Read More
Quick Start: Lightning Web Components

Quick Start: Lightning Web Components

Welcome in Lightning Web Components Worlds. Here i'm starting the Lightning Web Component series for beginners, this may helps beginners and intermediate level learners to possess an honest knowledge of lightning web components. Lightning Web Components are announced as part of Spring19 pre-release. As of now, we have built lightning component using the "Aura Components model" we can also built lightning component using the "Lightning Web Components model". According to Salesforce, you can build Lightning components using ...

Read More
Interview Questions on Batch Apex in Salesforce

Interview Questions on Batch Apex in Salesforce

Hello everyone, Welcome in SFDC Worlds...!! Asking simple straightforward questions of Batch Apex in Salesforce is history. Few years back Salesforce certified people were very less. Hence criteria was just to check whether that person know about Salesforce or not. So questions used to be: What are types of Asynchronous apex? What is Batch Apex? What are the methods used in batch apex? etc. If you notice above questions are crisp to the point. But now since in...

Read More
 Interview Questions on Scheduled Apex in Salesforce

Interview Questions on Scheduled Apex in Salesforce

Hello everyone, Welcome to SFDC Worlds...!! Last month I started the "Interview Series on Salesforce". My first Interview Series was on Batch Apex. In this blog series, I am starting next interview series on Apex Scheduler. I am covering real time scenario questions and concepts. I have tried to cover all scenario based questions which are often asked by Salesforce Apex Developer in an interview. Understanding Scheduled Apex Scheduled apex is all about to run a piece of apex code at some particular time within a period...

Read More
Interview Questions on Future Method in Salesforce

Interview Questions on Future Method in Salesforce

Hello everyone, Welcome to SFDC Worlds...!! Last month I started the "Interview Series on Asynchronous Apex (i.e. Batch Apex, Apex Scheduler, Future Methods and Queueable Apex)". My first and second Interview Series was on Batch Apex and Apex Scheduler. In this blog series, I am starting next interview series on Future Methods. I am covering real time scenario questions and concepts. I have tried to cover all scenario based questions which are often asked by Salesforce Apex Developer in an interview. Understanding Asynchronous Apex: Future Method A future method ru...

Read More
Interview Questions on Queueable Apex in Salesforce

Interview Questions on Queueable Apex in Salesforce

Hello everyone, Welcome in SFDC Worlds...!! Last month I started the "Interview Series on Asynchronous Apex (i.e. Batch Apex, Apex Scheduler, Future Methods and Queueable Apex)". In this blog series, I am starting last part of interview series on Asynchronous Apex - "Queueable Apex". I am covering use case, real time scenario questions and concepts. I have tried to cover all scenario based questions which are often asked by Salesforce Apex Developer in an interview. Understa...

Read More
Scenario Based Salesforce Interview Questions

Scenario Based Salesforce Interview Questions

Asking simple straightforward questions in Salesforce is history. Few years back Salesforce certified people were very less. Hence criteria was just to check whether that person know about Salesforce or not. So questions used to be: • What is Salesforce? • What is account and contact? • What is relationship between account contact? • What is workflow? • What is approval process? etc. If you notice above questions are crisp to the point. But now since in market there are many Salesf...

Read More
LWC Scenario Based Interview Questions

LWC Scenario Based Interview Questions

Hello everyone, Welcome in SFDC Worlds...!! As Salesforce world is moving towards Lightning Web components (LWC), So today I will share the scenario-based Lightning web components interview questions with you. Asking simple straightforward questions in Salesforce is history. Few years back Salesforce certified people were very less. Hence criteria was just to check whether that person know about Salesforce or not. So questions used to be: •  What are Lightning Web Components (LWC)? •  Wh...

Read More
Scenario Based Salesforce Developer Interview Questions

Scenario Based Salesforce Developer Interview Questions

Asking simple straightforward questions in Salesforce is history. Few years back Salesforce certified people were very less. Hence criteria was just to check whether that person know about Salesforce or not. So questions used to be: • What is Salesforce? • What is account and contact? • What is relationship between account contact? • What is workflow? • What is approval process? etc. If you notice above questions are crisp to the point. But now since in market there are many Salesf...

Read More
Salesforce Integration Interview Questions

Salesforce Integration Interview Questions

Salesforce Integration is a crucial aspect of connecting Salesforce with external systems to exchange data and streamline business processes. In today's interconnected world, organizations often rely on integrating Salesforce with various systems to centralize data, improve productivity, and provide a unified view of customer information.  MIND IT ! The interview questions related to Salesforce Integration cover a wide range of topics and scenarios to assess a candidate's knowledge and expertise in integrating Salesforce with external systems....

Read More
JavaScript Essentials for Lightning Web Components Development

JavaScript Essentials for Lightning Web Components Development

JavaScript is a fundamental part of Lightning Web Components (LWC) development, allowing developers to create dynamic, interactive, and feature-rich user interfaces on the Salesforce platform. In this blog, we will cover the essential JavaScript concepts and techniques that are vital for mastering LWC development. Each topic will be accompanied by example code and clear explanations to help you grasp these concepts effectively. Topics Covered: 1. Declaring Variables using var, let, and const, and understanding various data types in JavaScrip...

Read More