Upload Button Icon Add office photos

Salesforce

Compare button icon Compare button icon Compare

Filter interviews by

Salesforce Mts Software Engineer Interview Questions, Process, and Tips

Updated 20 Dec 2024

Top Salesforce Mts Software Engineer Interview Questions and Answers

  • Q1. Return k most frequent string from an array of strings
  • Q2. persistent in memory key value store optimized for write heavy workloads(use: sstables,compaction )
  • Q3. what is java and how to slove concurrency error

Salesforce Mts Software Engineer Interview Experiences

7 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Technical round- Hackerank Problem

Round 2 - One-on-one 

(3 Questions)

  • Q1. Coding medium and easy problems for Leetcode,
  • Q2. More of a scenario based questions like whatyou will do if you have a confict with your developer
  • Q3. How will you lead your team
Round 3 - Technical 

(1 Question)

  • Q1. Java, API, Testing related, Selenium, Scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager Round

more of a project and scenario related question, couple of question from design patter and sql, Java
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two medium level question in 75 minutes

Round 2 - One-on-one 

(1 Question)

  • Q1. Return k most frequent string from an array of strings
  • Ans. 

    Return k most frequent strings from an array of strings

    • Use a hashmap to store the frequency of each string in the array

    • Sort the hashmap by frequency in descending order

    • Return the first k keys from the sorted hashmap

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Salesforce Mts Software Engineer interview:
  • DSA
  • LLD
  • HLD

Mts Software Engineer Interview Questions Asked at Other Companies

Q1. What are Data Structures? What is the difference between array an ... read more
Q2. What is Oops? What is the difference between Abstaction and Encap ... read more
Q3. What is Oops? Difference between struct and union. Difference bet ... read more
Q4. What are decorators in Python and how define it. and what is a fu ... read more
asked in Salesforce
Q5. Return k most frequent string from an array of strings
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is java and how to slove concurrency error
  • Ans. 

    Java is a popular programming language used for developing various applications. Concurrency errors occur when multiple threads access shared resources simultaneously.

    • Java is a high-level, object-oriented programming language known for its platform independence.

    • Concurrency errors in Java can be solved using synchronization mechanisms like synchronized blocks, locks, and atomic variables.

    • Examples of solving concurrency ...

  • Answered by AI
  • Q2. What is null pointer exception
  • Ans. 

    A null pointer exception occurs when a program tries to access a memory address that is null or invalid.

    • Occurs in programming languages like Java when trying to access an object or variable that is null

    • Can be caused by not properly initializing a variable before using it

    • Example: int[] arr = null; int x = arr.length; // This will throw a null pointer exception

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much but mostly DSA and coding algorithms

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium leet code data structures and algorithms

Round 2 - Technical 

(2 Questions)

  • Q1. Word break 3 leet code
  • Q2. Persistent in memory key value store optimized for write heavy workloads(use: sstables,compaction )
  • Ans. 

    Apache Cassandra is a persistent in-memory key-value store optimized for write-heavy workloads using SSTables and compaction.

    • Apache Cassandra is a popular choice for write-heavy workloads due to its distributed architecture and support for SSTables.

    • SSTables (Sorted String Tables) are used to store data on disk in a sorted manner, allowing for efficient read and write operations.

    • Compaction in Apache Cassandra helps to m...

  • Answered by AI

Salesforce interview questions for designations

 Software Engineer

 (5)

 Senior Software Engineer

 (4)

 Associate Software Engineer

 (1)

 Principal Software Engineer

 (1)

 Software Engineer Intern

 (1)

 Software Development Engineer II

 (1)

 Software Developer

 (7)

 Software Developer Intern

 (2)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 DSA questions were asked. they were of easy-medium difficulty.

Round 2 - Technical 

(2 Questions)

  • Q1. DSA question on DP
  • Q2. DSA question based on the stack data structure
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Project description in deep
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used AngularJS for front-end development

    • Implemented RESTful APIs for backend using Node.js

    • Utilized MongoDB for database storage

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 6 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 - Coding Test 

Round 1 was hackerrank test which had 2 questions.

Round 3 - Coding Test 

Round 2 was onsite code pair round where in we have to solve 2 questions on dsa

Round 4 - Coding Test 

This was similar to 2nd round

Round 5 - Lld 

(1 Question)

  • Q1. Low level design question
Round 6 - HR 

(1 Question)

  • Q1. Managerial round

Interview Preparation Tips

Topics to prepare for Salesforce Mts Software Engineer interview:
  • DSA
  • low level design
Interview preparation tips for other job seekers - Keep coding and solve coding problems. When the interviews are ner focus on lld and company tagged questions

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. PATTERN PROBLEMS
  • Q2. CALCULATION OF CHILDREN AND GRANDCHILDREN
  • Ans. 

    Calculate the number of children and grandchildren

    • Count the number of direct children of a person

    • Count the number of grandchildren of a person

    • Use recursion to count all descendants

    • Consider only living descendants

    • Exclude step-children and adopted children

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the logic
Practice

Interview Questionnaire 

1 Question

  • Q1. Simple basic c programing questions

I applied via Campus Placement and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Partitioning even and odd numbers in an array
  • Ans. 

    Partition even and odd numbers in an array

    • Iterate through the array and check if each number is even or odd

    • Create two separate arrays for even and odd numbers

    • Combine the two arrays to get the final partitioned array

  • Answered by AI
  • Q2. Leaders in an array
  • Ans. 

    Find leaders in an array of strings

    • Leaders are elements that are greater than all elements to their right

    • Traverse array from right to left and keep track of maximum element

    • Add maximum element to result if it is a leader

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be skilled with advanced data structures (recursion, graph) and dynamic programming

Skills evaluated in this interview

Salesforce Interview FAQs

How many rounds are there in Salesforce Mts Software Engineer interview?
Salesforce interview process usually has 2-3 rounds. The most common rounds in the Salesforce interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Salesforce Mts Software Engineer 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, Automation Testing, Configuration management, Analytical and Automation.
What are the top questions asked in Salesforce Mts Software Engineer interview?

Some of the top questions asked at the Salesforce Mts Software Engineer interview -

  1. Return k most frequent string from an array of stri...read more
  2. persistent in memory key value store optimized for write heavy workloads(use: s...read more
  3. what is java and how to slove concurrency er...read more

Tell us how to improve this page.

Salesforce Mts Software Engineer Interview Process

based on 9 interviews

1 Interview rounds

  • Coding Test Round
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 865 Interviews
Google Interview Questions
4.4
 • 844 Interviews
Amdocs Interview Questions
3.7
 • 518 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
SAP Interview Questions
4.2
 • 285 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
View all
Salesforce Mts Software Engineer Salary
based on 103 salaries
₹22 L/yr - ₹62.4 L/yr
43% more than the average Mts Software Engineer Salary in India
View more details

Salesforce Mts Software Engineer Reviews and Ratings

based on 10 reviews

4.0/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

4.4

Salary

3.2

Job security

4.2

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 10 Reviews and Ratings
Technical Support Engineer
976 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Technical Consultant
344 salaries
unlock blur

₹13.8 L/yr - ₹32 L/yr

Member Technical Staff
288 salaries
unlock blur

₹18.8 L/yr - ₹60 L/yr

Senior Member of Technical Staff
256 salaries
unlock blur

₹30 L/yr - ₹95 L/yr

Senior Technical Consultant
251 salaries
unlock blur

₹18 L/yr - ₹45 L/yr

Explore more salaries
Compare Salesforce with

SAP

4.2
Compare

Zoho

4.3
Compare

Oracle

3.7
Compare

Adobe

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