Premium Employer

i

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

Tata Advanced Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tata Advanced Systems Software Developer Interview Questions and Answers

Updated 11 Sep 2023

Tata Advanced Systems Software Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(1 Question)

  • Q1. Coding samples and expected output
Round 2 - Technical 

(1 Question)

  • Q1. Virtual functions Polymorphism Runtime polymorphism compile time polymorphism Constructor Destructor Destructor overloading possible why Deep copy vs shallow copy Program for operator overloading Program f...
Round 3 - Behavioral 

(1 Question)

  • Q1. Working of project
Round 4 - HR 

(1 Question)

  • Q1. Discussion about package

Interview Preparation Tips

Interview preparation tips for other job seekers - No kt, no training they will provide, worst organisation ever, worst management, don't explain the task what you have to do , if you have other option please join other company don't join this company very bad

Software Developer Jobs at Tata Advanced Systems

View all

Interview questions from similar companies

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

Coding on dsa with easy will question

Round 2 - Technical 

(1 Question)

  • Q1. Draw a linked list
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa + JavaScript related questions and outputs

Round 2 - Coding Test 

Js related coding + easy dsa

Round 3 - Behavioral 

(2 Questions)

  • Q1. Mostly about the projects you did earlier
  • Q2. What do you focus on learning in future
  • Ans. 

    I focus on learning new programming languages, technologies, and best practices to stay current in the industry.

    • Learning new programming languages such as Python or Go

    • Exploring emerging technologies like blockchain or machine learning

    • Staying updated on best practices in software development such as Agile or DevOps

    • Improving problem-solving skills through coding challenges and projects

  • Answered by AI

I applied via LinkedIn and was interviewed in Apr 2022. There were 5 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 

(1 Question)

  • Q1. Javascript basics, Easy to Medium coding problems
Round 3 - Technical 

(3 Questions)

  • Q1. React server side vs client side
  • Ans. 

    React server side rendering generates HTML on the server while client side rendering generates HTML on the browser.

    • Server side rendering is better for SEO and initial page load time

    • Client side rendering is better for interactivity and dynamic content

    • Server side rendering requires more initial setup and configuration

    • Client side rendering can be easier to develop and maintain

  • Answered by AI
  • Q2. Convert class based component to functional component
  • Ans. 

    To convert a class based component to functional component, we need to remove the class syntax and use hooks instead.

    • Remove the class syntax and replace it with a function

    • Remove the render method and return the JSX directly

    • Replace this.props with props

    • Use useState hook to manage state

    • Use useEffect hook to manage lifecycle methods

  • Answered by AI
  • Q3. SQL easy to medium questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. Manager round. Discussion about the current project that you are working, technical implementation using AWS
  • Q2. Behavioural questions
Round 5 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering. Admit if you dont know something.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Sep 2022. 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 - Aptitude Test 

Normal Aptitude test for 1 hour

Round 3 - One-on-one 

(1 Question)

  • Q1. How to reverse an array?
  • Ans. 

    To reverse an array of strings, iterate through the array and swap elements from start to end.

    • Iterate through the array using two pointers, one starting from the beginning and the other from the end.

    • Swap elements at the two pointers until they meet in the middle.

    • Repeat until all elements are swapped and the array is reversed.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for AIRBUS Software Engineer interview:
  • Programming

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

AIRBUS user image Venkat S Raghavan

posted on 13 Oct 2023

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

I applied via Job Fair and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about your strengths and weakness
Round 3 - Technical 

(1 Question)

  • Q1. Explain OOPS and functional programming
  • Ans. 

    OOPS focuses on objects and classes, while functional programming focuses on functions as first-class citizens.

    • OOPS involves concepts like inheritance, encapsulation, and polymorphism.

    • Functional programming emphasizes immutability, pure functions, and higher-order functions.

    • In OOPS, data is typically stored in objects with methods to manipulate the data.

    • Functional programming avoids side effects and mutable state.

    • Examp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and answer your best
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Coding Test 

Basic leetcode problems

Round 2 - Technical 

(1 Question)

  • Q1. Basic java questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I appeared for an interview before Dec 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. About project experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

There was simple aptitude questions along with some C snippet

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between RISC and CISC?
  • Ans. 

    RISC (Reduced Instruction Set Computing) has a smaller set of simple instructions, while CISC (Complex Instruction Set Computing) has a larger set of complex instructions.

    • RISC processors have simpler instructions that can be executed in a single clock cycle, making them faster.

    • CISC processors have more complex instructions that may require multiple clock cycles to execute.

    • RISC architectures typically have a smaller chi...

  • Answered by AI
  • Q2. How ADC(Analog to Digital Converter) works?
  • Ans. 

    ADC converts analog signals into digital data by sampling the input signal at regular intervals.

    • ADC samples the input signal at regular intervals

    • It quantizes the sampled values into discrete digital values

    • The resolution of ADC determines the number of possible digital values

    • Common types of ADC include successive approximation ADC and delta-sigma ADC

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

Simple embedded c coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy embedded c coding interview

Tata Advanced Systems Interview FAQs

How many rounds are there in Tata Advanced Systems Software Developer interview?
Tata Advanced Systems interview process usually has 5 rounds. The most common rounds in the Tata Advanced Systems interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Tata Advanced Systems Software Developer 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 Advanced Systems. The most common topics and skills that interviewers at Tata Advanced Systems expect are Aerospace, Avionics, Software Development, C++ and Embedded C.
What are the top questions asked in Tata Advanced Systems Software Developer interview?

Some of the top questions asked at the Tata Advanced Systems Software Developer interview -

  1. Virtual functions Polymorphism Runtime polymorphism compile time polymorphism C...read more
  2. Coding samples and expected out...read more
  3. Discussion about pack...read more

Tell us how to improve this page.

Tata Advanced Systems Software Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Join Tata Advanced Systems Delivering End-to-End Innovative Solutions in Aerospace & Defence

Interview Questions from Similar Companies

Indian Army Interview Questions
4.7
 • 152 Interviews
GE Interview Questions
4.2
 • 104 Interviews
AIRBUS Interview Questions
3.6
 • 72 Interviews
Data Patterns Interview Questions
3.7
 • 47 Interviews
View all
Tata Advanced Systems Software Developer Salary
based on 63 salaries
₹3 L/yr - ₹9.9 L/yr
32% less than the average Software Developer Salary in India
View more details

Tata Advanced Systems Software Developer Reviews and Ratings

based on 6 reviews

3.9/5

Rating in categories

3.9

Skill development

4.6

Work-life balance

2.7

Salary

4.7

Job security

4.3

Company culture

1.6

Promotions

3.8

Work satisfaction

Explore 6 Reviews and Ratings
Assistant Manager
529 salaries
unlock blur

₹6.8 L/yr - ₹16.2 L/yr

Senior Executive
391 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Assistant Engineer
339 salaries
unlock blur

₹1.9 L/yr - ₹5.1 L/yr

Executive
302 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Officer
245 salaries
unlock blur

₹1.7 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Tata Advanced Systems with

Indian Army

4.7
Compare

Indian Air Force

4.5
Compare

Hindustan Aeronautics

4.3
Compare

Indian Navy

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