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 Java Technical Lead Interview Questions and Answers

Updated 20 Jan 2025

Mercedes-Benz Research and Development India Java Technical Lead Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Database locks and joins
Round 2 - Technical 

(2 Questions)

  • Q1. Design database table
  • Ans. 

    Design a database table for storing user information

    • Identify the necessary fields such as name, email, phone number, address, etc.

    • Define appropriate data types for each field (e.g. VARCHAR, INT, DATE)

    • Set primary key and any necessary constraints (e.g. unique, not null)

    • Consider normalization to avoid data redundancy and improve data integrity

  • Answered by AI
  • Q2. Microservices concept
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate over well-defined APIs.

    • Microservices break down a large application into smaller, loosely coupled services

    • Each service is responsible for a specific function and can be developed, deployed, and scaled independently

    • Communication between services is typically done through APIs, often using li...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was ok kind off interview

What people are saying about Mercedes-Benz Research and Development India

View All
a software engineer
2w
Can I negotiate on the base salary
Can I negotiate with the hr saying I need x amount as base salary rest the company can decide how much ctc to give ?
Got a question about Mercedes-Benz Research and Development India?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. In depth technical knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is about to know the person skills and behaviour where one is going to suitable to the required position or not.

Java Technical Lead Interview Questions Asked at Other Companies

asked in Quess
Q1. Explain the internals of JVM. Where are classes, variables, and o ... read more
asked in Axis Bank
Q2. Exceptions code snippets to guess output. How to convert checked ... read more
Q3. What is streams and how to get distinct objects Whats are convent ... read more
asked in Coforge
Q4. What is the difference between a stream and a parallel stream?
asked in Quess
Q5. Design patterns used in Microservice architecture. API Gateway

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

Interview Questionnaire 

1 Question

  • Q1. Senario based technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I will suggest to focus more on questions related to your previous project works.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 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 - Technical 

(2 Questions)

  • Q1. Related to profiles
  • Q2. Related to job profile
Round 3 - HR 

(1 Question)

  • Q1. Salary and type of job
Round 4 - HR 

(1 Question)

  • Q1. Related your past experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is Virtual Dom? How it works?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in memory, used for efficient updates and rendering in web development.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.

    • When changes are made to the UI, the Virtual DOM is updated instead of the actual DOM.

    • The Virtual DOM is then compared to the actual DOM, and only the differences are applied to the ...

  • Answered by AI
  • Q2. How browser interpret JSX
  • Ans. 

    Browser interprets JSX by transforming it into regular JavaScript using a transpiler like Babel.

    • JSX is not directly understood by browsers, so it needs to be transpiled into regular JavaScript

    • Babel is a popular transpiler used to convert JSX into JavaScript

    • The transpiled JavaScript code is then executed by the browser

  • Answered by AI
  • Q3. Array filter and map
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to leave?
  • Q2. Whats your expectation?

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Fact Table Vs Fact
  • Ans. 

    Fact table is a table in a data warehouse that stores quantitative data, while fact is a piece of information that is known to be true.

    • Fact table is used in data warehousing to store quantitative data related to business processes.

    • Fact is a piece of information that is known to be true, such as a scientific fact or a historical fact.

    • Fact tables are used to support data analysis and decision-making, while facts are used...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - People without IICS knowledge are Solution architect
Interview experience
5
Excellent
Difficulty level
Moderate
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 - Technical 

(2 Questions)

  • Q1. Normal informatica question and how to manage teams
  • Q2. Normal informatica question with SQL . and few team management questions
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Tell me about Spring Boot Annotation? And, also tell me other annotation which you used in yuor project.
  • Q2. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
  • Ans. 

    Containerization is a lightweight, portable, and self-sufficient way to package applications and their dependencies.

    • Create a Dockerfile with instructions on how to build the container

    • Build the Docker image using the Dockerfile

    • Run the Docker image to create a container

    • Deploy the container on a server using Docker Engine

  • Answered by AI
  • Q3. What is Elastic Kubernetes Service?
  • Ans. 

    Elastic Kubernetes Service (EKS) is a managed Kubernetes service provided by AWS.

    • Fully managed Kubernetes service

    • Automatically scales based on workload

    • Integrates with other AWS services like EC2, S3, and IAM

  • Answered by AI
  • Q4. You had mentioned Message Queue, can you explain why MQ is used? And, how you implemented in your application?
  • Q5. What is cloud watch? and how it works.
  • Ans. 

    CloudWatch is a monitoring and management service provided by AWS to monitor resources and applications in the cloud.

    • CloudWatch collects and tracks metrics, logs, and events from various AWS services and resources.

    • It provides real-time monitoring, alerting, and dashboards to help users visualize and understand their cloud environment.

    • Users can set up alarms to notify them of changes in their environment or resource usa...

  • Answered by AI
  • Q6. Features added in Java 11 from Java 8?
  • Ans. 

    Java 11 introduced several new features and enhancements compared to Java 8.

    • Local-Variable Syntax for Lambda Parameters

    • HTTP Client API (standardized in java.net.http package)

    • Nest-Based Access Control

    • Dynamic Class-File Constants

    • Epsilon: A No-Op Garbage Collector

    • Flight Recorder

    • ZGC: A Scalable Low-Latency Garbage Collector

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Senior Technical Lead interview:
  • Kubernetes
  • Docker
  • Devops
  • Java
  • Spring Boot
  • MQ
  • Java 11
Interview preparation tips for other job seekers - Be prepared, as interviewer can go out of scope then what is mentioned in JD.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Why we use coding part?
  • Ans. 

    Coding is used to create software programs and applications.

    • Coding allows us to instruct computers to perform specific tasks.

    • It helps in automating processes and solving complex problems.

    • Coding enables the development of software that powers various industries.

    • It allows for customization and flexibility in creating solutions.

    • Coding is essential for creating websites, mobile apps, and software systems.

    • Examples: Writing ...

  • Answered by AI
  • Q2. Where you are used code ... Why?
  • Ans. 

    I have used code in various projects and industries, including finance, e-commerce, and healthcare.

    • Finance: Developed trading algorithms and risk management systems.

    • E-commerce: Built online shopping platforms and payment gateways.

    • Healthcare: Created electronic medical record systems and medical imaging software.

  • Answered by AI
  • Q3. What is the use of that project?... What is your role in that?
Round 2 - HR 

(2 Questions)

  • Q1. Any one know in this company?
  • Q2. CTC not a issue, we are always first in Global Market. Are you ok?
  • Ans. 

    Yes, I am okay with CTC not being an issue as long as we are leading in the global market.

    • I prioritize being part of a successful and globally competitive company over CTC.

    • I believe in the importance of contributing to a company's growth and success.

    • I am motivated by the opportunity to work on challenging projects and make a significant impact.

    • I value the recognition and reputation that comes with being part of a leadi...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Pure Technical based on data engineering
  • Q2. What is data skewness. How you ahve resolved it.
  • Ans. 

    Data skewness refers to the imbalance in the distribution of data values within a dataset.

    • Data skewness occurs when certain values or categories appear more frequently than others in a dataset.

    • It can lead to performance issues in data processing and analysis.

    • To resolve data skewness, techniques like data partitioning, shuffling, and using appropriate algorithms can be employed.

    • For example, in a dataset of customer tran...

  • Answered by AI
  • Q3. What is output of below query based on all 4 joins
  • Ans. 

    The output of the query will depend on the specific data in the tables being joined.

    • The result will be a combination of data from all 4 tables based on the join conditions specified in the query.

    • Make sure to check for any filtering conditions in the query that may limit the output.

    • The final result will include columns from all 4 tables, with rows that meet the join criteria.

  • Answered by AI

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 Java Technical Lead 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 Technical.
How to prepare for Mercedes-Benz Research and Development India Java Technical Lead 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 Java Architecture, Microservices and Technical Architecture.
What are the top questions asked in Mercedes-Benz Research and Development India Java Technical Lead interview?

Some of the top questions asked at the Mercedes-Benz Research and Development India Java Technical Lead interview -

  1. Microservices conc...read more
  2. Design database ta...read more
  3. Database locks and jo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

Less than 2 weeks 100%
View more
Join Mercedes-Benz Research and Development India The best or nothing.
Senior Engineer
1.2k salaries
unlock blur

₹15.4 L/yr - ₹27 L/yr

Senior Technical Lead
927 salaries
unlock blur

₹22.5 L/yr - ₹40 L/yr

Senior Consultant
805 salaries
unlock blur

₹15.2 L/yr - ₹27.5 L/yr

Senior Software Engineer
581 salaries
unlock blur

₹14.8 L/yr - ₹29 L/yr

Principal Consultant
568 salaries
unlock blur

₹22.2 L/yr - ₹40 L/yr

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

Bosch Global Software Technologies

3.8
Compare

Qualcomm

3.8
Compare

Tata Motors

4.1
Compare

TCS

3.6
Compare
write
Share an Interview