Upload Button Icon Add office photos

Filter interviews by

Aditya Birla Fashion and Retail Garment Technician Interview Questions and Answers

Updated 13 Oct 2022

Aditya Birla Fashion and Retail Garment Technician Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Sep 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 - One-on-one 

(4 Questions)

  • Q1. Shirt and jacket and trousers measurements as per pattern garding and tecpack measurement (+),(-) ? Trouser Actual pattern measurment waist and trouser waist depends upon sizes as per tech.
  • Ans. 

    The measurements of shirts, jackets, and trousers depend on pattern grading and tech pack measurements.

    • Shirt, jacket, and trouser measurements are determined by pattern grading and tech pack measurements.

    • The waist and trouser waist measurements for trousers vary depending on size and tech pack.

    • Pattern grading and tech pack measurements can result in adjustments of (+) or (-) measurements.

  • Answered by AI
  • Q2. Waiting second round discuss with uper mangment
  • Q3. I am interested this position
  • Q4. Imidently join please confirm

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes I am Interested garment technican role my experience my skil

Interview questions from similar companies

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

I applied via AngelList and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Had multiple questions on Array and String overall the difficulty level was medium the interviewer was friendly and patient

Round 2 - Technical 

(1 Question)

  • Q1. Had Discussion on the projects I made it was related to mern stack so he asked me questions regarding that also asked questions on DBMS and OS
Round 3 - HR 

(1 Question)

  • Q1. Simple Scenario based questions

Interview Preparation Tips

Topics to prepare for Fabindia Software Engineer interview:
  • DSA
  • Computer Networking
  • Operating Systems
  • OOPS
  • DBMS
Interview preparation tips for other job seekers - Be confident the recruiters are actually there to select you they will guide and help you they will often give you hints listen to them properly do not be in a rush take your time. talk through your solutions tell them the approach and then start coding do not be in rush

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 Questionnaire 

1 Question

  • Q1. Oop concepts

Interview Questionnaire 

7 Questions

  • Q1. 1. Introduction, it's a common question?
  • Q2. Why you want to switch your job?
  • Q3. Is job your passion or it's your need?
  • Q4. How should you handled the critical situation?
  • Ans. 

    Handling critical situations requires quick thinking, clear communication, and a calm demeanor.

    • Assess the situation and prioritize actions

    • Communicate clearly and effectively with all parties involved

    • Remain calm and focused

    • Take decisive action while considering potential consequences

    • Seek assistance or advice from colleagues or superiors if necessary

  • Answered by AI
  • Q5. How you managed 2 problems in a same time?
  • Ans. 

    I prioritize the problems based on urgency and importance, and then allocate time and resources accordingly.

    • Assess the urgency and importance of each problem

    • Create a plan of action for each problem

    • Allocate time and resources based on the plan

    • Regularly reassess and adjust the plan as needed

    • Example: If one problem is a deadline that cannot be missed and the other is a minor issue, prioritize the deadline and allocate mor

  • Answered by AI
  • Q6. Describe your last vacation or last memorable day?
  • Q7. Talk on profession, topic, "for ex. why you choose french, why you do B.tech etc?

Interview Preparation Tips

Interview preparation tips for other job seekers - asked only 4 to 5 questions not too much. with in 5 question an interviewer know about the skill of that candidate.
Thanks
Regard Richa
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Regarding the job related and salary slip

Round 2 - Technical 

(1 Question)

  • Q1. What is the ur technical knowledge
  • Ans. 

    My technical knowledge includes expertise in garment construction, pattern making, fabric properties, and quality control.

    • Proficient in using CAD software for pattern making

    • Knowledge of different types of stitches and sewing techniques

    • Understanding of fabric properties and their impact on garment design

    • Experience in quality control processes to ensure garments meet standards

    • Familiarity with garment construction techniq

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Raymond apparel Ltd is very good company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr test with mcq and coding snippet

Round 2 - One-on-one 

(6 Questions)

  • Q1. What are pointers in c?
  • Ans. 

    Pointers are variables that store memory addresses of other variables in C programming language.

    • Pointers are used to manipulate data structures like arrays, linked lists, and trees.

    • They can be used to pass values by reference to functions.

    • Pointers can also be used to allocate memory dynamically using functions like malloc() and calloc().

  • Answered by AI
  • Q2. Write a linked list program.
  • Ans. 

    A linked list program is a data structure that stores a sequence of elements with pointers to the next element.

    • Create a Node class with a value and a next pointer

    • Create a LinkedList class with a head pointer and methods to add, remove, and traverse nodes

    • Example: LinkedList ll = new LinkedList(); ll.add(5); ll.add(10); ll.remove(5);

  • Answered by AI
  • Q3. Applications of data structures
  • Ans. 

    Data structures are used to organize and manipulate data efficiently in various applications.

    • Data structures are used in databases to store and retrieve data quickly.

    • In computer graphics, data structures are used to represent geometric objects.

    • Data structures are used in algorithms such as sorting and searching.

    • In networking, data structures are used to represent network packets and routing tables.

    • Data structures are u...

  • Answered by AI
  • Q4. Algorithm for merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the input array into two halves, sorts them and then merges them.

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Repeat until the entire array is sorted

  • Answered by AI
  • Q5. Cloud computing application in real world in project
  • Ans. 

    Cloud computing is widely used in various industries for data storage, processing, and analysis.

    • Cloud computing allows for easy scalability and cost-effectiveness in managing large amounts of data.

    • Real-time collaboration and access to data from anywhere are some of the benefits of cloud computing.

    • Examples of cloud computing applications in real-world projects include Amazon Web Services (AWS), Microsoft Azure, and Goog...

  • Answered by AI
  • Q6. Java and nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be precise and confident. Keep learning and solving code on platforms.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 c++ coding questions will be asked based on the STL and array operations

Round 2 - One-on-one 

(1 Question)

  • Q1. Project manager will ask you project related knowledge.
Round 3 - HR 

(1 Question)

  • Q1. Will discuss basic HR round questions and discuss salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c++ well as many questions will be based on that
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. What is array?? Detail in programming
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be one-dimensional or multi-dimensional

    • Elements in an array can be accessed using their index

    • Arrays can be initialized during declaration or later in the code

    • Arrays can be passed as arguments to functions

    • Example: int arr[5] = {1, 2, 3, 4, 5};

    • Example: char str[10] = "Hello";

  • Answered by AI
  • Q2. About programming and Java script

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare for interview and need you have to know about jd

Skills evaluated in this interview

Aditya Birla Fashion and Retail Interview FAQs

How many rounds are there in Aditya Birla Fashion and Retail Garment Technician interview?
Aditya Birla Fashion and Retail interview process usually has 2 rounds. The most common rounds in the Aditya Birla Fashion and Retail interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Aditya Birla Fashion and Retail Garment Technician interview?

Some of the top questions asked at the Aditya Birla Fashion and Retail Garment Technician interview -

  1. Shirt and jacket and trousers measurements as per pattern garding and tecpack m...read more
  2. Waiting second round discuss with uper mangm...read more
  3. I am interested this posit...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
V-Mart Interview Questions
4.1
 • 146 Interviews
Trident Group Interview Questions
3.6
 • 118 Interviews
Shoppers Stop Interview Questions
4.1
 • 111 Interviews
Shahi Exports Interview Questions
4.0
 • 102 Interviews
H&M Interview Questions
3.9
 • 87 Interviews
Trent Interview Questions
4.0
 • 76 Interviews
Adidas Interview Questions
3.9
 • 72 Interviews
View all
Aditya Birla Fashion and Retail Garment Technician Salary
based on 4 salaries
₹8 L/yr - ₹18 L/yr
51% more than the average Garment Technician Salary in India
View more details

Aditya Birla Fashion and Retail Garment Technician Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

3.8

Skill development

4.7

Work-life balance

4.7

Salary

5.0

Job security

4.7

Company culture

4.5

Promotions

3.8

Work satisfaction

Explore 3 Reviews and Ratings
Store Manager
724 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
677 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Store Manager
448 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Department Manager
375 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
298 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Aditya Birla Fashion and Retail with

Future Retail

4.3
Compare

Trent

4.0
Compare

Reliance Retail

3.9
Compare

Shoppers Stop

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