Premium Employer

Infosys

3.6
based on 40.9k Reviews
Filter interviews by

Cyient Interview Questions and Answers

Updated 12 Sep 2024
Popular Designations

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 predictions out of all actual positive instances.

  • F1 score i...read more

Add your answer

Q2. 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,1,1) model, p=1, d=1, q=1

Add your answer

Q3. 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 regularization generally results in smaller coefficients but no...read more

Add your answer

Q4. 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 known as Lasso regression, while L2 regularization is known as...read more

Add your answer
Discover Cyient interview dos and don'ts from real experiences

Q5. 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).

Add your answer

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

Add your answer

Q7. 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 model performance.

  • An AUC of 0.5 suggests the model is no b...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Cyient

based on 2 interviews
Interview experience
4.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Machine Learning Engineer Interview Questions from Similar Companies

3.7
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter