Upload Button Icon Add office photos
Engaged Employer

i

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

Tata CLiQ Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Tata CLiQ Senior Engineering Manager Interview Questions and Answers

Updated 30 Nov 2021

Tata CLiQ Senior Engineering Manager Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were Questions related to System design, Product development, Commercialization , personalization and product enhancement along with DSA, psychometric Test, Kotlin or react Q

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be good with System design and related concepts.
For psychometric test try to be your self and try responding q within 15 sec and should select most appropriate option which comes in your mind.
React knowledge is a added advantage

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. First-round was an online test on hacker rank. There were 4 questions related to the array, string, and tree.
  • Q2. Create an immutable class.
  • Ans. 

    An immutable class is a class whose instances cannot be modified after creation.

    • Make all fields private and final

    • Don't provide any setter methods

    • Ensure that any mutable objects passed to the constructor are defensively copied

    • Make the class final so that it cannot be subclassed

  • Answered by AI
  • Q3. Create a Singelton pattern.
  • Ans. 

    Singleton pattern ensures only one instance of a class is created and provides a global point of access to it.

    • Create a private constructor to prevent direct instantiation of the class.

    • Create a private static instance of the class.

    • Create a public static method to access the instance, and create the instance if it doesn't exist.

    • Ensure thread safety by using synchronized keyword or double-checked locking.

  • Answered by AI
  • Q4. Difference between Vector and ArrayList.
  • Ans. 

    Vector is synchronized and ArrayList is not. Vector is thread-safe and ArrayList is not.

    • Vector is a legacy class and ArrayList is a part of the Java Collection Framework.

    • Vector is synchronized which means only one thread can access it at a time, while ArrayList is not.

    • Vector is thread-safe which means it can be used in a multi-threaded environment, while ArrayList is not.

    • Vector is slower than ArrayList because of synch...

  • Answered by AI
  • Q5. Create Linked List without using the internal library and provide the functionality of add delete find.
  • Ans. 

    Create Linked List without using internal library and provide add, delete, find functionality.

    • Create a Node class with data and next pointer

    • Create a LinkedList class with head pointer and methods to add, delete, and find nodes

    • Use a loop to traverse the list and perform operations

    • Handle edge cases such as adding to an empty list or deleting the head node

  • Answered by AI
  • Q6. One question was related to binary search.
  • Q7. Few more questions related to java.
  • Q8. The architecture of the current system.
  • Ans. 

    The current system follows a microservices architecture.

    • The system is divided into multiple independent services.

    • Each service has its own database and communicates with other services through APIs.

    • The architecture allows for scalability and flexibility.

    • Examples of microservices used in the system include user authentication, payment processing, and inventory management.

  • Answered by AI
  • Q9. Find the total no of the island in a 2d matrix. Working code was required.
  • Ans. 

    Find the total no of islands in a 2D matrix.

    • Use DFS or BFS to traverse the matrix.

    • Mark visited cells to avoid repetition.

    • Count the number of islands found.

  • Answered by AI
  • Q10. Find loop in a linked list.
  • Ans. 

    Loop detection in a linked list.

    • Use two pointers, one moving at twice the speed of the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • If there is no loop, the faster pointer will reach the end of the list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Before the interview brush up on the Linked list, Tree, and array. This is a common interview problem asked in Snapdeal.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Coding question leetcode medium
Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding question
  • Q2. Leetcode medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad , bad,bad company, hire fire, micromanagment.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 3 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding questions was leecode replace 3 concurrent character in string until there is none
  • Q2. You can google the answer
Round 3 - One-on-one 

(2 Questions)

  • Q1. Here also leetcode easy
  • Q2. Easily solvable

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company they, will not last long as they business model they working on of flawed, since chatgpt came they know it vary well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Instahyre and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

String and DP questions

Round 2 - Technical 

(1 Question)

  • Q1. Design BookMyShow
Round 3 - Technical 

(1 Question)

  • Q1. Past challenging projects
  • Ans. 

    Developed a real-time data processing system for a high-traffic e-commerce platform.

    • Implemented distributed computing using Apache Kafka and Spark.

    • Optimized database queries to handle large volumes of data.

    • Designed fault-tolerant architecture to ensure system reliability.

    • Collaborated with cross-functional teams to meet project deadlines.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Asked questions related to Core JS concepts like Output based questions

Round 2 - Coding Test 

Asked 2 question on ReactJS development

Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round normal discussion on past project and what they are doing in company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear you concept on DSA and JS and any frontend framework.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Assignment 

A small app was to be built using recycler view and consuming a given api.

Round 2 - Technical 

(2 Questions)

  • Q1. Activity lifycycle
  • Q2. Jetpack compose
Round 3 - HR 

(2 Questions)

  • Q1. Why are you leaving the current org ?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Looking for new challenges and opportunities for growth.

    • Interested in working with new technologies and tools.

    • Seeking a more collaborative and innovative work environment.

    • Want to expand my skill set and knowledge in a different industry.

    • Current organization lacks career advancement opportunities.

  • Answered by AI
  • Q2. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be clear with android concepts, they ask very simple but tricky questions.

I applied via Referral and was interviewed in 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. It'll be to build a react custom component
Round 3 - Technical 

(1 Question)

  • Q1. React and javascript
Round 4 - Technical 

(1 Question)

  • Q1. Managerial round was about your career, learnings, projects and questions around that

Interview Preparation Tips

Interview preparation tips for other job seekers - It's not very hard if you're good with js and react
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Node JS internal
  • Q2. Previous project discussion

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data Structures related 2 round & 1 round system Design

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on DS and Design skills. No graphs and DP problems were asked
Contribute & help others!
anonymous
You can choose to be anonymous

Tata CLiQ Interview FAQs

How to prepare for Tata CLiQ Senior Engineering Manager 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 CLiQ. The most common topics and skills that interviewers at Tata CLiQ expect are NoSQL, AWS, Agile Methodology, Analytics and Backend.

Recently Viewed

INTERVIEWS

Matrimony.com

No Interviews

INTERVIEWS

Kia Motors

No Interviews

REVIEWS

Subros

No Reviews

INTERVIEWS

Tata CLiQ

No Interviews

CAMPUS PLACEMENT

Anna University

JOBS

Analytix Business Solutions

No Jobs

INTERVIEWS

Tata CLiQ

No Interviews

INTERVIEWS

Moser Baer

No Interviews

INTERVIEWS

Kia Motors

No Interviews

INTERVIEWS

Wheels

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 182 Interviews
Nykaa Interview Questions
3.5
 • 114 Interviews
Tracxn Interview Questions
3.1
 • 100 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
InvestoXpert Interview Questions
4.2
 • 63 Interviews
MagicBricks Interview Questions
3.7
 • 59 Interviews
View all
Tata CLiQ Senior Engineering Manager Salary
based on 4 salaries
₹45 L/yr - ₹50 L/yr
6% less than the average Senior Engineering Manager Salary in India
View more details
Assistant Category Manager
96 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
75 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Category Manager
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Category Executive
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tata CLiQ with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
Compare

Myntra

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