Upload Button Icon Add office photos

Filter interviews by

Vimal Industries Interview Questions, Process, and Tips

Updated 23 May 2017

Vimal Industries Interview Experiences

1 interview found

I appeared for an interview in Jun 2016.

Interview Questionnaire 

5 Questions

  • Q1. How would you machine a certain part (a sample was shown)
  • Ans. 

    To machine the part, I would use a CNC milling machine to remove material and shape it according to the provided sample.

    • Identify the material of the part to determine the appropriate cutting tools and machining parameters.

    • Set up the CNC milling machine by securing the part, loading the necessary cutting tools, and inputting the machining program.

    • Use the milling machine to remove excess material and shape the part accor...

  • Answered by AI
  • Q2. The difference between servo and stepper motor in a practical sense
  • Ans. 

    Servo motors provide precise control and continuous rotation, while stepper motors offer accurate positioning and high torque.

    • Servo motors are commonly used in robotics and automation systems to control the position, speed, and acceleration of mechanical components.

    • Stepper motors are often used in 3D printers, CNC machines, and robotics for precise positioning and control.

    • Servo motors have a limited range of motion, ty...

  • Answered by AI
  • Q3. If you were to build a CNC machine, name a few main components would you order?
  • Ans. 

    The main components of a CNC machine include a controller, motors, spindle, tooling, and a worktable.

    • Controller: The brain of the CNC machine that interprets the instructions and controls the movement of the machine.

    • Motors: Stepper or servo motors that drive the movement of the machine axes.

    • Spindle: The rotating component that holds the cutting tool and performs the cutting or shaping operations.

    • Tooling: Various cuttin...

  • Answered by AI
  • Q4. Explain injection molding process
  • Ans. 

    Injection molding is a manufacturing process used to produce parts by injecting molten material into a mold.

    • Molten material is injected into a mold cavity under high pressure.

    • The material cools and solidifies, taking the shape of the mold cavity.

    • Common materials used in injection molding include plastics, metals, and glass.

    • The process is widely used in various industries, such as automotive, electronics, and consumer g...

  • Answered by AI
  • Q5. Difference in PLA and Nylon in the context of 3D printing
  • Ans. 

    PLA and Nylon are two different materials used in 3D printing with distinct properties.

    • PLA (Polylactic Acid) is a biodegradable thermoplastic derived from renewable resources like cornstarch or sugarcane.

    • Nylon (Polyamide) is a synthetic thermoplastic known for its strength, durability, and flexibility.

    • PLA is easier to print with due to its low melting point and minimal warping, making it suitable for beginners.

    • Nylon ha...

  • Answered by AI

Interview Preparation Tips

Round: Technical + HR Interview
Experience: The interviews were generally composed and courteous. A lot of cross questioning was done, for almost every answer a reasoning was asked.
Most questions were based on the personal experiences we mention in reference to our previous projects.
Tips: Be calm, don't try to blabber whatever comes first in mind. Pause, think and structure then answer.
They don't look for a guy who knows everything, they seek someone who knows how to correlate and knows baiscs, and above all is willing to learn and expand their knowledge.

Skills: Agility, Quick Thinking, Solidworks proficiency, Manufacturing Processes
College Name: VIT Vellore

Skills evaluated in this interview

Project Intern/Trainee Interview Questions asked at other Companies

Q1. Which data structure would deal with first in last out?
View answer (2)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

Interview Questionnaire 

1 Question

  • Q1. Who is the most important person have to transform you in your life?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just speak your mind you will be selected.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About my self

Interview Preparation Tips

Interview preparation tips for other job seekers - As you wish , can ask any type of answer and question u want

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - just basic questions from my cv

Interview Questionnaire 

1 Question

  • Q1. How to use visio
  • Ans. 

    Visio is a diagramming tool used to create flowcharts, diagrams, and other visual representations of data.

    • Start by selecting a template or creating a new document

    • Drag and drop shapes onto the canvas and connect them with lines or arrows

    • Add text, images, and other elements to enhance the diagram

    • Use the formatting tools to customize the appearance of the diagram

    • Save and export the diagram in various formats such as PDF o

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Vimal Industries Interview FAQs

What are the top questions asked in Vimal Industries interview?

Some of the top questions asked at the Vimal Industries interview -

  1. If you were to build a CNC machine, name a few main components would you ord...read more
  2. How would you machine a certain part (a sample was sho...read more
  3. The difference between servo and stepper motor in a practical se...read more

Recently Viewed

COMPANY BENEFITS

SBS

49 benefits

SALARIES

Goldman Sachs

REVIEWS

Maruti Suzuki

No Reviews

SALARIES

Tsecond Generation Technology

No Salaries

REVIEWS

Webonise Lab

No Reviews

REVIEWS

Ernst & Young

No Reviews

REVIEWS

Goldman Sachs

No Reviews

LIST OF COMPANIES

Tsecond Generation Technology

Overview

DESIGNATION

REVIEWS

Tsecond Generation Technology

No Reviews

Tell us how to improve this page.

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
ITC Interview Questions
3.9
 • 548 Interviews
Tata Group Interview Questions
4.2
 • 359 Interviews
Bharat Petroleum Interview Questions
4.1
 • 148 Interviews
View all

Vimal Industries Reviews and Ratings

based on 7 reviews

4.7/5

Rating in categories

4.9

Skill development

4.8

Work-life balance

4.7

Salary

4.9

Job security

4.8

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 7 Reviews and Ratings
Area Sales Manager
4 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Senior Manager
4 salaries
unlock blur

₹9 L/yr - ₹11 L/yr

Manager Accounts and Admin
4 salaries
unlock blur

₹2.5 L/yr - ₹3.3 L/yr

Accountant
3 salaries
unlock blur

₹0.9 L/yr - ₹5.2 L/yr

Account Assistant
3 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Explore more salaries
Compare Vimal Industries with

Reliance Industries

4.0
Compare

Tata Group

4.2
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

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