Add office photos
Engaged Employer

C5i

4.1
based on 378 Reviews
Filter interviews by

10+ White and Associates Interview Questions and Answers

Updated 3 Sep 2024

Q1. 4. What is the difference between Linear Regression and Logistic Regression?

Ans.

Linear Regression is used for predicting continuous numerical values, while Logistic Regression is used for predicting binary categorical values.

  • Linear Regression predicts a continuous output, while Logistic Regression predicts a binary output.

  • Linear Regression uses a linear equation to model the relationship between the independent and dependent variables, while Logistic Regression uses a logistic function.

  • Linear Regression assumes a linear relationship between the variables...read more

View 1 answer

Q2. 2. Why did you choose Data Science Field?

Ans.

I chose Data Science field because of its potential to solve complex problems and make a positive impact on society.

  • Fascination with data and its potential to drive insights

  • Desire to solve complex problems and make a positive impact on society

  • Opportunity to work with cutting-edge technology and tools

  • Ability to work in a variety of industries and domains

  • Examples: Predictive maintenance in manufacturing, fraud detection in finance, personalized medicine in healthcare

Add your answer

Q3. 6. Can we use confusion matrix in Linear Regression?

Ans.

No, confusion matrix is not used in Linear Regression.

  • Confusion matrix is used to evaluate classification models.

  • Linear Regression is a regression model, not a classification model.

  • Evaluation metrics for Linear Regression include R-squared, Mean Squared Error, etc.

Add your answer

Q4. 1. Why Machine Learning?

Ans.

Machine learning enables computers to learn from data and make predictions or decisions without being explicitly programmed.

  • Machine learning can automate and optimize complex processes

  • It can help identify patterns and insights in large datasets

  • It can improve accuracy and efficiency in decision-making

  • Examples include image recognition, natural language processing, and predictive analytics

  • It can also be used for anomaly detection and fraud prevention

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

Q5. 8. Explain Random Forest and Decision Tree?

Ans.

Random Forest is an ensemble learning method that builds multiple decision trees and combines their outputs to improve accuracy.

  • Random Forest is a type of supervised learning algorithm used for classification and regression tasks.

  • It creates multiple decision trees and combines their outputs to make a final prediction.

  • Each decision tree is built using a random subset of features and data points to reduce overfitting.

  • Random Forest is more accurate than a single decision tree an...read more

Add your answer

Q6. 7. Explain KNN Algorithm?

Ans.

KNN is a non-parametric algorithm used for classification and regression tasks.

  • KNN stands for K-Nearest Neighbors.

  • It works by finding the K closest data points to a given test point.

  • The class or value of the test point is then determined by the majority class or average value of the K neighbors.

  • KNN can be used for both classification and regression tasks.

  • It is a simple and easy-to-understand algorithm, but can be computationally expensive for large datasets.

Add your answer
Are these interview questions helpful?

Q7. Present scenario of Indian cricket team and using stochastic to eliminate the worst and preserve the best

Ans.

Using stochastic to analyze Indian cricket team's current scenario and eliminate worst while preserving best.

  • Stochastic analysis can help identify the strengths and weaknesses of individual players and the team as a whole

  • It can also help in predicting the outcome of future matches based on past performance

  • Eliminating the worst performers and preserving the best can help improve the team's overall performance

  • For example, if a player consistently performs poorly in a particular...read more

Add your answer

Q8. 5. Explain Confusion Matrix?

Ans.

Confusion matrix is a table used to evaluate the performance of a classification model.

  • It is a 2x2 matrix that shows the number of true positives, false positives, true negatives, and false negatives.

  • It helps in calculating various metrics like accuracy, precision, recall, and F1 score.

  • It is useful in identifying the strengths and weaknesses of a model and improving its performance.

  • Example: In a binary classification problem, the confusion matrix can be used to evaluate how m...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Consider a scenario where you want to get buy in from internal stakeholders to build a product, but you don't have any resources to build a prototype. The management wants you to bring in an alpha customer to d...

read more
Ans.

To build a business case without resources for a prototype, focus on customer validation, market research, and potential ROI.

  • Conduct market research to gather data on potential demand, target market, and competitors.

  • Identify and reach out to potential alpha customers to gauge interest and gather feedback.

  • Create a detailed business plan outlining the problem, solution, target market, competitive landscape, and potential ROI.

  • Present the business case to management, highlighting...read more

Add your answer

Q10. What is TF-IDF IN NLP

Ans.

TF-IDF is a numerical statistic that reflects the importance of a word in a document relative to a collection of documents.

  • TF-IDF stands for Term Frequency-Inverse Document Frequency

  • It is used in Natural Language Processing (NLP) to determine the importance of a word in a document

  • TF-IDF is calculated by multiplying the term frequency (TF) by the inverse document frequency (IDF)

  • It helps in identifying the most important words in a document

Add your answer

Q11. How to evaluate ML models ? Difference between Bagging and Boosting ? What is F1 score and how change weights of Precision or recall while calculating F1 score ? What does it mean to have F1 score value 1 ?

Ans.

ML models can be evaluated using metrics like accuracy, precision, recall, F1 score. Bagging combines multiple models, while boosting focuses on correcting errors. F1 score balances precision and recall.

  • ML models can be evaluated using metrics like accuracy, precision, recall, and F1 score.

  • Bagging is an ensemble technique where multiple models are trained independently and then combined by averaging or voting.

  • Boosting is an ensemble technique where models are trained sequenti...read more

Add your answer

Q12. How to connect adls gen2 with databricks

Ans.

To connect ADLS Gen2 with Databricks, you can use Azure Blob Storage and set up a linked service in Databricks.

  • Create an Azure Blob Storage account in the Azure portal

  • Set up a linked service in Databricks to connect to the Azure Blob Storage account

  • Use the Azure Blob Storage account as the storage account for Databricks to access ADLS Gen2 data

Add your answer

Q13. What is proba method ? How is class probability calculated in decision trees ? How's a machine learning model evaluated ?

Ans.

Proba method is used to calculate class probability in decision trees. Machine learning models are evaluated using metrics like accuracy, precision, recall, and F1 score.

  • Proba method calculates the probability of a class label in decision trees by counting the occurrences of each class in a leaf node and dividing by the total number of samples in that node.

  • Class probability in decision trees is calculated based on the proportion of samples in a leaf node that belong to each c...read more

Add your answer

Q14. Explain TF-IDF in NLP

Ans.

TF-IDF is a numerical statistic that reflects the importance of a word in a document relative to a collection of documents.

  • TF-IDF stands for Term Frequency-Inverse Document Frequency.

  • It is used in Natural Language Processing (NLP) to determine the importance of a word in a document.

  • TF-IDF is calculated by multiplying the term frequency (TF) of a word by the inverse document frequency (IDF) of the word.

  • It helps in identifying the most important words in a document by giving hi...read more

Add your answer

Q15. How do you deal with a client's feature request that makes you deviate from your product roadmap?

Ans.

I would evaluate the impact on the overall product strategy, prioritize based on customer needs and market trends, and communicate effectively with stakeholders.

  • Evaluate the impact of the feature request on the overall product strategy

  • Prioritize the request based on customer needs and market trends

  • Communicate effectively with stakeholders to discuss the potential impact and trade-offs

  • Consider if the request aligns with the long-term vision and goals of the product

  • Explore alte...read more

Add your answer

Q16. share one example of data project where you worked for proposal writing.

Ans.

I worked on a data project for a proposal writing for a client in the healthcare industry.

  • Analyzed patient data to identify trends and insights

  • Developed a predictive model to forecast patient outcomes

  • Created visualizations to communicate findings effectively

Add your answer

Q17. Summarize CV

Ans.

Experienced Business Analyst with expertise in data analysis, process improvement, and project management.

  • 5+ years of experience in business analysis

  • Proficient in SQL and data visualization tools

  • Led successful projects resulting in cost savings and increased efficiency

  • Collaborated with cross-functional teams to identify and implement process improvements

  • Strong communication and presentation skills

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

Interview Process at White and Associates

based on 27 interviews in the last 1 year
Interview experience
4.3
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.3
 • 474 Interview Questions
4.2
 • 345 Interview Questions
3.6
 • 213 Interview Questions
4.3
 • 147 Interview Questions
4.7
 • 143 Interview Questions
4.2
 • 131 Interview Questions
View all
Top C5i Interview Questions And Answers
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
Get AmbitionBox app

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