Upload Button Icon Add office photos

Filter interviews by

Tata AIG Software Developer Interview Questions and Answers

Updated 5 Apr 2024

Tata AIG Software Developer Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. What is pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Birla Institute of Technology (BIT), Ranchi and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference b/w map and array in CPP. What are generators in Python. What is Polynomial Regression? Normalisation in DBMS.
  • Ans. 

    Map and array in CPP are both data structures, but map is a key-value pair container while array is a collection of elements with a fixed size.

    • Map in CPP is a container that stores elements in key-value pairs, allowing fast lookups based on keys.

    • Array in CPP is a collection of elements of the same data type, stored in contiguous memory locations.

    • Generators in Python are functions that allow you to iterate over a sequen...

  • Answered by AI
  • Q2. Realtional Algebra in DBMS
  • Ans. 

    Relational Algebra is a procedural query language used to query databases in DBMS.

    • Relational Algebra is used to perform basic operations like selection, projection, join, etc. on relations.

    • It helps in retrieving specific information from databases based on certain conditions.

    • Examples of operations in Relational Algebra include Union, Intersection, Difference, Cartesian Product, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect that all the questions will be from the resume.

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Nov 2023. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. I am freshers soo please one chance for your company
  • Q2. Yes I am fresher soo for your company work
  • Q3. Talk about a range of elements, including customer service.
  • Ans. 

    Customer service is an essential element in software development.

    • Customer service involves providing support and assistance to users of software applications.

    • It includes addressing user queries, resolving issues, and ensuring customer satisfaction.

    • Software developers may interact with customers through various channels like email, phone, or live chat.

    • Good customer service can lead to positive user experiences and incre...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - job roles that align with your interests and skills. Networking is also a great way to learn about potential career opportunities.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Challenges in development
  • Ans. 

    Challenges in development include managing project timelines, debugging complex issues, and staying updated with new technologies.

    • Managing project timelines to ensure timely delivery of software

    • Debugging complex issues that arise during development

    • Staying updated with new technologies and tools to remain competitive in the industry

  • Answered by AI
  • Q2. Why Allianz, why leaving from current company

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 5 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 

Basics of Arithmetic , percentage etc

Round 3 - Group Discussion 

Basic topics Like Remote work and office work etc

Round 4 - Technical 

(3 Questions)

  • Q1. OOPs , DSA , Development
  • Q2. About various technoligies used in projects .
  • Q3. About Databases like mySql and MongoDB
Round 5 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your family?

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear Resume
Communication
Basic Coding
Confidence
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Coding ques mid level and project
Round 3 - Technical 

(1 Question)

  • Q1. Project discussion
Round 4 - HR 

(1 Question)

  • Q1. Hr ques mixed with project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Numericals , personality test

Round 3 - Technical 

(1 Question)

  • Q1. Linked list, stacks
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

There were 5 sections which included one coding question, MCQs and one question on SQL

Round 2 - Technical 

(6 Questions)

  • Q1. Introduce yourself
  • Q2. Two sum coding question with time and space complexity
  • Q3. Strong manipulation question with time and space complexity
  • Q4. What is a process and thread? (OS)
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a unit of execution within a process.

    • A process has its own memory space, while threads within the same process share memory.

    • Processes are independent of each other, while threads within the same process can communicate with each other more easily.

    • Processes are heavyweight in terms of resource consumption, while threads are lightweight.

    • Exampl...

  • Answered by AI
  • Q5. OOPS based questions on polymorphism and the others
  • Q6. Why is the lid of the manhole round and not any other shape?
  • Ans. 

    A round manhole lid cannot fall through the opening it covers, unlike other shapes.

    • Round shape is the only shape that cannot fall through its own opening

    • Round shape is easier to move and position compared to other shapes

    • Round shape is more structurally sound and can support heavy loads evenly

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. OSI model and what are the ones that are used particularly while real software development process takes place
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI model consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • In real software development, layers commonly used are the Application layer, Transport layer, and sometimes the Network layer.

    • For example, when developing a web applica...

  • Answered by AI
  • Q3. Favourite subject asked and questions were asked based on that.
  • Q4. Will I be able to work on multiple tech stacks?
Round 4 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. If I'm holding any other offers
  • Q3. Professional background of my parents

Interview Preparation Tips

Interview preparation tips for other job seekers - I had this opportunity through my campus placement. Even though there's a recession going on, I got to interview for this company and I'm nothing but grateful for it. The results have been declared and I got in.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

General SQL Questions.

Round 2 - HR 

(1 Question)

  • Q1. Salary Negotiation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Third-party Payroll.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Reasoning and aptitude question

Round 3 - Technical 

(1 Question)

  • Q1. Coding related question

Interview Preparation Tips

Interview preparation tips for other job seekers - fhrrhhhowfhrihweihfwfhiuwhfiwhfiuhir

Tata AIG Interview FAQs

How many rounds are there in Tata AIG Software Developer interview?
Tata AIG interview process usually has 1-2 rounds. The most common rounds in the Tata AIG interview process are Technical and Resume Shortlist.
What are the top questions asked in Tata AIG Software Developer interview?

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

  1. Difference b/w map and array in CPP. What are generators in Python. What is Po...read more
  2. Realtional Algebra in D...read more
  3. What is poin...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Tata AIG interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Tata AIG Software Developer Salary
based on 22 salaries
₹4.5 L/yr - ₹18 L/yr
40% more than the average Software Developer Salary in India
View more details

Tata AIG Software Developer Reviews and Ratings

based on 4 reviews

2.8/5

Rating in categories

3.6

Skill development

2.2

Work-Life balance

2.7

Salary & Benefits

4.0

Job Security

2.2

Company culture

2.2

Promotions/Appraisal

2.6

Work Satisfaction

Explore 4 Reviews and Ratings
Channel Sales Manager
976 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Relationship Manager
886 salaries
unlock blur

₹2.1 L/yr - ₹7.8 L/yr

Manager
465 salaries
unlock blur

₹3.7 L/yr - ₹11.1 L/yr

Deputy Manager
440 salaries
unlock blur

₹2.3 L/yr - ₹8.8 L/yr

Senior Manager
431 salaries
unlock blur

₹6 L/yr - ₹17.8 L/yr

Explore more salaries
Compare Tata AIG with

ICICI Lombard General Insurance Company

3.7
Compare

Bajaj Allianz General Insurance

3.9
Compare

HDFC Ergo General Insurance

4.0
Compare

Reliance General Insurance

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview