Filter interviews by
I applied via Company Website and was interviewed in Nov 2021. There were 4 interview rounds.
I applied via LinkedIn and was interviewed before Oct 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
What people are saying about Salesforce
I was interviewed in Feb 2021.
Round duration - 75 Minutes
Round difficulty - Hard
Online Round - 2 questions.
75 minutes
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...
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...
Round duration - 40 Minutes
Round difficulty - Hard
1 Coding problem and 1 OOP problem
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:
Virtual function and abstract class
Round duration - 40 minutes
Round difficulty - Hard
Resume based problems, OOPs, DBMS, OS problems
Virtual memory ? Usage , example4
Threads, Processes , differences.
Design linkedin kind platform
Round duration - 15 Minutes
Round difficulty - Hard
Typical HR interview round. Short and crisp
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...
Tip 1 : Be quick and direct.
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
Tip 1 : Atleast 4 projects on Resume
Tip 2 : Do not write false things. You always get caught. Be genuine.
Salesforce interview questions for popular designations
I applied via Referral and was interviewed in Sep 2021. There were 4 interview rounds.
Get interview-ready with Top Salesforce Interview Questions
I was interviewed before May 2021.
Round duration - 60 minutes
Round difficulty - Easy
Timing - flexible 12 hours window to take the test. (9AM - 9PM)
Test was proctored
This was a online test.
This is a standard DP question.
I solved it in Time Complexity: O(N*m)
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).
Round duration - 40 minutes
Round difficulty - Easy
Timing - 9:00 AM - 9:40 AM
Let...
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.
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then t...
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.
Round duration - 40 minutes
Round difficulty - Easy
Timing - 12:00 Pm to 12:40 PM
A typical priority queue supports the following operations:
Insertion
Deletion
top
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
Round duration - 40 minutes
Round difficulty - Medium
Timing - 6:00 PM - 6:30 PM
Design Splitwise and change 3 features that you dont like about it.
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.
Tip 1 : For fresher role, System design is not very important.
Tip 2 : Do at least 1-2 good quality projects.
Tip 1 : Have 1-2 good engaging projects in resume.
Tip 2 : Internships are helpful.
I applied via LinkedIn and was interviewed in Jul 2021. There were 3 interview rounds.
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 ...
I was interviewed in Feb 2021.
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.
Which of the HTML5 elements support media content?
How can you reduce page loading time?
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.
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.
Some of the top questions asked at the Salesforce interview -
The duration of Salesforce interview process can vary, but typically it takes about less than 2 weeks to complete.
Interview experience
based on 806 reviews
Rating in categories
Technical Support Engineer
834
salaries
| ₹12 L/yr - ₹24 L/yr |
Technical Consultant
293
salaries
| ₹13.8 L/yr - ₹30 L/yr |
Member Technical Staff
256
salaries
| ₹20 L/yr - ₹60 L/yr |
Salesforce Developer
226
salaries
| ₹7.2 L/yr - ₹27 L/yr |
Senior Member of Technical Staff
225
salaries
| ₹30 L/yr - ₹93 L/yr |
SAP
Zoho
Oracle
Adobe