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
3.7

based on 1.7k Reviews

Filter interviews by

Tata Advanced Systems Software Engineer Intern Interview Questions and Answers

Updated 26 Dec 2024

Tata Advanced Systems Software Engineer Intern Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. About hibernate
  • Q2. About jdbc

Interview questions from similar companies

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

I applied via campus placement at National Institute of Technology (NIT), Patna and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

(2 Questions)

  • Q1. Sql queries bsed on group by
  • Q2. Dsa easy to medium questions i didnt remember
Round 2 - HR 

(1 Question)

  • Q1. Behavioural questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(5 Questions)

  • Q1. What is the lifecycle of React hooks?
  • Ans. 

    React hooks lifecycle includes initialization, rendering, updates, and cleanup.

    • Hooks are called in the order they are defined in the component function.

    • useState and useEffect are commonly used hooks in React.

    • Hooks like useEffect can be used for data fetching, subscriptions, or manually changing the DOM.

    • The cleanup function in useEffect can be used to clean up any resources or subscriptions.

    • Hooks allow for more flexible

  • Answered by AI
  • Q2. What is the process to fetch data from an API?
  • Ans. 

    To fetch data from an API, you need to send a request to the API endpoint and process the response.

    • Send a request to the API endpoint using HTTP methods like GET, POST, PUT, DELETE.

    • Include any required parameters or headers in the request.

    • Receive the response from the API, which usually comes in JSON or XML format.

    • Parse the response data to extract the information you need.

    • Handle any errors or exceptions that may occur

  • Answered by AI
  • Q3. Hooks and custom hooks
  • Q4. Difference between useeffect and usereducer
  • Ans. 

    useEffect is used for side effects in functional components, while useReducer is used for managing state in complex components.

    • useEffect is used for handling side effects in functional components

    • useReducer is used for managing state in complex components

    • useEffect is similar to componentDidMount and componentDidUpdate in class components

    • useReducer is similar to useState but for more complex state management

    • useEffect can...

  • Answered by AI
  • Q5. Html5 and css3 questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Differentiate between RISC and CISC
  • Ans. 

    RISC stands for Reduced Instruction Set Computing and CISC stands for Complex Instruction Set Computing.

    • RISC processors have a smaller set of simple instructions, while CISC processors have a larger set of complex instructions.

    • RISC processors typically execute instructions in one clock cycle, while CISC processors may require multiple clock cycles.

    • RISC processors rely on optimizing compilers for performance, while CISC...

  • Answered by AI
  • Q2. Define and differentiate interpreter and compiler
  • Ans. 

    Interpreter translates code line by line while compiler translates entire code at once.

    • Interpreter: translates code line by line, slower execution, easier debugging (e.g. Python)

    • Compiler: translates entire code at once, faster execution, harder debugging (e.g. C++)

  • Answered by AI
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
-
Round 1 - Technical 

(1 Question)

  • Q1. Multithreading using Rtos
  • Ans. 

    Multithreading using RTOS involves creating multiple threads to run concurrently, managed by a real-time operating system.

    • RTOS provides scheduling and synchronization mechanisms for managing multiple threads.

    • Threads in RTOS can have different priorities to ensure timely execution of critical tasks.

    • Example: Using FreeRTOS to create multiple threads for handling different tasks in an embedded system.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement

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 

Simple basic codes were asked like finding prime number and all

Round 3 - Technical 

(2 Questions)

  • Q1. What do we mean by inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reusability and promotes the concept of hierarchy in programming.

    • The existing class is called the parent class or superclass, and the new class is called the child class or subclass.

    • The child class inherits all the properties and methods of the parent class and can...

  • Answered by AI
  • Q2. How are stacks implemented while building softwares
  • Ans. 

    Stacks are implemented using arrays or linked lists to store and retrieve data in a Last-In-First-Out (LIFO) order.

    • Arrays are used to implement static stacks where the size is fixed

    • Linked lists are used to implement dynamic stacks where the size can change

    • Push() and pop() operations are used to add and remove elements from the stack

    • Stacks are used in programming languages for function calls and recursion

    • Stacks are also...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Are you able to relocate to Bangalore
  • Ans. 

    Yes, I am able to relocate to Bangalore.

    • I am open to relocating for the internship opportunity.

    • I am flexible and willing to move to Bangalore for the duration of the internship.

    • I have no constraints that would prevent me from relocating to Bangalore.

    • I am excited about the prospect of working in Bangalore and experiencing a new city.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and go for it.. they are going to judge some basics only

Skills evaluated in this interview

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

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test checking your logical and reasoning skills

Round 2 - Coding Test 

2 problem solving, coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Online technical interview
Round 4 - HR 

(1 Question)

  • Q1. Asked about resume
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

General coding 2 questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Asking about project
  • Q2. Asked about web security as I am a cyber student

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question based on project architecture
  • Q2. Access specifiers

Interview Preparation Tips

Topics to prepare for Collins Aerospace Software Developer interview:
  • Oops concept
Interview preparation tips for other job seekers - Interview process is good and easy

Tata Advanced Systems Interview FAQs

How many rounds are there in Tata Advanced Systems Software Engineer Intern interview?
Tata Advanced Systems interview process usually has 1 rounds. The most common rounds in the Tata Advanced Systems interview process are Technical.

Tell us how to improve this page.

Tata Advanced Systems Software Engineer Intern Interview Process

based on 1 interview

Interview experience

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

Interview Questions from Similar Companies

Ashok Leyland Interview Questions
4.1
 • 237 Interviews
Tata Power Interview Questions
3.9
 • 160 Interviews
Indian Army Interview Questions
4.7
 • 149 Interviews
GE Interview Questions
4.2
 • 106 Interviews
AIRBUS Interview Questions
3.7
 • 73 Interviews
View all
Assistant Manager
515 salaries
unlock blur

₹6.2 L/yr - ₹17.8 L/yr

Senior Executive
394 salaries
unlock blur

₹4.5 L/yr - ₹11 L/yr

Assistant Engineer
337 salaries
unlock blur

₹1.8 L/yr - ₹5.3 L/yr

Executive
297 salaries
unlock blur

₹3.3 L/yr - ₹8.5 L/yr

Officer
231 salaries
unlock blur

₹1.7 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Tata Advanced Systems with

Larsen & Toubro Limited

4.0
Compare

Bharat Electronics

4.2
Compare

Hindustan Aeronautics

4.3
Compare

Swan Defence and Heavy Industries

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