Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Associated Autotex Ancillaries Team. If you also belong to the team, you can get access from here

Associated Autotex Ancillaries Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Associated Autotex Ancillaries Interview Questions and Answers

Updated 13 Sep 2024

Associated Autotex Ancillaries Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Basic details education and previous employment
Round 2 - Technical 

(1 Question)

  • Q1. Flow and Improvement

Planning Engineer Interview Questions asked at other Companies

Q1. Prepare a small given example site schedule with sequencing and duration determine project duration in MSP/on Paper What is critical path method? How will you identify while making on paper rather than MSP? How would you track schedule-Proc... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 10 Feb 2023

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

I applied via Walk-in and was interviewed in Jan 2023. 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 - HR 

(5 Questions)

  • Q1. Why you left from your previous job?
  • Q2. How you will support our organization?
  • Q3. How long you will work here?
  • Q4. Why should we give this offer to you?
  • Q5. How do you lead your team?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't copy others resume. Do what you know and what you did.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is the problem in real time machine
  • Ans. 

    Real time machine problems can range from mechanical issues to software glitches.

    • Mechanical breakdowns such as worn out parts or misalignments

    • Electrical issues like faulty wiring or power supply problems

    • Software glitches causing errors in operation or data processing

    • Calibration errors leading to inaccurate results

    • Operator error or lack of training affecting machine performance

  • Answered by AI

Skills evaluated in this interview

Senior Engineer Manufacturing Interview Questions asked at other Companies

Q1. What is importance factors of manufacturing Operational Management, which one directly indicated to the manufacturing loses .
View answer (2)

Finance Head Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2023

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

I applied via Referral and was interviewed before Feb 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 - One-on-one 

(2 Questions)

  • Q1. 1.Work Exposure related to F&A 2.SAP related 3.Accounts Financial & Audit related 4.Secretarial practice related 5.Costing related 6.Inventory related 7.Accounting standard 8.Taxation related
  • Q2. 1. Financial Ratio Analysis 2.Accounts Finalisation related 3.Inventory issues related
Round 3 - HR 

(2 Questions)

  • Q1. Ony salary negotiation
  • Q2. Salary negotiation and they don't issue appointment order and payslip for salary earned

Interview Preparation Tips

Interview preparation tips for other job seekers - They won't provide higher salary and negotiates for very lower pay

Finance Head Interview Questions asked at other Companies

Q1. What you bring it to the table, value adddition you would make, if joined.
View answer (1)

Associated Autotex Ancillaries interview questions for popular designations

 Planning Engineer

 (1)

 Finance Head

 (1)

 Senior Engineer Manufacturing

 (1)

Interview questions from similar companies

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 90

Round: Group Discussion
Duration: 20 minutes

Interview Preparation Tips

Round: Test
Experience: more of experience gaining and learning new tricks of codding a program.
Tips: must focus on bugging and debugging the program.
Duration: 60 mins minutes

Skills: Coding Skills,
College Name: Invertis university
Motivation: bosch is a multinational company stating its rank worldwide.so anyone would to work with outstanding company.

Interview Questionnaire 

16 Questions

  • Q1. Explain about the projects you have done, have you done them for curriculum or out of interest?
  • Ans. 

    I have done several projects both for curriculum and out of interest.

    • Developed a web application for a college project using HTML, CSS, and JavaScript.

    • Created a mobile app for tracking expenses using React Native out of interest.

    • Built a chatbot using Python for a hackathon project.

    • Developed a website for a local business using WordPress for a freelance project.

    • Created a game using Unity for a personal project.

  • Answered by AI
  • Q2. What are your favourite subjects?
  • Ans. 

    My favorite subjects are computer science, mathematics, and physics.

    • Computer Science: I enjoy programming and learning about algorithms and data structures.

    • Mathematics: I find solving complex problems and equations very satisfying.

    • Physics: I am fascinated by the laws of nature and how they govern the universe.

  • Answered by AI
  • Q3. Draw the block diagram, and explain all the components of 8051 micro-controller
  • Ans. 

    The 8051 micro-controller consists of CPU, RAM, ROM, Timers, Serial Port, Interrupts, and I/O ports.

    • The CPU is the main processing unit of the micro-controller.

    • The RAM is used for storing data temporarily.

    • The ROM contains the program code that is executed by the CPU.

    • The Timers are used for generating precise time delays.

    • The Serial Port is used for communication with other devices.

    • The Interrupts are used for handling ex...

  • Answered by AI
  • Q4. Difference between Micro-controller and Microprocessor
  • Ans. 

    Microprocessors are general-purpose CPUs while microcontrollers are designed for specific tasks.

    • Microprocessors are used in computers, smartphones, and other devices that require complex processing.

    • Microcontrollers are used in embedded systems, such as home appliances, automotive systems, and medical devices.

    • Microprocessors have separate memory and I/O interfaces while microcontrollers have them integrated on a single ...

  • Answered by AI
  • Q5. What are Von Neumann and Harvard classifications, which does 8051 belong to?
  • Ans. 

    Von Neumann and Harvard are computer architecture classifications. 8051 belongs to Harvard architecture.

    • Von Neumann architecture has a single memory space for data and instructions, while Harvard architecture has separate memory spaces for data and instructions.

    • 8051 microcontroller uses Harvard architecture as it has separate memory spaces for program instructions and data.

    • Harvard architecture allows simultaneous acces...

  • Answered by AI
  • Q6. How many bit is data bus and how many is address bus, also if there are 8 lines how many memory locations are present?
  • Q7. What are interrupts? Explain in detail what happens in 8051 when there is interrupt, What happens when there is an interrupt within an interrupt?
  • Ans. 

    Interrupts are signals that temporarily halt the execution of a program to handle a specific event.

    • When an interrupt occurs in 8051, the program counter is saved on the stack and the interrupt service routine (ISR) is executed.

    • The ISR handles the interrupt and then returns control to the main program by restoring the program counter from the stack.

    • If an interrupt occurs while another interrupt is being serviced, the se...

  • Answered by AI
  • Q8. Where is the location of current line of execution stored when there is an interrupt?
  • Ans. 

    The location of current line of execution is stored in the stack when there is an interrupt.

    • When an interrupt occurs, the processor saves the current state of execution on the stack.

    • The location of the current line of execution is stored in the program counter (PC) register.

    • The PC register is pushed onto the stack along with other registers.

    • After the interrupt is serviced, the processor pops the saved state from the st

  • Answered by AI
  • Q9. Draw basic logic gates
  • Ans. 

    Logic gates are basic building blocks of digital circuits. They perform logical operations on inputs to produce outputs.

    • AND gate: output is 1 only if both inputs are 1

    • OR gate: output is 1 if either input is 1

    • NOT gate: output is the opposite of the input

    • NAND gate: output is 0 only if both inputs are 1

    • NOR gate: output is 0 if either input is 1

    • XOR gate: output is 1 if inputs are different

    • XNOR gate: output is 1 if inputs a

  • Answered by AI
  • Q10. Draw half adder without using EXOR gate , draw full adder without EXOR
  • Ans. 

    Draw half adder and full adder without using EXOR gate.

    • Half adder can be implemented using AND and OR gates

    • Full adder can be implemented using two half adders and an OR gate

    • In half adder, sum is obtained by ORing two inputs and carry is obtained by ANDing two inputs

    • In full adder, sum is obtained by using two half adders and an OR gate, and carry is obtained by ANDing three inputs

  • Answered by AI
  • Q11. Given an input string, remove spaces and give me output string
  • Ans. 

    Remove spaces from input string and return output string

    • Iterate through each character of the input string

    • If the character is not a space, add it to the output string

    • Return the output string

  • Answered by AI
  • Q12. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for learning new technologies.

    • Graduated with a degree in Computer Science

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience in developing web applications using frameworks like React and Angular

    • Passionate about learning new technologies and keeping up with industry trends

  • Answered by AI
  • Q13. Family background ( what does your father do ?, what does your mother do?, etc)
  • Ans. 

    My father is a businessman and my mother is a homemaker.

    • My father runs a small business in our hometown.

    • My mother takes care of the household and our family.

    • My parents have always been supportive of my education and career goals.

  • Answered by AI
  • Q14. Why Bosch?
  • Ans. 

    Bosch is a renowned company with a strong focus on innovation and sustainability.

    • Bosch has a reputation for being a leader in innovation and technology.

    • The company has a strong commitment to sustainability and social responsibility.

    • Bosch offers a diverse range of products and services, providing opportunities for growth and development.

    • The company has a global presence, offering the chance to work with people from diff

  • Answered by AI
  • Q15. What did you understand from yesterday's presentation?
  • Ans. 

    I understood the main points of the presentation.

    • The presentation covered the new software development process.

    • It emphasized the importance of collaboration between teams.

    • It also highlighted the need for continuous testing and feedback.

    • I learned about the new tools and technologies that will be used.

    • Overall, I found the presentation informative and useful.

  • Answered by AI
  • Q16. What are your plans for higher studies?
  • Ans. 

    I plan to pursue higher studies in computer science to enhance my skills and knowledge.

    • I am interested in pursuing a Master's degree in Computer Science.

    • I am also considering taking online courses to learn new technologies and programming languages.

    • I plan to attend workshops and conferences to stay updated with the latest trends in the industry.

    • I believe that continuous learning is essential to stay competitive in the

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The technical section consisted of questions different branches. I shall answer from ECE point of view. The test had same questions for electrical cluster , ie ECE ,EEE, IT,TC . There were 35 questions in this section. The questions were based on subjects in 1st 2nd and 3rd year. Mainly concentrated on DEC, AEC, Micro-controllers, Control systems and a few basic electronics questions as well. This section also had 5 questions on programming as well. The test also had negative marking. +1 and -0.25 was the scheme. The second aptitude section had 25 questions on logical reasoning, data interpretation.
Tips: Answer only those questions which you are confident about the answer.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The interview started on a tensing note, but he told me to make myself comfortable. He was more interested in how I would approach the problem rather than the syntax or trivialities of the code. He tried to confuse me even when my answer was correct. The interview went on for 30-40 mins. At the end of which the interviewer gave me a HR form to fill, and told me to proceed to the HR interview.
Tips: Be confident and do not say things you don't know about, many of my friends got rejected for bluffing.

Round: HR Interview
Experience: The interviewer had a stern expression on his face, and was serious throughout the interview. He asked me why i had done a C++ project though i was from a ECE background, ( I explained that I had taken an elective OOPS which required us to do a mini project as a part of our curriculum). He also asked what i know about Bosch, this is a definite question, prepare well for it.
Tips: Be confident and truthful, do not bluff about anything. They are well trained to detect those anomalies.

General Tips: Prepare the subjects of second year and third year well. Do not panic in the interview, answer the questions to the point.
Skill Tips: Revise your understanding of your projects thoroughly.
Skills: Knowledge about microcontrollers, Knowledge about AEC and DEC basics, Some knowledge about Control systems, Thorough understanding about the projects pursued.
College Name: BMS College Of Engineering, Bangalore
Motivation: Bosch is one of the pioneers in the embedded systems domain. Also I had heard very good reviews from my seniors about the company.

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. What are your strengths, weaknesses..?
  • Ans. 

    My strengths include leadership, problem-solving, and communication. My weaknesses are time management and public speaking.

    • Strengths: Leadership - I have experience leading teams and delegating tasks. Problem-solving - I am able to think critically and find solutions to complex problems. Communication - I am able to effectively communicate with team members and clients.

    • Weaknesses: Time management - I sometimes struggle...

  • Answered by AI
  • Q2. What irritates you most..?
  • Ans. 

    Inefficiency and lack of communication irritate me the most.

    • Inefficiency in completing tasks

    • Lack of communication within the team

    • Not being able to meet deadlines due to lack of planning

    • Unnecessary delays in decision-making

    • Micromanagement

    • Lack of clarity in instructions

  • Answered by AI
  • Q3. What do you do in such situations..?
  • Ans. 

    I assess the situation, gather information, and make a decision based on company policies and procedures.

    • Assess the situation and determine the severity of the issue

    • Gather information from all parties involved

    • Refer to company policies and procedures for guidance

    • Make a decision based on the information gathered and company guidelines

    • Communicate the decision to all parties involved

  • Answered by AI
  • Q4. Are you a leader or a follower...?
  • Ans. 

    I am a leader who can also follow when necessary.

    • I believe in leading by example and inspiring others to follow.

    • I am comfortable taking charge and making decisions, but also value input from others.

    • I am adaptable and can switch between leading and following depending on the situation.

    • For example, in a team project, I would take the lead in organizing and delegating tasks, but also listen to and incorporate ideas from t...

  • Answered by AI
  • Q5. Which one is good

Interview Preparation Tips

Round: Resume Shortlist
Experience: I have a CGPA 7.38.

Round: Test
Experience: There was an online objective test
Tips: Previous year IIT Gate book is the best thing to prepare for the technical test for any company. I started doing it in October only.
Duration: 80 min minutes

Round: Interview
Experience: There were two rounds of interview ; 30min for Tech and 10 min HR.
Tips: If you are in ED they will test your basic design skills. They showed a CAD drawing and asking the meaning of symbols, then they asked questions related to general designs available in our surroundings like why is that sewage hole round on the ground why not square or others. If you are in Mechanical, they will ask u core Mech subjects. So please first prepare very well subjects related to your respective interns. A whole interview can be drawn on that. In my case it was IC engine so I answered all the questions related to it and that didn't allow them to ask in any other topic.

Round: Interview
Experience: It was gen. All HR rounds just want to test how much positive you are in life, whether you will leave the company soon.
Tips: Be prepared with answers beforehand. The answers to all the above questions should be "depends on the
situation" and describe them in which situation u will choose which one. PS: if it’s a panel where HR is also there, they will try to excite you by asking gen questions like which team you support in IPL, do u have any gf etc. to make you lite, then again shoot you with some questions. Please don’t get deviated by those.

Skill Tips: Mock tests, Aimcats, Gate book. For GDs, we organised them in our wing. It was very helpful.
Kindly do it often in your wing and among your batch mates too. Same goes for interview. There
are lots of general interview questions available on FTP server, prepare for them well and have
mock interviews. "Alumni interviews" were very helpful, please attend that. Randstad sessions were an absolutely waste of money and time. I was mainly selected due to my internship with Bosch. Prepare all subjects related to your intern. It will be the game changer.
College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: CGPA cut-off: 7. The test had two parts. The level of the questions in the first part was very easy and do not require GRE or CAT skills. It had questions on verbal ability (readinc comprehension and vocabulary) and Math (time- work problems, arithmetic, percentages etc). The second part had questions related to Mechanical Engineering. It was slightly tough having a wide range of questions from Kinematics, design of machine elements, fluids , and thermodynamics .However, one can easily crack the test.
Tips: Don’t leave the questions unaswered as there is no negative marking.

Round: Interview
Experience: Around 60 students were shortlisted for the interview .There was only one round of interview which had both HR and technical questions. The interviewers were very friendly. The interview went on for approximately forty minutes. They started by asking me about my hometown, family, interests etc. Few question were: “Tell me about yourself”, “Describe your hometown”, “Why do u want to join Bosch and what do you know about it”, “Why won’t you go for MS or PhD”. The rest of the interview process was about the projects and internships and a few basic concepts of Mechanical Engineering. Each student was asked questions from different topics depending on the projects he was involved in. Basic questions I was asked : “What is casting”, “What is forming”, “How is a gear manufactured”, “What is the profile oF the gears used and why”. Apart from these, afew things about CRDi technology were asked.
Tips: Being a part of technology events in the hall will help a lot during the interview process. Google about ABS, CRDi, bearings, gears etc and study the “Thermodynamic cycles” from any thermodynamics book before the interview. Be confident.Never create an impression that you are a research orientated guy and will be going for MS or PhD. Do not panic. Do not try to bluff - they are experienced people and will find it out. Prepare very thoroughly about the projects. Learn about recent developments in the automobile sector (any technology developed by Bosch). Always smile .

General Tips: Having a CGPA>8 will enhance your chances. In mechanical, almost all the students who got selected had a CGPA of around 8.5. Mine was 8.4. However, Class X and Class XII percentages do not matter.
Internships in automobile industries definitely help. My sophomore intern was at Tata Motors Ltd. which caught the interviewer’s attention. The interview was guided by the project done by me at Tata Motors. Having a few academic projects also helps. Generally, they ask about projects mentioned in the CV. So, it’s better to be prepared about any project you may have done. Knowledge of the auto-sector is a must. Learn about recent developments in this sector.
College Name: IIT KHARAGPUR

Interview Questionnaire 

5 Questions

  • Q1. My interests, apart from acads
  • Q2. Where I see myself in 5 years...?
  • Ans. 

    In 5 years, I see myself as a successful Assistant Manager, having gained valuable experience and contributing to the growth of the company.

    • Continuing to develop my leadership skills

    • Taking on more responsibilities and challenges

    • Mentoring and training new employees

    • Contributing to the development of new strategies and initiatives

    • Building strong relationships with clients and stakeholders

  • Answered by AI
  • Q3. What kind of job will excite me..?
  • Q4. If I would like to prefer one city over the other..?
  • Ans. 

    I would prefer the city that offers better career opportunities and work-life balance.

    • Career growth prospects

    • Availability of job openings

    • Cost of living

    • Commute time

    • Quality of life

    • Social and cultural activities

    • Family and friends

    • Weather and climate

  • Answered by AI
  • Q5. And a few other questions

Interview Preparation Tips

Round: Resume Shortlist
Experience: Initial shortlisting was done on the basis of resume submission. I got a CGPA of 8.20/10.

Round: Test
Experience: There was an online Logical , Quants & Technical test
Tips: I didn't. I used educated guesses to sneak through. It would have helped if I would have revised KDOMS, some Stress/Strain Equations, and Basic Engineering Drawing Techniques.
Duration: 45 min minutes

Round: Interview
Experience: There were two rounds of interviews ;50 mins Tech, 25 mins HR. They asked about Engineering Drawing, the work I did at my 6 months intern, my stint as a Coord and Core, a few questions on my perception of fair play and honesty, what would I do in my first 30 days if the company recruits me? In short, the tech round was more like a pseudo HR round for me.

Round: Interview
Tips: I had attended several other interviews before this one that helped. I had asked a few of my friends to conduct mock interviews for me. So was reasonably well prepared (at least for the HR part). I was pretty straightforward and honest in my answers. I remember I got pretty sentimental talking about honesty, and that perhaps worked in my favour.

Skill Tips: Projects give us an edge during the interviews. You will have sufficient stuff to talk about.
College Name: IIT Madras

Associated Autotex Ancillaries Interview FAQs

How many rounds are there in Associated Autotex Ancillaries interview?
Associated Autotex Ancillaries interview process usually has 2 rounds. The most common rounds in the Associated Autotex Ancillaries interview process are HR, Resume Shortlist and Technical.
How to prepare for Associated Autotex Ancillaries 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 Associated Autotex Ancillaries. The most common topics and skills that interviewers at Associated Autotex Ancillaries expect are Business Development, Overseas Marketing, International Marketing, Material Procurement and Plastic Injection Molding.
What are the top questions asked in Associated Autotex Ancillaries interview?

Some of the top questions asked at the Associated Autotex Ancillaries interview -

  1. What is the problem in real time mach...read more
  2. 1.Work Exposure related to F&A 2.SAP related 3.Accounts Financial & Audit relat...read more
  3. Salary negotiation and they don't issue appointment order and payslip for salar...read more

Tell us how to improve this page.

Associated Autotex Ancillaries Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 329 Interviews
Exide Industries Interview Questions
3.5
 • 168 Interviews
UNO Minda Interview Questions
4.0
 • 168 Interviews
Rane (Madras) Interview Questions
4.0
 • 33 Interviews
View all

Associated Autotex Ancillaries Reviews and Ratings

based on 28 reviews

3.8/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.4

Salary

3.8

Job security

3.2

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 28 Reviews and Ratings
Purchase Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Officer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Tool Room Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Associated Autotex Ancillaries with

Bosch

4.2
Compare

Samvardhana Motherson Group

3.7
Compare

Exide Industries

3.5
Compare

Sundaram Clayton

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