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

Tata CLiQ Interview Questions and Answers for Freshers

Updated 30 Nov 2024

Tata CLiQ Interview Experiences for Freshers

Popular Designations

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2024

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

I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. SQL and Python data analysis type questions

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self ?
  • Ans. Simply give your intro and educational background and your past experiences related to same field
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be positive and confident
Round 1 - One-on-one 

(1 Question)

  • Q1. Sales related question
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am an experienced Sales Executive with a proven track record in achieving sales targets and building strong client relationships.

    • I have over 5 years of experience in sales, working for both small startups and large corporations.

    • I consistently exceeded my sales targets by 20% or more in my previous role as a Sales Executive at XYZ Company.

    • I have a strong ability to build and maintain relationships with clients, result...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Positive attitude. Good communication English as well Hindi.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Find the number occurring only once in array

Round 2 - Coding Test 

Search for a word in a huge list of dictionary

Round 3 - Case Study 

HLD and LLD of Ads Company

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

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

Round 1 - Assignment 

Sql based test.. question on python

Round 2 - Coding Test 

Sql based coding test

I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Algorithms

Round 2 - Aptitude Test 

Problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a great company. People in the team are very helpful and have in depth knowledge.

I applied via Job Portal and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. मुझसे सोशल मीडिया ट्रेंड्स, वीडियो notification के लिए कैप्शन (Verbiage) लिखवाया गया था। साथ ही मेरे बारे में कुछ सवाल किये गये थे।
Round 2 - HR 

(1 Question)

  • Q1. इस राउंड में खास कर मेरे बारे में सवाल था और इस कम्पनी के बारे में बताया गया और किस तरह से काम करना है, ये बताया गया उसके बाद सैलरी को लेकर मेरी क्या अपेक्षा है इसे भी पूछा गया। बेसिकली इस राउंड में सैलरी ...

Interview Preparation Tips

Interview preparation tips for other job seekers - शॉर्ट वीडियो ऐप में काम करने के किये आपकी भाषाई पकड़ अच्छी हो ये ध्यान रहे साथ ही साथ आपमें सोशल ट्रेंड्स के बारे में पता हो इसके अलावा Creativity तो अपने ऊपर है।
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 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 tips
Round 2 - Case Study 

Various business situations were given and asked how you would respond to it.

Round 3 - HR 

(1 Question)

  • Q1. Basic salary negotiation, ques about family, past work ex. etc.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search tree traversal
  • Q2. Detect binary search tree
  • Ans. 

    A binary search tree is a data structure where each node has at most two children, with the left child being less than the parent and the right child being greater.

    • Check if the left child of a node is less than the parent and the right child is greater.

    • Traverse the tree in-order and check if the values are in sorted order.

    • Use recursion to check each subtree for validity.

    • Example: 2 / 1 3 is a valid binary search tr...

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

(2 Questions)

  • Q1. XML layouts and view inflators
  • Q2. MVVM, SOLID, clean architecture

Interview Preparation Tips

Topics to prepare for Verse Innovation Senior Software Engineer interview:
  • Data Structures
  • Algorithms

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Five coding questions along with technical questions focusing on Object-Oriented Programming (OOP) and the expected output of Java programs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Proficient in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

    • Enthusiastic about learning new technologies and collaborating with team members

  • Answered by AI
  • Q2. Find height of binary tree, Find first repeating character, Find number of Islands
  • Ans. 

    The candidate is asked to solve three common coding problems related to binary trees, strings, and matrices.

    • To find the height of a binary tree, you can use a recursive function to traverse the tree and calculate the height at each node.

    • To find the first repeating character in a string, you can use a hashmap to store the frequency of each character and then iterate through the string to find the first character with a ...

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

(1 Question)

  • Q1. Based on project
Round 4 - HR 

(1 Question)

  • Q1. Didn't Qualify for it

Tata CLiQ Interview FAQs

How many rounds are there in Tata CLiQ interview for freshers?
Tata CLiQ interview process for freshers usually has 1 rounds. The most common rounds in the Tata CLiQ interview process for freshers are One-on-one Round.
How to prepare for Tata CLiQ interview for freshers?
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 Accessories, E-commerce, Internship, Social Media and CRM.
What are the top questions asked in Tata CLiQ interview for freshers?

Some of the top questions asked at the Tata CLiQ interview for freshers -

  1. Explain a situation where you had to solve for a major problem. (ABC framewo...read more
  2. How can you be patient while dwaling with custom...read more
  3. How would increase revenue given certain commitmenets with the category team or...read more

Tell us how to improve this page.

Tata CLiQ Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MagicBricks Interview Questions
4.4
 • 292 Interviews
Tracxn Interview Questions
3.1
 • 102 Interviews
Zolo Interview Questions
3.4
 • 53 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Carwale Interview Questions
3.5
 • 41 Interviews
Uplers Interview Questions
4.0
 • 41 Interviews
Impact Guru Interview Questions
3.7
 • 40 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
View all

Tata CLiQ Reviews and Ratings

based on 186 reviews

3.4/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.4

Salary

3.4

Job security

3.3

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 186 Reviews and Ratings
Assistant Category Manager
99 salaries
unlock blur

₹7 L/yr - ₹17.4 L/yr

Assistant Manager
70 salaries
unlock blur

₹4.5 L/yr - ₹17.2 L/yr

Category Manager
51 salaries
unlock blur

₹12 L/yr - ₹29 L/yr

Category Executive
42 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Product Manager
40 salaries
unlock blur

₹12.9 L/yr - ₹42.8 L/yr

Explore more salaries
Compare Tata CLiQ with

MagicBricks

4.4
Compare

Netmeds.com

3.6
Compare

Tracxn

3.1
Compare

Zolo

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