Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by MothersonSumi INfotech & Designs Team. If you also belong to the team, you can get access from here

MothersonSumi INfotech & Designs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MothersonSumi INfotech & Designs Project Lead Interview Questions, Process, and Tips

Updated 11 Feb 2023

MothersonSumi INfotech & Designs Project Lead Interview Experiences

1 interview found

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

I applied via Monster and was interviewed before Feb 2022. There were 3 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 - One-on-one 

(5 Questions)

  • Q1. My interview was quite easy. As I worked on a niche technology and no one in the interview panel knew about it, they basically asked some random questions on the technology they found on Google and then se...
  • Q2. 1. What is JMS. Difference between queues and topics
  • Ans. 

    JMS stands for Java Message Service. Queues are point-to-point messaging while topics are publish-subscribe messaging.

    • JMS is a messaging standard for Java applications

    • Queues are used for point-to-point messaging where a single message is delivered to a single consumer

    • Topics are used for publish-subscribe messaging where a single message is delivered to multiple subscribers

    • Queues guarantee message delivery while topics ...

  • Answered by AI
  • Q3. What happens if 80k records getting inserted into DB and connection drops
  • Ans. 

    If connection drops during insertion of 80k records into DB, the insertion process will be interrupted.

    • The insertion process will be interrupted and will need to be restarted once the connection is re-established.

    • The partially inserted records may need to be cleaned up before restarting the insertion process.

    • It is important to have a backup plan in case of such interruptions, such as implementing a retry mechanism or u

  • Answered by AI
  • Q4. What is jcd? How is business logic written?
  • Ans. 

    jcd is not a commonly used term. Business logic is written using programming languages and frameworks.

    • jcd is not a widely known term in the software development industry

    • Business logic is the programming code that defines the rules and processes of a software application

    • It is typically written using programming languages such as Java, Python, or C#

    • Frameworks such as Spring or Django can also be used to write business lo...

  • Answered by AI
  • Q5. How do you create an interface
  • Ans. 

    To create an interface, you need to design the layout, choose the appropriate controls, and write the code to connect them.

    • Determine the purpose and functionality of the interface

    • Choose the appropriate layout and design elements

    • Select the appropriate controls and widgets

    • Write the code to connect the controls to the underlying data or functionality

    • Test and refine the interface based on user feedback

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. I was asked scenario based questions to check my leadership skills like how would you motivate team and
  • Q2. How would you rate them and provide feedback
  • Q3. Are you flexible to extend your work hours if needed

Interview Preparation Tips

Interview preparation tips for other job seekers - Your learnings at work will help you get through. Don't fake your skills

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Aug 2023. There were 3 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 

Find count of pairs whose sum is k in an array, with updated scenarios with each solution
hands on code for Java8, Springboot, HIbernate, Microservice architecture
Current project internals

Round 3 - One-on-one 

(1 Question)

  • Q1. Internal working of AWS services, deployment , monitoring, configuring alerts.
Interview experience
4
Good
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 - One-on-one 

(2 Questions)

  • Q1. Questions spring, design patterns.
  • Q2. Tools used like jira, questions on agile scrum.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions on Core java, java 8 streams, two coding questions java, questions on spring boot, Rest api.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. Builder design pattern in java
  • Ans. 

    Builder design pattern is a creational design pattern used to construct complex objects step by step.

    • Builder pattern separates the construction of a complex object from its representation.

    • It allows the same construction process to create different representations of the object.

    • Useful when there are multiple ways to construct an object or when the object creation process is complex.

    • Example: StringBuilder in Java allows ...

  • Answered by AI
  • Q2. Docker, MQ series involved
  • Q3. JOIN Query with country , emp name
  • Ans. 

    JOIN query to retrieve country and employee name

    • Use JOIN keyword to combine data from multiple tables

    • Specify the columns to select from each table

    • Use ON keyword to specify the relationship between the tables

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - we need to work in depth in Design patterns , Micro services concepts

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mix of coding, theory and design questions

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Joins, sql queries, unix commands
Round 3 - One-on-one 

(1 Question)

  • Q1. Project description, pl sql concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is very fast and easy.Be strong with your basics

I applied via Naukri.com and was interviewed before Dec 2021. There were 3 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 - Technical 

(3 Questions)

  • Q1. What are the Features of Java 8, and where you are using it in your current project?
  • Ans. 

    Java 8 features include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Functional interfaces enable the use of lambda expressions.

    • Streams provide a way to work with collections of objects in a functional style.

    • Default methods allow interfaces to have method implementations.

    • Examples: Using lambda expressions to iterate...

  • Answered by AI
  • Q2. Map vs flat map, Function vs Predicate
  • Ans. 

    Map applies a function to each element in a collection, while flatMap applies a function that returns a collection and flattens the result. Function is used to transform input into output, Predicate is used to test a condition.

    • Map transforms each element in a collection using a function

    • FlatMap transforms each element in a collection using a function that returns a collection and flattens the result

    • Function is used to t...

  • Answered by AI
  • Q3. Find the sum of even numbers from a list using stream API
  • Ans. 

    Use stream API to find sum of even numbers from a list

    • Use filter to get only even numbers

    • Use mapToInt to convert stream to IntStream

    • Use sum() to get the sum of even numbers

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Design Principles and Explanation of Liskov's substitution principle.
  • Ans. 

    Liskov's substitution principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Subtypes must be substitutable for their base types

    • Derived classes should be able to extend the functionality of base classes without changing their behavior

    • Violating this principle can lead to unexpected behavior and errors in the program

  • Answered by AI
  • Q2. A case when switch-case will break any design principal.
  • Ans. 

    Switch-case can break the Open/Closed Principle by requiring modification of existing code for new cases.

    • Switch-case statements violate the Open/Closed Principle, which states that classes should be open for extension but closed for modification.

    • Adding a new case to a switch statement requires modifying the existing code, violating the principle of not modifying existing code.

    • Instead of using switch-case, consider usin...

  • Answered by AI
  • Q3. Different kinds of DB joins.
  • Ans. 

    Different kinds of DB joins include inner join, outer join, left join, and right join.

    • Inner join: Returns rows when there is at least one match in both tables.

    • Outer join: Returns all rows when there is a match in one of the tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core java questions along with all java 8 features related questions.
SOLID and some Design Patterns.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Java 8 programming and features

Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Collection question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL, Unix , basics on Java
Round 2 - Technical 

(1 Question)

  • Q1. About Project, SQL Query
Round 3 - HR 

(1 Question)

  • Q1. Strength and weakness
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Java concepts
  • Q2. Basics of Selenium Concepts
Round 2 - HR 

(2 Questions)

  • Q1. What are challenges that you faced
  • Q2. How you overcome the challenges

MothersonSumi INfotech & Designs Interview FAQs

How many rounds are there in MothersonSumi INfotech & Designs Project Lead interview?
MothersonSumi INfotech & Designs interview process usually has 3 rounds. The most common rounds in the MothersonSumi INfotech & Designs interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for MothersonSumi INfotech & Designs Project Lead 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 MothersonSumi INfotech & Designs. The most common topics and skills that interviewers at MothersonSumi INfotech & Designs expect are Project Leading, ASP.Net, Angular, C# and .Net Core.
What are the top questions asked in MothersonSumi INfotech & Designs Project Lead interview?

Some of the top questions asked at the MothersonSumi INfotech & Designs Project Lead interview -

  1. What happens if 80k records getting inserted into DB and connection dr...read more
  2. 1. What is JMS. Difference between queues and top...read more
  3. What is jcd? How is business logic writt...read more

Tell us how to improve this page.

MothersonSumi INfotech & Designs Project Lead Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 337 Interviews
CitiusTech Interview Questions
3.4
 • 272 Interviews
NeoSOFT Interview Questions
3.6
 • 266 Interviews
Tiger Analytics Interview Questions
3.7
 • 225 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 218 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
View all
MothersonSumi INfotech & Designs Project Lead Salary
based on 111 salaries
₹10.4 L/yr - ₹25.9 L/yr
6% less than the average Project Lead Salary in India
View more details

MothersonSumi INfotech & Designs Project Lead Reviews and Ratings

based on 12 reviews

3.9/5

Rating in categories

2.8

Skill development

3.3

Work-life balance

2.8

Salary

4.1

Job security

2.6

Company culture

2.4

Promotions

2.7

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
537 salaries
unlock blur

₹2.4 L/yr - ₹9.1 L/yr

Senior Software Engineer
396 salaries
unlock blur

₹5.2 L/yr - ₹18.7 L/yr

Module Lead
166 salaries
unlock blur

₹7.4 L/yr - ₹30 L/yr

Project Lead
111 salaries
unlock blur

₹10.4 L/yr - ₹25.9 L/yr

Technology Specialist
74 salaries
unlock blur

₹5.4 L/yr - ₹21 L/yr

Explore more salaries
Compare MothersonSumi INfotech & Designs with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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