Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mu Sigma Team. If you also belong to the team, you can get access from here

Mu Sigma Verified Tick

Compare button icon Compare button icon Compare
2.6

based on 933 Reviews

Filter interviews by

Mu Sigma Java Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Java Developer Interview Questions & Answers

Sigmoid user image Manjunath Yadav S

posted on 7 Jan 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Coding Test 

1 question from DSA,
Find no of ways to climb the stairs.
Java collections, Java 8 features and few Spring based aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Find peak element in rotated sorted array
  • Q2. Print the pascal triangle pattern
Round 3 - Technical 

(2 Questions)

  • Q1. Design Custom Hashmap
  • Q2. Find sum elements which will appear from left view of Binary tree
Round 4 - One-on-one 

(1 Question)

  • Q1. Question based on current project and experience. Some technical questions about Gradient descent(because mentioned resume)
Round 5 - HR 

(1 Question)

  • Q1. Experience and Expected CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Never waste in giving interview with this company. Really HR service is very pathetic. Before technical interview, they discussed about my notice period. After clearing all technical interviews and spent entire my full day by spending 1300 for travelling and food, the HR said i doubt 90 days notice period will join our organisation. Unfortunately technical interviewers are very good.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coding to find the excel column name using given number
  • Ans. 

    Convert given number to Excel column name

    • Use ASCII values to map numbers to characters (A=65, B=66, ...)

    • Divide the number by 26 to get the column name

    • Handle edge cases like 'Z' and multiple characters

  • Answered by AI
  • Q2. Streams program to find the numbers divisible by2
  • Ans. 

    Using Java streams to find numbers divisible by 2

    • Use Java streams to filter numbers divisible by 2

    • Use the filter() method with a lambda expression to check for divisibility by 2

    • Collect the filtered numbers into a list or array

  • Answered by AI
  • Q3. Synchronized block and method, use of lock in method
  • Ans. 

    Synchronized block and method are used in Java to control access to shared resources using locks.

    • Synchronized block allows locking on a specific object instance or class

    • Synchronized method locks on the object instance

    • Locks prevent multiple threads from accessing the synchronized code simultaneously

  • Answered by AI
  • Q4. Rest api validation

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Good and bad if social media

Round 2 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Some technical basics questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics on Java 8, MySql, Linux
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. @transactional
Round 2 - Technical 

(3 Questions)

  • Q1. Sql questions based on queries and scenarios
  • Q2. Microservices architecture
  • Q3. Design patterns
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
No response

I was interviewed in Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Data structures
  • Q2. Solid Principles
  • Q3. Single responsibility principle
  • Ans. 

    Single responsibility principle states that a class should have only one reason to change.

    • Each class should have only one responsibility

    • Helps in making code more maintainable and easier to understand

    • Promotes separation of concerns

    • Example: A class that handles user authentication should not also handle file management

  • Answered by AI
  • Q4. Javascript question
  • Q5. Object oriented concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It was an easy test. It consisted of MCQs and two coding qns. Prepare SQL well. It also had 2 programming question. Both were medium difficukty

Round 3 - One-on-one 

(1 Question)

  • Q1. It was mainly focussed on my projects. Be thorough with you resume. But it also depends on the interviewer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in-depth Java and you should know what is on your resume. Medium level of DSA is enough.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Apt + coding questions, medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Basics qs on oops and known programming language
Round 3 - Technical 

(1 Question)

  • Q1. In-depth of oops and live coding questions
Round 4 - HR 

(1 Question)

  • Q1. Basics qs like y and what
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Valid parentheses
  • Q2. Currying with arrow function
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying can be achieved using arrow functions in JavaScript.

    • Arrow functions automatically bind 'this' and do not have their own 'this' value.

    • Example: const add = a => b => a + b;

    • Example: const addFive = add(5); const result = addFive(3); // result

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. DFS related problem
  • Q2. Machine coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on ds & algo

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Concepts of OOPS

Mu Sigma Interview FAQs

How to prepare for Mu Sigma Java Developer 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 Mu Sigma. The most common topics and skills that interviewers at Mu Sigma expect are Hibernate, IOC, J2EE, JDBC and JPA.

Tell us how to improve this page.

Interview Questions from Similar Companies

Tiger Analytics Interview Questions
3.7
 • 218 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Crisil Interview Questions
3.7
 • 183 Interviews
Indegene Interview Questions
3.4
 • 150 Interviews
Nielsen Interview Questions
3.7
 • 116 Interviews
Axtria Interview Questions
3.0
 • 114 Interviews
Kantar Interview Questions
3.5
 • 105 Interviews
Netscribes Interview Questions
2.8
 • 82 Interviews
View all
Mu Sigma Java Developer Salary
based on 4 salaries
₹5.6 L/yr - ₹9 L/yr
31% more than the average Java Developer Salary in India
View more details

Mu Sigma Java Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

1.0

Work-life balance

3.0

Salary

2.0

Job security

3.0

Company culture

4.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Decision Scientist
1.7k salaries
unlock blur

₹3.4 L/yr - ₹12.9 L/yr

Trainee Decision Scientist
1.3k salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Apprentice Leader
656 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Data Scientist
326 salaries
unlock blur

₹2 L/yr - ₹12 L/yr

Data Analyst
288 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Mu Sigma with

Fractal Analytics

4.0
Compare

LatentView Analytics

3.7
Compare

Tiger Analytics

3.7
Compare

AbsolutData

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