Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Machine Operator Interview Questions and Answers

Updated 19 Jul 2024

Accenture Machine Operator Interview Experiences

2 interviews found

Machine Operator Interview Questions & Answers

user image Mounika Aguru

posted on 19 Jul 2024

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 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

Machine Operator Interview Questions Asked at Other Companies

Q1. What is mean by quality test 100 percentage give you sir
Q2. 1.difference between 4s and 2s? 2.tolerance and limit 3.Types of ... read more
asked in ITC
Q3. Calculation in 7days for work 8 hours . How much hours will work?
asked in Tenneco
Q4. What is the main difference between automotive and automobile
asked in Uflex
Q5. What metal is a bit drill beat made of

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical, Verbal, reasoning 90 mins

Round 2 - Technical 

(2 Questions)

  • Q1. ML algorithms and Explain it?
  • Q2. Print even numbers in for loop?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is evaluation Matrix for classification
  • Ans. 

    Evaluation metrics for classification are used to assess the performance of a classification model.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, and ROC-AUC.

    • Accuracy measures the proportion of correctly classified instances out of the total instances.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive p...

  • Answered by AI
  • Q2. What L1 and L2 regression
  • Ans. 

    L1 and L2 regression are regularization techniques used in machine learning to prevent overfitting.

    • L1 regression adds a penalty equivalent to the absolute value of the magnitude of coefficients.

    • L2 regression adds a penalty equivalent to the square of the magnitude of coefficients.

    • L1 regularization can lead to sparse models, while L2 regularization tends to shrink coefficients towards zero.

    • L1 regularization is also know...

  • Answered by AI
  • Q3. Explain random forest algorithm
  • Ans. 

    Random forest is an ensemble learning algorithm that builds multiple decision trees and combines their predictions.

    • Random forest creates multiple decision trees using bootstrapping and feature randomization.

    • Each tree in the random forest is trained on a subset of the data and features.

    • The final prediction is made by averaging the predictions of all the trees (regression) or taking a majority vote (classification).

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about self
  • Ans. 

    I am a dedicated and passionate Machine Learning Engineer with a strong background in computer science and data analysis.

    • Experienced in developing machine learning models for various applications

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

    • Skilled in data preprocessing, feature engineering, and model evaluation

    • Strong understanding of algorithms and statistical concepts

    • Excellent problem-solving and ana

  • Answered by AI
  • Q2. Questions about salary discuss

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Stats questions
  • Q2. Basic ML questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Started with basic os or network fundamentals like analyzing a core dump, handling tcp packet loss, difference between rest api and grpc etc. Then, from ML started with basic questions like bias variance t...
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.

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. ML algorithms, Live screen share coding
Round 2 - Technical 

(1 Question)

  • Q1. ML deployment, Cloud knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice atleast one programming language. For ML prefer python. Be prepared with ML algorithms in depth and should have deployment and cloud knowledge.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Machine learning - Code K-Means

Round 2 - Coding Test 

Machine Learning - Code Neural Network

Round 3 - One-on-one 

(2 Questions)

  • Q1. Machine Learning Fundamentals
  • Q2. Python Advanced
Round 4 - HR 

(1 Question)

  • Q1. Why this company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What is L1 and L2 regression
  • Ans. 

    L1 and L2 regression are regularization techniques used in machine learning to prevent overfitting by adding penalty terms to the loss function.

    • L1 regression adds the absolute values of the coefficients as penalty term (Lasso regression)

    • L2 regression adds the squared values of the coefficients as penalty term (Ridge regression)

    • L1 regularization can lead to sparse models with some coefficients being exactly zero

    • L2 regul...

  • Answered by AI
  • Q2. Explain auc and roc
  • Ans. 

    AUC (Area Under the Curve) is a metric that measures the performance of a classification model. ROC (Receiver Operating Characteristic) is a graphical representation of the AUC.

    • AUC is a single scalar value that represents the area under the ROC curve.

    • ROC curve is a plot of the true positive rate against the false positive rate for different threshold values.

    • AUC ranges from 0 to 1, where a higher value indicates better ...

  • Answered by AI
  • Q3. Precision and recall
  • Q4. Parameter of random forest
  • Ans. 

    Parameter of random forest is the number of trees in the forest.

    • Number of trees in the forest affects model performance

    • Higher number of trees can lead to overfitting

    • Commonly tuned parameter in random forest algorithms

  • Answered by AI
  • Q5. What isp,d,q values in time series
  • Ans. 

    p, d, q values are parameters used in ARIMA time series models to determine the order of differencing and moving average components.

    • p represents the number of lag observations included in the model (autoregressive order)

    • d represents the degree of differencing needed to make the time series stationary

    • q represents the number of lagged forecast errors included in the model (moving average order)

    • For example, in an ARIMA(1,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare machine learning, statistics, natural language processing, python

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Machine Operator interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Resume Shortlist, Group Discussion and Technical.
What are the top questions asked in Accenture Machine Operator interview?

Some of the top questions asked at the Accenture Machine Operator interview -

  1. check whether the number is prime or n...read more
  2. check whether the number is even or n...read more
  3. factorial progr...read more

Tell us how to improve this page.

Accenture Machine Operator Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k 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
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Accenture Machine Operator Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.3k salaries
unlock blur

₹7.1 L/yr - ₹25.7 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

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