Upload Button Icon Add office photos

Filter interviews by

Clicktech Retail Interview Questions and Answers

Updated 17 Dec 2024

Clicktech Retail Interview Experiences

1 interview found

Stock Manager Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself?
Round 2 - HR 

(1 Question)

  • Q1. Challenges faced in work ex?

Jobs at Clicktech Retail

View all

Interview questions from similar companies

Intern Interview Questions & Answers

Paytm Mall user image Monu Singh Yadav

posted on 22 Nov 2024

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

Very impressive able to solve 100 coding questions within 10 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Find min in array
  • Ans. 

    Find the minimum string in an array of strings.

    • Iterate through the array and compare each string to find the minimum.

    • Use a built-in function like sort() to sort the array and then return the first element.

    • Consider using a loop to compare each element with the current minimum.

  • Answered by AI
  • Q2. Find max in array
  • Ans. 

    Find the maximum value in an array of strings.

    • Convert the strings to numbers if needed before finding the maximum value.

    • Use a loop to iterate through the array and compare each element to find the maximum value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic array question
Round 2 - Technical 

(1 Question)

  • Q1. Find the first circular tour that visits all petrol pumps
  • Ans. 

    The first circular tour that visits all petrol pumps can be found using the concept of a circular linked list.

    • Create a circular linked list with each node representing a petrol pump

    • Calculate the difference between petrol available at each pump and the distance to the next pump

    • Start from a pump where the sum of differences is positive and traverse the circular linked list until completing the tour

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was a aptitude test of 25 question

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation d...

  • Answered by AI
  • Q2. Basic multi threading questions
Round 3 - Technical 

(2 Questions)

  • Q1. Code to make a pattern and explain each and every line of code
  • Ans. 

    Code to create a pattern and explain each line of code

    • Start by defining the number of rows and columns in the pattern

    • Use nested loops to iterate through each row and column

    • Decide the pattern you want to create and use conditional statements to determine the output for each position

  • Answered by AI
  • Q2. Puzzle: In how many minimum cut u can cut a cake in 8 piece

Skills evaluated in this interview

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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. How many members are there in your family
  • Q2. There are four members in my family
Round 3 - HR 

(2 Questions)

  • Q1. Where you live and your parents
  • Q2. I am live in Jammu and Kashmir
Round 4 - HR 

(2 Questions)

  • Q1. How many kids in your home
  • Q2. There is no kids in my house

Interview Preparation Tips

Interview preparation tips for other job seekers - Free to talk with hr like your brother his friend is sa aap ka
Round 1 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. As a sales associate in future Retail Limited from 12 Jun 2018, i do good customer service. Accept challenges and good display creativity talent. Good Promance in store programs & activitys. Believe in tea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear sir,
As a sales associate in future Retail Limited from 12.jun.2018, i do good customer service. Accept challenges and good display creativity talent. Good Promance in store programs & activitys. Believe in team work and self motivated. To understand the responsibilities and do according to situation dedication willingness to work and strong commitments towards quality.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Form fill up 

(2 Questions)

  • Q1. What is your cgpa
  • Ans. 

    My CGPA is 3.8 out of 4.0.

    • My CGPA is 3.8

    • It is on a scale of 4.0

    • I have consistently maintained a high CGPA throughout my academic career

  • Answered by AI
  • Q2. What is your latest qualification
  • Ans. 

    I have recently completed my Bachelor's degree in Computer Science

    • Bachelor's degree in Computer Science

    • Completed in May 2021

    • Focused on software development and programming languages

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was just an internship
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic SQL question.
  • Q2. Order of execution
  • Ans. 

    The order of execution refers to the sequence in which instructions or operations are executed in a program.

    • The order of execution is determined by the programming language and the specific code being executed.

    • Generally, code is executed line by line from top to bottom.

    • However, there are exceptions such as loops, conditionals, and function calls that can alter the order of execution.

    • In some programming languages, there...

  • Answered by AI
  • Q3. Window functions
  • Q4. Aggregate functions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Level order tree traversal
  • Q2. Find the pair element from the array
  • Ans. 

    Find the pair element from the array

    • Iterate through the array and use a hashmap to store elements and their counts

    • Check if the current element's complement exists in the hashmap

    • Return the pair if found, otherwise return null

  • Answered by AI

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 before Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

We had an aptitude test which involved 60 questions in 15 minutes. Of course, no one can solve this fast, but it was about the hit rate / accuracy and volume. Subsequent followed with two guesstimate based rounds and final as HR round which involved asking about college projects, extra curricular experiences and so on.

Clicktech Retail Interview FAQs

How many rounds are there in Clicktech Retail interview?
Clicktech Retail interview process usually has 2 rounds. The most common rounds in the Clicktech Retail interview process are One-on-one Round and HR.
How to prepare for Clicktech Retail 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 Clicktech Retail. The most common topics and skills that interviewers at Clicktech Retail expect are Financial Analysis, Financial Reporting, Vendor Management, Accounting and Auditing.
What are the top questions asked in Clicktech Retail interview?

Some of the top questions asked at the Clicktech Retail interview -

  1. tell me about yourse...read more
  2. challenges faced in work ...read more

Tell us how to improve this page.

Clicktech Retail Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Future Retail Interview Questions
4.3
 • 53 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
View all

Clicktech Retail Reviews and Ratings

based on 15 reviews

3.9/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.6

Salary

3.9

Job security

3.9

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 15 Reviews and Ratings
Vendor Manager
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Vendor Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Vendor Management Associate
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Vendor Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Clicktech Retail with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Reliance Retail

3.9
Compare

Tata Group

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