Upload Button Icon Add office photos

Filter interviews by

Salesforce Member Technical Staff Interview Questions, Process, and Tips

Updated 19 Jun 2024

Top Salesforce Member Technical Staff Interview Questions and Answers

  • Q1. Buy and Sell Stock Problem Statement Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You ...read more
  • Q2. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Eac ...read more
  • Q3. Longest Happy String Problem Statement Given three non-negative integers X , Y , and Z , determine the longest happy string. A happy string is defined as a string that c ...read more
View all 7 questions

Salesforce Member Technical Staff Interview Experiences

6 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Asked coding question on array medium level.
Round 2 - Technical 

(1 Question)

  • Q1. Asked design related question and coding question and current project architecture etc
Round 3 - Behavioral 

(1 Question)

  • Q1. Techno behavioural question
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - PS dsa system design doing properly will help
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Medium DSA question based on string and sliding window algorithm
Round 2 - Technical 

(1 Question)

  • Q1. 2 Medium DSA Questions - 1 was based on using heaps (both min and max) - 1 was based on binary search with using few other optimisations
Round 3 - Technical 

(1 Question)

  • Q1. LLD Round - Based on Designing HashMap
Round 4 - Behavioral 

(1 Question)

  • Q1. Couple of behavioural questions and small discussion on one of the projects mentioned on Resume. Was a friendly discussion of around 30 mins.

Member Technical Staff Interview Questions Asked at Other Companies

asked in Salesforce
Q1. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
asked in Salesforce
Q2. Optimal Strategy for a GameYou and your friend Ninjax are playing ... read more
Q3. Given a string, find the next smallest palindromeYou are given a ... read more
Q4. Check PermutationYou have been given two strings 'STR1' and 'STR2 ... read more
asked in Salesforce
Q5. Longest Happy StringNinja likes to play with strings, and he call ... read more

Member Technical Staff Interview Questions & Answers

user image Monika Rajendran

posted on 7 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Sep 2023.

Round 1 - Coding Test 

First round was hacker rank test

Round 2 - Coding Test 

Two coding questions and optimisation and other basic DS and OOPS questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Deep diving into current project works
  • Ans. 

    I am currently working on developing a new feature for our company's website to improve user experience.

    • Researching user feedback and analyzing data to identify areas for improvement

    • Collaborating with designers and developers to create wireframes and prototypes

    • Implementing and testing the new feature to ensure functionality and usability

    • Gathering feedback from users through surveys and usability testing

    • Iterating on the

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Leetcode Easy to Medium

Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Leetcode Medium
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions about how to deal with challenges while working in a team

Salesforce interview questions for designations

 Member Technical

 (1)

 Senior Member of Technical Staff

 (2)

 Technical Staff Member Lead

 (2)

 Senior Technical Staff Member

 (1)

 Senior Member Technical

 (2)

 Senior Technical Staff Member 1

 (2)

 Staff Engineer

 (1)

 Technical Consultant

 (6)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Just basic screening questions about package and notice period
Round 2 - Coding Test 

Hackerrank coding round asking me to wite a trigger that performed some functionality

Round 3 - Technical 

(1 Question)

  • Q1. This was an architectural round going through business case scenario and various ways it could be solved
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a managerial round mostly around behavioural questions.

Get interview-ready with Top Salesforce Interview Questions

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

Online coding assessment having 20 MCQs and 2 coding questions

  • Q1. 

    Spiral Matrix Problem Statement

    You are given a N x M matrix of integers. Your task is to return the spiral path of the matrix elements.

    Input

    The first line contains an integer 'T' which denotes the nu...
  • Ans. Spiral Matrix

    Divide the matrix into loops. Print all the elements in the clockwise order from the first-outer layer, followed by the elements from the second outer layer, and so on. Use four loops to print all the elements. Every ‘for’ loop defines a single direction movement along with the matrix. The first loop represents the movement from left to right, the second loop represents the movement from top to bottom, the...

  • Answered Anonymously
  • Q2. 

    Longest Happy String Problem Statement

    Given three non-negative integers X, Y, and Z, determine the longest happy string. A happy string is defined as a string that contains only the letters 'a', 'b', and...

  • Ans. Brute Force Approach

    Given 'X', 'Y' 'Z' you can try all combinations of possible strings and return the string that has a maximum length. You can create all possible strings by inserting all the three letters i.e. ‘a’, ‘b’, ‘c’ at each ‘i -th’ position in string by taking care of the condition that no three characters should be the same. For example at ‘i -th’ position in the string you can add the letter ‘a’, if and on...

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The first interview round was fairly easy, and the interviewer was very helpful. It was an hour long interview.

  • Q1. 

    Buy and Sell Stock Problem Statement

    Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You can perform up to two buy-and-sell ...

  • Ans. Recursion

    This problem can be solved by solving its subproblems and then combining the solutions of the solved subproblems to solve the original problem. We will do this using recursion.

    Basically, we have to buy the stock at the minimum possible price and sell at the maximum possible price, keeping in mind that we have to sell the stock before buying it again.

     

     

    Below is the detailed algorithm: 

     

    1. Call ...
  • Answered Anonymously
  • Q2. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. Outer And Inner Loop

    We are going to have two loops outer-loop and inner-loop 

    1. Maintain a count of the number of nodes visited in outer-loop.
    2. For every node of the outer-loop, start the inner loop from head.
    3. If the inner-loop visits the node next to the outer-loop node, then return true, else repeat the process for the next iteration of outer-loop.
    4. If outer-loop reaches the end of list or null, then return false.
    Space ...
  • Answered Anonymously
Round 3 - Video Call 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was a long interview, although the interviewer was again very friendly. The main focus was on problem solving in this round too.

  • Q1. 

    Minimum Swaps to Sort Array Problem Statement

    Given an array arr of size N, determine the minimum number of swaps required to sort the array in ascending order. The array consists of distinct elements onl...

  • Ans. Hash Map ApproachSpace Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered Anonymously
  • Q2. 

    Optimal Strategy for a Coin Game

    You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line.

    Here are the rules of the game:

    1. Each coin has a value associated wit...
  • Ans. Recursive Brute Force
    • Suppose it's your turn and you are left with coins in the index range ['I', ‘J’] (other coins have already been picked up in previous turns). You have the option to pick either ith or jth coin. Of these two options, you would select the one which maximizes your winning amount.
      • If you pick the ith coin. The other player will have the option to pick ('I'+1)th or ‘J’th coin.
        → If the other player picks ...
  • Answered Anonymously

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASalesforce interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating Systems, OOPS, Web DevelopmentTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Solve questions in each topic and make sure to note down important concepts for quick review
Tip 2 : Practice specifically for interviews too by solving questions asked previously in top firms 
Tip 3 : Pay utmost importance to your projects

Application resume tips for other job seekers

Tip 1 : Put links for your projects on resume
Tip 2 : Strictly one page, with only relevant points

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the process for designing a thread-safe concurrent transaction application?
  • Q2. Find middle element of linkedlist
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Code snippets apti to guess output

Round 2 - Coding Test 

5 questions with each 15 min time

Round 3 - Coding Test 

Long coding with 2 hrs time

Round 4 - Technical 

(2 Questions)

  • Q1. Db modelling for accounting app
  • Ans. 

    Database modeling for an accounting application

    • Identify entities such as customers, invoices, transactions, and accounts

    • Establish relationships between entities (e.g. one-to-many, many-to-many)

    • Consider normalization to reduce redundancy and improve data integrity

    • Use primary keys and foreign keys to maintain data consistency

    • Implement constraints to enforce business rules (e.g. unique constraints, check constraints)

  • Answered by AI
  • Q2. Class diagram and system design for any fintech app
  • Ans. 

    A fintech app class diagram and system design involves modeling classes, relationships, and interactions for financial services.

    • Identify key classes such as User, Account, Transaction, and Payment

    • Define relationships between classes (e.g. User has many Accounts, Account has many Transactions)

    • Consider security measures for sensitive financial data

    • Include features like authentication, authorization, and encryption

    • Design ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

All questions cs fundamentals

Round 2 - Coding Test 

Basic coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview
Round 4 - One-on-one 

(1 Question)

  • Q1. Second technical interview kind of managerial
Round 5 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Merge sort, check duplicates
  • Q2. String related questions

Salesforce Interview FAQs

How many rounds are there in Salesforce Member Technical Staff interview?
Salesforce interview process usually has 3-4 rounds. The most common rounds in the Salesforce interview process are Technical, Coding Test and Behavioral.
How to prepare for Salesforce Member Technical Staff 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, Automation, Debugging and Javascript.
What are the top questions asked in Salesforce Member Technical Staff interview?

Some of the top questions asked at the Salesforce Member Technical Staff interview -

  1. Deep diving into current project wo...read more
  2. 2 Medium DSA Questions - 1 was based on using heaps (both min and max) - 1 was ...read more
  3. This was an architectural round going through business case scenario and variou...read more

Tell us how to improve this page.

Salesforce Member Technical Staff Interview Process

based on 5 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more
Salesforce Member Technical Staff Salary
based on 274 salaries
₹18.8 L/yr - ₹55 L/yr
202% more than the average Member Technical Staff Salary in India
View more details

Salesforce Member Technical Staff Reviews and Ratings

based on 19 reviews

3.7/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

4.3

Salary

3.7

Job security

3.5

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 19 Reviews and Ratings
Technical Support Engineer
857 salaries
unlock blur

₹12 L/yr - ₹24 L/yr

Technical Consultant
304 salaries
unlock blur

₹13.8 L/yr - ₹30 L/yr

Member Technical Staff
274 salaries
unlock blur

₹18.8 L/yr - ₹55 L/yr

Salesforce Developer
234 salaries
unlock blur

₹7.1 L/yr - ₹27 L/yr

Senior Member of Technical Staff
232 salaries
unlock blur

₹27 L/yr - ₹100.4 L/yr

Explore more salaries
Compare Salesforce with

SAP

4.2
Compare

Zoho

4.3
Compare

Oracle

3.7
Compare

Adobe

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview