i
Filter interviews by
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
My M. Tech. project focused on developing a machine learning algorithm for predicting stock prices.
Developed a predictive model using historical stock data
Implemented various machine learning techniques such as regression and time series analysis
Evaluated the model's performance using metrics like RMSE and MAE
Stress-strain curves for Aluminium and mild steel
Aluminium has a lower yield strength and ultimate tensile strength than mild steel
Aluminium has a higher strain hardening rate than mild steel
Mild steel has a higher modulus of elasticity than aluminium
The stress-strain curve for aluminium is more ductile than that of mild steel
The stress-strain curve for mild steel has a distinct yield point, while that of aluminium doe
SFD and BMD are graphical representations of shear force and bending moment along a beam.
SFD (Shear Force Diagram) shows the variation of shear force along the length of the beam.
BMD (Bending Moment Diagram) shows the variation of bending moment along the length of the beam.
SFD and BMD are important tools in structural analysis and design.
They help in determining the maximum shear force and bending moment in a beam, wh...
There are several types of welding processes used in various industries.
Arc welding: Uses an electric arc to create heat and join metals.
Gas welding: Involves the use of a fuel gas and oxygen to create a flame for welding.
Resistance welding: Utilizes the heat generated by resistance to electric current to join metals.
TIG welding: Uses a non-consumable tungsten electrode to produce the weld.
MIG welding: Involves the use...
The criteria for designing a chassis involves considering various parameters such as structural integrity, weight distribution, material selection, and manufacturing processes.
Structural integrity is crucial to ensure the chassis can withstand the loads and stresses it will encounter during operation.
Weight distribution plays a key role in determining the vehicle's stability and handling.
Material selection involves cho...
I am a recent graduate with a degree in Mechanical Engineering, passionate about problem-solving and eager to learn and grow in a professional environment.
Recent graduate with a degree in Mechanical Engineering
Passionate about problem-solving
Eager to learn and grow in a professional environment
I need improvement in communication skills and technical knowledge.
Improving my communication skills will help me effectively convey ideas and collaborate with team members.
Enhancing my technical knowledge will enable me to tackle complex engineering problems more efficiently.
Developing my problem-solving skills will help me approach challenges with a systematic and analytical mindset.
Gaining more practical experience ...
My strengths include problem-solving skills and attention to detail. My weakness is that I can be overly critical of my own work.
Strengths: problem-solving skills, attention to detail
Weakness: overly critical of own work
My responsibilities towards my family include providing emotional support, financial assistance, and helping with household chores.
Providing emotional support during tough times
Contributing financially to meet the family's needs
Assisting with household chores and responsibilities
Being there for family members in times of need
Ensuring the well-being and happiness of my family
What people are saying about Mercedes-Benz Research and Development India
posted on 23 Aug 2022
Reasoning and computer basics required
posted on 8 Dec 2021
I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Sep 2020. There were 4 interview rounds.
Find the second largest element from an integer array in a single traversal
Initialize two variables to store the largest and second largest elements
Traverse the array and update the variables accordingly
Return the second largest element
I applied via Company Website and was interviewed before Jan 2021. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in May 2020. There were 6 interview rounds.
I applied via Freshervoice, apuzz.com and was interviewed in Nov 2020. There were 3 interview rounds.
I appeared for an interview before Dec 2020.
Round duration - 60 Minutes
Round difficulty - Medium
This round focused more on the Operating Systems part followed by some questions from Microservices Architecture.
Bootstrap program is the initial code that runs when a computer is powered on, loading the operating system into memory.
Bootstrap program is stored in ROM or firmware.
It initializes the system hardware and loads the operating system kernel into memory.
Examples include BIOS in PCs and UEFI in modern systems.
Memory protection in operating systems is a feature that prevents a process from accessing memory that has not been allocated to it.
Memory protection helps prevent one process from interfering with the memory of another process.
It ensures that each process can only access memory that has been allocated to it.
Examples of memory protection mechanisms include segmentation and paging.
Segmentation divides memory into segmen...
Four necessary and sufficient conditions for deadlock
Mutual exclusion: Resources cannot be shared between processes. Example: Process A holding Resource 1 and waiting for Resource 2, while Process B holding Resource 2 and waiting for Resource 1.
Hold and wait: Processes hold resources while waiting for others. Example: Process A holding Resource 1 and waiting for Resource 2, while Process B holding Resource 2 and waitin...
Microservices design is characterized by modularity, independence, scalability, and resilience.
Modularity: Microservices are designed as independent modules that can be developed, deployed, and scaled separately.
Independence: Each microservice operates independently and communicates with other services through APIs.
Scalability: Microservices allow for scaling specific components of an application based on demand.
Resili...
Different strategies for deploying microservices include blue-green deployment, canary deployment, rolling deployment, and feature flagging.
Blue-green deployment involves running two identical production environments, with one serving as the active environment while the other is on standby. Traffic is switched from one environment to the other once the new version is deemed stable.
Canary deployment gradually rolls out ...
Round duration - 60 Minutes
Round difficulty - Medium
This round was preety much mixed and contained questions from DBMS, Java and more importantly Spring Boot.
Normalization is needed in a database to reduce data redundancy, improve data integrity, and optimize database performance.
Eliminates data redundancy by breaking down data into smaller tables
Reduces update anomalies and inconsistencies in data
Improves data integrity by enforcing relationships between tables
Optimizes database performance by reducing storage space and improving query efficiency
Views in SQL are virtual tables that are generated based on the result set of a SELECT query.
Views are not stored physically in the database, but are dynamically generated when queried.
They can be used to simplify complex queries by encapsulating logic and joining multiple tables.
Views can also be used to restrict access to certain columns or rows of a table.
Example: CREATE VIEW vw_employee AS SELECT emp_id, emp_name F
Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.
Allows for easier testing by providing mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Examples: Constructor injection, Setter injection, Interface injection
Profiles in Spring Boot allow for different configurations to be applied based on the environment or specific needs.
Profiles can be used to define different sets of configurations for different environments such as development, testing, and production.
By using profiles, you can easily switch between configurations without changing the code.
Profiles are typically defined in application.properties or application.yml file...
Access specifiers in Java control the visibility of classes, methods, and variables.
There are four access specifiers in Java: public, protected, default (no specifier), and private.
Public: accessible from any other class.
Protected: accessible within the same package or subclasses.
Default: accessible only within the same package.
Private: accessible only within the same class.
JIT compiler stands for Just-In-Time compiler, which compiles code during runtime instead of ahead of time.
JIT compiler translates bytecode into machine code on the fly
Improves performance by optimizing frequently executed code
Examples include Java HotSpot, .NET CLR's JIT compiler
Round duration - 30 Minutes
Round difficulty - Easy
This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Some of the top questions asked at the Mercedes-Benz Research and Development India Post Graduate Engineer Trainee [pget] interview for freshers -
based on 1 review
Rating in categories
Senior Engineer
1.1k
salaries
| ₹10.4 L/yr - ₹32.4 L/yr |
Senior Technical Lead
878
salaries
| ₹13.5 L/yr - ₹42 L/yr |
Senior Consultant
744
salaries
| ₹9.2 L/yr - ₹28.9 L/yr |
Senior Software Engineer
531
salaries
| ₹9 L/yr - ₹34 L/yr |
Principal Consultant
530
salaries
| ₹12 L/yr - ₹40 L/yr |
Bosch Global Software Technologies
Qualcomm
Tata Motors
TCS