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 Graduate Engineer Trainee (Get) Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top Mercedes-Benz Research and Development India Graduate Engineer Trainee (Get) Interview Questions and Answers

View all 9 questions

Mercedes-Benz Research and Development India Graduate Engineer Trainee (Get) Interview Experiences

11 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a basic apltitude test

Round 2 - Technical 

(1 Question)

  • Q1. Mostly resume based
Round 3 - Technical 

(1 Question)

  • Q1. Managerial interview to get to know you and some technical questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Consists of bith aptitude and coding

Round 2 - Technical 

(2 Questions)

  • Q1. Arrays sorting, linked list
  • Q2. Sql, array sorting , searching, personality based questions

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. What are the different types of concrete?

I applied via Campus Placement and was interviewed in Sep 2022. 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 - Aptitude Test 

40 question of medium level 20 applitude and 20 technical

Round 3 - One-on-one 

(2 Questions)

  • Q1. Swap two number without 3rd variable
  • Ans. 

    Swapping two numbers without using a third variable.

    • Use arithmetic operations to swap the numbers

    • Addition and subtraction can be used

    • XOR operation can also be used

  • Answered by AI
  • Q2. Merge and quick sort,oops. Be perfect with what you have put in resume. Resume will be grinded
Round 4 - Behavioral 

(2 Questions)

  • Q1. It was technical + hr ,high position engineer will take the interview be perfect with resume
  • Q2. Coding questions based on the resume submitted

Interview Preparation Tips

Topics to prepare for Mercedes-Benz Research and Development India Graduate Engineer Trainee (Get) interview:
  • Dsa
Interview preparation tips for other job seekers - Be very very very thorough with your resume and be confudent with the answers

I applied via Campus Placement and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

40 questions - 60 mins. OOPs, OS, C snippets, Aptitude, Logical and Verbal.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the Pillars of OOPS.
  • Ans. 

    The pillars of OOPS are encapsulation, inheritance, and polymorphism.

    • Encapsulation: It is the process of hiding the internal details of an object and providing a public interface for interacting with it.

    • Inheritance: It allows a class to inherit properties and behaviors from another class, enabling code reuse and creating a hierarchical relationship.

    • Polymorphism: It allows objects of different classes to be treated as o...

  • Answered by AI
  • Q2. Inheritance, Polymorphism, Aggregation and Encapsulation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in the basics of OOPs, DBMS, OS and DSA.

Mercedes-Benz Research and Development India interview questions for designations

 Graduate Trainee

 (4)

 Post Graduate Engineer Trainee

 (1)

 Graduate Engineer

 (2)

 Engineer Trainee

 (1)

 Post Graduate Engineer Trainee [pget]

 (3)

 Company Trainee

 (1)

 Software Engineer Trainee

 (1)

 Management Trainee

 (3)

Round 1 - Aptitude Test 

There were normal aptitude questions as well as core related questions so be sure to go through important topics from your semester or subjects

Round 2 - Technical 

(1 Question)

  • Q1. Here they wanted to see my confidence and obviously core related questions Most of the questions i conquered were from basic and advanced thermodynamics, heat and mass transfer and basic material propertie...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have a proper knowledge of things theoretically as well as practically.

Get interview-ready with Top Mercedes-Benz Research and Development India Interview Questions

I applied via Campus Placement and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. No question, just discussion about the company.
  • Q2. Don’t remember, but debug the code kind of questions
  • Q3. Questions from favourite language. For me it was C++, so questions for me were: What are Virtual Functions?
  • Q4. What are inline functions?
  • Ans. 

    Inline functions are functions defined with the 'inline' keyword, which instructs the compiler to insert the function's code directly where it is called.

    • Inline functions are typically used for small, frequently called functions to reduce the overhead of function calls.

    • They can improve performance by eliminating the function call overhead.

    • Inline functions are expanded by the compiler at the place where they are called, ...

  • Answered by AI
  • Q5. How pointers work in C++?
  • Ans. 

    Pointers in C++ are variables that store memory addresses of other variables or functions.

    • Pointers are declared using an asterisk (*) before the variable name.

    • Pointers can be used to access and manipulate the value stored at a particular memory address.

    • Example: int *ptr; // declaring a pointer to an integer variable

  • Answered by AI
  • Q6. What is a dangling pointer?
  • Ans. 

    A dangling pointer is a pointer that points to a memory location that has been deallocated, leading to undefined behavior if accessed.

    • Dangling pointers can occur when memory is freed but the pointer is not set to NULL.

    • Accessing a dangling pointer can result in crashes or unexpected behavior.

    • Example: int *ptr = new int; delete ptr; // ptr is now a dangling pointer

  • Answered by AI
  • Q7. What are classes and objects?
  • Ans. 

    Classes are blueprints for creating objects in object-oriented programming. Objects are instances of classes with their own unique attributes and behaviors.

    • Classes define the properties and behaviors that objects of that class will have.

    • Objects are instances of classes that have their own unique values for the properties defined in the class.

    • Classes can inherit properties and behaviors from other classes through inheri...

  • Answered by AI
  • Q8. In how many ways can you reverse an array. Code the different ways and explain why it is better than the other way?
  • Q9. Deep dive into resume, Project related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not that tough of an interview to crack. Be clear with the fundamentals. And also know everything about whatever is written in the resume.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

They had 40 questions to be solved in 60 minutes.

Round 2 - Technical 

(1 Question)

  • Q1. What is Os? What is primary key? Basics of os , dbms and python.
  • Ans. 

    Answering questions on OS, DBMS, and Python for Graduate Engineer Trainee (GET) interview.

    • OS stands for Operating System, it manages computer hardware and software resources.

    • DBMS stands for Database Management System, it is used to manage and organize data in a database.

    • Python is a high-level programming language used for web development, data analysis, and artificial intelligence.

    • Primary key is a unique identifier for...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why to choose you?Do you have any questions?
  • Ans. 

    I should be chosen because of my strong technical skills, passion for the field, and ability to work well in a team.

    • I have a solid educational background in engineering, with a focus on relevant coursework and projects.

    • I have gained practical experience through internships and part-time jobs, which have allowed me to apply my knowledge in real-world scenarios.

    • I am highly motivated and passionate about engineering, cons...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study the basic concepts of dsa, dbms, os and oops.

Skills evaluated in this interview

Round 1 - Aptitude Test 

There were 25 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Basics of C and C++ and project in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on basics, practice coding questions and aptitude on a regular basis

I applied via campus placement at Malnad College of Engineering, Hassan and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

One question based on average of numbers
Some two to three questions based on percentage and graphs
English Vocabulary
Sentence structure
Verb forms
Fundamentals of programming
Differentiation
Integration
Straight lines
Time speed and distance

Round 2 - Coding Test 

Resume based questions,questions on oops, projects, recent technologies

Round 3 - Behavioral 

(2 Questions)

  • Q1. Behavioral questions, questions on front end technologies and backend technologies.
  • Q2. What is primary key and foreign key?
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key refers to a field in another table.

    • Primary key is used to enforce data integrity and ensure uniqueness of records.

    • Foreign key is used to establish a relationship between two tables.

    • A table can have only one primary key, but multiple foreign keys.

    • Example: In a database of students and courses, the student ID can be the primary key in the student tabl

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Hr questions , behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with your fundamentals in aptitude and technical

I applied via Campus Placement and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy computer science questions your fundamental of computer science should be clear to ace this round.

Round 2 - Technical 

(2 Questions)

  • Q1. There are some questions. 1. Tell me about your college projects you worked upon.
  • Q2. Different types of OS and there uses. Difference between python and cpp.
  • Ans. 

    Different types of OS and their uses. Difference between Python and C++.

    • Operating systems include Windows, macOS, Linux, iOS, Android, etc.

    • Windows is commonly used for personal computers, while Linux is popular for servers.

    • Python is an interpreted language, while C++ is a compiled language.

    • Python is easier to learn and write code quickly, while C++ is faster and more efficient.

    • Python is commonly used for web developmen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with fundamental of Computer science and be confident and try explaining real life examples.

Skills evaluated in this interview

Mercedes-Benz Research and Development India Interview FAQs

How many rounds are there in Mercedes-Benz Research and Development India Graduate Engineer Trainee (Get) interview?
Mercedes-Benz Research and Development India interview process usually has 2-3 rounds. The most common rounds in the Mercedes-Benz Research and Development India interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Mercedes-Benz Research and Development India Graduate Engineer Trainee (Get) 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 Mercedes-Benz Research and Development India. The most common topics and skills that interviewers at Mercedes-Benz Research and Development India expect are .Net, Animal Health, Assembly Language, Case and Computer Networking.
What are the top questions asked in Mercedes-Benz Research and Development India Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the Mercedes-Benz Research and Development India Graduate Engineer Trainee (Get) interview -

  1. What is Os? What is primary key? Basics of os , dbms and pyth...read more
  2. Swap two number without 3rd varia...read more
  3. Different types of OS and there uses. Difference between python and c...read more

Tell us how to improve this page.

Mercedes-Benz Research and Development India Graduate Engineer Trainee (Get) Interview Process

based on 2 interviews

3 Interview rounds

  • Aptitude Test Round - 1
  • Aptitude Test Round - 2
  • Technical Round
View more
Join Mercedes-Benz Research and Development India The best or nothing.
160% more than the average Graduate Engineer Trainee (Get) Salary in India
View more details

Mercedes-Benz Research and Development India Graduate Engineer Trainee (Get) Reviews and Ratings

based on 8 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.7

Salary

2.6

Job security

2.6

Company culture

2.6

Promotions

2.6

Work satisfaction

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

₹10.3 L/yr - ₹32.4 L/yr

Senior Technical Lead
862 salaries
unlock blur

₹13 L/yr - ₹42.5 L/yr

Senior Consultant
748 salaries
unlock blur

₹9.2 L/yr - ₹28 L/yr

Principal Consultant
556 salaries
unlock blur

₹12 L/yr - ₹37.9 L/yr

Senior Software Engineer
517 salaries
unlock blur

₹10 L/yr - ₹32.2 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