Upload Button Icon Add office photos

UTS

Compare button icon Compare button icon Compare
4.1

based on 9 Reviews

Filter interviews by

UTS Data Scientist Interview Questions and Answers

Updated 14 Jan 2025

UTS Data Scientist Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write function to sum the string numbers
  • Q2. Write python program to find employees who belongs to sales department
Round 2 - Technical 

(1 Question)

  • Q1. Explain Transformer Architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - clear python and DS Basics

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between Data Warehouse, Data Lakes and Tables
  • Ans. 

    Data Warehouse stores structured data for reporting and analysis, Data Lakes store raw and unstructured data, Tables are basic data structures.

    • Data Warehouse is used for storing structured data from various sources for reporting and analysis.

    • Data Lakes store raw and unstructured data in its native format for future processing and analysis.

    • Tables are basic data structures used to organize and store data in a structured ...

  • Answered by AI
  • Q2. Query difference betweeen Group by and Partition by
  • Ans. 

    Group by is used to group rows that have the same values into summary rows, while Partition by is used to divide the result set into partitions to which the function is applied separately.

    • Group by is used with aggregate functions to group rows based on a column or set of columns.

    • Partition by is used with window functions to divide the result set into partitions.

    • Group by is used with SELECT statement, while Partition by...

  • Answered by AI
  • Q3. Machine Learning questions such as Regression, Trees etc

Interview Preparation Tips

Topics to prepare for Ericsson Data Scientist interview:
  • SQL
Interview preparation tips for other job seekers - Prepare the basics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude ques were asked

Round 2 - One-on-one 

(2 Questions)

  • Q1. Projects discussion
  • Q2. Probability questions
Round 3 - HR 

(2 Questions)

  • Q1. Why Ericsson and 5 year plan
  • Q2. Your strength and weakness

Data Scientist Interview Questions & Answers

Ericsson user image rakesh kumar Sharma

posted on 8 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. ML questions and deep learning
  • Q2. Project in your cv
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Isolatn forest work? evalution metrics in laymann tems , pyspark basics , job lib
Round 2 - Technical 

(1 Question)

  • Q1. Scenerio based data science questns , paramatric and non parametric data
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Statistics, Machine Learning, Project -Easy to moderate questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Statistics and Machine learning algorithms.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Statistics, python, machine learning, regression
Round 3 - One-on-one 

(1 Question)

  • Q1. Statistics, machine learning, regression, python
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic ML questions were asked.

I was interviewed before Mar 2021.

Round 1 - Telephonic Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview round with questions on ML mainly.

  • Q1. ML Question

    What are the assumptions of linear regression model?

  • Ans. 

    There are four assumptions associated with a linear regression model:
    1. Linearity: The relationship between X and the mean of Y is linear.
    2. Homoscedasticity: The variance of residual is the same for any value of X.
    3. Independence: Observations are independent of each other.
    4. Normality: For any fixed value of X, Y is normally distributed.

  • Answered by CodingNinjas
  • Q2. ML Question

    What problems do multicollinearity in regression analysis cause?

  • Ans. 

    1. The coefficient estimates can swing wildly based on which other independent variables are in the model. The coefficients become very sensitive to small changes in the model.
    2. Multicollinearity reduces the precision of the estimated coefficients, which weakens the statistical power of your regression model. You might not be able to trust the p-values to identify independent variables that are statistically significa

  • Answered by CodingNinjas
  • Q3. ML Question

    What are different measures used to check performance of classification model?

  • Ans. 

    Confusion Matrix : A confusion matrix is a table with two dimensions viz. “Actual” and “Predicted” and furthermore, both the dimensions have “True Positives (TP)”, “True Negatives (TN)”, “False Positives (FP)”, “False Negatives (FN)". 
    Precision : Precision = TP / (TP + FP)
    Out of all that were marked as positive, how many are actually truly positive.
    Recall/ Sensitivity : Recall = TP/ (TN + FN)
    Out of all the actual ...

  • Answered by CodingNinjas
  • Q4. ML Question

    What are disadvantage of logistics regression?

  • Ans. 

    1. If the number of observations is lesser than the number of features, Logistic Regression should not be used, otherwise, it may lead to overfitting.
    2. It constructs linear boundaries.
    3. The major limitation of Logistic Regression is the assumption of linearity between the dependent variable and the independent variables.
    4. It can only be used to predict discrete functions. Hence, the dependent variable of Logistic Re

  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAEricsson India interview preparation:Topics to prepare for the interview - ML, Statistics, SQL, OOPS, Aptitude, DSATime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare basics of ML, stats and Sql properly. 
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Referral and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. State assumptions of linear regression?
  • Ans. 

    Assumptions of linear regression

    • Linear relationship between independent and dependent variables

    • Homoscedasticity (constant variance) of errors

    • Independence of errors

    • Normal distribution of errors

    • No multicollinearity among independent variables

  • Answered by AI
  • Q2. What is effect of multicollinearity ik regression analysis?
  • Ans. 

    Multicollinearity in regression analysis affects the accuracy and interpretability of the model.

    • Multicollinearity occurs when two or more independent variables are highly correlated.

    • It leads to unstable and unreliable estimates of regression coefficients.

    • It reduces the precision of the estimates and increases the standard errors.

    • It makes it difficult to interpret the individual effects of the independent variables.

    • It c...

  • Answered by AI
  • Q3. What are different measures used to check performance of classification model
  • Ans. 

    Measures to check performance of classification model

    • Accuracy

    • Precision

    • Recall

    • F1 Score

    • ROC Curve

    • Confusion Matrix

  • Answered by AI
  • Q4. What are disadvantage of logistics regression?
  • Ans. 

    Logistic regression assumes linear relationship between independent and dependent variables.

    • May not perform well with non-linear data

    • May overfit or underfit the data

    • May be sensitive to outliers

    • May require large sample size for stable results

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of ML, stats and Sql properly

Skills evaluated in this interview

UTS Interview FAQs

How many rounds are there in UTS Data Scientist interview?
UTS interview process usually has 2 rounds. The most common rounds in the UTS interview process are Technical.
What are the top questions asked in UTS Data Scientist interview?

Some of the top questions asked at the UTS Data Scientist interview -

  1. write function to sum the string numb...read more
  2. write python program to find employees who belongs to sales departm...read more
  3. Explain Transformer Architect...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 UTS interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Data Scientist Interview Questions from Similar Companies

View all
Site Engineer
5 salaries
unlock blur

₹2.7 L/yr - ₹8.3 L/yr

Programmer Analyst
4 salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Back Office Executive
4 salaries
unlock blur

₹1.2 L/yr - ₹2.2 L/yr

Market Research Consultant
4 salaries
unlock blur

₹20.5 L/yr - ₹30 L/yr

Senior Engineer
3 salaries
unlock blur

₹4.1 L/yr - ₹6.1 L/yr

Explore more salaries
Compare UTS with

Indian Railway Catering and Tourism

4.0
Compare

Yatra

3.4
Compare

MakeMyTrip

3.7
Compare

Ola Cabs

3.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview