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

Clear (1)

Mercedes-Benz Research and Development India Software Engineer Trainee Interview Questions and Answers

Updated 3 Jan 2025

Mercedes-Benz Research and Development India Software Engineer Trainee Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions easy level leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. What is immutability in string? java oops concepts.
  • Ans. 

    Immutability in strings means that once a string object is created, its value cannot be changed.

    • String objects in Java are immutable, meaning their values cannot be modified after creation.

    • Any operation that appears to modify a string actually creates a new string object.

    • This helps in ensuring data integrity and thread safety.

    • Example: String str = "Hello"; str.concat(" World"); // This does not change the value of str,...

  • Answered by AI
  • Q2. String concatenation program

Interview Preparation Tips

Topics to prepare for Mercedes-Benz Research and Development India Software Engineer Trainee interview:
  • Core Java
  • SQL
  • OS
Interview preparation tips for other job seekers - be good with your resume

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
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Spring boot, java 8 and microswrvices
  • Q2. Basic question about spring framework
Round 3 - HR 

(2 Questions)

  • Q1. Basic details asked about my last project that i have worked.
  • Q2. Basic details about last project
Round 4 - Coding Test 

Just normal MCQ test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Misleading experience I would not suggest to join this company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SELL ABD BUY 1 array question(easy level)
  • Ans. 

    This question involves buying and selling items in an array.

    • The array must contain strings.

    • You need to implement a function to buy and sell items from the array.

    • Provide examples of buying and selling operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - first complete dsa,and oops,core subjects of CSE,sql

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Normal DP question (LC med)

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Hard

There was 2 parts. First part problems were based on Quantitative Aptitude. Problems were of 3 types- Easy, Medium and Hard with different scores. Difficulty keeps on increasing if you answer correctly and keeps on decreasing if you answer incorrectly.
First part was of 45 mins.
Second part consisted of 2 coding problems- Medium, Hard. One was based on Greedy and other was a difficult DP + Bitmask problem.
Coding part had more weightage than Aptitude.

  • Q1. 

    K Centers Selection Problem

    In Ninja Land, there are cities numbered from 0 to N-1. The distances between each pair of cities are represented by an N * N matrix 'DIST', where 'DIST[i][j]' is the distance ...

  • Ans. 

    The problem involves selecting K cities to install servers in Ninja Land to minimize the maximum distance from any city to a nearest server.

    • Iterate through all possible combinations of K cities to select for server installation.

    • Calculate the maximum distance from any city to the nearest server for each combination.

    • Choose the combination that minimizes the maximum distance.

  • Answered by AI
  • Q2. 

    Beautiful String Verification

    Given a non-empty string inputString, determine if it can be converted into a 'Beautiful String' using the defined operation.

    You can perform any number of operations to con...

  • Ans. 

    Determine if a given string can be converted into a 'Beautiful String' using a specific operation.

    • Check if the input string is already a 'Beautiful String' by checking if it contains 'abc' in the correct positions.

    • If 'abc' is present in the input string, check if the left and right portions satisfy the defined conditions.

    • If the conditions are met, return 'True', otherwise return 'False'.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

There were 3 interviewers in my panel. The most senior panellist asked q. related to my interests and internship experience.
Other 2 asked questions related to Coding and subjects. There was 1 coding question which was implementation based and involved many corner cases. They were checking if I was able to figure out different corner cases and handle those. 
There were situation based questions also asked. One question was on system design of Arogya Setu App.

  • Q1. 

    Complex Number Multiplication

    Calculate the product of two complex numbers represented as strings in the form “A+Bi”. Here, ‘A’ represents the real part, and ‘B’ represents the imaginary part.

    Explanatio...

  • Ans. 

    Calculate the product of two complex numbers represented as strings in the form 'A+Bi'.

    • Parse the input strings to extract real and imaginary parts of both complex numbers

    • Perform multiplication of the complex numbers using the formula (a+bi)*(c+di) = (ac - bd) + (ad + bc)i

    • Format the result as a string in the form 'A+Bi' and return

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round involved basic questions related to background and behaviour. It was basically a cultural fit round.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria6.5 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Fundamentals of C/C++, Operating System, DBMS, OOPsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Data Structures, Algorithms as >= 75% of your interview will be dedicated to it. Practice as much as you can.
Tip 2 : Learn the fundamentals of C, C++, OS, SQL as that are basic expectations of interviewer.
Tip 3 : Keep 2 descent projects in resume. Try to have an internship. It will make your resume strong.

Application resume tips for other job seekers

Tip 1 : Try to keep relevant information only. Add all your skills and achievements.
Tip 2 : Try to have links of your coding and Github profiles.
Tip 3 : Add 2 to 3 project with small descriptions. Try to keep bullet points. Do mention the Tech Stack.
Tip 4 : Don't lie on any skill. Write only those on which you have worked.

Final outcome of the interviewSelected
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Probability, time & distance

Round 2 - Group Discussion 

Advantages and disadvantages of paperless office

Round 3 - HR 

(1 Question)

  • Q1. Previous work experience
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All types of aptitude, verbal, coding questions, and technical questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Resume related and basic computer science concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain your composure and be honest with the interviewer.
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 Resume 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

Contribute & help others!
anonymous
You can choose to be anonymous

Mercedes-Benz Research and Development India Interview FAQs

How many rounds are there in Mercedes-Benz Research and Development India Software Engineer Trainee interview?
Mercedes-Benz Research and Development India interview process usually has 2 rounds. The most common rounds in the Mercedes-Benz Research and Development India interview process are Coding Test and Technical.
What are the top questions asked in Mercedes-Benz Research and Development India Software Engineer Trainee interview?

Some of the top questions asked at the Mercedes-Benz Research and Development India Software Engineer Trainee interview -

  1. what is immutability in string? java oops concep...read more
  2. String concatenation prog...read more

Recently Viewed

INTERVIEWS

Mercedes-Benz Research and Development India

No Interviews

INTERVIEWS

Mercedes-Benz Research and Development India

No Interviews

INTERVIEWS

Mercedes-Benz Research and Development India

No Interviews

INTERVIEWS

Mercedes-Benz Research and Development India

No Interviews

SALARIES

Mercedes-Benz Research and Development India

INTERVIEWS

Mercedes-Benz Research and Development India

No Interviews

REVIEWS

Mercedes-Benz Research and Development India

No Reviews

INTERVIEWS

Mercedes-Benz Research and Development India

No Interviews

INTERVIEWS

Mercedes-Benz Research and Development India

No Interviews

INTERVIEWS

Mercedes-Benz Research and Development India

No Interviews

Tell us how to improve this page.

Mercedes-Benz Research and Development India Software Engineer Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Mercedes-Benz Research and Development India The best or nothing.
156% more than the average Software Engineer Trainee Salary in India
View more details
Senior Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Lead
867 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
749 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Consultant
549 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
499 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