Upload Button Icon Add office photos
Engaged Employer

i

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

Tata Digital Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tata Digital Interview Questions and Answers

Updated 3 Aug 2025
Popular Designations

27 Interview questions

A Team Lead was asked 1w ago
Q. How can you print all paths from the root to each leaf node in a tree?
Ans. 

This task involves traversing a tree and printing all paths from the root to each leaf node.

  • Use Depth-First Search (DFS) to explore each path.

  • Maintain a list to store the current path from the root to the current node.

  • When a leaf node is reached, print the current path.

  • Backtrack to explore other paths by removing the last node from the current path.

  • Example: For a tree with root 1, left child 2, and right child 3, ...

View all Team Lead interview questions
A Data Scientist was asked 1mo ago
Q. How do you ensure fairness and avoid bias when using ChatGPT or similar large language models in data science applications?
Ans. 

Data scientists analyze data to extract insights, build models, and inform decision-making across various industries.

  • Data Collection: Gathering data from various sources like databases, APIs, or web scraping.

  • Data Cleaning: Removing inconsistencies and handling missing values to prepare data for analysis.

  • Exploratory Data Analysis (EDA): Using statistical methods and visualization tools to understand data patterns.

  • M...

View all Data Scientist interview questions
A Data Scientist was asked 1mo ago
Q. Questions related to your Curriculum Vitae?
Ans. 

CV-related questions assess your experience, skills, and fit for the data scientist role.

  • Highlight relevant projects: Discuss a project where you used machine learning to solve a real-world problem.

  • Showcase technical skills: Mention programming languages like Python or R, and tools like TensorFlow or SQL.

  • Emphasize teamwork: Provide an example of collaborating with cross-functional teams to achieve a common goal.

  • Di...

View all Data Scientist interview questions
An Architect was asked 1mo ago
Q. What are the design considerations for creating a Twitter-like platform that caters to various use cases?
Ans. 

Designing a Twitter-like platform requires scalability, user engagement, security, and diverse content management.

  • Scalability: Ensure the platform can handle millions of users and tweets, like Twitter's infrastructure with distributed databases.

  • User Engagement: Implement features like trending topics, hashtags, and notifications to keep users active and informed.

  • Security: Protect user data with encryption and impl...

View all Architect interview questions
An Architect was asked 1mo ago
Q. What are the main programming paradigms?
Ans. 

Main programming paradigms include procedural, object-oriented, functional, and declarative programming, each with unique approaches.

  • Procedural Programming: Focuses on procedures or routines (e.g., C, Pascal).

  • Object-Oriented Programming: Uses objects to represent data and methods (e.g., Java, C++).

  • Functional Programming: Emphasizes functions and immutability (e.g., Haskell, Scala).

  • Declarative Programming: Focuses ...

View all Architect interview questions
An Operations Manager was asked 2mo ago
Q. Tell me about site operations.
Ans. 

Site operations involve managing daily activities, resources, and processes to ensure efficiency and productivity.

  • Oversee daily operations to ensure smooth workflow, such as scheduling staff and managing inventory.

  • Implement safety protocols to maintain a safe working environment, like regular safety drills.

  • Monitor performance metrics to identify areas for improvement, such as reducing downtime in production.

  • Coordi...

View all Operations Manager interview questions

Tata Digital HR Interview Questions

4 questions and answers

Q. Tell me about a project you have worked on and what you learned during it.
Q. Why do you want to join Tata Digital?
Q. Three things which you like and you dislike about e-commerce website
An Operations Manager was asked 2mo ago
Q. Tell me about a product or project launch you were involved in.
Ans. 

Launching a project involves planning, execution, and monitoring to ensure successful delivery and stakeholder satisfaction.

  • Define clear objectives and goals for the launch, such as increasing market share by 10%.

  • Develop a detailed project plan outlining timelines, resources, and responsibilities.

  • Engage stakeholders early to gather input and ensure alignment with their expectations.

  • Conduct thorough testing and qua...

View all Operations Manager interview questions
Are these interview questions helpful?
A Senior Digital Engineer was asked 2mo ago
Q. Reverse a string without using any pre-made functions.
Ans. 

To reverse a string without using pre-made functions, we can manually swap characters from both ends towards the center.

  • 1. Initialize two pointers: one at the start (left) and one at the end (right) of the string.

  • 2. Swap the characters at these pointers.

  • 3. Move the left pointer one step to the right and the right pointer one step to the left.

  • 4. Repeat the process until the left pointer is greater than or equal to ...

A Data Engineer was asked 5mo ago
Q. Write an SQL query to return the result in JSON format.
Ans. 

Learn how to retrieve SQL query results in JSON format using SQL Server or PostgreSQL.

  • Use the FOR JSON clause in SQL Server to format results as JSON. Example: SELECT * FROM Patients FOR JSON AUTO;

  • In PostgreSQL, use the json_agg() function to aggregate rows into a JSON array. Example: SELECT json_agg(t) FROM (SELECT * FROM Patients) t;

  • Ensure your SQL database supports JSON functions; check documentation for specif...

View all Data Engineer interview questions
A Senior Business Analyst was asked 7mo ago
Q. What is the difference between Lag and Lead, and can you provide an example?
Ans. 

Lag is a delay in a process, while lead is an acceleration or advancement.

  • Lag refers to a delay in a process or activity, where there is a gap between the desired outcome and the actual outcome.

  • Lead refers to an acceleration or advancement in a process, where the desired outcome is achieved before the actual outcome.

  • For example, in project management, lag time is the delay between the completion of one task and th...

View all Senior Business Analyst interview questions

Tata Digital Interview Experiences

49 interviews found

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 Aug 2022. There were 4 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 - Aptitude Test 

Competitive coding, multiple choice questions

Round 3 - Technical 

(4 Questions)

  • Q1. CS fundamentals, Object oriented programming, Networking, SQL
  • Q2. Explain 4 concept of OOPS
  • Q3. Explain subnet in networking
  • Q4. Concepts of Operating system
Round 4 - HR 

(1 Question)

  • Q1. Behavioral questions, questions related to project, questions related to internship
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Difference between Lag & Lead with an example
  • Ans. 

    Lag is a delay in a process, while lead is an acceleration or advancement.

    • Lag refers to a delay in a process or activity, where there is a gap between the desired outcome and the actual outcome.

    • Lead refers to an acceleration or advancement in a process, where the desired outcome is achieved before the actual outcome.

    • For example, in project management, lag time is the delay between the completion of one task and the sta...

  • Answered by AI
  • Q2. Example explaining Rank,Dense_Rank,Row_Number
  • Ans. 

    Rank, Dense_Rank, and Row_Number are functions used in SQL to assign a ranking to rows in a result set.

    • Rank assigns a unique rank to each row based on the specified column values.

    • Dense_Rank assigns a unique rank to each row without any gaps, even if there are ties.

    • Row_Number assigns a unique sequential integer to each row in the result set.

    • Example: If we have a table of students with their scores, Rank would assign ran...

  • Answered by AI
  • Q3. Business question around customer funneling.
  • Q4. Some technical questions around marketing campaigns(utm_source,campaign_id,etc.)
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions around customer funneling(Ideal and non-ideal)
  • Q2. Some other business related problems and situational questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioural and resume basaed questions with some situational questions.
Round 4 - HR 

(1 Question)

  • Q1. Behavioral questions.
  • Ans. 

    I effectively manage stakeholder expectations through clear communication and regular updates.

    • Establish regular check-ins with stakeholders to discuss project progress.

    • Use visual aids like dashboards to present data clearly.

    • Example: In a previous project, I created a weekly report that highlighted key metrics and milestones.

    • Actively listen to stakeholder concerns and address them promptly.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - HR had taken all my documents and confirmed that she will close the offer within 2-3 days but even after 1 week and multiple follow-ups she started ignoring my mails and messages and did not give any update.

Team Lead Interview Questions & Answers

user image Anonymous

posted on 3 Aug 2025

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

I appeared for an interview in Jul 2025, where I was asked the following questions.

  • Q1. Print all paths of a tree till leaf node
  • Ans. 

    This task involves traversing a tree and printing all paths from the root to each leaf node.

    • Use Depth-First Search (DFS) to explore each path.

    • Maintain a list to store the current path from the root to the current node.

    • When a leaf node is reached, print the current path.

    • Backtrack to explore other paths by removing the last node from the current path.

    • Example: For a tree with root 1, left child 2, and right child 3, paths...

  • Answered by AI
  • Q2. Optimistic concurrency control

Skills evaluated in this interview

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2024

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

(2 Questions)

  • Q1. Architecture Design, Deep Dive
  • Q2. Problem statement
Round 2 - Technical 

(2 Questions)

  • Q1. System Design, Software Fundamentals
  • Q2. Security, Leadership
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Tell about Site operation
  • Ans. 

    Site operations involve managing daily activities, resources, and processes to ensure efficiency and productivity.

    • Oversee daily operations to ensure smooth workflow, such as scheduling staff and managing inventory.

    • Implement safety protocols to maintain a safe working environment, like regular safety drills.

    • Monitor performance metrics to identify areas for improvement, such as reducing downtime in production.

    • Coordinate ...

  • Answered by AI
  • Q2. Tell about launch
  • Ans. 

    Launching a project involves planning, execution, and monitoring to ensure successful delivery and stakeholder satisfaction.

    • Define clear objectives and goals for the launch, such as increasing market share by 10%.

    • Develop a detailed project plan outlining timelines, resources, and responsibilities.

    • Engage stakeholders early to gather input and ensure alignment with their expectations.

    • Conduct thorough testing and quality ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join here, worst place to go for

CRM Executive Interview Questions & Answers

user image rutik suryawanshi

posted on 30 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. E-commerce platform and its working
  • Ans. 

    E-commerce platform is a website or application where businesses sell products or services online.

    • E-commerce platforms allow businesses to create online stores to showcase and sell their products.

    • Customers can browse products, add them to cart, and make payments online through secure payment gateways.

    • Popular e-commerce platforms include Shopify, WooCommerce, Magento, and BigCommerce.

  • Answered by AI
  • Q2. Three things which you like and you dislike about e-commerce website
  • Ans. 

    I like the convenience, variety of products, and personalized recommendations on e-commerce websites. I dislike slow loading times, hidden fees, and lack of customer service.

    • Convenience of shopping from home

    • Wide variety of products available

    • Personalized recommendations based on browsing history

    • Slow loading times can be frustrating for users

    • Hidden fees during checkout process can lead to dissatisfaction

    • Lack of responsiv...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Behaviour and critical thinking
  • Q2. Project and problem you have faced
  • Ans. 

    Implemented CRM system for a company, faced challenges with data migration and user adoption.

    • Managed data migration from legacy systems to new CRM platform

    • Provided training and support to employees to ensure successful adoption

    • Addressed technical issues and customized CRM features to meet company's needs

  • Answered by AI

Data Scientist Interview Questions & Answers

user image Aniruddh Bhat

posted on 13 Sep 2024

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

(2 Questions)

  • Q1. Tell me about 1 project you have worked on and what did you learn during this?
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company.

    • Collected and cleaned customer data including demographics, usage patterns, and customer service interactions.

    • Used various machine learning algorithms such as logistic regression, random forest, and XGBoost to build and evaluate the model.

    • Identified key factors contributing to customer churn such as contract length, monthly charges, and ...

  • Answered by AI
  • Q2. How do you build a recommendation system?

Skills evaluated in this interview

Engineering Manager Interview Questions & Answers

user image Shivam kannojiya

posted on 29 Oct 2024

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

(1 Question)

  • Q1. Design Survey Monkey
  • Ans. 

    Design a survey platform like Survey Monkey

    • Allow users to create custom surveys with various question types

    • Provide options for users to distribute surveys via email, social media, or website links

    • Include analytics tools to track responses and generate reports

    • Ensure user-friendly interface for both survey creators and respondents

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

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

(1 Question)

  • Q1. What is DSA and implement any one data structure you like?
  • Ans. 

    DSA stands for Data Structures and Algorithms. One commonly used data structure is an array.

    • DSA is essential for solving complex problems efficiently.

    • Data structures like arrays, linked lists, trees, graphs, etc., are used to store and manipulate data.

    • Algorithms are used to perform operations on these data structures.

    • Implementing an array involves creating a fixed-size collection of elements of the same type.

    • Example: I...

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Sql based question to get result in json format
  • Ans. 

    Learn how to retrieve SQL query results in JSON format using SQL Server or PostgreSQL.

    • Use the FOR JSON clause in SQL Server to format results as JSON. Example: SELECT * FROM Patients FOR JSON AUTO;

    • In PostgreSQL, use the json_agg() function to aggregate rows into a JSON array. Example: SELECT json_agg(t) FROM (SELECT * FROM Patients) t;

    • Ensure your SQL database supports JSON functions; check documentation for specific sy...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Cv related questions
  • Ans. 

    CV-related questions assess your experience, skills, and fit for the data scientist role.

    • Highlight relevant projects: Discuss a project where you used machine learning to solve a real-world problem.

    • Showcase technical skills: Mention programming languages like Python or R, and tools like TensorFlow or SQL.

    • Emphasize teamwork: Provide an example of collaborating with cross-functional teams to achieve a common goal.

    • Discuss...

  • Answered by AI
  • Q2. They ask chatgpt based question and expect answer that matches chatgpt answers only
  • Ans. 

    Data scientists analyze data to extract insights, build models, and inform decision-making across various industries.

    • Data Collection: Gathering data from various sources like databases, APIs, or web scraping.

    • Data Cleaning: Removing inconsistencies and handling missing values to prepare data for analysis.

    • Exploratory Data Analysis (EDA): Using statistical methods and visualization tools to understand data patterns.

    • Model ...

  • Answered by AI

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Tata Digital?
Ask anonymously on communities.

Tata Digital Interview FAQs

How many rounds are there in Tata Digital interview?
Tata Digital interview process usually has 2-3 rounds. The most common rounds in the Tata Digital interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Tata Digital 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 Digital. The most common topics and skills that interviewers at Tata Digital expect are Python, SQL, AWS, Java and Financial Services.
What are the top questions asked in Tata Digital interview?

Some of the top questions asked at the Tata Digital interview -

  1. what is daemon Thread? what is data Class? Garbage Collector? Activity Lifecycl...read more
  2. Print prime numbers between 100 to 1,00,...read more
  3. Can you work in fast paced environment with constantly changing requiremen...read more
What are the most common questions asked in Tata Digital HR round?

The most common HR questions asked in Tata Digital interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. What are your salary expectatio...read more
How long is the Tata Digital interview process?

The duration of Tata Digital interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 32 interview experiences

Difficulty level

Easy 5%
Moderate 74%
Hard 21%

Duration

Less than 2 weeks 47%
2-4 weeks 53%
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 105 Interviews
Webkul Software Interview Questions
4.0
 • 72 Interviews
Tudip Technologies Interview Questions
2.9
 • 67 Interviews
MindGate Solutions Interview Questions
3.3
 • 67 Interviews
Softenger Interview Questions
4.0
 • 61 Interviews
Bacancy Technology Interview Questions
4.4
 • 60 Interviews
Statusneo Interview Questions
4.0
 • 49 Interviews
View all

Tata Digital Reviews and Ratings

based on 319 reviews

2.8/5

Rating in categories

2.7

Skill development

2.9

Work-life balance

3.0

Salary

3.2

Job security

2.6

Company culture

2.4

Promotions

2.6

Work satisfaction

Explore 319 Reviews and Ratings
Growth Marketing Manager

Mumbai

2-7 Yrs

Not Disclosed

Sr . Manager - Performance Marketing

Mumbai

7-10 Yrs

Not Disclosed

Sr. Manager - Growth Marketing

Mumbai

2-7 Yrs

Not Disclosed

Explore more jobs
Associate Director
83 salaries
unlock blur

₹33.5 L/yr - ₹52 L/yr

Digital Engineer
76 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Product Manager
60 salaries
unlock blur

₹26.7 L/yr - ₹45 L/yr

Senior Manager
48 salaries
unlock blur

₹21.7 L/yr - ₹33.5 L/yr

Associate Manager
46 salaries
unlock blur

₹6.8 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Tata Digital with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview