Upload Button Icon Add office photos

Filter interviews by

Salesforce Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top Salesforce Interview Questions and Answers

View all 120 questions

Salesforce Interview Experiences

Popular Designations

262 interviews found

I applied via Company Website and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. In technical round, they asked questions on core java.
  • Q2. In managerial the question was situation based

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with the basics

Engineer- Customer Support Interview Questions asked at other Companies

Q1. If the customer is very irate and he is speaking profanity,how will you deal with them?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Interviewed on dev related queries and asked about soql queries
Round 2 - HR 

(1 Question)

  • Q1. Managerial round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on good dev knowledge

Top Salesforce Technical Support Engineer Interview Questions and Answers

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

CPQ Success Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2022

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Configurations such as Relationships and its types in salesforce, Automation tools, CPQ Cloud, Product Rules, price Rules, Approvals, Apex, Triggers, LWC
Round 2 - Behavioral 

(1 Question)

  • Q1. Questions related to past projects you have worked on, your role in the projects etc

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Study the basics of Salesforce Configuration
2. If applying for CPQ, you should study all the important topics such as product rules, price rules, approvals, bundle configuration, product setup and configuration etc
3. If applying for non-CPQ or dev role, you should focus on Aura, LWC, Apex, Triggers

Software Developer Interview Questions & Answers

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 75 Minutes
Round difficulty - Hard

Online Round - 2 questions. 
75 minutes

  • Q1. Construct the Lexicographically Largest Valid Sequence

    You are given a positive integer N. Your task is to create the lexicographically largest sequence of length 2*N - 1 containing integers between 1 to N...

  • Ans. Backtracking Approach

    Approach:

     

    In this approach, we will be trying to find the valid sequence using backtracking. We will be creating our sequence from left to right and will be trying to fix the biggest possible integer yet to be used at the current position. We are fixing the biggest integer first because that will give us the lexicographically largest sequence that is possible. For every position, we will be fi...

  • Answered by CodingNinjas
  • Q2. Zuma Game

    You have several balls on the table in the form of a string named 'BOARD'. The colors of the balls can be red(R), blue(B), green(G), white(W), and yellow(Y). You also have several balls i...

  • Ans. Recursive Approach

    The idea here is to use recursion. At each step, we plan to insert the remaining balls in the string hand to the string board. Now the question arises, in which position do we have to insert the ‘i’th character of the string hand? The answer is simple; we have to insert ‘i’th character to all the positions on board to get all possible answers. That’s why we are using the recursive approach. After inse...

  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 40 Minutes
Round difficulty - Hard

1 Coding problem and 1 OOP problem

  • Q1. Ninja and Chocolates

    Ninja is hungry and wants to eat his favorite chocolates but his mother won’t let him eat since he has already eaten enough chocolates. There are ‘N’ jars filled with chocolates. His m...

  • Ans. Brute Force

    The brute force approach to this problem is that we continuously iterate on the speed of eating chocolates till Ninja can eat all the chocolates within ‘M’ Minutes.

     

    Algorithm:

    1. Make a variable ‘sum’, which will store the sum of all chocolates which are present in all N jars.
    2. Now to find the starting speed, we’ll use the fact that our required speed has to be greater than the average speed(sum/M), else the ...
  • Answered by CodingNinjas
  • Q2. OOP Question

    Virtual function and abstract class

Round 3 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Hard

Resume based problems, OOPs, DBMS, OS problems

  • Q1. OS Questions

    Virtual memory ? Usage , example4

    Threads, Processes , differences.

  • Q2. System Design Question

    Design linkedin kind platform

Round 4 - HR 

(1 Question)

Round duration - 15 Minutes
Round difficulty - Hard

Typical HR interview round. Short and crisp

  • Q1. Basic HR Questions

    Are you reliable? or Can I trust you with responsibilities? 

    What are the three things that are most important for you in a job? 

    What was the toughest decision you ever had to ma...

  • Ans. 

    Tip 1 : Be quick and direct.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Software Engineering from Delhi Technological University. Eligibility criteriaNo criteriaSalesforce interview preparation:Topics to prepare for the interview - DBMS, Data Structures and Algorithms , OOP, Maths puzzles, Aptitude , CN, OSTime required to prepare for the interview - 9 MonthsInterview preparation tips for other job seekers

Tip 1 : Never leave any topic from any chapter / Subject
Tip 2 : Learn to explain your thoughts well
Tip 3 : Learn from previous experiences / interviews / problems asked.
Tip 4 : Atleast 4 projects in Resume

Application resume tips for other job seekers

Tip 1 : Atleast 4 projects on Resume
Tip 2 : Do not write false things. You always get caught. Be genuine.

Final outcome of the interviewRejected

Skills evaluated in this interview

Top Salesforce Software Developer Interview Questions and Answers

Q1. Balanced parenthesesGiven an integer ‘N’ representing the number of pairs of parentheses, Find all the possible combinations of balanced parentheses with the given number of pairs of parentheses. Note : Conditions for valid parentheses: 1. ... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Salesforce interview questions for popular designations

 Technical Support Engineer

 (44)

 Salesforce Developer

 (19)

 Salesforce Administrator

 (15)

 Software Developer

 (11)

 Mts Software Engineer

 (7)

 Software Engineer

 (7)

 Member Technical Staff

 (6)

 Technical Consultant

 (6)

I applied via Referral and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core java questions, Coding questions regarding loops and if conditions, Java Web services, Html, JavaScript, J2EE, Logging and debugging related questions, database questions using filtering and join clau...

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Java programs, concepts, J2EE basics, Spring boot, microservice architecture, Java Web services and database related questions can help to clear this interview.

Production Support Engineer Interview Questions asked at other Companies

Q1. What is a role of support engineer
View answer (2)

Get interview-ready with Top Salesforce Interview Questions

I was interviewed before May 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Timing - flexible 12 hours window to take the test. (9AM - 9PM)
Test was proctored

  • Q1. Combination Sum

    You have been given three numbers ‘X’, ’Y’ and ‘Z’. You have to find the sum of all the numbers formed by the combination of the digits 3, 4 and 5. You can use 3 at most ‘X’ times, 4 at mos...

  • Ans. 

    This was a online test.
    This is a standard DP question.
    I solved it in Time Complexity: O(N*m)

  • Answered by CodingNinjas
  • Q2. Longest Path In Directed Graph

    You are given a Weighted Directed Acyclic Graph (DAG) consisting of ‘N’ nodes and ‘E’ directed edges. Nodes are numbered from 0 to ’N’-1. You are also given a source node ‘Sr...

  • Ans. 

    This is a problem of topological sorting.

    Time complexity of topological sorting is O(V+E). After finding topological order, the algorithm process all vertices and for every vertex, it runs a loop for all adjacent vertices.

    overall time complexity of this algorithm is O(V+E).

  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

Timing - 9:00 AM - 9:40 AM

  • Q1. Smallest Number With At least N Trailing Zeros In Factorial

    You are given a positive integer N. Your task is to find the smallest number whose factorial contains at least N trailing zeroes.

    Example :
    Let...
  • Ans. 

    Step 1 - Trailing 0s in x! = Count of 5s in prime factors of x!
    = floor(x/5) + floor(x/25) + floor(x/125) + ....
    Step 2 - We can notice that, the maximum value whose factorial contain n trailing zeroes is 5*n.

    Step 3 -So, to find minimum value whose factorial contains n trailing zeroes, use binary search on range from 0 to 5*n. And, find the smallest number whose factorial contains n trailing zeroes.

  • Answered by CodingNinjas
  • Q2.  Reverse Linked List

    Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

    For example:
    The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then t...
  • Ans. 

    We return the pointer of next node to his previous(current) node and then make the previous node as the next node of returned node and then returning the current node.
    We first traverse till the last node and making the last node as the head node of reversed linked list and then applying the above procedure in the recursive manner.

  • Answered by CodingNinjas
Round 3 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

Timing - 12:00 Pm to 12:40 PM

  • Q1. Implement a priority queue

    Ninja is given a task to implement a priority queue using Heap data structure. The Ninja is busying preparing for the tournament., So he asked for your help.

    Your task is to us...

  • Ans. 

    A typical priority queue supports the following operations:
    Insertion
    Deletion
    top

  • Answered by CodingNinjas
  • Q2. Largest BST subtree

    You are given a binary tree with 'N' nodes. Your task is to return the size of the largest subtree of the binary tree which is also a BST.

    A binary search tree (BST) is a bina...

  • Ans. 

    1) Whether the subtree itself is BST or not 
    2) If the subtree is left subtree of its parent, then maximum value in it. And if it is right subtree then minimum value in it. 
    3) Size of this subtree if this subtree is BST

  • Answered by CodingNinjas
Round 4 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

Timing - 6:00 PM - 6:30 PM

  • Q1. System Design Question

    Design Splitwise and change 3 features that you dont like about it.

  • Ans. 

    Tip 1: Be comfortable with all OOPS concepts.
    Tip 2: They expected me to code in JAVA though I practiced DS algo in c++. So make sure you know atleast basics of java/python.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Netaji Subhas University Of Technology. I applied for the job as Associate Software Engineer in BangaloreEligibility criteriaNo criteriaSalesforce interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, OOPS, OS, DBMS.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : For fresher role, System design is not very important.
Tip 2 : Do at least 1-2 good quality projects.
 

Application resume tips for other job seekers

Tip 1 : Have 1-2 good engaging projects in resume.
Tip 2 : Internships are helpful.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Salesforce Associate Software Engineer Interview Questions and Answers

Q1. Smallest Number With At least N Trailing Zeros In FactorialYou are given a positive integer N. Your task is to find the smallest number whose factorial contains at least N trailing zeroes. Example : Let N = 1. The smallest number whose fact... read more
View answer (3)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Jobs at Salesforce

View all

I applied via LinkedIn and was interviewed in Jul 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Record triggered flow, SOQL queries, managed/unmanaged package
Round 3 - Behavioral 

(1 Question)

  • Q1. How to handle escalations/ your approach to solve any issues/ why do you want to join support when already you are working on development
  • Ans. 

    Handling escalations and approach to issue resolution in support as a developer

    • I understand the importance of timely resolution of issues and the impact it has on customer satisfaction

    • My approach is to first gather all necessary information and analyze the root cause of the issue

    • I then prioritize the issue based on its severity and impact on the customer

    • I communicate effectively with the customer and keep them updated ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confidence, listen to questions carefully then answer don't bluff, if you don't know the answer just inform the interviewer.

Support Engineer Interview Questions asked at other Companies

Q1. How to handle escalations/ your approach to solve any issues/ why do you want to join support when already you are working on development
View answer (2)

Salesforce Developer interview

user image SFDCFacts Academy

posted on 3 Dec 2021

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 25 minutes
Round difficulty - Medium

The interview was scheduled at 2pm and it began exactly at the same time. The interview was pretty good and the interviewer was very calm and humble. He asked me many questions based on my project and I was able to answer all of them. One incident that I wants to tell you is that the interviewer asked me a question in which I was stucked I tried my best to answer that question but I was not able to answer it then the interviewer asked me to take a deep breath and then try to give the answer and guess what happened, I was able to answer that question.

  • Q1. How do you enable Pagination using CSS3?
  • Q2. HTML

    Which of the HTML5 elements support media content?

  • Q3. Operating System

    How can you reduce page loading time?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in GhaziabadEligibility criteriaCGPA above 8 and student must have atleast 1 project in web development.Salesforce interview preparation:Topics to prepare for the interview - Some of the topics that i prepared are HTML, CSS, JS, Data Structure and Algorithms, OS, React.Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Revise your projects if any as the interviewer may ask questions based on your project. 

Tip 2 : Practice atleast 300 questions and focus on that kind of questions that were asked by the company in the previous interviews.

Tip 3 : Revise HTML, CSS and js. 

Tip 4 : Revise Data Structures and Algorithms. 

Tip 5 : Don't take much pressure, be confident and follow the time table.

Application resume tips for other job seekers

Tip 1 : Mention your projects and previous experience related to the job description. 

Tip 2 : Don't put false things in your resume.

Tip 3 : Mention all your skills and achievement in your resume .

Tip 4 : Add hyperlink to your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Internal HR Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. Purely depends on the interviewer. They do not follow standard procedure.

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips, just observe interviewer behavior and respond accordingly

Salesforce Interview FAQs

How many rounds are there in Salesforce interview?
Salesforce interview process usually has 2-3 rounds. The most common rounds in the Salesforce interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Salesforce interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Salesforce. The most common topics and skills that interviewers at Salesforce expect are Salesforce, CRM, SQL, Python and Cloud Computing.
What are the top questions asked in Salesforce interview?

Some of the top questions asked at the Salesforce interview -

  1. Admin Questions :- What is Relationships what are types of relationsh...read more
  2. How you will get contact of account with name starting with a...read more
  3. How to handle escalations/ your approach to solve any issues/ why do you want t...read more
How long is the Salesforce interview process?

The duration of Salesforce interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Salesforce Interview Process

based on 106 interviews in last 1 year

Interview experience

4.2
  
Good
View more

People are getting interviews through

based on 123 Salesforce interviews
Job Portal
Referral
Company Website
Campus Placement
WalkIn
Recruitment Consultant
30%
28%
15%
7%
2%
2%
16% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 868 Interviews
SAP Interview Questions
4.2
 • 297 Interviews
Adobe Interview Questions
4.0
 • 246 Interviews
View all

Salesforce Reviews and Ratings

based on 806 reviews

4.1/5

Rating in categories

3.8

Skill development

4.0

Work-Life balance

4.4

Salary & Benefits

3.6

Job Security

3.9

Company culture

3.5

Promotions/Appraisal

3.7

Work Satisfaction

Explore 806 Reviews and Ratings
Account Executive - PSU Banks

Mumbai

1-4 Yrs

Not Disclosed

Senior, Account SE

Gurgaon / Gurugram,

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Specialist Account Executive - Platform

Bangalore / Bengaluru

10-12 Yrs

Not Disclosed

Explore more jobs
Technical Support Engineer
834 salaries
unlock blur

₹12 L/yr - ₹24 L/yr

Technical Consultant
293 salaries
unlock blur

₹13.8 L/yr - ₹30 L/yr

Member Technical Staff
256 salaries
unlock blur

₹20 L/yr - ₹60 L/yr

Salesforce Developer
226 salaries
unlock blur

₹7.2 L/yr - ₹27 L/yr

Senior Member of Technical Staff
225 salaries
unlock blur

₹30 L/yr - ₹93 L/yr

Explore more salaries
Compare Salesforce with

SAP

4.2
Compare

Zoho

4.3
Compare

Oracle

3.7
Compare

Adobe

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview