Add office photos
Employer?
Claim Account for FREE

Tredence

3.6
based on 449 Reviews
Filter interviews by

Fracton Technologies Interview Questions and Answers

Updated 6 Sep 2024
Popular Designations

Q1. Transpose a matrix in python and machine learning questions

Ans.

To transpose a matrix in Python, use numpy.transpose() or the T attribute.

  • Use numpy.transpose() function to transpose a matrix.

  • Alternatively, use the T attribute of a numpy array.

  • Example: np.transpose(matrix) or matrix.T

Add your answer

Q2. Evaluation metrics, AU ROC Curve, explain one use case

Ans.

AU ROC Curve is used to evaluate the performance of classification models by measuring the trade-off between true positive rate and false positive rate.

  • AU ROC Curve is commonly used in binary classification problems.

  • It helps in comparing different models based on their ability to distinguish between classes.

  • The area under the ROC curve (AUROC) value closer to 1 indicates a better model performance.

  • For example, in healthcare, AU ROC Curve can be used to evaluate the performanc...read more

Add your answer

Q3. How to handle missing values

Ans.

Handle missing values by imputation, deletion, or using algorithms that can handle missing data.

  • Impute missing values using mean, median, mode, or predictive modeling

  • Delete rows or columns with missing values if they are insignificant

  • Use algorithms like XGBoost, Random Forest, or LightGBM that can handle missing data

Add your answer

Q4. What are numpy and pandas

Ans.

NumPy is a library for numerical computing in Python, while Pandas is a data manipulation and analysis tool.

  • NumPy provides support for large, multi-dimensional arrays and matrices, along with a collection of mathematical functions to operate on these arrays.

  • Pandas offers data structures like DataFrame for easy data manipulation and analysis, with tools for reading and writing data from various file formats.

  • Both libraries are commonly used in data science and machine learning ...read more

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

Q5. Interpretation of logistic regression

Ans.

Logistic regression is a statistical model used to predict the probability of a binary outcome based on one or more predictor variables.

  • Logistic regression is used when the dependent variable is binary (0/1, yes/no, true/false, etc.)

  • It estimates the probability that a given observation belongs to a particular category.

  • The output of logistic regression is a probability score between 0 and 1.

  • It uses the logistic function (sigmoid function) to model the relationship between the ...read more

Add your answer

Q6. Visualization libraries in python

Ans.

Python has various visualization libraries like Matplotlib, Seaborn, Plotly, and Bokeh.

  • Matplotlib is a widely used library for creating static, interactive, and animated plots.

  • Seaborn is built on top of Matplotlib and provides a high-level interface for creating attractive and informative statistical graphics.

  • Plotly is great for creating interactive plots and dashboards.

  • Bokeh is another interactive visualization library that targets modern web browsers for presentation.

Add your answer

Q7. Precession vs recall?

Ans.

Precision measures the accuracy of positive predictions, while recall measures the ability to find all positive instances.

  • Precision is the ratio of correctly predicted positive observations to the total predicted positives.

  • Recall is the ratio of correctly predicted positive observations to all actual positives.

  • Precision is important when the cost of false positives is high, while recall is important when the cost of false negatives is high.

  • F1 score combines precision and reca...read more

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

Interview Process at Fracton Technologies

based on 9 interviews
2 Interview rounds
Coding Test Round
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Data Scientist Interview Questions from Similar Companies

3.3
 • 18 Interview Questions
3.6
 • 14 Interview Questions
3.8
 • 12 Interview Questions
4.6
 • 12 Interview Questions
3.9
 • 11 Interview Questions
4.1
 • 11 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
70 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