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
3.6

based on 2.5k Reviews

Filter interviews by

Tata Technologies Full Stack Developer Interview Questions and Answers

Updated 13 Jan 2025

Tata Technologies Full Stack Developer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. It was Related to overall experience

Interview Preparation Tips

Interview preparation tips for other job seekers - The experience was disappointing. I went through the entire selection process for a role in Pune and received a call confirming that I was selected. However, after that call, there was no further communication from management. They did not inform me whether I was rejected or not. Such lack of professionalism from the HR team is surprising for a reputed company. When I attempted to follow up for a status update, my calls went unanswered.

I applied via Approached by Company and was interviewed in May 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Require and require once Html tag and elements Document ready and onload Max salary of employee query Count of employee who have max salary
  • Ans. File is use on php file and if have error then generated fatal error . Html tag and elements are different i.e div,span and elements is img. All css and script is load then document ready call and
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview do trustly and confident.what have they asked manipulated the things

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
Q3. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more
asked in CommVault
Q4. Count Substrings with K Distinct Characters Given a lowercase str ... read more
asked in MakeMyTrip
Q5. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more

Interview questions from similar companies

I was interviewed before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

This round consists of Aptitude questions, Java oops concepts MCQ questions, SQL questions, and 2 Coding questions

This round conducted around 11 AM

The environment is good, You can't change the window so googling the answers is not possible. you have to be quick to answer most of the questions, Don't spend too much time on 1 question, Just mark that question, so that if you have time you can complete it in the end

The interviewer was strict, no cheating allowed, Mobiles are kept in Bag

  • Q1. 

    Reverse Integer Problem Statement

    Given a 32-bit signed integer N, your task is to return the reversed integer. If reversing the integer causes overflow, return -1.

    Input:

    The first line contains an int...
  • Ans. Implementation

    The idea is to use the fact that the input ‘N’ is a 32 bit signed integer.  So, as mentioned, -2147483648 <= ‘N’ <= 2147483647. In this range, for ‘N’ = 10  *  x + y, the ‘N’ can never attain a value when |x| = INT_MAX / 10, y = 8 or 9 for x > 0 and y = -9, for x < 0.

     

    Therefore, it is sufficient to check |x| > INT_MAX / 10 (i.e. x > INT_MAX / 10 or x < INT_MIN / 10...

  • Answered Anonymously
  • Q2. 

    Longest Common Prefix Problem Statement

    You are given an array ‘ARR’ consisting of ‘N’ strings. Your task is to find the longest common prefix among all these strings. If there is no common prefix, you ha...

  • Ans. Iterative Scanning

    In this approach, we will iterate through each character of the first string and check if the same character exists in each string or not. We will maintain a variable longestPrefix to store the longest common prefix.

     

    We will traverse idx from 0 to the length of ARR[0] -1.

    1. We will iterate index from 1 to N-1 and check if ARR[index][idx] is equal to ARR[0][idx].
    2. If the condition is true for all strin...
  • Answered Anonymously
Round 2 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

It was night when my interview was scheduled ,Interviewer asked the questions on SQL, Angular, DBMS,OOPS Concepts, Java programming, Operating system ,Some 1-2 is tough and others questions I answered very well, He asked me to explain oops concepts like polymorphism ,Encapsulation, Inheritance with the help of real life examples.He asked to code 1 pattern question at end.

  • Q1. 

    Selection Sort Problem Statement

    Implement the Selection Sort algorithm to sort an unsorted array of non-negative integers in non-decreasing order. The algorithm should repeatedly find the minimum element...

  • Ans. Selection Sort Approach

    Selection sort is a standard sorting algorithm that uses nested loops to find all the minimum elements in the array in each iteration and swap them with the starting element of the unsorted region of the array.

     

    Steps :

    • Use a minValue variable to find the index of the minimum element of the array.
    • Use a loop to iterate over all the elements of the array.
    • Use a nested loop to find the minimum ele...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack Developer in PuneEligibility criteriaAbove 70%Larsen & Toubro (L&T) interview preparation:Topics to prepare for the interview - Java OOPs Concepts, Spring, MVC, REST API,Hibernate, My SQL, React JS,SeleniumTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare each concept and implement it by developing an application, to have a better understanding of topics learned
Tip 2 : A few questions from DB were also asked like SQL aggregate functions, joins, and Stored procedures Interviewer will ask to write a SQL query, so prepare this part very well
Tip 3 : learn git commands, how to push and pull your code , resolve merge conflicts, and use Continous Integration, deploy code using Jenkins

Application resume tips for other job seekers

Tip 1 : In Resume Mention the topics you know very well, don't write the topics like Docker, Machine learning just to impress
Tip 2 : Explain your Internship, Projects in detail(In bullet Points, Specify tech stack used in the projects) and you should have a clear idea of the Project you implemented

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Javascript basic questions
  • Q2. Javascript basic questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

DSA questions mainly focusing on dynamic programming and Graphs

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Graduated with a degree in Computer Science

    • Worked on multiple projects using Java and Python

    • Familiar with web development technologies like HTML, CSS, and JavaScript

    • Strong problem-solving skills and ability to work in a team

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include a tendency to overthink and difficulty delegating tasks.

    • Strengths: problem-solving skills, attention to detail

    • Weaknesses: tendency to overthink, difficulty delegating tasks

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jacobs Engineering Group Software Developer interview:
  • DSA
Interview preparation tips for other job seekers - Be confident and thats all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 

(1 Question)

  • Q1. WHAT YOU KNOW ABOUT CODEING
  • Ans. 

    Coding is the process of creating instructions for computers to execute tasks.

    • Coding involves writing and testing instructions in programming languages.

    • It is used to create software, websites, apps, and more.

    • Examples of coding languages include Java, Python, and C++.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. HOW MUCH TIME TAKE FOR ONW PROJECT
Round 4 - Aptitude Test 

VEAY SIMPLE QUESTION ASKING

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy not much hard. Basic questions

Round 2 - Coding Test 

Dsa is must, logical questions are asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for basic coding questions.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at SIES College of Management Studies (SIESCMS) and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

IT WAS BASIC AND EASY TO SOLVE

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS CONCEPT OF JAVA
  • Ans. 

    OOPS concepts in Java refer to the principles of Object-Oriented Programming such as inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.

    • Polymorphism...

  • Answered by AI
  • Q2. JAVA SPRING BOOT

Interview Preparation Tips

Interview preparation tips for other job seekers - COVER YOUR BASIC PROPERLY

Skills evaluated in this interview

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

Test was hard, needs to prepared very well

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

Logical and Maths ,Sql,Java

Tata Technologies Interview FAQs

How many rounds are there in Tata Technologies Full Stack Developer interview?
Tata Technologies interview process usually has 1 rounds. The most common rounds in the Tata Technologies interview process are One-on-one Round and Technical.
How to prepare for Tata Technologies Full Stack 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 Technologies. The most common topics and skills that interviewers at Tata Technologies expect are HTML, Node.Js, Postgresql, Python and React.Js.

Tell us how to improve this page.

Tata Technologies Full Stack Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Tata Technologies Full Stack Developer Salary
based on 18 salaries
₹4.7 L/yr - ₹8 L/yr
39% less than the average Full Stack Developer Salary in India
View more details
Senior Design Engineer
2.3k salaries
unlock blur

₹5.2 L/yr - ₹16.2 L/yr

Design Engineer
2k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Technical Lead
1.6k salaries
unlock blur

₹6.5 L/yr - ₹22.9 L/yr

Solution Developer
1.6k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Team Lead
670 salaries
unlock blur

₹5.9 L/yr - ₹20 L/yr

Explore more salaries
Compare Tata Technologies with

KPIT Technologies

3.4
Compare

L&T Technology Services

3.3
Compare

Cyient

3.7
Compare

Tech Mahindra

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