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 Interview Questions, Process, and Tips

Updated 22 Feb 2025

Top MothersonSumi INfotech & Designs Interview Questions and Answers

View all 27 questions

MothersonSumi INfotech & Designs Interview Experiences

Popular Designations

35 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Assignment 

Task based assignment

Round 2 - Technical 

(1 Question)

  • Q1. Design related questions on SAAS based application
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Senior UX Designer Interview Questions asked at other Companies

Q1. Can you describe your approach to a design task and outline your process?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Apr 2023.

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. How to Data fetch in grid and do crud operation through it.
  • Ans. 

    Data fetch in grid and perform CRUD operations through it involves retrieving data from a grid and manipulating it using create, read, update, and delete operations.

    • Use a data source to populate the grid with information

    • Implement functions to handle create, read, update, and delete operations on the grid data

    • Utilize grid events to trigger CRUD operations

    • Ensure proper validation and error handling for data operations

  • Answered by AI
  • Q2. How many types of SQL joins?
  • Ans. 

    There are four types of SQL joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN: Returns rows when there is at least one match in both 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.

    • FULL JOIN: Returns rows when there is a match in one of the tables.

  • Answered by AI

Skills evaluated in this interview

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. DIFFERENCE BETWEEN ABSTRACT AND INTERFACE?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define common characteristics among subclasses, while interfaces are used to define a contract...

  • Answered by AI
  • Q2. WHAT IS MIDDLEWARE
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components, allowing them to communicate and share data.

    • Middleware helps in managing communication between different systems or components.

    • It can provide services such as authentication, logging, and caching.

    • Examples of middleware include web servers like Apache or Nginx, and frameworks like Express.js in Node.js.

  • Answered by AI
  • Q3. WHAT IS SEALED CLASS AND WHAT IS EXTENSION METHOD?
  • Ans. 

    A sealed class is a class that cannot be inherited and an extension method is a method that allows adding new methods to existing types without modifying the original type.

    • Sealed class restricts inheritance, preventing other classes from deriving from it.

    • Extension methods allow adding new methods to existing types without modifying the original type.

    • Example of sealed class: 'sealed class MyClass { }'

    • Example of extensio...

  • Answered by AI
  • Q4. DIFFERENCE BETWEEN SESSION AND APPLICATION?
  • Ans. 

    Session is specific to a user's interaction with a website, while application is global to all users.

    • Session stores user-specific data, while application stores data accessible to all users.

    • Session is temporary and expires after a period of inactivity, while application data persists.

    • Session is used for user authentication and personalization, while application data is used for global settings and configurations.

  • Answered by AI
  • Q5. WHAT IS DELEGATE?
  • Ans. 

    A delegate is a type that represents references to methods with a specific parameter list and return type.

    • Delegates are similar to function pointers in C++ or pointers to member functions in C++/CLI.

    • Delegates allow methods to be passed as parameters.

    • Delegates can be used to define callback methods.

    • Delegates can invoke the methods they reference.

    • Delegates are type-safe and secure.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - PRECAUTION TO ASHUTOSH CHAUBEY MANAGER.

Skills evaluated in this interview

Junior Developer Trainee Interview Questions asked at other Companies

Q1. WHAT IS SEALED CLASS AND WHAT IS EXTENSION METHOD?
View answer (1)

Technology Engineer Interview Questions & Answers

user image Praveen Sharma

posted on 25 Oct 2024

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

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Core technology questions
  • Q2. Ssl decryption and firewall question
  • Q3. Ipsec vpn questions
  • Q4. Routing questions
  • Q5. Switchingquestions

Technology Engineer Interview Questions asked at other Companies

Q1. 1. What is PCB 2. How to work Amplitude 3. Type of Power supply
View answer (1)

MothersonSumi INfotech & Designs interview questions for popular designations

 Senior Software Engineer

 (5)

 Software Engineer

 (4)

 Software Developer

 (3)

 Senior Engineer

 (2)

 Technical Lead

 (2)

 Technology Engineer

 (2)

 SQL Developer

 (2)

 Design Engineer

 (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2022

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

I applied via Referral and was interviewed in Sep 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Set Analysis questions
  • Q2. Loads and Charts

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Get interview-ready with Top MothersonSumi INfotech & Designs Interview Questions

Round 1 - Technical 

(4 Questions)

  • Q1. What to find second highest salary find using sql
  • Ans. 

    To find the second highest salary using SQL.

    • Use the SELECT statement to retrieve the salaries from the table.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to limit the result set to the second row.

    • Use the OFFSET clause to skip the first row.

    • Combine the above clauses to get the second highest salary.

  • Answered by AI
  • Q2. What is trigger and why it used
  • Ans. 

    A trigger is a special type of stored procedure that automatically executes in response to certain events.

    • Triggers are used to enforce business rules or data integrity.

    • They can be used to audit changes to data.

    • Triggers can also be used to replicate data across multiple tables or databases.

    • Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.

  • Answered by AI
  • Q3. What is join and how many times of joins
  • Ans. 

    Join is a SQL operation that combines rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables in a single query.

    • There are four types of joins: inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join r...

  • Answered by AI
  • Q4. What to optimise the code using sql
  • Ans. 

    Optimizing SQL code involves identifying and removing bottlenecks to improve performance.

    • Identify slow queries and optimize them using indexes or rewriting the query

    • Reduce the amount of data being queried by using filters or limiting results

    • Avoid using subqueries or joins when possible

    • Use stored procedures or views to simplify complex queries

    • Regularly analyze and optimize the database schema

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly asked the question from the chaato and sql

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at MothersonSumi INfotech & Designs

View all
Round 1 - Technical 

(2 Questions)

  • Q1. Test scenarios on real life scenarios
  • Q2. Test cases on pencil
Round 2 - Technical 

(2 Questions)

  • Q1. Test cases format— design techniques
  • Ans. 

    Test cases format can be designed using various techniques.

    • Test cases can be designed using boundary value analysis.

    • Equivalence partitioning can also be used to design test cases.

    • Decision table testing is another technique for designing test cases.

    • State transition testing can be used for testing systems with different states.

    • Use case testing can be used to test the system's functionality from the user's perspective.

  • Answered by AI
  • Q2. Bug life cycle , test data, sql queries
Round 3 - One-on-one 

(4 Questions)

  • Q1. Aptitude question , mental maths
  • Q2. Experience in detail, different testing performed
  • Ans. 

    I have experience in performing various types of testing such as functional, regression, integration, performance, and security testing.

    • Performed functional testing to ensure that the software meets the specified requirements

    • Conducted regression testing to ensure that the changes made to the software did not affect the existing functionality

    • Performed integration testing to ensure that the different modules of the softw...

  • Answered by AI
  • Q3. Why to join this company
  • Q4. Test documentation, managerial skills questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be clear about basic concepts of testing and database

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

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

(2 Questions)

  • Q1. Technical discussion about role and responsibilities
  • Q2. About technical & acedemic qualification
Round 3 - Group Discussion 

Group discussion about projects undertaken, which are developed & ongoing both

Round 4 - HR 

(2 Questions)

  • Q1. About technical & acedemic qualification
  • Q2. Salary discussion to finalize

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work. Answer every question sincerely.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Official good interview

Round 2 - Coding Test 

First round moral and second round machine test

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(6 Questions)

  • Q1. Tell me about yourself
  • Q2. What is current CTC
  • Ans. 

    My current CTC is $100,000 per year.

    • Current CTC is $100,000 per year

    • CTC includes salary, bonuses, and other benefits

    • CTC may vary based on experience and negotiation skills

  • Answered by AI
  • Q3. How much salary expectation
  • Q4. How much notice period
  • Q5. What is your current location
  • Q6. What is your qualification

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

MothersonSumi INfotech & Designs Interview FAQs

How many rounds are there in MothersonSumi INfotech & Designs interview?
MothersonSumi INfotech & Designs interview process usually has 2-3 rounds. The most common rounds in the MothersonSumi INfotech & Designs interview process are Technical, Resume Shortlist and HR.
How to prepare for MothersonSumi INfotech & Designs 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 SQL, Angular, Javascript, C# and Java.
What are the top questions asked in MothersonSumi INfotech & Designs interview?

Some of the top questions asked at the MothersonSumi INfotech & Designs 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. How to Data fetch in grid and do crud operation through ...read more
How long is the MothersonSumi INfotech & Designs interview process?

The duration of MothersonSumi INfotech & Designs interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

MothersonSumi INfotech & Designs Interview Process

based on 40 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
ITC Infotech Interview Questions
3.6
 • 334 Interviews
View all

MothersonSumi INfotech & Designs Reviews and Ratings

based on 565 reviews

3.3/5

Rating in categories

2.9

Skill development

3.3

Work-life balance

2.8

Salary

3.8

Job security

3.0

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 565 Reviews and Ratings
Java developer || Motherson Technologies Services LTD

Hyderabad / Secunderabad

4-7 Yrs

₹ 5-9 LPA

Urgent Hiring || SAP Ariba Consultant || Hyderabad & Noida ||Motherson

Noida,

Hyderabad / Secunderabad

3-6 Yrs

Not Disclosed

Engine design engineer

Jaipur

3-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
543 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
393 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
166 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
115 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MothersonSumi INfotech & Designs with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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