The Salesforce interview process was well-structured and comprehensive, consisting of multiple rounds over 3 weeks.
Round 1: Phone screening with HR (30 minutes)
- Basic questions about background and interest in Salesforce
- Discussion about the role and company culture
- Salary expectations and availability
Round 2: Technical phone interview with Senior Engineer (60 minutes)
- Coding challenges on data structures and algorithms
- Questions about system design fundamentals
- Discussion about previous projects and technical experience
Round 3: Virtual onsite interviews (4 hours total)
- Technical coding session: Implemented a solution for processing large datasets
- System design interview: Designed a scalable notification system
- Behavioral interview with hiring manager: STAR method questions about leadership and teamwork
- Cultural fit interview: Questions about Salesforce's V2MOM values
The interviewers were professional, knowledgeable, and provided clear feedback. The process was transparent with good communication throughout. Overall, it was challenging but fair, and gave me a good sense of the company's engineering standards and culture.
Interview questions [1]
Question 1
During the technical round, they asked me to design a scalable system for handling real-time notifications for millions of users. They wanted me to explain how I would handle the architecture, database design, message queuing, and ensure the system could scale horizontally while maintaining low latency.
The technical interview was much tougher than I anticipated. I faced a DSA question related to word searches that required optimizing a brute-force approach with a Trie. It was intense, but the practice I’d done on PracHub the week before really helped solidify my understanding of the problem-solving techniques. The behavioral round felt lighter, focusing on teamwork and project experience. After a couple of days, I received an offer, which I happily accepted. Overall, it was a challenging yet rewarding experience.
Interview questions [1]
Question 1
Word Search II - given an m x n board of characters and a list of words, return all words that can be formed from sequentially adjacent cells; had to optimize the brute-force backtracking with a Trie to pass the time limit
The interview process started with an online coding assessment that included DSA and problem-solving questions. After clearing the test, I had two technical interview rounds focused on data structures, OOPs concepts, DBMS, and project discussion. The final round was with the hiring manager where they asked about teamwork, problem solving, and career goals. The interviewers were professional and the process was smooth overall.
Went through 3 rounds. First round was a technical interview - it was a take home assessment. I didn't pass the test cases but still went through to the next round. The onsite had 1 behavioral, 1 system design, and 1 technical Leetcode style interview. It was in person on a whiteboard.