Upload Button Icon Add office photos

Filter interviews by

Fashion Tech Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This was a proctured online coding round where we had 2 questions to solve under 90 minutes . The questions were of easy to medium level I would say with some lenghty implementations .

  • Q1. 

    Minimum Numbers Required Problem Statement

    Given an array 'ARR' consisting of N integers, along with two integers, 'SUM' and 'MAXVAL', you need to determine the minimum number of integers to be added to t...

  • Ans. 

    Determine the minimum number of integers to be added to an array to make its sum equal to a given value.

    • Iterate through the array and calculate the current sum.

    • Determine the difference between the target sum and the current sum.

    • Add the minimum number of integers within the range of -MAXVAL to MAXVAL to reach the target sum.

  • Answered by AI
  • Q2. 

    Maximum Sum Subsequence Problem Statement

    Given an array of integers NUMS consisting of N integers and an integer K, determine the maximum sum of an increasing subsequence with exactly K elements.

    Exampl...

  • Ans. 

    Find the maximum sum of an increasing subsequence with exactly K elements in an array of integers.

    • Iterate through the array and maintain a dynamic programming table to store the maximum sum of increasing subsequences ending at each index.

    • For each element, check all previous elements to find the increasing subsequence with maximum sum ending at that element.

    • Update the dynamic programming table with the maximum sum found...

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

Standard Data Structures and Algorithms round . One has to be fairly comfortable in solving algorithmic problems to
pass this round with ease.

  • Q1. 

    Check Whether Binary Tree Is Complete

    You have been given a binary tree and your task is to determine if it is a Complete Binary Tree or not.

    A Complete Binary Tree is defined as a binary tree where ever...

  • Ans. 

    Check if a binary tree is a Complete Binary Tree or not based on given criteria.

    • Traverse the binary tree level by level and check if all levels are completely filled except the last one.

    • Ensure all nodes at the last level are positioned at the leftmost side.

    • Use level order traversal to check for completeness of the binary tree.

    • Example: For input 1 2 3 4 -1 5 6 -1 7 -1 -1 -1 -1 -1 -1, the output should be 1.

  • Answered by AI
  • Q2. 

    Consecutive Elements

    Given an array arr of N non-negative integers, determine whether the array consists of consecutive numbers. Return true if they do, and false otherwise.

    Input:

    The first line of inp...
  • Ans. 

    Check if an array of integers consists of consecutive numbers.

    • Iterate through the array and check if the absolute difference between consecutive elements is 1.

    • Sort the array and check if the elements are consecutive.

    • Use a set to store the elements and check if the size of the set is equal to the length of the array.

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 40 Minutes
Round difficulty - Medium

This round majorly focused on my projects and some standard questions revolving around Operating Systems and DBMS.

  • Q1. How can you print numbers from 1 to 100 using more than two threads in an optimized approach?
  • Ans. 

    Use multiple threads to print numbers from 1 to 100 in an optimized approach.

    • Divide the range of numbers (1-100) among the threads to avoid duplication.

    • Use synchronization mechanisms like mutex or semaphore to ensure proper order of printing.

    • Consider using a shared data structure like a queue to coordinate the threads.

    • Implement a mechanism to signal the threads when to start and stop printing.

  • Answered by AI
  • Q2. What are the advantages of using views in a database management system?
  • Ans. 

    Views in a database management system provide data security, simplify complex queries, and improve performance.

    • Enhanced security by restricting access to certain columns or rows

    • Simplify complex queries by pre-defining joins and filters

    • Reduce redundancy by storing commonly used queries as views

    • Improve performance by storing pre-processed data in views

    • Allow for data abstraction, making it easier to work with complex data...

  • Answered by AI
Round 4 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.

  • Q1. What do you know about the company?
  • Q2. Why should we hire you?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAWalmart interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2021. 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 - HR 

(7 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I bring a unique blend of leadership, experience, and a results-driven mindset that aligns perfectly with your team's goals.

    • Proven leadership skills: Successfully led a team of 10 in a project that increased efficiency by 30%.

    • Strong communication: Developed training materials that improved onboarding time by 25%.

    • Results-oriented: Consistently met and exceeded sales targets by an average of 15% over the past three years...

  • Answered by AI
  • Q2. What are your salary expectations?
  • Ans. 

    I expect a competitive salary that reflects my experience and the responsibilities of the Assistant Manager role.

    • Research industry standards: For example, similar roles in our region typically offer between $60,000 to $80,000 annually.

    • Consider my experience: With over 5 years in management, I believe a salary on the higher end is justified.

    • Flexibility: I am open to discussing a salary range that aligns with the company...

  • Answered by AI
  • Q3. Share details of your previous job.
  • Ans. 

    In my previous role as a team lead, I managed projects, coordinated with clients, and ensured timely delivery of services.

    • Led a team of 10 in executing a major project that increased client satisfaction by 30%.

    • Implemented a new project management tool that improved workflow efficiency by 25%.

    • Conducted regular training sessions to enhance team skills and knowledge.

    • Collaborated with cross-functional teams to align projec...

  • Answered by AI
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Ans. 

    In five years, I envision myself as a skilled leader, driving team success and contributing to strategic initiatives within the company.

    • I aim to advance to a managerial role, leading a team to achieve key performance indicators.

    • I plan to enhance my skills through professional development, such as obtaining certifications relevant to our industry.

    • I see myself actively participating in cross-departmental projects, foster...

  • Answered by AI
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round questions
Round 4 - Salary expectations 

(1 Question)

  • Q1. What is your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite, never say negative about any thing be constructive.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Overall process of incoming Ops ?
  • Ans. 

    Incoming Ops process involves receiving and handling incoming requests and tasks.

    • Incoming requests are received through various channels such as email, phone, or online portals.

    • Requests are then prioritized based on urgency and importance.

    • Tasks are assigned to appropriate team members with necessary skills and resources.

    • Regular follow-ups are done to ensure timely completion of tasks.

    • Data is recorded and analyzed to id...

  • Answered by AI
  • Q2. From gate to till handover to production handover detailed information explained.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good one interview was best thing. Interviewer was highly qualified and thorough knowledge over the all operation process.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Mar 2021. 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 

This aptitude exam consist 30 question 1 marks each.. Questions are basically come from 4 subject.. Math, g. K, english and reasoning

Round 3 - One-on-one 

(6 Questions)

  • Q1. Why they hire me..??
  • Q2. How long i work with this company.??
  • Q3. Some good and bad habits
  • Q4. Why i left my previous company
  • Q5. How much salary i expect
  • Q6. Do i work under pressure
Round 4 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
  • Q7. What is my goal in life

Interview Preparation Tips

Interview preparation tips for other job seekers - Always positive, be in good discipline..when u answer any question make smile and say only answer.. Don't speak too or illogical..

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Online Aptitude Test
  • Q2. Questions from my resume/previous employment
  • Q3. Scenario based question/Business case study

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was for Data analyst role at Reliance Retail. First , I had online aptitude test-50 questions 12 minutes. You need to at least solve 20 correctly. Post this I had online technical interview which lasted for about 40minutes. Initially the interviewer asked me about few accomplishments from my previous employment which had impacted business. I took him through few major projects that I worked and how these impacted business. I made sure to keep everything aligned to data analyst role. I spoke about what Data visualization tools (Domo/tableau) and languages(SQL) I had used previously to analyze data. He had follow up questions and I again made sure to explain clearly by highlighting my role. Next , there was one scenario based question asked.
Q: There are a couple of reliance stores that are bleeding(doing really bad) in one region. You have all the necessary data related to these stores. What would be those factors that you will consider first ? What will you do to ensure these stores do well.
Since I had retail background it was easier for me to understand the scenario based question. The interviewer wanted to understand how I would approach the problem.
Last, I had few questions to the interviewer based on the role.
On the same day I received call from HR saying that I have cleared the interview and offered the role.

Interview Questionnaire 

1 Question

  • Q1. How recruiting and selection differ each other.

I applied via Referral and was interviewed before Sep 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Logical Reasoning and Quantitative Aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Asked about the Skills learnt so far and how that will help in new job
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked about why and how you applied for this position and then how come your experience helps you accelerate and tackle problems in new role
Round 5 - HR 

(1 Question)

  • Q1. What are your salary expectations and why should we offer you this numbers

Interview Preparation Tips

Topics to prepare for Reliance Retail Assistant Manager interview:
  • Advanced Excel
Interview preparation tips for other job seekers - Be patient and responsive
Be mindful and calm down throughout the process
If you crack down the interview then you will definitely get your share of pie.

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

Round 1 - HR 

(1 Question)

  • Q1. Personal questions and any work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Go interviews confidently and Directly saw your doubts to them

I applied via LinkedIn and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All questions will be regarding the Operations and Real time challenges in your previous Company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be realistic and confident

I applied via Referral and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Experience , previous assignment
  • Q2. Supply chain startegy

Interview Preparation Tips

Interview preparation tips for other job seekers - Supply chain management

Fashion Tech Interview FAQs

How to prepare for Fashion Tech 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 Fashion Tech. The most common topics and skills that interviewers at Fashion Tech expect are Merchandising, 2D, Accessories, Action Plan and Analog.

Tell us how to improve this page.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.7k Interviews
DMart Interview Questions
3.9
 • 450 Interviews
Walmart Interview Questions
3.5
 • 409 Interviews
Vishal Mega Mart Interview Questions
3.7
 • 175 Interviews
Titan Company Interview Questions
4.3
 • 166 Interviews
V-Mart Interview Questions
4.1
 • 160 Interviews
Landmark Group Interview Questions
3.9
 • 157 Interviews
Croma Interview Questions
3.9
 • 154 Interviews
Reliance Digital Interview Questions
4.1
 • 144 Interviews
Lowe's Interview Questions
4.1
 • 136 Interviews
View all

Fashion Tech Reviews and Ratings

based on 3 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

4.8

Salary

4.8

Job security

4.8

Company culture

4.8

Promotions

4.8

Work satisfaction

Explore 3 Reviews and Ratings
Billing Executive
4 salaries
unlock blur

₹3.3 L/yr - ₹4.3 L/yr

Garment Technician
4 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Garment Merchandiser
3 salaries
unlock blur

₹3.3 L/yr - ₹4 L/yr

Explore more salaries
Compare Fashion Tech with

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Reliance Digital

4.1
Compare

Vishal Mega Mart

3.7
Compare
write
Share an Interview