Premium Employer

i

This company page is being actively managed by Mercedes-Benz Research and Development India Team. If you also belong to the team, you can get access from here

Filter interviews by

Mercedes-Benz Research and Development India Senior Software Engineer Interview Questions, Process, and Tips for Experienced

Updated 24 Sep 2024

Top Mercedes-Benz Research and Development India Senior Software Engineer Interview Questions and Answers for Experienced

Mercedes-Benz Research and Development India Senior Software Engineer Interview Experiences for Experienced

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java oops questions and a simple program
Round 2 - Technical 

(1 Question)

  • Q1. Past projects and tech stack used
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Implement SR flipflop
  • Ans. 

    SR flip-flop is a basic memory element used in digital circuits.

    • SR flip-flop has two inputs - Set (S) and Reset (R)

    • It has two outputs - Q and Q'

    • When S=0 and R=0, the outputs remain unchanged

    • When S=1 and R=0, Q=1 and Q'=0

    • When S=0 and R=1, Q=0 and Q'=1

    • When S=1 and R=1, it is in an invalid state

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain process followed in project
  • Ans. 

    The process followed in the project involves requirements gathering, design, development, testing, deployment, and maintenance.

    • Requirements gathering: Gather and document client requirements.

    • Design: Create system architecture and design documents.

    • Development: Write code based on design specifications.

    • Testing: Perform unit, integration, and system testing.

    • Deployment: Deploy the software to production environment.

    • Mainten...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General HR question

Senior Software Engineer Interview Questions Asked at Other Companies for undefined

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more

Senior Software Engineer Interview Questions & Answers

user image Shital Dinkar Shelukar

posted on 28 Nov 2021

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The functional area I worked upon and the platform software which is used to develop the software
  • Ans. 

    I have worked on various functional areas and platforms including Java, Python, and AWS.

    • I have experience in developing software using Java and Python programming languages.

    • I have worked on AWS platform for developing and deploying software applications.

    • I have expertise in developing web applications using frameworks like Spring and Django.

    • I have experience in working with databases like MySQL and MongoDB.

    • I have worked...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Represent yourself authentically with required knowledge

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project Related Questions
  • Q2. 1 DSA and System Design Problem
  • Ans. 

    Implement a function to reverse a linked list

    • Create a new linked list to store the reversed elements

    • Traverse the original linked list and insert each node at the beginning of the new linked list

    • Update the head of the new linked list as the last node of the original linked list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. More Technical Questions on Project
Round 3 - Culture Round 

(2 Questions)

  • Q1. Scenario Based Questions
  • Q2. Checking to fit in culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Please discuss about expected CTC multiple times with HR.
I received the offer but declined due to significant gap in the compensation package which falls below my current CTC and well short of my expectations. While recruiter was very supportive and engaged ,it seemed that there wasn't a strong commitment from hiring manager to retain or align on this.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Coding Test 

Design Pattern , Question related to generic and collection

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not accept a position with the company if you have received any other offers. There is no consideration for employees' health; they treat you merely as labor.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2023. 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 - Coding Test 

Dotnet,c#,sql,MVC,ASP.NET

Round 3 - Assignment 

Previous experience, scenario based, project architecture

Round 4 - HR 

(1 Question)

  • Q1. When is your notice period?

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best!!
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. > in .Net Asked some question about Microservice, API gateway, Web API,and in frontend asked some Angular Basics question
  • Q2. Find all even number from list with some limit.(like if in list there are 5 even number we have to fetch only 4 even number). > What is the Architecture currently we r following in Microservice > what is...
  • Ans. 

    To find all even numbers from a list with a specified limit, iterate through the list and add even numbers until the limit is reached.

    • Iterate through the list of numbers

    • Check if each number is even

    • Add the even numbers to a new list until the limit is reached

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked about Architecture question
  • Q2. Asked about the Rest Principal
Round 3 - Behavioral 

(1 Question)

  • Q1. Asked about my Previous Company Experience.
Round 4 - HR 

(1 Question)

  • Q1. Asked about the salary Exception

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are experience in .Net Technology just go through the Advanced Topic and Technology

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Aptitude questions and Project related questions
Round 2 - Technical 

(1 Question)

  • Q1. SQL, .NET, Reporting and case questions on real time scenarios
Round 3 - HR 

(1 Question)

  • Q1. Why this company, whereabouts of the company
  • Ans. 

    I chose this company because of its strong reputation in the software industry and its commitment to innovation.

    • The company has a track record of delivering high-quality software solutions.

    • It has a strong focus on innovation and staying ahead of industry trends.

    • The company values its employees and provides opportunities for growth and development.

    • The company has a positive work culture and fosters collaboration among t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your technical little bit as some of team members believe they know everything , but they are reluctant to understand you viewpoint on the same solution
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Last project you worked

Round 2 - HR 

(2 Questions)

  • Q1. Are you ready to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I have relocated in the past for career advancement and have had positive experiences.

    • I am open to exploring new locations and cultures for personal and professional growth.

  • Answered by AI
  • Q2. How much you expect

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not come here, if you got any other option.

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Open pump house and Tunnels
  • Q2. Road and

Interview Preparation Tips

Interview preparation tips for other job seekers - Navayaga engineering company Ltd

Mercedes-Benz Research and Development India Interview FAQs

How many rounds are there in Mercedes-Benz Research and Development India Senior Software Engineer interview for experienced candidates?
Mercedes-Benz Research and Development India interview process for experienced candidates usually has 3 rounds. The most common rounds in the Mercedes-Benz Research and Development India interview process for experienced candidates are Technical, HR and Behavioral.
What are the top questions asked in Mercedes-Benz Research and Development India Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the Mercedes-Benz Research and Development India Senior Software Engineer interview for experienced candidates -

  1. The functional area I worked upon and the platform software which is used to de...read more
  2. Past projects and tech stack u...read more
  3. Explain process followed in proj...read more

Tell us how to improve this page.

Mercedes-Benz Research and Development India Senior Software Engineer Interview Process for Experienced

based on 2 interviews

1 Interview rounds

  • Technical Round
View more
Join Mercedes-Benz Research and Development India The best or nothing.
48% more than the average Senior Software Engineer Salary in India
View more details

Mercedes-Benz Research and Development India Senior Software Engineer Reviews and Ratings

based on 39 reviews

4.1/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.6

Salary

4.1

Job security

4.0

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 39 Reviews and Ratings
Senior Engineer
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Lead
858 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
750 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Consultant
556 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
516 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mercedes-Benz Research and Development India with

Bosch Global Software Technologies

3.9
Compare

Qualcomm

3.8
Compare

Tata Motors

4.2
Compare

BMW

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