Upload Button Icon Add office photos

Filter interviews by

Daljyor Unemployed Engineers' Co Operative Society CNC Machine Operator Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Round 1 - Group Discussion 

They don't have group discussion for this job

Round 2 - Technical 

(2 Questions)

  • Q1. Do u know about mechanical field
  • Q2. Tell me about urself

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to get and experience certificate is worthy.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mcodes and g codes
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Averages
time and work
Speed time and distance
Simple percentages

Round 2 - Case Study 

Conclusions
Introduction and summaries
References

Interview Preparation Tips

Topics to prepare for Tech Mahindra CNC Machine Operator interview:
  • CNC Machines
  • Lathe Machine
Interview preparation tips for other job seekers - I feel very good to choose this opportunity.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Vmc machine operating
  • Q2. What you know vmc machine
  • Ans. 

    A VMC machine, or Vertical Machining Center, is a type of CNC machine used for precision cutting and shaping of metal workpieces.

    • VMC machines use computer numerical control (CNC) to automate the cutting process

    • They have a vertical spindle that moves along the X, Y, and Z axes to cut and shape metal workpieces

    • VMC machines are commonly used in manufacturing industries for producing complex parts with high precision

  • Answered by AI
  • Q3. Which 3d software u can use
  • Ans. 

    I can use software like SolidWorks, AutoCAD, and Fusion 360 for 3D modeling and design.

    • SolidWorks

    • AutoCAD

    • Fusion 360

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra VMC Operator interview:
  • VMC Programming
  • Software Testing
  • VMC
Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2021. 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 - Group Discussion 

A discussion involving a number of people who are connected by some shared activity, interest or quality

Interview Preparation Tips

Topics to prepare for Accenture Machine Operator interview:
  • Thermal Engineering
  • Renewable Energy
Interview preparation tips for other job seekers - 1. Market yourself..
2.apply even if you're not fully qualified
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Factorial program?
  • Ans. 

    A factorial program is a program that calculates the factorial of a given number.

    • Factorial of a number is the product of all positive integers up to that number.

    • For example, the factorial of 5 (5!) is 5 x 4 x 3 x 2 x 1 = 120.

    • Factorial program can be implemented using loops or recursion in programming languages like C, Java, Python, etc.

  • Answered by AI
  • Q2. Palindrome code?
  • Q3. Check whether the number is prime or not?
  • Ans. 

    A prime number is a number greater than 1 that has no positive divisors other than 1 and itself.

    • Check if the number is greater than 1.

    • Loop through numbers from 2 to the square root of the number and check if any of them divides the number evenly.

    • If no divisor is found, the number is prime.

  • Answered by AI
  • Q4. Check whether the number is even or not?
  • Ans. 

    To check if a number is even, divide it by 2 and see if there is a remainder.

    • Divide the number by 2

    • If there is no remainder, the number is even

    • Example: 6 divided by 2 equals 3 with no remainder, so 6 is even

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get nervous while doing this job stay freely and happily.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Compare Daljyor Unemployed Engineers' Co Operative Society with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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