Linear, Multiple Regression Interview Questions Set 4

This page lists down the practice tests / interview questions for Linear (Univariate / Simple Linear) / Multiple (Multilinear / Multivariate) regression in machine learning. Those wanting to test their machine learning knowledge in relation with linear/multi-linear regression would find the test useful enough. The goal for these practice tests is to help you check your knowledge in numeric regression machine learning models from time-to-time. More importantly, when you are preparing for interviews, these practice tests are intended to be handy enough. Those going for freshers / intern interviews in the area of machine learning would also find these practice tests / interview questions to be very helpful.

This test primarily focus on following some of the following concepts related with linear regression models:

  • Degrees of freedom
  • Concepts related with Sum of Squares Total (SST), Sum of Squares Regression (SSR) and Sum of Squares Error (SSE)

Linear Regression – Measures of Variation

The diagram below represents measures of variation in terms of following:

  • Actual value of dependent variable
  • Predicted value of dependent variable (best fit line)
  • Average value of dependent variable assuming the value of all coefficients is zero

linear regression measures of variation

Pay attention to some of the following in above diagram:

  • Sum of squares total (SST) is sum of squares of actual value (Y) minus the average value of dependent variable (Y bar)
  • Sum of squares total (SSE) is sum of squares of actual value (Y) minus the predicted value as per the best fit line (Y^)
  • Sum of squares total (SSR) is sum of squares of predicted value as per the best fit line (Y^) minus average value of dependent variable (Y bar)
SST = SSR (variability due to regression) + SSE (Unexplained variability)
Value of R-Squared = SSR / SST

The objective is to maximise SSR and minimize SSE.

Other tests in this series includes some of the following:

Practice Test

[wp_quiz id=”5793″]

In case you have not scored good enough, it may be good idea to go through basic machine learning concepts in relation with linear / multi-linear regression. Following is the list of some good courses / pages:


Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Recent Posts

Large Language Models (LLMs): Four Critical Modeling Stages

Large language models (LLMs) have fundamentally transformed our digital landscape, powering everything from chatbots and…

1 month ago

Agentic Workflow Design Patterns Explained with Examples

As Large Language Models (LLMs) evolve into autonomous agents, understanding agentic workflow design patterns has…

1 month ago

What is Data Strategy?

In today's data-driven business landscape, organizations are constantly seeking ways to harness the power of…

1 month ago

Mathematics Topics for Machine Learning Beginners

In this blog, you would get to know the essential mathematical topics you need to…

2 months ago

Questions to Ask When Thinking Like a Product Leader

This blog represents a list of questions you can ask when thinking like a product…

2 months ago

Three Approaches to Creating AI Agents: Code Examples

AI agents are autonomous systems combining three core components: a reasoning engine (powered by LLM),…

3 months ago