Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tata Technologies Team. If you also belong to the team, you can get access from here

Tata Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tata Technologies Software Engineer Interview Questions and Answers

Updated 21 Jul 2024

Tata Technologies Software Engineer Interview Experiences

4 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Gave topic for discussion. How anyone can conduct GD round for experienced people without checking their technical knowledge.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked easy Java SQL questions
  • Q2. Are strings immutable and explain its benifits.
  • Ans. 

    Yes

    • Strings are immutable in most programming languages.

    • Immutable strings provide safety and consistency in code.

    • Immutable strings allow for efficient memory management.

    • Immutable strings enable string interning and caching for optimization.

    • Immutable strings facilitate thread safety in concurrent programming.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. HTML5, Javascript question
  • Q2. Responsive Web Design

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Is women better hr then men

Round 2 - Technical 

(2 Questions)

  • Q1. Is string immutable and explain its benifits
  • Ans. 

    Yes

    • String is immutable, meaning its value cannot be changed once created

    • Immutable strings provide benefits like thread safety, caching, and security

    • Immutable strings allow for efficient memory management and optimization

    • Immutable strings enable easy sharing and reusability of string objects

  • Answered by AI
  • Q2. Jdk,jre,jvm working
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

BASIC APTITUDE QUESTIONS

Round 3 - Coding Test 

BASED ON ARRAYS AND STRINGS

Round 4 - Group Discussion 

NEED GOOD COMMUNICATION

Round 5 - Technical 

(1 Question)

  • Q1. BASICS OF SQL,OOPS,BASIC DS
Round 6 - HR 

(1 Question)

  • Q1. BASIC QUESTIONS

Tata Technologies interview questions for designations

 Embedded Software Engineer

 (2)

 Senior Software Engineer

 (2)

 Software Developer

 (5)

 Embedded Software Developer

 (1)

 Network Engineer

 (1)

 Performance Engineer

 (1)

 Data Engineer

 (1)

 Technical Lead Engineer

 (2)

Interview questions from similar companies

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

Java programming questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2023. There were 3 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 

Problem Statement : it would provide you the detailed description

Example : It would provide example of the program code

Functional Description: It would provide functional details of the code to be written

Returns: It would provide details of expected output of the code (what code should return after execution)

Round 3 - Aptitude Test 

While passing the first stage of interviews is considered difficult, it is often harder to complete a data entry test simply because of the increased need to work under pressure. Data entry tests often cause the most experienced workers to make unnecessary errors that aren’t really representative of how they work daily. However, with some simple preparation, you can complete your pre-employment tests with confidence. Here is how to prepare for your upcoming data entry test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make use of networking and both online and non-online job search opportunities. Use a resume builder to write a one-page, job-tailored resume that makes it past ATS. Proofread and make sure there are no typos or grammatical errors. Go to interviews early, rested, and with a positive attitude.
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical plus general knowledge appti

Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts and .net questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion and Company culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics OOPs concepts And aptitude test
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Coding Test, Technical

Round 3 - HR 

(1 Question)

  • Q1. Asking about the previous role and responsibility.

Interview Preparation Tips

Interview preparation tips for other job seekers - No Round 2
Round 1 - Technical 

(1 Question)

  • Q1. And the point that have previously version and the present version of our programming language and differences between help in selecting

Interview Preparation Tips

Interview preparation tips for other job seekers - Write the question on notes which are not answered in the interview plan the question and related questions
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 Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is OOP concept
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: Inheritance allows a class to inherit properties and behaviors from another class.

  • Answered by AI
  • Q2. Advantages of oops
  • Ans. 

    Advantages of OOP include code reusability, modularity, flexibility, and easier maintenance.

    • Code reusability allows for the reuse of classes and objects in different parts of the program.

    • Modularity helps in organizing code into manageable units, making it easier to understand and maintain.

    • Flexibility allows for easy modifications and updates to the code without affecting other parts of the program.

    • Easier maintenance is...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Views on IOT with example
  • Ans. 

    I believe IOT has immense potential to revolutionize various industries by connecting devices and collecting data for analysis.

    • IOT can improve efficiency and productivity by automating processes

    • It can enhance customer experience by providing personalized services

    • IOT can also enable predictive maintenance to reduce downtime

    • Example: Smart home devices like thermostats and security cameras that can be controlled remotely

  • Answered by AI
  • Q2. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts should be clear

Tata Technologies Interview FAQs

How many rounds are there in Tata Technologies Software Engineer interview?
Tata Technologies interview process usually has 2-3 rounds. The most common rounds in the Tata Technologies interview process are Group Discussion, Technical and Resume Shortlist.
How to prepare for Tata Technologies Software Engineer 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 Tata Technologies. The most common topics and skills that interviewers at Tata Technologies expect are Automotive, AUTOSAR, Embedded C, Jenkins and PTC.
What are the top questions asked in Tata Technologies Software Engineer interview?

Some of the top questions asked at the Tata Technologies Software Engineer interview -

  1. Are strings immutable and explain its benifi...read more
  2. Is string immutable and explain its benif...read more
  3. Asked easy Java SQL questi...read more

Tell us how to improve this page.

Tata Technologies Software Engineer Interview Process

based on 4 interviews

Interview experience

2
  
Poor
View more
Tata Technologies Software Engineer Salary
based on 104 salaries
₹3.5 L/yr - ₹12.6 L/yr
5% less than the average Software Engineer Salary in India
View more details

Tata Technologies Software Engineer Reviews and Ratings

based on 7 reviews

3.1/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

2.4

Salary

2.9

Job security

2.9

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 7 Reviews and Ratings
Senior Design Engineer
2.3k salaries
unlock blur

₹5.2 L/yr - ₹16.2 L/yr

Design Engineer
2.1k salaries
unlock blur

₹2.4 L/yr - ₹10.2 L/yr

Technical Lead
1.7k salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Solution Developer
1.6k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Team Lead
630 salaries
unlock blur

₹6.9 L/yr - ₹23 L/yr

Explore more salaries
Compare Tata Technologies with

KPIT Technologies

3.4
Compare

L&T Technology Services

3.3
Compare

Cyient

3.6
Compare

Tech Mahindra

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