Upload Button Icon Add office photos

Filter interviews by

Reid & Taylor Interview Questions and Answers

Updated 28 Feb 2025

Reid & Taylor Interview Experiences

Popular Designations

5 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How to increase Production and efficiency.
  • Ans. 

    Increasing production and efficiency can be achieved by implementing lean manufacturing principles and optimizing processes.

    • Implement lean manufacturing principles to eliminate waste and streamline processes

    • Invest in automation and technology to improve productivity

    • Provide training and development opportunities for employees to enhance skills and knowledge

    • Set clear goals and targets to motivate employees and track prog...

  • Answered by AI
  • Q2. About machine preventive maintenance process and documents.

Interview Preparation Tips

Interview preparation tips for other job seekers - Better preparetion needed as per your job profile

Assistant Manager Operations Interview Questions asked at other Companies

Q1. What can you tell me about xlookup function?
View answer (26)

Interview Questions & Answers

user image Sanjay Titare

posted on 27 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

About quality and production

Round 2 - HR 

(2 Questions)

  • Q1. About family and work experience
  • Q2. About the joining
Round 3 - One-on-one 

(2 Questions)

  • Q1. What you done value added work in Last years
  • Q2. Why you join this group

Graduate Engineer Trainee (Get) Interview Questions & Answers

user image Konduri Sesha Veera Venkata Mani Ku

posted on 28 Feb 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of elwctronics

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 weaving? Ans - interlacement of two series of warp threads and two series of weft threads according to design.
  • Ans. 

    Weaving is the interlacement of warp and weft threads to create a fabric according to a specific design.

    • Warp threads are the vertical threads that are held taut on a loom.

    • Weft threads are the horizontal threads that are woven over and under the warp threads.

    • The design of the fabric is created by the pattern of interlacement between the warp and weft threads.

    • Examples of woven fabrics include cotton, silk, and wool.

    • Weavi...

  • Answered by AI
  • Q2. Main defference between dobby and jacquard? Ans- Dobby lift heald shaft and jacquard lift individual ends
  • Ans. 

    Dobby lift heald shaft and jacquard lift individual ends.

    • Dobby is used for simple patterns while Jacquard is used for complex patterns.

    • Dobby can handle up to 40 heald frames while Jacquard can handle thousands of individual ends.

    • Jacquard looms are more expensive than Dobby looms.

  • Answered by AI

Production Supervisor Interview Questions asked at other Companies

Q1. What is the responsibility of production supervisor?
View answer (48)

Reid & Taylor interview questions for popular designations

 Production Supervisor

 (1)

 Assistant Manager

 (1)

 Graduate Engineer Trainee (Get)

 (1)

 Assistant Manager Operations

 (1)

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 Apr 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the technical causes of defects in Fabric ?
  • Ans. 

    Technical causes of defects in fabric include yarn defects, weaving defects, and finishing defects.

    • Yarn defects such as knots, slubs, and uneven thickness can cause defects in the fabric.

    • Weaving defects such as broken warp or weft threads, skipped threads, or incorrect tension can cause defects.

    • Finishing defects such as uneven dyeing, improper washing, or incorrect pressing can also cause defects.

    • Other technical causes...

  • Answered by AI
  • Q2. Why do you want to Join our Company?
  • Q3. Where do you see your self after 10 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lie in interview and in Resume.

Skills evaluated in this interview

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (89)

Interview questions from similar companies

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. How you will work under a supervisor.
  • Ans. 

    I will communicate effectively, follow instructions, seek feedback, and collaborate with my supervisor.

    • Communicate regularly with supervisor to provide updates on progress and ask for clarification when needed

    • Follow instructions carefully and ask for help if unsure about a task

    • Seek feedback on my work to improve and grow professionally

    • Collaborate with supervisor and team members to achieve project goals

    • Provide suggesti

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: I got selected for next round.
Tips: Do not loses hope.
Duration: 1 hour
Total Questions: 10

Round: Technical + HR Interview
Experience: It was nice experience.
Tips: Do not loses hope.

Skills: Technical Analysis, Managing People
College Name: IIT Kharagpur

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self?

Interview Preparation Tips

Interview preparation tips for other job seekers - Explained you degree,working experience,work achievement in your job role,strength,weakness thats all

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

The test had it's webcam on, we were not allowed to go out of the frame.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    The program calculates the Nth Fibonacci number using a recursive formula.

    • The Fibonacci series starts with 1, 1, and each subsequent number is the sum of the two preceding numbers.

    • The program uses a recursive function to calculate the Nth Fibonacci number.

    • The time complexity of the program is O(2^N), which can be optimized using memoization or dynamic programming.

  • Answered by AI
  • Q2. 

    Longest Consecutive Sequence Problem Statement

    You are provided with an unsorted array/list ARR of N integers. Your task is to determine the length of the longest consecutive sequence present in the array...

  • Ans. 

    The task is to find the length of the longest consecutive sequence in an unsorted array of integers.

    • Sort the array to bring consecutive numbers together

    • Iterate through the sorted array and keep track of the current consecutive sequence length

    • Update the maximum length if a longer sequence is found

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

The interview was online from home.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    The task is to reverse a given string containing lowercase letters, uppercase letters, digits, and special characters.

    • Iterate through the string from the last character to the first character and append each character to a new string.

    • Alternatively, you can use built-in string reversal functions or methods available in your programming language.

    • To solve the follow-up question with O(1) space complexity, you can use a tw...

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

This was last round. In this round interviewer ask about me and what i know about company. Also he ask about my projects as well as my future goals . 
The interviewer was very understanding and supportive.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteriaNoGreyOrange interview preparation:Topics to prepare for the interview - Data Structures, Object-Oriented Programming, Algorithms, Dynamic programming, Graphs, Operating Systems and Database Management System,Java, MySQL, HTML, CSS, JavaScript, Nodejs, PythonTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Find a good course, and first clear all your fundamentals and implementation of every data structure. You should be thorough with their time as well as space complexities. 
Tip 2 : Upon clearing the fundamentals, select a platform where you have a large no of questions, also whose test cases are good. eg. LeetCode, InterviewBit or Codezen. Go and complete 300-400 questions.
Tip 3 : Also whenever you're not able to solve the problem, check out the editorial and then re-attempt it again. Also, check the discussion if there is some good solution to the same problem.
Tip 4 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 5 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.

Application resume tips for other job seekers

Tip 1 : Resume should contain facts, numbers, and data comparison.
Tip 2 : Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 3 : Technical achievements in the field you're applying to, would be good.
Tip 4 : DO NOT FAKE THINGS, the interviewer is smart enough.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. What is volumetric mode
  • Q2. What is gravimetric mode
  • Ans. 

    Gravimetric mode is a method of analysis that measures the mass of a substance to determine its concentration or purity.

    • Gravimetric mode involves measuring the mass of a sample before and after a chemical reaction to determine the amount of a specific component present.

    • It is commonly used in analytical chemistry to determine the concentration of a particular element or compound in a sample.

    • Examples include gravimetric ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study the equipment details it's working condition also
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me your self Then what was your experience in present company
  • Ans. 

    Dynamic professional with 5 years of experience in management, skilled in team leadership and project execution.

    • Led a team of 10 in a successful project that increased sales by 20% over six months.

    • Implemented a new training program that improved employee performance metrics by 15%.

    • Managed cross-departmental collaboration, resulting in a 30% reduction in project turnaround time.

    • Conducted regular performance reviews and ...

  • Answered by AI

Reid & Taylor Interview FAQs

How many rounds are there in Reid & Taylor interview?
Reid & Taylor interview process usually has 1-2 rounds. The most common rounds in the Reid & Taylor interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in Reid & Taylor interview?

Some of the top questions asked at the Reid & Taylor interview -

  1. What are the technical causes of defects in Fabri...read more
  2. Main defference between dobby and jacquard? Ans- Dobby lift heald shaft and jac...read more
  3. what is weaving? Ans - interlacement of two series of warp threads and two seri...read more

Tell us how to improve this page.

Reid & Taylor Interview Process

based on 6 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Amrit Cement Interview Questions
4.1
 • 61 Interviews
Knorr-Bremse Interview Questions
3.9
 • 55 Interviews
Bajaj Motors Interview Questions
3.9
 • 50 Interviews
Falcon Autotech Interview Questions
3.9
 • 45 Interviews
Ukb Electronics Interview Questions
3.7
 • 44 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
View all

Reid & Taylor Reviews and Ratings

based on 53 reviews

3.0/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

3.0

Salary

2.8

Job security

2.9

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 53 Reviews and Ratings
Assistant Manager
14 salaries
unlock blur

₹4.2 L/yr - ₹8.6 L/yr

Senior Officer
10 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Officer
6 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Deputy Manager
4 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

General Manager
4 salaries
unlock blur

₹22 L/yr - ₹22 L/yr

Explore more salaries
Compare Reid & Taylor with

Hero Motors Company

4.0
Compare

Bajaj Motors

3.9
Compare

Knorr-Bremse

3.9
Compare

Astral Adhesives

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