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
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
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

Mts Software Engineer Interview Questions Asked at Other Companies

Q1. What are decorators in Python and how define it. and what is a fu ... read more
asked in Salesforce
Q2. Return k most frequent string from an array of strings
Q3. Add Two Numbers represented as linked lists into one linked list
Q4. Given two strings s1 and s2 find the missing character with TC: 0 ... read more
asked in Agnity
Q5. Explaining the IMS architecture with interfaces and protocols
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

 (2)

 Principal Software Engineer

 (1)

 Software Engineer Intern

 (1)

 Associate Software Engineer

 (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 experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Linked list one easy question

Round 2 - Case Study 

Can't disclose NDA it was regarding class diagram

Round 3 - Behavioral 

(2 Questions)

  • Q1. What is your favourite company
  • Ans. 

    My favorite company is Google.

    • Innovative technology

    • Diverse range of products and services

    • Strong focus on user experience

  • Answered by AI
  • Q2. How can you explain the path of ip to url
  • Ans. 

    IP address is converted to URL through DNS resolution process involving multiple steps.

    • IP address is obtained from the domain name system (DNS) server when a user enters a URL in a web browser.

    • The DNS server looks up the IP address associated with the URL in its database.

    • The DNS server then returns the IP address to the user's device, allowing it to establish a connection to the server hosting the website.

    • For example, ...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why this company
  • Ans. 

    I chose this company because of its innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects: I am excited about the cutting-edge technology being developed at Mts.

    • Strong company culture: I value a supportive and collaborative work environment.

    • Opportunities for growth: I see potential for career advancement and skill development here.

  • Answered by AI
  • Q2. What is the thing you wanna improve
  • Ans. 

    I want to improve my problem-solving skills by learning new programming languages and technologies.

    • Learn a new programming language like Python or Java

    • Explore new technologies like cloud computing or machine learning

    • Practice solving coding challenges on platforms like LeetCode or HackerRank

  • Answered by AI

Skills evaluated in this interview

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

It was really good, having required tech questions for my position

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design was asked
  • Q2. There were questions like create schema for likedin
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

We were asked a couple of DSA questions around array and string manipulation

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA question - 2 sum. problem
  • Q2. DSA - island problem of leetcode
  • Ans. 

    The island problem on LeetCode involves finding the number of connected islands in a grid of 1s and 0s.

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the grid and count the number of islands.

    • Keep track of visited cells to avoid redundant calculations.

    • Consider diagonal movements if specified in the problem.

    • Example: Given grid = [[1,1,0,0],[0,1,0,1],[1,0,0,1]], the number of islands is 3.

  • Answered by AI

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 Configuration management, Salesforce, Analytical, Automation and Automation Testing.
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

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 904 Interviews
Google Interview Questions
4.4
 • 871 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
View all
Salesforce Mts Software Engineer Salary
based on 107 salaries
₹22 L/yr - ₹68 L/yr
45% 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.1

Company culture

3.2

Promotions

3.4

Work satisfaction

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

₹12 L/yr - ₹25 L/yr

Technical Consultant
324 salaries
unlock blur

₹13.8 L/yr - ₹32 L/yr

Member Technical Staff
270 salaries
unlock blur

₹18.8 L/yr - ₹60 L/yr

Senior Member of Technical Staff
248 salaries
unlock blur

₹30 L/yr - ₹100.4 L/yr

Senior Technical Consultant
229 salaries
unlock blur

₹23 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